运单查询导出

This commit is contained in:
wuteng 2026-01-09 10:56:34 +08:00
parent c2524bda18
commit 55f081042f
4 changed files with 8 additions and 8 deletions

View File

@ -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'){

View File

@ -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'){

View File

@ -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'){

View File

@ -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'){