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