明树Git Lab

Commit c8c3b48a authored by zhanghan's avatar zhanghan

补录状态处理

parent 8af886d4
Pipeline #112035 passed with stage
in 18 seconds
......@@ -497,7 +497,7 @@ const getProjectInfo = () => {
resource.tzznyjflList.filter((item) => item.key == data.tzznyjfl)[0]
?.children || [];
if (Number(formData.projectLzType) >= 5) {
if (!isBulu && Number(formData.projectLzType) >= 5) {
pageActiveName.value = "决策信息填报";
}
......
......@@ -7,7 +7,9 @@
:rules="formRules"
:validate-on-rule-change="false"
label-width="180px"
:disabled="!isBulu && (isPreview || Number(formData.projectLzType) >= 5)"
:disabled="
!isBulu && (isPreview || Number(formData.projectLzType) >= 5)
"
>
<el-collapse v-model="activeCollapse">
<el-collapse-item title="项目基本信息" name="项目基本信息">
......@@ -246,7 +248,7 @@
controls-position="right"
>
<template #suffix>
<span></span>
<span></span>
</template>
</el-input-number>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment