优化订单界面的小票打印

This commit is contained in:
gyq
2026-04-23 14:18:24 +08:00
parent d5568c48d0
commit cb8c9139fe
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ async function printHandle(type) {
case "normal":
// 打印订单小票
if (printStore.deviceNoteList.length) {
printStore.pushReceiptData(commOrderPrintData(originOrderInfo.value));
printStore.ORDER(commOrderPrintData(originOrderInfo.value));
} else {
await orderPrint({
id: orderInfo.value.id,