liujiankang 6 年之前
父节点
当前提交
7cea83681e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      watero-rst-web/src/main/webapp/WEB-INF/views/cm/inspection/detect_list.ftl

+ 1 - 0
watero-rst-web/src/main/webapp/WEB-INF/views/cm/inspection/detect_list.ftl

@@ -105,6 +105,7 @@
             <input class="my-input" style="width: 70px;height: 29px;" type="text" name="detectNalysis" value="${detectNalysis!}" placeholder="原因分析"/>
             <input class="my-input" style="width: 70px;height: 29px;" type="text" name="detectClassification" value="${detectClassification!}" placeholder="故障分类"/>
 
+
             <#--<select class="my-select" name="detectState" style="height: 30px;width: 150px">
                 <option value ="">选择状态</option>
                 <option value ="1" <#if detectState??><#if detectState == 1>selected="selected"</#if></#if>>待仓库转入</option>