Commit 7314cddc authored by 耿迪迪's avatar 耿迪迪

工业安检隐患问题修改

parent 4f242af9
...@@ -309,7 +309,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -309,7 +309,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and `type` = #{type} and `type` = #{type}
</if> </if>
<if test="type &lt; 3"> <if test="type &lt; 3">
and `type` &lt; 3 and `type` &lt;= 3
</if> </if>
</update> </update>
......
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
<tr> <tr>
<td rowspan="4">灭火器</td> <td rowspan="4">灭火器</td>
<td colspan="2">灭火器保管完好,无丢失,数量()个</td> <td colspan="2">灭火器保管完好,无丢失</td>
<td> <td>
<input v-model="inspectObj.obj.miehuoqi.valueArr2[0]" type="checkbox" class="input-disabled"/> <input v-model="inspectObj.obj.miehuoqi.valueArr2[0]" type="checkbox" class="input-disabled"/>
<input v-model="inspectObj.obj.miehuoqi.valueArr2[1]" type="checkbox" class="input-disabled"/> <input v-model="inspectObj.obj.miehuoqi.valueArr2[1]" type="checkbox" class="input-disabled"/>
......
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