Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
supplier
Commits
a09643b6
Commit
a09643b6
authored
Oct 15, 2020
by
Wyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10.15 廚房單顯示頭單、統計數
Signed-off-by: Wyh <1239658231>
parent
5e45c2a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
print-module/src/main/java/com/joe/print/mvp/print/PrintPrjKitchen.java
+12
-12
No files found.
print-module/src/main/java/com/joe/print/mvp/print/PrintPrjKitchen.java
View file @
a09643b6
...
@@ -179,18 +179,18 @@ public class PrintPrjKitchen extends PrinterRoot {
...
@@ -179,18 +179,18 @@ public class PrintPrjKitchen extends PrinterRoot {
}
else
{
}
else
{
tvTakeTime
.
setVisibility
(
View
.
GONE
);
tvTakeTime
.
setVisibility
(
View
.
GONE
);
}
}
//
if (RestaurantExpandInfoUtils.getValue(ExpandConstant.PrintFirstOrder, false)) {
if
(
RestaurantExpandInfoUtils
.
getValue
(
ExpandConstant
.
PrintFirstOrder
,
false
))
{
//
tvFirstOrder.setText("<頭單>");
tvFirstOrder
.
setText
(
"<頭單>"
);
//
tvFirstOrder.setVisibility(prjBean.getIsFirstSendOrder() == 1 ? View.VISIBLE : View.GONE);
tvFirstOrder
.
setVisibility
(
prjBean
.
getIsFirstSendOrder
()
==
1
?
View
.
VISIBLE
:
View
.
GONE
);
//
} else {
}
else
{
//
tvFirstOrder.setVisibility(View.GONE);
tvFirstOrder
.
setVisibility
(
View
.
GONE
);
//
}
}
//
//
if (RestaurantExpandInfoUtils.getValue(ExpandConstant.PrintStatisticsAmount, false)) {
if
(
RestaurantExpandInfoUtils
.
getValue
(
ExpandConstant
.
PrintStatisticsAmount
,
false
))
{
//
tvPrintQuantity.setText(prjBean.getQuantity() + "");
tvPrintQuantity
.
setText
(
prjBean
.
getQuantity
()
+
""
);
//
} else {
}
else
{
//
tvPrintQuantity.setVisibility(View.GONE);
tvPrintQuantity
.
setVisibility
(
View
.
GONE
);
//
}
}
//開台時間
//開台時間
tvOpeningTime
.
setText
(
TimeUtils
.
parseTimeRepeat
(
prjBean
.
getOrderDetailsTime
(),
TimeUtils
.
DEFAULT_DATE_MDHM
));
tvOpeningTime
.
setText
(
TimeUtils
.
parseTimeRepeat
(
prjBean
.
getOrderDetailsTime
(),
TimeUtils
.
DEFAULT_DATE_MDHM
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment