更新折扣优惠和代客下单

This commit is contained in:
gyq
2024-08-26 18:28:24 +08:00
parent 48a3443c5f
commit fbfee69b25
15 changed files with 611 additions and 169 deletions

View File

@@ -179,6 +179,8 @@ const printData = reactive({
}
],
amount: '30.00',
discountAmount: '30.00',
discount: 0,
remark: '给我多放点辣椒,谢谢老板',
orderInfo: {
masterId: '#002',

View File

@@ -159,8 +159,8 @@ const canvasRef = ref(null)
const printData = ref({
deviceName: '',
outNumber: '123',
name: '甜橙马黛茶',
skuName: '加奶、加珍珠',
name: '【测试勿管】甜橙马黛茶',
skuName: '测试、加珍珠',
masterId: '#A9',
createdAt: dayjs().format('YYYY-MM-DD HH:mm:ss')
})