| | |
| | | limits: [15, 30, 50, 100, 200, 500], |
| | | height: 'full-100', |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'orderNo', align: 'center',title: '单据编号'} |
| | | {field: 'orderNo', align: 'center',title: '单据编号'} |
| | | ,{field: 'matnr', align: 'center',title: '物料ID'} |
| | | ,{field: 'maktx', align: 'center',title: '物料名称'} |
| | | ,{field: 'anfme', align: 'center',title: '应出库量', minWidth: 100} |
| | |
| | | return false; |
| | | }); |
| | | |
| | | $('#waveback').click(function (data) { |
| | | layer.open({ |
| | | type: 2, |
| | | title: false, |
| | | area: ['1000px','700px'], |
| | | content: "waveback_detl.html", |
| | | }) |
| | | }); |
| | | |
| | | |
| | | /* 表格2头工具栏点击事件 */ |
| | | table.on('toolbar(orderTable)', function (obj) { |
| | | if (obj.event === 'add') { // 添加 |