优化订单打印
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user