This commit is contained in:
wangshiming
2022-02-28 13:32:14 +08:00
parent 5b30dc34bb
commit d88c7f8a70
3 changed files with 9 additions and 6 deletions

View File

@ -460,6 +460,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
title: '货物价值',
ui: {
widget: 'custom',
descriptionI18n: '输入50000-3000000之间数值',
visibleIf: { insuranceType: (value: string) => value !== '3' }
}
},
@ -477,7 +478,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
ui: {
hidden: true
}
}
},
},
required: ['insurancePackagedGoods']
};
@ -494,7 +495,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
},
$freeInsurance:{
grid: { span: 24 }
}
},
};
}
initSF6() {