| | |
| | | private Date appeTime; |
| | | |
| | | @ApiModelProperty(value= "备注") |
| | | @ExcelProperty("备注") |
| | | private String memo; |
| | | |
| | | @ApiModelProperty(value= "bom号") |
| | |
| | | ,{field: 'source$', align: 'center',title: '制购', hide: true} |
| | | ,{field: 'check$', align: 'center',title: '要求检验', hide: true} |
| | | ,{field: 'danger$', align: 'center',title: '危险品', hide: true} |
| | | ,{field: 'memo$', align: 'center',title: '备注', hide: false} |
| | | |
| | | |
| | | ]; |
| | | |
| | |
| | | arrRemove(detlCols, "field", "anfme") |
| | | arrRemove(detlCols, "field", "zpallet") |
| | | cols.push.apply(cols, detlCols); |
| | | // cols.push({field: 'anfme', align: 'center',title: '数量', style: 'font-weight: bold'} |
| | | // ) |
| | | cols.push({field: 'memo$', align: 'center',title: '备注', hide: false}) |
| | | return cols; |
| | | } |
| | | |