|  |  | 
 |  |  |                         cellMinWidth: 100, | 
 |  |  |                         cols: [[ | 
 |  |  |                             {type: 'numbers'}, | 
 |  |  |                             {field: 'matnr', title: '商品编码', width: 160}, | 
 |  |  |                             {field: 'maktx', title: '商品名称', width: 160}, | 
 |  |  |                             {field: 'batch', title: '批号'}, | 
 |  |  |                             {field: 'anfme', title: '数量'}, | 
 |  |  |                             {field: 'matnr', title: 'sku', width: 160}, | 
 |  |  |                             {field: 'maktx', title: '名称', width: 80} | 
 |  |  |                             ,{field: 'supp', align: 'center',title: 'po', hide: false} | 
 |  |  |                             ,{field: 'sku', align: 'center',title: 'upc', hide: false}, | 
 |  |  |                             // {field: 'batch', title: '批号'}, | 
 |  |  |                             // {field: 'anfme', title: '数量'}, | 
 |  |  |                             {field: 'workQty', title: '作业数量'}, | 
 |  |  |                             {field: 'qty', title: '完成数量', style: 'font-weight: bold'}, | 
 |  |  |                             // {field: 'unit', title: '单位'}, | 
 |  |  | 
 |  |  |                     cols: [[ | 
 |  |  |                         {type: 'numbers', title: '#'}, | 
 |  |  |                         {field: 'matnr', title: '商品编码', width: 160}, | 
 |  |  |                         {field: 'maktx', title: '商品名称', width: 200}, | 
 |  |  |                         {field: 'batch', title: '批号', edit: true}, | 
 |  |  |                         {field: 'specs', title: '规格'}, | 
 |  |  |                         {field: 'maktx', title: '名称', width: 80} | 
 |  |  |                         ,{field: 'supp', align: 'center',title: 'po', hide: false} | 
 |  |  |                         ,{field: 'sku', align: 'center',title: 'upc', hide: false}, | 
 |  |  |                         // {field: 'batch', title: '批号', edit: true}, | 
 |  |  |                         // {field: 'specs', title: '规格'}, | 
 |  |  |                         {field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110}, | 
 |  |  |                         {field: 'workQty', title: '作业数量',  minWidth: 100, width: 100}, | 
 |  |  |                         // {field: 'unit', title: '单位', width: 80}, |