优化小票打印新增餐位费和打包费

This commit is contained in:
gyq
2026-01-14 09:39:37 +08:00
parent a60acb4f1a
commit 217cabcb96
7 changed files with 225 additions and 116 deletions

View File

@@ -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",