优化小票打印新增餐位费和打包费
This commit is contained in:
@@ -184,12 +184,16 @@ const printData = reactive({
|
||||
amount: "10.00",
|
||||
originAmount: '10.00',
|
||||
discountAmount: "0.00",
|
||||
discountAllAmount: 0,
|
||||
orderAmount: 10,
|
||||
discount: 0,
|
||||
remark: "给我多放点辣椒,谢谢老板",
|
||||
orderInfo: {
|
||||
masterId: "",
|
||||
orderNo: "202404021023542223445",
|
||||
orderNum: '12'
|
||||
orderNum: '12',
|
||||
discountAllAmount: 0,
|
||||
orderAmount: 10,
|
||||
},
|
||||
deviceName: "",
|
||||
createdAt: "2024-04-02 10:15",
|
||||
|
||||
Reference in New Issue
Block a user