44a9e22f by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 8f896ea9 bf15192f
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-20 14:09:36 4 * @LastEditTime: 2023-10-19 10:49:17
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
234 <el-input 234 <el-input
235 v-model="ruleForm.diyaq.dbfw" 235 v-model="ruleForm.diyaq.dbfw"
236 :disabled=" 236 :disabled="
237 (ruleForm.sldy.djlx == '300' && !viewEdit) || isJfOperation 237 (ruleForm.sldy.djlx == '300' || !viewEdit) || isJfOperation
238 "></el-input> 238 "></el-input>
239 </el-form-item> 239 </el-form-item>
240 </el-col> 240 </el-col>
......