diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index fc3716f3..efee7ff7 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -1225,10 +1225,10 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]); } - if(j === 'waybillOther.salesSupport'){ + if(j === 'waybillOther?.salesSupport'){ return v['waybillOther']['salesSupport']; } - if(j === 'waybillOther.moneyCompany'){ + if(j === 'waybillOther?.moneyCompany'){ return v['waybillOther']['moneyCompany']; } if(j=== 'blIsQuestion'){ diff --git a/src/views/emis/emisWaybill/dispatchWaybillList.vue b/src/views/emis/emisWaybill/dispatchWaybillList.vue index 26387da1..03ab2c59 100644 --- a/src/views/emis/emisWaybill/dispatchWaybillList.vue +++ b/src/views/emis/emisWaybill/dispatchWaybillList.vue @@ -1189,10 +1189,10 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]); } - if(j === 'waybillOther.salesSupport'){ + if(j === 'waybillOther?.salesSupport'){ return v['waybillOther']['salesSupport']; } - if(j === 'waybillOther.moneyCompany'){ + if(j === 'waybillOther?.moneyCompany'){ return v['waybillOther']['moneyCompany']; } if(j=== 'blIsQuestion'){ diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index 4ed56b05..e7648b84 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -1268,10 +1268,10 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]); } - if(j === 'waybillOther.salesSupport'){ + if(j === 'waybillOther?.salesSupport'){ return v['waybillOther']['salesSupport']; } - if(j === 'waybillOther.moneyCompany'){ + if(j === 'waybillOther?.moneyCompany'){ return v['waybillOther']['moneyCompany']; } if(j=== 'blIsQuestion'){ diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index 8e569b22..f0c7d2bd 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -1218,10 +1218,10 @@ export default { if (j === 'paymentType') { return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]); } - if(j === 'waybillOther.salesSupport'){ + if(j === 'waybillOther?.salesSupport'){ return v['waybillOther']['salesSupport']; } - if(j === 'waybillOther.moneyCompany'){ + if(j === 'waybillOther?.moneyCompany'){ return v['waybillOther']['moneyCompany']; } if(j=== 'blIsQuestion'){