From 682d78204971e5c1dc930a4a39d0c032ce4a9abb Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 5 Jan 2025 15:15:12 +0800 Subject: [PATCH] uun --- pages/deliveryDeal/storage.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/deliveryDeal/storage.vue b/pages/deliveryDeal/storage.vue index 17b5183..3bbad39 100644 --- a/pages/deliveryDeal/storage.vue +++ b/pages/deliveryDeal/storage.vue @@ -146,6 +146,8 @@ cargoList: [], entryDate: dayjs().format("YYYY-MM-DD HH:mm:ss"),// 下单时间 }) + this.submitParam.parcelQty = this.submitParam.parcelQty || 1 + this.billInfo = res?.data?.waybillDetail || [] this.pageLoading = false }, @@ -171,7 +173,7 @@ this.billInfo = {} this.inNo = '' }, - handleKaiDan(){ + async handleKaiDan(){ await this.submitJinang() let cpData = JSON.parse(JSON.stringify({ warehouseInNo: this.submitParam.inNo