From 4c42219626c42a5db58cf6fc2adbb8a8799422ad Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 10 Oct 2024 17:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B8=82=E9=85=8D=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=95=B4=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/turndelivery/deliveryMarket.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/distribution/turndelivery/deliveryMarket.vue b/src/views/distribution/turndelivery/deliveryMarket.vue index 304b9584..d1a2be31 100644 --- a/src/views/distribution/turndelivery/deliveryMarket.vue +++ b/src/views/distribution/turndelivery/deliveryMarket.vue @@ -27,6 +27,13 @@ + + + + + + + @@ -880,7 +887,9 @@ export default { error: null, form: {}, driverForm: {}, - stockUpForm: {}, + stockUpForm: { + isAll: '0', + }, waixieForm: {}, reservationData: [], // 分页信息 @@ -1782,6 +1791,7 @@ export default { this.stockUpForm.outboundDate = dayjs().format('YYYY-MM-DD HH:mm:ss'); this.stockUpForm.taskTime = dayjs().format('YYYY-MM-DD'); this.stockUpForm.otherFee = 0; + this.stockUpForm.isAll = '0'; // this.loadAndUnload = ['1', '2']; if (this.reservationIds) { this.isoperation = false; @@ -1811,6 +1821,7 @@ export default { this.stockUpForm.taskTime = deliveryData.taskTime; // this.stockUpForm.stockupDate = deliveryData.stockupInfo.stockupDate; this.stockUpForm.remarks = deliveryData.remarks; + this.stockUpForm.isAll = deliveryData.isAll; // if (deliveryData.stockupInfo.teamResponsibility) { // this.loadAndUnload = deliveryData.stockupInfo.teamResponsibility.split(','); // }