| | |
| | | <div id="search-box" class="layui-form layui-card-header"> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" type="text" name="loc_no" placeholder="货位" autocomplete="off"> |
| | | <input class="layui-input" type="text" name="loc_no" placeholder="货位/别名" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | |
| | | function getCol() { |
| | | var cols = [ |
| | | {type: 'checkbox'} |
| | | ,{field: 'locNo', align: 'center',title: '货位'} |
| | | ,{field: 'locNo', align: 'center',title: '货位', hide: true} |
| | | ,{field: 'locNo$', align: 'center',title: '货位'} |
| | | ]; |
| | | cols.push.apply(cols, detlCols); |
| | | cols.push({field: 'updateBy$', align: 'center',title: '修改人员', hide: true} |