运单备注拼接调整
This commit is contained in:
parent
24f0511696
commit
235e4c9ed0
@ -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=[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user