Commit 410c297107569ecae2541736067183d747b67c6d

Authored by 周峰
1 parent 3f0156e2

入库单-库存组织查询字段,增加“所有”项

src/main/resources/templates/receipt/receiptHeader/receiptHeader.html
... ... @@ -40,6 +40,7 @@
40 40 </li>
41 41 <li>
42 42 库存组织:<select id="companyCode" name="companyCode" th:with="list=${@companyService.getCode()}">
  43 + <option value="">所有</option>
43 44 <option th:each="item : ${list}" th:text="${item['name']}" th:value="${item['code']}" th:attr = " code = ${item['code']}"></option>
44 45 </select>
45 46 </li>
... ...