From d3f22c72dd2e6beb0a7aa9bb8da5e4b97e0974c5 Mon Sep 17 00:00:00 2001 From: zhusiyu <410827992@qq.com> Date: Fri, 2 Sep 2022 09:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=BB=E7=BB=93=E7=BB=9F=E8=AE=A1=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moduleCom/oa/summaryRecord/submitInfo.vue | 9 +- .../oa/summaryRecord/summaryRecord.vue | 9 +- .../oa/summaryRecord/summaryRecordLarge.vue | 174 ++++++++++++++++-- .../oa/summaryRecord/totalRecord.vue | 10 +- 4 files changed, 177 insertions(+), 25 deletions(-) diff --git a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue index e621553..3e6f380 100644 --- a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue +++ b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/submitInfo.vue @@ -457,6 +457,7 @@ } } this.getWorkSummaryDeptPersonOverview() + // this.getWorkSummaryPersonCycleStatistics() }, removeTab: function (num) { let index = this.centerIndex + num; @@ -481,7 +482,7 @@ isTestLogin: interConfig.getWorkSummaryPersonCycleStatistics.isTestLogin, }], (result) => { let resData = result[0].data; - // console.log('个人总结提交', resData) + // console.log('个人总结-提交情况', resData) if (resData.code === 2000) { this.dayList = resData.data.day_list; this.weekList = resData.data.week_list; @@ -514,7 +515,6 @@ this.dataSourceDept = dataSource this.spinning2 = false this.changeType(); - //this.buildWeekEchart(personList); } }) } @@ -536,11 +536,11 @@ isTestLogin: interConfig.getWorkSummaryOrgDeptOverview.isTestLogin, }], (result) => { let resData = result[0].data; + //console.log('小块机构表格', resData) if (resData.code === 2000) { this.dataSourceOrg = resData.data.dept_list; this.spinning3 = false this.changeType(); - //this.buildWeekEchart(personList); } }) } @@ -561,9 +561,6 @@ if (this.selectType !== type) { this.selectType = type; this.paneKey = type; -// this.$nextTick(function () { -// this.buildDayEchart(); -// }) } } }, diff --git a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/summaryRecord.vue b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/summaryRecord.vue index f7316c6..51d9543 100644 --- a/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/summaryRecord.vue +++ b/src/views/screenAdaptation/pages/adminCenter/moduleCom/oa/summaryRecord/summaryRecord.vue @@ -1,7 +1,8 @@