fix bug
This commit is contained in:
@ -454,6 +454,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
title: '货物价值',
|
||||
ui: {
|
||||
widget: 'custom',
|
||||
descriptionI18n: '输入50000-3000000之间数值',
|
||||
visibleIf: { insuranceType: (value: string) => value !== '3' }
|
||||
}
|
||||
},
|
||||
@ -471,7 +472,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
ui: {
|
||||
hidden: true
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
required: ['insurancePackagedGoods']
|
||||
};
|
||||
@ -488,7 +489,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
},
|
||||
$freeInsurance:{
|
||||
grid: { span: 24 }
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
initSF6() {
|
||||
|
||||
Reference in New Issue
Block a user