diff --git a/src/views/emis/emisWaybill/batchWaybillRecord.vue b/src/views/emis/emisWaybill/batchWaybillRecord.vue index 01f4f55b..ec009859 100644 --- a/src/views/emis/emisWaybill/batchWaybillRecord.vue +++ b/src/views/emis/emisWaybill/batchWaybillRecord.vue @@ -564,8 +564,6 @@ export default { this.orderList = this.orderList.concat(this.tmpDataList); //拼接remark 和virtualRemark this.orderList.forEach((item,index)=>{ - console.log('----1',item.remark) - console.log('----2',item.blVirtual) if(item.blVirtual ==='是'){ item.remark = `${item.remark},此单为虚拟单,对应主单为:${item.masterBillCode}` }