[update] 修改年度制修订主动上报流程

This commit is contained in:
lideqin
2023-12-08 17:58:07 +08:00
parent dc99032d70
commit 279985428c
3 changed files with 21 additions and 11 deletions
@@ -54,7 +54,7 @@
<!-- 企标编号-新企标编号 -->
<div class="box-title-text form-flex-item-half">
<div class="title-text">
<span class="required">*</span>
<!--<span class="required">*</span>-->
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.enterpriseStandardNum')">
{{ $t('workCenter.enterpriseInitChangePlan.enterpriseStandardNum') }}
</span>
@@ -574,13 +574,13 @@ export default {
}
],
// 企标编号-新企标编号(制定-企标编号,修订新企标编号)
newEnStandardNo: [
{
required: true,
message: this.$t('workCenter.enterpriseInitChangePlan.enterpriseStandardNum') + this.$t('cannotEmpty'),
trigger: 'change'
}
],
// newEnStandardNo: [
// {
// required: true,
// message: this.$t('workCenter.enterpriseInitChangePlan.enterpriseStandardNum') + this.$t('cannotEmpty'),
// trigger: 'change'
// }
// ],
// 企标编号-原企标编号(修订-企标编号)
originEnStandardNo: [
{
@@ -973,4 +973,8 @@ export default {
.form-flex-item-long {
width: 100%;
}
.title-text {
width: 200px;
}
</style>