| | |
| | | {field: 'barcode', title: 'SN', width: 140 }, |
| | | {field: 'brand', title: '品牌' }, |
| | | { field: 'batch', title: '批号' }, |
| | | {field: 'model', title: '型号' }, |
| | | { field: 'specs', title: '规格' }, |
| | | { field: 'unit', title: '单位' }, |
| | | { field: 'anfme', title: '数量' }, |
| | |
| | | {field: 'matnr', title: '商品编码', width: 160}, |
| | | {field: 'maktx', title: '商品名称', width: 200}, |
| | | {field: 'batch', title: '批号', edit: true}, |
| | | {field: 'model', title: '型号' }, |
| | | {field: 'barcode', title: 'SN', edit: true}, |
| | | {field: 'specs', title: '规格'}, |
| | | {field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110}, |