| | |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | // ,{field: 'id', align: 'center',title: 'ID'} |
| | | , {field: 'matnr', align: 'center', title: '商品编号'} |
| | | , {field: 'matnr', align: 'center', title: 'sku'} |
| | | ,{field: 'supp', align: 'center',title: 'po'} |
| | | ,{field: 'sku', align: 'center',title: 'upc'} |
| | | , {field: 'specs', align: 'center', title: '规格'} |
| | | , {field: 'model', align: 'center', title: '型号'} |
| | | , {field: 'cstmr', align: 'center', title: '客户'} |
| | | , {field: 'batch', align: 'center', title: '批号'} |
| | | , {field: 'batch', align: 'center', title: '批号',hide:true} |
| | | , {field: 'other', align: 'center', title: '其他', hide: true} |
| | | , {field: 'rowBeg', align: 'center', title: '开始排'} |
| | | , {field: 'rowEnd', align: 'center', title: '结束排'} |