[update] 企标立项变更流程-制定最后一个节点企标编号变为可编辑,且不和流程名称联动

This commit is contained in:
lideqin
2024-05-31 09:38:04 +08:00
parent 7289dc41ad
commit 0ef78192ea
2 changed files with 33 additions and 1 deletions
@@ -26,7 +26,7 @@
<a-input class="box-input"
v-model="formInline.newEnStandardNo"
:maxLength="50"
disabled
:disabled="currentNode !== 6"
:placeholder="$t('pleaseEnter')+$t('workCenter.enterpriseInitChangePlan.enterpriseStandardNum')" />
</a-form-model-item>
</div>
@@ -644,6 +644,11 @@ export default {
type: Boolean,
required: false,
default: false
},
currentNode: {
type: Number,
required: false,
default: 1
}
},
watch: {