中扬CRM客户关系管理系统
LSH
2023-10-10 1ec5d4cac10c700df9998da7b42d986ba6387028
#优化
3个文件已修改
11 ■■■■■ 已修改文件
src/main/java/com/zy/crm/manager/entity/Plan.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/cstmr/cstmr.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/reimburseOnline/reimburseOnline.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/crm/manager/entity/Plan.java
@@ -401,6 +401,7 @@
    }
    public String getPlanner$(){
        if (this.planner==null) return "未分配";
        UserService service = SpringUtils.getBean(UserService.class);
        User user = service.selectById(this.planner);
        if (!Cools.isEmpty(user)){
src/main/webapp/static/js/cstmr/cstmr.js
@@ -433,8 +433,10 @@
                });
            },
            on: function (data) {
                console.log(data)
                let arr = data.arr
                if (arr.length > 0) {
                let change = data.change;
                if (arr.length > 0 && change.length>0) {
                    let name = arr[0].name;
                    $.ajax({
                        url: baseUrl + "/cstmr/name/check/auth",
src/main/webapp/static/js/reimburseOnline/reimburseOnline.js
@@ -310,7 +310,7 @@
                    type: 1,
                    title: false,
                    area: '2100px',
                    offset: [top2 + 'px', (left - 1730 + $a.outerWidth()) + 'px'],
                    offset: [top2 + 'px', (left - 1430 + $a.outerWidth()) + 'px'],
                    shade: .01,
                    shadeClose: true,
                    fixed: false,
@@ -327,7 +327,7 @@
                            cellMinWidth: 100,
                            cols: [[
                                // {type: 'numbers'},
                                {field: 'occupation', title: '事由', width: 100},
                                {field: 'occupation', title: '事由', width: 200},
                                // {field: 'expenseType', title: '费用类型', width: 100},
                                {field: 'expenseType$', title: '费用类型', width: 100},
                                {field: 'taxRate', title: '税率', width: 60},
@@ -347,7 +347,7 @@
                                {field: 'deptId', title: '列支部门', width: 120},
                                {field: 'updateTime', title: '更新日期', width: 100},
                                // {field: 'updateUserId', title: '更新人员ID', width: 160},
                                {field: 'updateUserName', title: '更新人员名字'},
                                {field: 'updateUserName', title: '更新人员名字', width: 80},
                                // {field: 'creationTime', title: '创建日期', width: 160}
                            ]],
                            request: {