diff --git a/src/views/collect/CollectOrderAllotCardComponents.vue b/src/views/collect/CollectOrderAllotCardComponents.vue index ee4a5ca8..c547ebcc 100644 --- a/src/views/collect/CollectOrderAllotCardComponents.vue +++ b/src/views/collect/CollectOrderAllotCardComponents.vue @@ -12,6 +12,7 @@ diff --git a/src/views/collect/DealOrder.vue b/src/views/collect/DealOrder.vue index f8755385..d2527ff1 100644 --- a/src/views/collect/DealOrder.vue +++ b/src/views/collect/DealOrder.vue @@ -1220,6 +1220,7 @@ export default { this.valiCodes.push(item.code); } }); + this.printMutiCodeResult(list) if (this.valiCodes != null && this.valiCodes.length > 0) { //批量添加 let params2 = { diff --git a/src/views/collect/IoCreateOrder.vue b/src/views/collect/IoCreateOrder.vue index 24016210..535228ab 100644 --- a/src/views/collect/IoCreateOrder.vue +++ b/src/views/collect/IoCreateOrder.vue @@ -1871,6 +1871,7 @@ export default { this.valiCodes.push(item.code); } }); + this.printMutiCodeResult(list) if (this.valiCodes != null && this.valiCodes.length > 0) { this.orderFormData.codeList = this.valiCodes batchAddCode(this.orderFormData).then((res) => { diff --git a/src/views/collect/IoDestroyLog.vue b/src/views/collect/IoDestroyLog.vue index f0ab7429..9f0338f6 100644 --- a/src/views/collect/IoDestroyLog.vue +++ b/src/views/collect/IoDestroyLog.vue @@ -2,6 +2,7 @@