|  |  | 
 |  |  |         </div> | 
 |  |  |         <div class="layui-inline"> | 
 |  |  |             <div class="layui-input-inline"> | 
 |  |  |                 <input class="layui-input" type="text" name="matnr" placeholder="箱号/批号"  autocomplete="off"> | 
 |  |  |                 <input class="layui-input" type="text" name="matnr" placeholder="物料号"  autocomplete="off"> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="layui-inline"> | 
 |  |  | 
 |  |  |                 {type: 'checkbox'} | 
 |  |  |                 ,{field: 'locNo$', align: 'center',title: '库位号'} | 
 |  |  |                 ,{field: 'matnr', align: 'center',title: '物料'} | 
 |  |  |                 ,{field: 'lgnum', align: 'center',title: '仓库号', width:80} | 
 |  |  |                 ,{field: 'tbnum', align: 'center',title: '转储请求编号'} | 
 |  |  |                 // ,{field: 'lgnum', align: 'center',title: '仓库号', width:80} | 
 |  |  |                 // ,{field: 'tbnum', align: 'center',title: '转储请求编号'} | 
 |  |  |                 // ,{field: 'tbpos', align: 'center',title: '行项目'} | 
 |  |  |                 ,{field: 'zmatid', align: 'center',title: '物料标签ID', width:200} | 
 |  |  |                 ,{field: 'maktx', align: 'center',title: '物料描述', width:150} | 
 |  |  |                 ,{field: 'werks', align: 'center',title: '工厂'} | 
 |  |  |                 ,{field: 'anfme', align: 'center',title: '数量', width:80} | 
 |  |  |                 ,{field: 'altme', align: 'center',title: '单位', width:80} | 
 |  |  |                 // ,{field: 'zmatid', align: 'center',title: '物料标签ID', width:200} | 
 |  |  |                 ,{field: 'maktx', align: 'center',title: '物料描述'} | 
 |  |  |                 // ,{field: 'werks', align: 'center',title: '工厂'} | 
 |  |  |                 ,{field: 'anfme', align: 'center',title: '数量'} | 
 |  |  |                 ,{field: 'altme', align: 'center',title: '单位'} | 
 |  |  |                 ,{field: 'zpallet', align: 'center',title: '托盘条码'} | 
 |  |  |                 ,{field: 'bname', align: 'center',title: '用户ID'} | 
 |  |  |                 // ,{field: 'bname', align: 'center',title: '用户ID'} | 
 |  |  |                 // ,{field: 'memo', align: 'center',title: '备注'} | 
 |  |  |  | 
 |  |  |             ]], | 
 |  |  | 
 |  |  |                     top.location.href = baseUrl+"/"; | 
 |  |  |                 } | 
 |  |  |                 pageCurr=curr; | 
 |  |  |                 limit(); | 
 |  |  |                 form.on('checkbox(tableCheckbox)', function (data) { | 
 |  |  |                     var _index = $(data.elem).attr('table-index')||0; | 
 |  |  |                     if(data.elem.checked){ | 
 |  |  | 
 |  |  |                         layer.msg("请选择数据"); | 
 |  |  |                         return; | 
 |  |  |                     } | 
 |  |  |                     for (var i=0;i<data.length;i++){ | 
 |  |  |                         data[i]["count"] = parent.initCountVal; | 
 |  |  |                     } | 
 |  |  |                     parent.locDetlData.push.apply(parent.locDetlData, data); | 
 |  |  |                     parent.tableIns.reload({data: parent.locDetlData}); | 
 |  |  |                     parent.layer.close(parent.locDetlLayerIdx); | 
 |  |  |                     parent.addTableData(data); | 
 |  |  |                     break; | 
 |  |  |             } | 
 |  |  |         }); |