|  |  | 
 |  |  |         url: baseUrl+'/orderDetl/pakout/list/auth', | 
 |  |  |         page: true, | 
 |  |  |         limit: 15, | 
 |  |  |         limits: [15, 30, 50, 100, 200, 500], | 
 |  |  |         limits: [15, 30, 50, 100, 200, 500,1000,2000], | 
 |  |  |         toolbar: '#orderDetToolbar', | 
 |  |  |         height: 'full-120', | 
 |  |  |         where: {order_id: 9999999999}, | 
 |  |  | 
 |  |  |             {type: 'checkbox'} | 
 |  |  |             ,{type: 'numbers', title: '#'} | 
 |  |  |             ,{field: 'orderNo', align: 'center',title: '单据编号', templet: '#orderNoTpl', width: 160} | 
 |  |  |             ,{field: 'matnr', align: 'center',title: '商品编码', width: 160} | 
 |  |  |             ,{field: 'maktx', align: 'center',title: '商品名称', width: 200} | 
 |  |  |             ,{field: 'matnr', align: 'center',title: '品号', width: 160} | 
 |  |  |             ,{field: 'maktx', align: 'center',title: '名称', width: 200} | 
 |  |  |             ,{field: 'batch', align: 'center',title: '序列码'} | 
 |  |  |             ,{field: 'origin', align: 'center',title: '仓库号'} | 
 |  |  |             // ,{field: 'anfme', align: 'center',title: '数量'} | 
 |  |  | 
 |  |  |                                     {field: 'batch', title: '序列码', align: 'center'}, | 
 |  |  |                                     {field: 'anfme', title: '数量', align: 'center', width: 90, style: 'font-weight: bold'}, | 
 |  |  |                                     {field: 'locNo', title: '货位', align: 'center', width: 100, templet: '#locNoTpl'}, | 
 |  |  |                                     {field: 'staNos', align: 'center', title: '出库站', merge: ['locNo'], templet: '#tbBasicTbStaNos'}, | 
 |  |  |                                     {field: 'staNos', align: 'center', title: '出库站', merge: ['locNo'], templet: '#tbBasicTbStaNos',hide: true}, | 
 |  |  |                                     // {type: 'checkbox', merge: ['locNo']}, | 
 |  |  |                                 ]], | 
 |  |  |                                 done: function (res) { |