This commit is contained in:
linfso 2024-11-05 11:45:18 +08:00
parent abd162dde0
commit d32f755ef3

View File

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