| | |
| | | } |
| | | |
| | | public String getPlanner$(){ |
| | | if (this.planner==null) return "未分配"; |
| | | UserService service = SpringUtils.getBean(UserService.class); |
| | | User user = service.selectById(this.planner); |
| | | if (!Cools.isEmpty(user)){ |
| | |
| | | }); |
| | | }, |
| | | 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", |
| | |
| | | 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, |
| | |
| | | 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}, |
| | |
| | | {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: { |