| | |
| | | ,{field: 'ioType$', align: 'center',title: '入出库类型', width: 140} |
| | | ,{field: 'ioPri', align: 'center',title: '优先级', width: 95} |
| | | ,{field: 'barcode', align: 'center',title: 'SN', width: 120} |
| | | ,{field: 'matnr', align: 'center',title: '商品编号', width: 160, templet: function (d) { |
| | | return d.matnr ? d.matnr.split(',').join('<br>') : ''; |
| | | }} |
| | | ,{field: 'maktx', align: 'center',title: '商品名称', width: 200, templet: function (d) { |
| | | return d.maktx ? d.maktx.split(',').join('<br>') : ''; |
| | | }} |
| | | ,{field: 'crnNo$', align: 'center',title: '堆垛机', width: 95} |
| | | ,{field: 'sourceStaNo$', align: 'center',title: '源站', width: 95} |
| | | ,{field: 'staNo$', align: 'center',title: '目标站', width: 95} |