快递:修正点击重置按钮多选下拉框不重置的问题。
This commit is contained in:
parent
396dffefac
commit
cb68414e83
|
|
@ -12,14 +12,14 @@
|
|||
<div class="select-list">
|
||||
<ul>
|
||||
<li>
|
||||
<label class="font-noraml">当前状态:</label>
|
||||
<label>当前状态:</label>
|
||||
<select name="lastResultState" th:with="type=${@dict.getType('express_stats')}">
|
||||
<option value="">---所有---</option>
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<label class="font-noraml">是否签收:</label>
|
||||
<label>是否签收:</label>
|
||||
<select name="lastResultIsCheck">
|
||||
<option value="">---所有---</option>
|
||||
<option value="0">未签收</option>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<label class="font-noraml">快递公司:</label>
|
||||
<label>快递公司:</label>
|
||||
<select name="lastResultCom" th:with="type=${@dict.getType('express_company')}">
|
||||
<option value="">---所有---</option>
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
|
|
|
|||
Loading…
Reference in New Issue