|  |  | 
 |  |  |         height: 'full-120', | 
 |  |  |         cols: [[ | 
 |  |  |             {type: 'checkbox'} | 
 |  |  |             ,{field: 'wrkNo', align: 'center',title: '工作号'} | 
 |  |  |             ,{field: 'wrkSts$', align: 'center',title: '工作状态'} | 
 |  |  |             ,{field: 'ioType$', align: 'center',title: '入出库类型'} | 
 |  |  |             ,{field: 'crnNo$', align: 'center',title: '堆垛机'} | 
 |  |  |             ,{field: 'locNo$', align: 'center',title: '目标库位'} | 
 |  |  |             ,{field: 'staNo$', align: 'center',title: '目标站'} | 
 |  |  |             ,{field: 'sourceStaNo$', align: 'center',title: '源站'} | 
 |  |  |             ,{field: 'sourceLocNo$', align: 'center',title: '源库位'} | 
 |  |  |             ,{field: 'locSts', align: 'center',title: ''} | 
 |  |  |             ,{field: 'ioTime$', align: 'center',title: '工作时间'} | 
 |  |  |             ,{field: 'modiUser$', align: 'center',title: '修改人员'} | 
 |  |  |             ,{field: 'modiTime$', align: 'center',title: '修改时间'} | 
 |  |  |             ,{field: 'wrkNoOne', align: 'center',title: '工作号1'} | 
 |  |  |             ,{field: 'wrkNoTwo', align: 'center',title: '工作号2'} | 
 |  |  |             ,{field: 'locNoOne', align: 'center',title: '目标库位1'} | 
 |  |  |             ,{field: 'locNoTwo', align: 'center',title: '目标库位2'} | 
 |  |  |             ,{field: 'staNoOne', align: 'center',title: '目标站1'} | 
 |  |  |             ,{field: 'staNoTwo', align: 'center',title: '目标站2'} | 
 |  |  |             ,{field: 'sourceStaNoOne', align: 'center',title: '源站1'} | 
 |  |  |             ,{field: 'sourceStaNoTwo', align: 'center',title: '源站2'} | 
 |  |  |             ,{field: 'sourceLocNoOne', align: 'center',title: '源库位1'} | 
 |  |  |             ,{field: 'sourceLocNoTwo', align: 'center',title: '源库位2'} | 
 |  |  |             ,{field: 'wrkNo', align: 'center',title: '工作号', hide: false} | 
 |  |  |             ,{field: 'wrkSts$', align: 'center',title: '工作状态', hide: false} | 
 |  |  |             ,{field: 'ioType$', align: 'center',title: '入出库类型', hide: false} | 
 |  |  |             ,{field: 'crnNo$', align: 'center',title: '堆垛机', hide: false} | 
 |  |  |             ,{field: 'locNo$', align: 'center',title: '目标库位', hide: false} | 
 |  |  |             ,{field: 'staNo$', align: 'center',title: '目标站', hide: false} | 
 |  |  |             ,{field: 'sourceStaNo$', align: 'center',title: '源站', hide: false} | 
 |  |  |             ,{field: 'sourceLocNo$', align: 'center',title: '源库位', hide: false} | 
 |  |  |             ,{field: 'locSts', align: 'center',title: '', hide: true} | 
 |  |  |             ,{field: 'wrkNoOne', align: 'center',title: '工作号1', hide: false} | 
 |  |  |             ,{field: 'wrkNoTwo', align: 'center',title: '工作号2', hide: false} | 
 |  |  |             ,{field: 'locNoOne', align: 'center',title: '目标库位1', hide: true} | 
 |  |  |             ,{field: 'locNoTwo', align: 'center',title: '目标库位2', hide: true} | 
 |  |  |             ,{field: 'staNoOne', align: 'center',title: '目标站1', hide: true} | 
 |  |  |             ,{field: 'staNoTwo', align: 'center',title: '目标站2', hide: true} | 
 |  |  |             ,{field: 'sourceStaNoOne', align: 'center',title: '源站1', hide: true} | 
 |  |  |             ,{field: 'sourceStaNoTwo', align: 'center',title: '源站2', hide: true} | 
 |  |  |             ,{field: 'sourceLocNoOne', align: 'center',title: '源库位1', hide: true} | 
 |  |  |             ,{field: 'sourceLocNoTwo', align: 'center',title: '源库位2', hide: true} | 
 |  |  |             ,{field: 'ioTime$', align: 'center',title: '工作时间', hide: true} | 
 |  |  |             ,{field: 'modiUser$', align: 'center',title: '修改人员', hide: true} | 
 |  |  |             ,{field: 'modiTime$', align: 'center',title: '修改时间', hide: false} | 
 |  |  |  | 
 |  |  |             ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} | 
 |  |  |         ]], | 
 |  |  | 
 |  |  |         admin.open({ | 
 |  |  |             type: 1, | 
 |  |  |             area: '600px', | 
 |  |  |             title: (mData ? '修改' : '添加') + '订单状态', | 
 |  |  |             title: (mData ? '修改' : '添加') + '任务状态', | 
 |  |  |             content: $('#editDialog').html(), | 
 |  |  |             success: function (layero, dIndex) { | 
 |  |  |                 layDateRender(mData); |