.
18516761980
2022-04-08 40d710de7ef349e9f2e034c362633c641eef6157
.
2个文件已修改
21 ■■■■ 已修改文件
src/main/java/zy/cloud/wms/manager/entity/Item.java 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/itemManager/itemManager.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/zy/cloud/wms/manager/entity/Item.java
@@ -400,16 +400,17 @@
//            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));
src/main/webapp/static/js/itemManager/itemManager.js
@@ -28,7 +28,7 @@
            ,{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: '项目成员'}