| | |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'locNo', align: 'center',title: '库位号',event: 'locDetl'} |
| | | ,{field: 'locType$', align: 'center',title: '库位状态', width: 180,event: 'locDetl'} |
| | | ,{field: 'whsType$', align: 'center',title: '库位类型',event: 'locDetl'} |
| | | ,{field: 'crnNo', align: 'center',title: '堆垛机号',event: 'locDetl'} |
| | | ,{field: 'row1', align: 'center',title: '排',event: 'locDetl'} |
| | | ,{field: 'bay1', align: 'center',title: '列',event: 'locDetl'} |
| | | ,{field: 'lev1', align: 'center',title: '层',event: 'locDetl'} |
| | | ,{field: 'locNo', align: 'center',title: '库位号'} |
| | | ,{field: 'locType$', align: 'center',title: '库位状态', width: 180} |
| | | ,{field: 'whsType$', align: 'center',title: '库位类型'} |
| | | ,{field: 'crnNo', align: 'center',title: '堆垛机号'} |
| | | ,{field: 'row1', align: 'center',title: '排'} |
| | | ,{field: 'bay1', align: 'center',title: '列'} |
| | | ,{field: 'lev1', align: 'center',title: '层'} |
| | | ,{field: 'fullPlt', align: 'center',title: '满板',event: 'locDetl', 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 ";} |
| | | html += "disabled='disabled' >"; |
| | | return html; |
| | | },width:80} |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员',event: 'locDetl'} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间', width: 180,event: 'locDetl'} |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员'} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间', width: 180} |
| | | ,{ fixed: 'right', title:'操作', align: 'center', toolbar: '#operate'} |
| | | ]], |
| | | request: { |
| | |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'wrkNo', align: 'center',title: '工作号',sort: true,event: 'detlShow'} |
| | | ,{field: 'ioTime$', align: 'center',title: '工作时间',sort: true,event: 'detlShow', width:200} |
| | | ,{field: 'wrkSts$', align: 'center',title: '工作状态',event: 'detlShow', width:150} |
| | | ,{field: 'ioType$', align: 'center',title: '入出库类型',event: 'detlShow', width:150} |
| | | ,{field: 'ioPri', align: 'center',title: '优先级',event: 'detlShow'} |
| | | ,{field: 'crnNo$', align: 'center',title: '堆垛机',event: 'detlShow'} |
| | | ,{field: 'sourceStaNo$', align: 'center',title: '源站',event: 'detlShow'} |
| | | ,{field: 'staNo$', align: 'center',title: '目标站',event: 'detlShow'} |
| | | ,{field: 'sourceLocNo$', align: 'center',title: '源库位',event: 'detlShow', width:100} |
| | | ,{field: 'locNo$', align: 'center',title: '目标库位',event: 'detlShow', width:100} |
| | | ,{field: 'barcode', align: 'center',title: '条码',event: 'detlShow'} |
| | | ,{field: 'wrkNo', align: 'center',title: '工作号',sort: true} |
| | | ,{field: 'ioTime$', align: 'center',title: '工作时间',sort: true} |
| | | ,{field: 'wrkSts$', align: 'center',title: '工作状态'} |
| | | ,{field: 'ioType$', align: 'center',title: '入出库类型'} |
| | | ,{field: 'ioPri', align: 'center',title: '优先级'} |
| | | ,{field: 'crnNo$', align: 'center',title: '堆垛机'} |
| | | ,{field: 'sourceStaNo$', align: 'center',title: '源站'} |
| | | ,{field: 'staNo$', align: 'center',title: '目标站'} |
| | | ,{field: 'sourceLocNo$', align: 'center',title: '源库位'} |
| | | ,{field: 'locNo$', align: 'center',title: '目标库位'} |
| | | ,{field: 'barcode', align: 'center',title: '条码'} |
| | | // ,{field: 'picking', align: 'center',title: '拣料', templet:function(row){ |
| | | // var html = "<input value='picking' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; |
| | | // if(row.picking === 'Y'){html += " checked ";} |
| | |
| | | // return html; |
| | | // }} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:200} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | |
| | | </div> |
| | | |
| | | <script type="text/html" id="operate"> |
| | | <a class="layui-btn layui-btn-sm btn-detlShow" lay-event="detlShow">明细</a> |
| | | <a class="layui-btn layui-btn-danger layui-btn-sm btn-complete" lay-event="complete">完成</a> |
| | | <a class="layui-btn layui-btn-primary layui-btn-sm btn-cancel" lay-event="cancel">取消</a> |
| | | </script> |