明树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 = () => { ...@@ -497,7 +497,7 @@ const getProjectInfo = () => {
resource.tzznyjflList.filter((item) => item.key == data.tzznyjfl)[0] resource.tzznyjflList.filter((item) => item.key == data.tzznyjfl)[0]
?.children || []; ?.children || [];
if (Number(formData.projectLzType) >= 5) { if (!isBulu && Number(formData.projectLzType) >= 5) {
pageActiveName.value = "决策信息填报"; pageActiveName.value = "决策信息填报";
} }
......
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
:rules="formRules" :rules="formRules"
:validate-on-rule-change="false" :validate-on-rule-change="false"
label-width="180px" label-width="180px"
:disabled="!isBulu && (isPreview || Number(formData.projectLzType) >= 5)" :disabled="
!isBulu && (isPreview || Number(formData.projectLzType) >= 5)
"
> >
<el-collapse v-model="activeCollapse"> <el-collapse v-model="activeCollapse">
<el-collapse-item title="项目基本信息" name="项目基本信息"> <el-collapse-item title="项目基本信息" name="项目基本信息">
...@@ -246,7 +248,7 @@ ...@@ -246,7 +248,7 @@
controls-position="right" controls-position="right"
> >
<template #suffix> <template #suffix>
<span></span> <span></span>
</template> </template>
</el-input-number> </el-input-number>
</el-form-item> </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