优化小票 新增存酒管理

This commit is contained in:
gyq
2026-04-03 15:35:48 +08:00
parent c3a20ab2db
commit 78e88b8eb7
15 changed files with 1622 additions and 28138 deletions

View File

@@ -260,6 +260,7 @@ async function printRefund(rows) {
if (printStore.deviceNoteList.length) {
// 本地打印
const data = {
title: '退款单',
shop_name: store.shopInfo.shopName,
loginAccount: store.userInfo.name,
carts: [],
@@ -268,6 +269,7 @@ async function printRefund(rows) {
orderInfo: item.value,
outNumber: item.value.id,
createdAt: item.value.createTime,
refundMethod: cash.value ? '现金' : '原路退回',
printTime: dayjs().format("YYYY-MM-DD HH:mm:ss"),
}