From 235e4c9ed02200f7d83a8908c3bb73c4684c485f Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Sat, 21 Jun 2025 13:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E5=8D=95=E5=A4=87=E6=B3=A8=E6=8B=BC?= =?UTF-8?q?=E6=8E=A5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/batchWaybillRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/emis/emisWaybill/batchWaybillRecord.vue b/src/views/emis/emisWaybill/batchWaybillRecord.vue index cb780c0c..82f143af 100644 --- a/src/views/emis/emisWaybill/batchWaybillRecord.vue +++ b/src/views/emis/emisWaybill/batchWaybillRecord.vue @@ -565,7 +565,7 @@ export default { //拼接remark 和virtualRemark this.orderList.forEach((item,index)=>{ if(item.blVirtual ==='是'){ - item.remark = `${item.remark && item.remark.replace(/\s/g, '').length>0?item.remark+',':''}${item.masterBillCode && item.masterBillCode.replace(/\s/g, '').length>0 ?'此单为虚拟单,对应主单为:'+item.masterBillCode:''}` + item.remark = `${item.remark && item.remark.toString().replace(/\s/g, '').length>0?item.remark+',':''}${item.masterBillCode && item.masterBillCode.toString().replace(/\s/g, '').length>0 ?'此单为虚拟单,对应主单为:'+item.masterBillCode:''}` } }) this.tmpDataList=[];