Эх сурвалжийг харах

update 查询条件修改

wangshuangpan 1 сар өмнө
parent
commit
d41bc18757

+ 1 - 1
health-admin/src/main/resources/templates/dtp/configInfo/storeTag.html

@@ -28,7 +28,7 @@
 								<label>MDM编码:</label>
 								<input type="text"  class="styled-input" placeholder="请输入MDM编码" name="mdmCode"/>
 							</div>
-							<div class="customize-form-group">>
+							<div class="customize-form-group">
 								<label>门店:</label>
 								<input name="storeName" class="styled-input" onclick="selectDeptTree()" id="treeName" type="text" placeholder="请选择门店">
 							</div>

+ 1 - 1
health-admin/src/main/resources/templates/hygl/yx/SHyglHyyxMouldmessageList.html

@@ -30,7 +30,7 @@
                                 <label>短信状态</label>
                                 <select name="status"  th:with="type=${@dict.getType('sys_select_yhgl_hyyx_dxzt')}" class="styled-input">
                                     <option value="">全部</option>
-                                    <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"
+                                    <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
                                     ></option>
                                 </select>
                         </div>

+ 1 - 1
health-admin/src/main/resources/templates/hygl/yx/SHyglHyyxPeoplemanagementList.html

@@ -30,7 +30,7 @@
                                 <label>更新方式</label>
                                 <select name="updateMethod"  th:with="type=${@dict.getType('sys_select_yhgl_hyyx_gxfs')}" class="styled-input">
                                     <option value="">全部</option>
-                                    <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"
+                                    <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
                                     ></option>
                                 </select>
                         </div>