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){