|  |  |  | 
|---|
|  |  |  | function getCol() { | 
|---|
|  |  |  | var cols = [ | 
|---|
|  |  |  | {field: 'anfme', align: 'center',title: '库存数量', style: 'font-weight: bold'} | 
|---|
|  |  |  | ,{field: 'matnr', align: 'center',title: '商品编号'} | 
|---|
|  |  |  | ,{field: 'specs', align: 'center',title: '规格'} | 
|---|
|  |  |  | ,{field: 'maktx', align: 'center',title: '商品名称'} | 
|---|
|  |  |  | ]; | 
|---|
|  |  |  | arrRemove(detlCols, "field", "anfme") | 
|---|
|  |  |  | arrRemove(detlCols, "field", "zpallet") | 
|---|
|  |  |  | cols.push.apply(cols, detlCols); | 
|---|
|  |  |  | // cols.push.apply(cols, detlCols); | 
|---|
|  |  |  | // cols.push({field: 'anfme', align: 'center',title: '数量', style: 'font-weight: bold'} | 
|---|
|  |  |  | // ) | 
|---|
|  |  |  | return cols; | 
|---|