md
This commit is contained in:
parent
abd162dde0
commit
d32f755ef3
@ -672,11 +672,11 @@ export default {
|
||||
return this.selectDictLabels(this.dict.type.emis_tab_packing_type,v[j]);
|
||||
}
|
||||
|
||||
if (j === 'dispatchMethod') {
|
||||
if (j === 'isSubBill') {
|
||||
if(v[j] == 1){
|
||||
return '派送';
|
||||
return '子单';
|
||||
}else{
|
||||
return '自提';
|
||||
return '主单';
|
||||
}
|
||||
}
|
||||
if (j === 'blMessage') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user