|  |  |  | 
|---|
|  |  |  | <input type="text" name="code"/> | 
|---|
|  |  |  | </li> | 
|---|
|  |  |  | <li> | 
|---|
|  |  |  | <p>项目名称:</p> | 
|---|
|  |  |  | <input type="text" name="projectName"/> | 
|---|
|  |  |  | </li> | 
|---|
|  |  |  | <li> | 
|---|
|  |  |  | <p>设备名称:</p> | 
|---|
|  |  |  | <p>名称:</p> | 
|---|
|  |  |  | <input type="text" name="deviceName"/> | 
|---|
|  |  |  | </li> | 
|---|
|  |  |  | <li> | 
|---|
|  |  |  | <p>出入库类型:</p> | 
|---|
|  |  |  | <p>设备/材料类型:</p> | 
|---|
|  |  |  | <select name="type" th:with="type=${@dict.getType('device_log_type')}"> | 
|---|
|  |  |  | <option value="">所有</option> | 
|---|
|  |  |  | <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> | 
|---|
|  |  |  | 
|---|
|  |  |  | <input type="text" name="optUser"/> | 
|---|
|  |  |  | </li> | 
|---|
|  |  |  | <li> | 
|---|
|  |  |  | <p>使用人:</p> | 
|---|
|  |  |  | <p>负责人:</p> | 
|---|
|  |  |  | <input type="text" name="applyUser"/> | 
|---|
|  |  |  | </li> | 
|---|
|  |  |  | <li> | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'projectName', | 
|---|
|  |  |  | title : '项目名称' | 
|---|
|  |  |  | title : '场地名称', | 
|---|
|  |  |  | visible: false | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'deviceCode', | 
|---|
|  |  |  | title : '设备编码' | 
|---|
|  |  |  | title : '编号', | 
|---|
|  |  |  | visible: false | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'deviceName', | 
|---|
|  |  |  | title : '名称' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'deviceName', | 
|---|
|  |  |  | title : '设备名称' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'type', | 
|---|
|  |  |  | title : '出入库类型', | 
|---|
|  |  |  | title : '设备/材料类型', | 
|---|
|  |  |  | formatter: function(value, row, index) { | 
|---|
|  |  |  | return $.table.selectDictLabel(typeDatas, value); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'inboundDate', | 
|---|
|  |  |  | title : '入库时间' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'transactionDate', | 
|---|
|  |  |  | title : '出入库时间' | 
|---|
|  |  |  | field : 'outboundDate', | 
|---|
|  |  |  | title : '出库时间' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'optUser', | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'applyUser', | 
|---|
|  |  |  | title : '使用人' | 
|---|
|  |  |  | title : '负责人' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'number', | 
|---|
|  |  |  | title : '出入库数量' | 
|---|
|  |  |  | title : '数量' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field : 'remark', | 
|---|