|  |  |  | 
|---|
|  |  |  | {fixed: 'left', field: 'count', title: '实际数量', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'} | 
|---|
|  |  |  | ,{field: 'anfme', align: 'center',title: '数量'} | 
|---|
|  |  |  | ,{field: 'batch', align: 'center',title: '批号(编辑)', edit: true, style: 'font-weight:bold'} | 
|---|
|  |  |  | ,{field: 'zpallet', align: 'center',title: '托盘条码', edit: true} | 
|---|
|  |  |  | ,{field: 'model', align: 'center',title: '桶型', edit: true} | 
|---|
|  |  |  | ,{field: 'manuDate', align: 'center',title: '生产日期', edit: true} | 
|---|
|  |  |  | ,{field: 'weight', align: 'center',title: '净重', edit: true} | 
|---|
|  |  |  | ,{field: 'manLength', align: 'center',title: '毛重', edit: true} | 
|---|
|  |  |  | ,{field: 'volume', align: 'center',title: '罐装量', edit: true} | 
|---|
|  |  |  | ]; | 
|---|
|  |  |  | arrRemove(detlCols, "field", "anfme"); | 
|---|
|  |  |  | arrRemove(detlCols, "field", "batch"); | 
|---|
|  |  |  | arrRemove(detlCols, "field", "zpallet"); | 
|---|
|  |  |  | arrRemove(detlCols, "field", "model"); | 
|---|
|  |  |  | arrRemove(detlCols, "field", "manuDate"); | 
|---|
|  |  |  | arrRemove(detlCols, "field", "weight"); | 
|---|
|  |  |  | arrRemove(detlCols, "field", "manLength"); | 
|---|
|  |  |  | arrRemove(detlCols, "field", "volume"); | 
|---|
|  |  |  | cols.push.apply(cols, detlCols); | 
|---|
|  |  |  | cols.push({fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:80}) | 
|---|
|  |  |  | return cols; | 
|---|