From 82b5993dcec4d56e0908ad5d85ca4819592ab8d7 Mon Sep 17 00:00:00 2001 From: big-y <804609860@qq.com> Date: Mon, 14 Aug 2023 13:35:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E8=B4=A7=E5=8D=95=E6=8F=90=E4=BA=A4bu?= =?UTF-8?q?g=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/distribution/inventory/distrilbutionBillLading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/distribution/inventory/distrilbutionBillLading.vue b/src/views/distribution/inventory/distrilbutionBillLading.vue index 0b9bb353..a8eb7caf 100644 --- a/src/views/distribution/inventory/distrilbutionBillLading.vue +++ b/src/views/distribution/inventory/distrilbutionBillLading.vue @@ -1477,7 +1477,7 @@ export default { let fei = new Map(); await this.bianLier(this.costListName,this.clientType,this.costList,fei); this.form.fei = Object.fromEntries(fei); - this.form.stockArticleId = !this.$route.query.id ? null : this.$route.query.id; //订单ID + this.form.stockArticleId = !this.$route.query.id ? null : this.$route.query.id+','; //订单ID this.form.stockDTOList = this.data; let o = []; if(this.fileListClerk.length > 0){