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