对接订单打印小票

This commit is contained in:
gyq
2025-03-05 09:35:34 +08:00
parent 573dd88b24
commit db3fc1f6dc
22 changed files with 838 additions and 206 deletions

View File

@@ -86,27 +86,27 @@ export const useGlobal = defineStore("global", {
],
payType: [
{
type: "main-scan",
type: "main_scan",
label: "主扫",
},
{
type: "back-scan",
type: "back_scan",
label: "被扫",
},
{
type: "wechat-mini",
type: "wechat_mini",
label: "微信小程序",
},
{
type: "alipay-mini",
type: "alipay_mini",
label: "支付宝小程序",
},
{
type: "vip-pay",
type: "vip_pay",
label: "会员支付",
},
{
type: "cash-pay",
type: "cash_pay",
label: "现金支付",
},
],