活动管理-下拉框位置改变

This commit is contained in:
dy 2021-03-31 10:17:39 +08:00
parent 6bf6dec1c9
commit 4784b6e74a
1 changed files with 19 additions and 18 deletions

View File

@ -18,24 +18,7 @@
<label>任务流水:</label> <label>任务流水:</label>
<input type="text" name="TASKID"/> <input type="text" name="TASKID"/>
</li> </li>
<li>
<label>次数类型:</label>
<select name="TYPE" th:with="type=${@dict.getType('drawType')}" style="width: 80px">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<!-- <li>-->
<!-- <label>赠送次数:</label>-->
<!-- <input type="text" name="ADDNUMBER"/>-->
<!-- </li>-->
<li>
<label>状态:</label>
<select name="STATE" th:with="type=${@dict.getType('status')}" style="width: 80px">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<!-- <li>--> <!-- <li>-->
<!-- <label>可用次数:</label>--> <!-- <label>可用次数:</label>-->
<!-- <input type="text" name="AVAILABLENUMBER"/>--> <!-- <input type="text" name="AVAILABLENUMBER"/>-->
@ -52,6 +35,24 @@
<label>用户等级:</label> <label>用户等级:</label>
<input type="text" name="ULEVEL"/> <input type="text" name="ULEVEL"/>
</li> </li>
<li>
<label>次数类型:</label>
<select name="TYPE" th:with="type=${@dict.getType('drawType')}" style="width: 80px">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<!-- <li>-->
<!-- <label>赠送次数:</label>-->
<!-- <input type="text" name="ADDNUMBER"/>-->
<!-- </li>-->
<li>
<label>状态:</label>
<select name="STATE" th:with="type=${@dict.getType('status')}" style="width: 80px">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<!-- <li>--> <!-- <li>-->
<!-- <label>请求来源:</label>--> <!-- <label>请求来源:</label>-->
<!-- <input type="text" name="SOURCE"/>--> <!-- <input type="text" name="SOURCE"/>-->