| | |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | public String getProgressRate$(){ |
| | | ProjectStatusService bean = SpringUtils.getBean(ProjectStatusService.class); |
| | | ProjectStatus id = bean.selectOne(new EntityWrapper<ProjectStatus>() |
| | | .eq("id", this.progressRate)); |
| | | if (!Cools.isEmpty(id)) { |
| | | return id.getStatusName(); |
| | | } |
| | | // public String getProgressRate$(){ |
| | | // ProjectStatusService bean = SpringUtils.getBean(ProjectStatusService.class); |
| | | // ProjectStatus id = bean.selectOne(new EntityWrapper<ProjectStatus>() |
| | | // .eq("id", this.progressRate)); |
| | | // if (!Cools.isEmpty(id)) { |
| | | // return id.getStatusName(); |
| | | // } |
| | | // |
| | | // return ""; |
| | | // } |
| | | |
| | | return ""; |
| | | } |
| | | public String getProjectStatus$(){ |
| | | ProjectStatusService bean = SpringUtils.getBean(ProjectStatusService.class); |
| | | ProjectStatus id = bean.selectOne(new EntityWrapper<ProjectStatus>().eq("id", this.projectStatus)); |
| | |
| | | ,{field: 'name', align: 'center',title: '项目名称', width: 130} |
| | | ,{field: 'inUuid', align: 'center',title: '项目编号', hide: true} |
| | | // ,{field: 'cstmrUuid', align: 'center',title: '客户编号'} |
| | | ,{field: 'progressRate$', align: 'center',title: '进度'} |
| | | ,{field: 'projectStatus$', align: 'center',title: '进度'} |
| | | ,{field: 'planCarInfo', align: 'center', title: '预计车辆大小', width: 115} |
| | | ,{field: 'planCarnumber', align: 'center', title: '预计车辆数量', width: 115} |
| | | // ,{field: 'member', align: 'center',title: '项目成员'} |