From a89c74d555153abfe9d20bb8e2b360af58ec5d09 Mon Sep 17 00:00:00 2001 From: yewj Date: Thu, 19 Sep 2024 10:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=8D=95=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/DealOrder.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/views/collect/DealOrder.vue b/src/views/collect/DealOrder.vue index c465bfb3..29276801 100644 --- a/src/views/collect/DealOrder.vue +++ b/src/views/collect/DealOrder.vue @@ -15,13 +15,13 @@ 下一单 选单 @@ -113,8 +113,8 @@ - - + ALT+29 + @click="addGs">ALT+29 item.erpId === this.formData.fromCorp); + let corp = this.fromInvOptions.find(item => item.code === this.formData.fromCorp); this.formData.fromCorpName = corp.name }, //处理事件 @@ -1257,6 +1259,8 @@ export default { billNo: this.formData.billNo, insert: this.formData.insert, busType: this.formData.busType, + fromCorpName: this.formData.fromCorpName, + invCode: this.formData.invCode, } orderbatchAddCode(params2).then((res) => { if (res.code === 20000) {