|  |  | 
 |  |  | import com.zy.system.service.ConfigService; | 
 |  |  | import lombok.Synchronized; | 
 |  |  | import lombok.extern.slf4j.Slf4j; | 
 |  |  | import org.junit.Test; | 
 |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
 |  |  | import org.springframework.stereotype.Service; | 
 |  |  | import org.springframework.transaction.annotation.Transactional; | 
 
 |  |  | 
 |  |  |             ,{field: 'barcode', align: 'center',title: '货架码', sort:true} | 
 |  |  |             ,{field: 'locType1$', align: 'center',title: '库位类型', sort:true} | 
 |  |  |             ,{field: 'locType2', align: 'center',title: '货架类型', sort:true} | 
 |  |  |             ,{field: 'pltType', align: 'center',title: 'erp库位'} | 
 |  |  |             ,{field: 'fullPlt', align: 'center',title: '满板', templet:function(row){ | 
 |  |  |                     var html = "<input value='fullPlt' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
 |  |  |                     if(row.fullPlt === 'Y'){html += " checked ";} | 
 
 |  |  | 
 |  |  |             <input class="layui-input" type="text" name="floor" placeholder="楼层" autocomplete="off"> | 
 |  |  |         </div> | 
 |  |  |     </div> | 
 |  |  |     <!-- 日期范围 --> | 
 |  |  |     <div class="layui-inline" style="width: 300px"> | 
 |  |  |         <div class="layui-input-inline"> | 
 |  |  |             <input class="layui-input layui-laydate-range" name="modi_time" type="text" placeholder="起始时间 - 终止时间" autocomplete="off" style="width: 300px"> | 
 |  |  |     <div class="layui-inline"> | 
 |  |  |         <div class="layui-input-inline" style="width: 100px"> | 
 |  |  |             <input class="layui-input" type="text" name="plt_type" placeholder="erp库位" autocomplete="off"> | 
 |  |  |         </div> | 
 |  |  |     </div> | 
 |  |  |     <!-- 日期范围 --> | 
 |  |  |     <!--<div class="layui-inline" style="width: 300px">--> | 
 |  |  |     <!--    <div class="layui-input-inline">--> | 
 |  |  |     <!--        <input class="layui-input layui-laydate-range" name="modi_time" type="text" placeholder="起始时间 - 终止时间" autocomplete="off" style="width: 300px">--> | 
 |  |  |     <!--    </div>--> | 
 |  |  |     <!--</div>--> | 
 |  |  |     <!-- 待添加 --> | 
 |  |  |     <div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block"> | 
 |  |  |         <button id="search" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="search">搜索</button> |