| | |
| | | toolbar: '#toolbar', |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {field: 'wrkNo', align: 'center', title: '工作号', event: 'wrkNo', sort: true} |
| | | , {field: 'ioTime$', align: 'center', title: '工作时间', width: 160, sort: true} |
| | | , {field: 'wrkSts$', align: 'center', title: '工作状态', width: 160} |
| | | , {field: 'ioType$', align: 'center', title: '入出库类型', width: 160} |
| | | , {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: 'modiUser$', align: 'center', title: '修改人员', hide: true} |
| | | , {field: 'modiTime$', align: 'center', title: '修改时间', hide: true} |
| | | {field: 'id', align: 'center', title: 'id'} |
| | | , {field: 'wrkNo', align: 'center', title: '任务号'} |
| | | , {field: 'ioType$', align: 'center', title: '入出库类型',} |
| | | , {field: 'wrkSts$', align: 'center', title: '工作状态'} |
| | | , {field: 'ioPri', align: 'center', title: '优先级',hide: true} |
| | | , {field: 'sourceStaNo', align: 'center', title: '源站'} |
| | | , {field: 'staNo', align: 'center', title: '目标站'} |
| | | , {field: 'invWh', align: 'center', title: 'agv'} |
| | | , {field: 'barcode', align: 'center', title: '条码'} |
| | | , {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 80} |
| | | , {field: 'appeUser$', align: 'center', title: '创建人'} |
| | | , {field: 'appeTime$', align: 'center', title: '创建时间',width: 170} |
| | | , {field: 'modiUser$', align: 'center', title: '修改人员', hide: true} |
| | | , {field: 'modiTime$', align: 'center', title: '修改时间', hide: true,width: 170} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | |
| | | |
| | | // 搜索栏搜索事件 |
| | | form.on('submit(search)', function (data) { |
| | | console.log('1111') |
| | | pageCurr = 1; |
| | | tableReload(false); |
| | | }); |