From 2cfe99c343f7d80b127baeb149d03e50e0f7a0c1 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Thu, 17 Oct 2024 22:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E6=8F=90=E4=BF=AE=E5=A4=8D=E5=8D=95?= =?UTF-8?q?=E5=87=BA=E5=BA=93=E5=AD=98=E5=93=81=E6=B2=A1=E6=9C=89=E5=95=86?= =?UTF-8?q?=E5=9C=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/inventory/distrilbutionBillLading.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/distribution/inventory/distrilbutionBillLading.vue b/src/views/distribution/inventory/distrilbutionBillLading.vue index d2e18a6a..1302183b 100644 --- a/src/views/distribution/inventory/distrilbutionBillLading.vue +++ b/src/views/distribution/inventory/distrilbutionBillLading.vue @@ -2903,6 +2903,8 @@ export default { let data = { billLodingIds: this.$route.query.id, }; + console.log(data,'data'); + this.Selfpickuploading = true; //关闭加载效果 $_distrilbutionBillLading(data) .then(res => { @@ -3118,7 +3120,7 @@ export default { } console.log(submitFormData, '最后要提交的参数'); this.Selfpickuploading = true; //开启加载效果 - + submitFormData.consigneeUnit = submitFormData.stockDTOList[0].marketName add(submitFormData) .then(res => { this.Selfpickuploading = false; //开启加载效果 @@ -3278,7 +3280,7 @@ export default { } this.Selfpickuploading = true; //开启加载效果 - + up.consigneeUnit = up.stockDTOList[0].marketName update(up) .then(() => { this.Selfpickuploading = false; //开启加载效果