运单查询导出
This commit is contained in:
parent
c2524bda18
commit
55f081042f
@ -1225,10 +1225,10 @@ export default {
|
|||||||
if (j === 'paymentType') {
|
if (j === 'paymentType') {
|
||||||
return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]);
|
return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]);
|
||||||
}
|
}
|
||||||
if(j === 'waybillOther.salesSupport'){
|
if(j === 'waybillOther?.salesSupport'){
|
||||||
return v['waybillOther']['salesSupport'];
|
return v['waybillOther']['salesSupport'];
|
||||||
}
|
}
|
||||||
if(j === 'waybillOther.moneyCompany'){
|
if(j === 'waybillOther?.moneyCompany'){
|
||||||
return v['waybillOther']['moneyCompany'];
|
return v['waybillOther']['moneyCompany'];
|
||||||
}
|
}
|
||||||
if(j=== 'blIsQuestion'){
|
if(j=== 'blIsQuestion'){
|
||||||
|
|||||||
@ -1189,10 +1189,10 @@ export default {
|
|||||||
if (j === 'paymentType') {
|
if (j === 'paymentType') {
|
||||||
return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]);
|
return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]);
|
||||||
}
|
}
|
||||||
if(j === 'waybillOther.salesSupport'){
|
if(j === 'waybillOther?.salesSupport'){
|
||||||
return v['waybillOther']['salesSupport'];
|
return v['waybillOther']['salesSupport'];
|
||||||
}
|
}
|
||||||
if(j === 'waybillOther.moneyCompany'){
|
if(j === 'waybillOther?.moneyCompany'){
|
||||||
return v['waybillOther']['moneyCompany'];
|
return v['waybillOther']['moneyCompany'];
|
||||||
}
|
}
|
||||||
if(j=== 'blIsQuestion'){
|
if(j=== 'blIsQuestion'){
|
||||||
|
|||||||
@ -1268,10 +1268,10 @@ export default {
|
|||||||
if (j === 'paymentType') {
|
if (j === 'paymentType') {
|
||||||
return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]);
|
return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]);
|
||||||
}
|
}
|
||||||
if(j === 'waybillOther.salesSupport'){
|
if(j === 'waybillOther?.salesSupport'){
|
||||||
return v['waybillOther']['salesSupport'];
|
return v['waybillOther']['salesSupport'];
|
||||||
}
|
}
|
||||||
if(j === 'waybillOther.moneyCompany'){
|
if(j === 'waybillOther?.moneyCompany'){
|
||||||
return v['waybillOther']['moneyCompany'];
|
return v['waybillOther']['moneyCompany'];
|
||||||
}
|
}
|
||||||
if(j=== 'blIsQuestion'){
|
if(j=== 'blIsQuestion'){
|
||||||
|
|||||||
@ -1218,10 +1218,10 @@ export default {
|
|||||||
if (j === 'paymentType') {
|
if (j === 'paymentType') {
|
||||||
return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]);
|
return this.selectDictLabel(this.dict.type.emis_payment_type,v[j]);
|
||||||
}
|
}
|
||||||
if(j === 'waybillOther.salesSupport'){
|
if(j === 'waybillOther?.salesSupport'){
|
||||||
return v['waybillOther']['salesSupport'];
|
return v['waybillOther']['salesSupport'];
|
||||||
}
|
}
|
||||||
if(j === 'waybillOther.moneyCompany'){
|
if(j === 'waybillOther?.moneyCompany'){
|
||||||
return v['waybillOther']['moneyCompany'];
|
return v['waybillOther']['moneyCompany'];
|
||||||
}
|
}
|
||||||
if(j=== 'blIsQuestion'){
|
if(j=== 'blIsQuestion'){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user