Commit 6caef407748d9679f7f4f631badc04f891c19237

Authored by 周峰
1 parent 081caa73

库位监控select修改

src/main/resources/templates/monitor/locationstatus/locationstatus.html
... ... @@ -52,9 +52,7 @@
52 52 <ul id="select_info">
53 53 <li>
54 54 <select id="locationType" name="locationType" style="width: 100px">
55   - <option value="A" selected>立库库位</option>
56   - <option value="Q">钱柜库位</option>
57   - <option value="PK">平面库位</option>
  55 + <option selected th:each="item:${@zone.getZoneCodeList()}" th:value="${item['code']}" th:text="${item['name']}"></option>
58 56 </select>
59 57 </li>
60 58 <li>
... ...