| | |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员'} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间'} |
| | | // ,{field: 'status', align: 'center',title: ''} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | |
| | | } |
| | | }); |
| | | } |
| | | break; |
| | | // 生成托盘码 |
| | | case "btnTray": |
| | | layer.open({ |
| | | type: 2, |
| | | title: '生成托盘码', |
| | | area: ['500px'], |
| | | shadeClose: true, |
| | | content: 'tray.html', |
| | | success: function(layero, index){ |
| | | }, |
| | | end: function () { |
| | | } |
| | | }); |
| | | break; |
| | | } |
| | | }); |