|  |  |  | 
|---|
|  |  |  | toolbar: '#toolbar', | 
|---|
|  |  |  | cellMinWidth: 50, | 
|---|
|  |  |  | limit: 500, | 
|---|
|  |  |  | cols: [getCol()], | 
|---|
|  |  |  | cols: [[ | 
|---|
|  |  |  | ,{field: 'matnr', align: 'center',title: '商品编号', sort:true} | 
|---|
|  |  |  | ,{field: 'maktx', align: 'center',title: '商品名称', sort:true} | 
|---|
|  |  |  | ,{field: 'loc_no', align: 'center',title: '库位号', sort:true} | 
|---|
|  |  |  | ,{field: 'orderNo', align: 'center',title: '单据编号', hide: true} | 
|---|
|  |  |  | ,{field: 'batch', align: 'center',title: '批号', sort:true} | 
|---|
|  |  |  | ,{field: 'anfme', align: 'center',title: '数量',hide: true} | 
|---|
|  |  |  | ,{field: 'zpallet', align: 'center',title: '托盘条码',hide: false} | 
|---|
|  |  |  | ,{field: 'specs', align: 'center',title: '规格',hide: true} | 
|---|
|  |  |  | ,{field: 'weight', align: 'center',title: '重量', hide: false} | 
|---|
|  |  |  | ]], | 
|---|
|  |  |  | done: function(res, curr, count) { | 
|---|
|  |  |  | tableMerge.render(this); | 
|---|
|  |  |  | limit(); | 
|---|
|  |  |  | 
|---|
|  |  |  | maxmin: false, | 
|---|
|  |  |  | area: ['90%', '85%'], | 
|---|
|  |  |  | shadeClose: true, | 
|---|
|  |  |  | content: 'turnOverQuery.html', | 
|---|
|  |  |  | content: 'turnOverOwner.html', | 
|---|
|  |  |  | success: function(layero, index){ | 
|---|
|  |  |  | layer.close(loadIndex); | 
|---|
|  |  |  | } | 
|---|