| | |
| | | {field: 'matnr', align: 'center',title: '商品编号', sort:true, width: 290} |
| | | ,{field: 'specs', align: 'center',title: '规格', width: 200} |
| | | ,{field: 'maktx', align: 'center',title: '商品名称', sort:true, width: 150} |
| | | ,{field: 'orderNo', align: 'center',title: '单据编号', hide: true} |
| | | ,{field: 'orderNo', align: 'center',title: '单据编号', hide: false} |
| | | ,{field: 'batch', align: 'center',title: '批号', sort:true, hide: true} |
| | | ,{field: 'anfme', align: 'center',title: '数量'} |
| | | ,{field: 'zpallet', align: 'center',title: '托盘条码'} |
| | |
| | | ,{field: 'check$', align: 'center',title: '要求检验', hide: true} |
| | | ,{field: 'danger$', align: 'center',title: '危险品', hide: true} |
| | | ,{field: 'memo', align: 'center',title: '备注', hide: false} |
| | | // ,{field: 'locType2$', align: 'center',title: '上架区域', width: 90} |
| | | ,{field: 'matType$', align: 'center',title: '上架区域'} |
| | | ] |
| | | |
| | | function getQueryVariable(variable) |