|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
<label>箱体编码:</label>
|
|
|
|
|
<input type="text" name="boxCode"/>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<!-- <li>
|
|
|
|
|
<label>门体/物料编码:</label>
|
|
|
|
|
<input type="text" name="materialCode"/>
|
|
|
|
|
</li>
|
|
|
|
@ -41,19 +41,19 @@
|
|
|
|
|
<li>
|
|
|
|
|
<label>操作类型:</label>
|
|
|
|
|
<input type="text" name="operationType"/>
|
|
|
|
|
</li>
|
|
|
|
|
</li>-->
|
|
|
|
|
<li>
|
|
|
|
|
<label>任务类型:</label>
|
|
|
|
|
<input type="text" name="taskType"/>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>任务状态:</label>
|
|
|
|
|
<select name="taskStatus" th:with="type=${@dict.getType('location_status')}">
|
|
|
|
|
<select name="taskStatus" th:with="type=${@dict.getType('task_status')}">
|
|
|
|
|
<option value="">所有</option>
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<!-- <li>
|
|
|
|
|
<label>返回标识:</label>
|
|
|
|
|
<input type="text" name="returnFlag"/>
|
|
|
|
|
</li>
|
|
|
|
@ -68,7 +68,7 @@
|
|
|
|
|
<li>
|
|
|
|
|
<label>记录时间:</label>
|
|
|
|
|
<input type="text" class="time-input" placeholder="请选择记录时间" name="recordTime"/>
|
|
|
|
|
</li>
|
|
|
|
|
</li>-->
|
|
|
|
|
<li>
|
|
|
|
|
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i> 搜索</a>
|
|
|
|
|
<a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i> 重置</a>
|
|
|
|
@ -101,7 +101,7 @@
|
|
|
|
|
<script th:inline="javascript">
|
|
|
|
|
var editFlag = [[${@permission.hasPermi('system:recorderror:edit')}]];
|
|
|
|
|
var removeFlag = [[${@permission.hasPermi('system:recorderror:remove')}]];
|
|
|
|
|
var taskStatusDatas = [[${@dict.getType('location_status')}]];
|
|
|
|
|
var taskStatusDatas = [[${@dict.getType('task_status')}]];
|
|
|
|
|
var prefix = ctx + "system/recorderror";
|
|
|
|
|
|
|
|
|
|
$(function() {
|
|
|
|
|