From 344343fe8a020942d1eff68050ffdc63dffeb938 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 12 Jan 2026 09:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=84=E4=BB=B6=E8=BF=90=E5=8D=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=AF=BC=E5=87=BA=E7=BC=BA=E5=B0=91=E7=8E=B0=E9=87=91?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/centerWaybillList.vue | 8 ++++---- src/views/emis/emisWaybill/dispatchWaybillList.vue | 8 ++++---- src/views/emis/emisWaybill/sendWaybillList.vue | 8 ++++---- src/views/emis/emisWaybill/sendWaybillListNew.vue | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index efee7ff7..00201279 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -1225,11 +1225,11 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]); } - if(j === 'waybillOther?.salesSupport'){ - return v['waybillOther']['salesSupport']; + if(j === 'waybillOther.salesSupport'){ + return v['waybillOther']?.['salesSupport'] || ''; } - if(j === 'waybillOther?.moneyCompany'){ - return v['waybillOther']['moneyCompany']; + if(j === 'waybillOther.moneyCompany'){ + return v['waybillOther']?.['moneyCompany'] || ''; } if(j=== 'blIsQuestion'){ if(v[j] == 1){ diff --git a/src/views/emis/emisWaybill/dispatchWaybillList.vue b/src/views/emis/emisWaybill/dispatchWaybillList.vue index 03ab2c59..72a520f1 100644 --- a/src/views/emis/emisWaybill/dispatchWaybillList.vue +++ b/src/views/emis/emisWaybill/dispatchWaybillList.vue @@ -1189,11 +1189,11 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]); } - if(j === 'waybillOther?.salesSupport'){ - return v['waybillOther']['salesSupport']; + if(j === 'waybillOther.salesSupport'){ + return v['waybillOther']?.['salesSupport'] || ''; } - if(j === 'waybillOther?.moneyCompany'){ - return v['waybillOther']['moneyCompany']; + if(j === 'waybillOther.moneyCompany'){ + return v['waybillOther']?.['moneyCompany'] || ''; } if(j=== 'blIsQuestion'){ if(v[j] == 1){ diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index e7648b84..39f74dee 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -1268,11 +1268,11 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]); } - if(j === 'waybillOther?.salesSupport'){ - return v['waybillOther']['salesSupport']; + if(j === 'waybillOther.salesSupport'){ + return v['waybillOther']?.['salesSupport'] || ''; } - if(j === 'waybillOther?.moneyCompany'){ - return v['waybillOther']['moneyCompany']; + if(j === 'waybillOther.moneyCompany'){ + return v['waybillOther']?.['moneyCompany'] || ''; } if(j=== 'blIsQuestion'){ if(v[j] == 1){ diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index f0c7d2bd..bb5f45f5 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -1218,11 +1218,11 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]); } - if(j === 'waybillOther?.salesSupport'){ - return v['waybillOther']['salesSupport']; + if(j === 'waybillOther.salesSupport'){ + return v['waybillOther']?.['salesSupport'] || ''; } - if(j === 'waybillOther?.moneyCompany'){ - return v['waybillOther']['moneyCompany']; + if(j === 'waybillOther.moneyCompany'){ + return v['waybillOther']?.['moneyCompany'] || ''; } if(j=== 'blIsQuestion'){ if(v[j] == 1){