|  |  | 
 |  |  |             ,{field: 'orderNo', align: 'center',title: '单据编号', templet: '#orderNoTpl', width: 160} | 
 |  |  |             ,{field: 'matnr', align: 'center',title: '商品编码', width: 160} | 
 |  |  |             ,{field: 'maktx', align: 'center',title: '商品名称', width: 200} | 
 |  |  |             ,{field: 'batch', align: 'center',title: '序列码'} | 
 |  |  |             ,{field: 'specs', align: 'center',title: '规格'} | 
 |  |  |             ,{field: 'owner$', align: 'center',title: '货主'} | 
 |  |  |             ,{field: 'payment$', align: 'center',title: '货物形态'} | 
 |  |  |             ,{field: 'owner', align: 'center',title: '货主', hide: true} | 
 |  |  |             ,{field: 'payment', align: 'center',title: '货物形态', hide: true} | 
 |  |  |             // ,{field: 'anfme', align: 'center',title: '数量'} | 
 |  |  |             // ,{field: 'qty', align: 'center',title: '作业数量', style: 'font-weight: bold'} | 
 |  |  |             ,{field: 'anfme', align: 'center',title: '总数量', style: 'font-weight: bold'} | 
 |  |  | 
 |  |  |                                     { title: '出库数量', align: 'center',field: 'anfme', width: 90, style: 'font-weight: bold; color: red'}, | 
 |  |  |                                     {field: 'locNo', title: '货位', align: 'center', width: 100, templet: '#locNoTpl'}, | 
 |  |  |                                     {field: 'staNos', align: 'center', title: '出库站', merge: ['locNo'], templet: '#tbBasicTbStaNos'}, | 
 |  |  |                                     {type: 'checkbox', merge: ['locNo']}, | 
 |  |  |                                     // {type: 'checkbox', merge: ['locNo']}, | 
 |  |  |                                 ]], | 
 |  |  |                                 done: function (res) { | 
 |  |  |                                     tableMerge.render(this); |