md
This commit is contained in:
parent
27fec8e10d
commit
e657094723
@ -597,6 +597,12 @@ export default {
|
||||
if (j === 'sendMobile') {
|
||||
return "";
|
||||
}
|
||||
if (j === 'batchType') {
|
||||
return this.selectDictLabel(this.dict.type.emis_big_batch_type,v[j]);
|
||||
}
|
||||
if (j === 'transType') {
|
||||
return this.selectDictLabel(this.dict.type.emis_biz_shipping_method,v[j]);
|
||||
}
|
||||
if (j === 'paymentStatus') {
|
||||
return this.selectDictLabel(this.dict.type.emis_payment_status,v[j]);
|
||||
}
|
||||
@ -614,6 +620,8 @@ export default {
|
||||
return this.selectDictLabels(this.dict.type.emis_tab_packing_type,v[j]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (j === 'dispatchMethod') {
|
||||
if(v[j] == 1){
|
||||
return '派送';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user