优化订单打印

This commit is contained in:
gyq
2025-04-15 14:47:04 +08:00
parent f466bdc9f4
commit 0a0f672a02
9 changed files with 77 additions and 53 deletions

View File

@@ -264,6 +264,9 @@ async function quickCashHandle() {
async function createOrderHandle(t = 0) {
try {
if (goodsStore.cartList.length) {
// console.log(goodsStore.allSelected );
// console.log(goodsStore.allSelected ? store.shopInfo.eatModel.split(',')[1] : store.shopInfo.eatModel.split(',')[0]);
const data = {
orderId: goodsStore.orderListInfo.id || '', // 订单id
shopId: store.shopInfo.id, // 店铺id