diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue index c4d2756b..41e9abc4 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue @@ -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 '派送';