diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index f413be9..ebddd79 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -1,13 +1,18 @@
-
-
-
-
- {{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
+
+
+
+
+
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index f413be9..ebddd79 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -1,13 +1,18 @@
-
-
-
-
- {{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
new file mode 100644
index 0000000..a79bf77
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index f413be9..ebddd79 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -1,13 +1,18 @@
-
-
-
-
- {{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
new file mode 100644
index 0000000..a79bf77
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart.vue b/src/views/otherComment/highFreq/highFreqChart.vue
new file mode 100644
index 0000000..6d81057
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index f413be9..ebddd79 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -1,13 +1,18 @@
-
-
-
-
- {{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
new file mode 100644
index 0000000..a79bf77
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart.vue b/src/views/otherComment/highFreq/highFreqChart.vue
new file mode 100644
index 0000000..6d81057
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqList.vue b/src/views/otherComment/highFreq/highFreqList.vue
new file mode 100644
index 0000000..aff3418
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqList.vue
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.caseTypeName + '/' + scope.row.caseTypeDetailName }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index f413be9..ebddd79 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -1,13 +1,18 @@
-
-
-
-
- {{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
new file mode 100644
index 0000000..a79bf77
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart.vue b/src/views/otherComment/highFreq/highFreqChart.vue
new file mode 100644
index 0000000..6d81057
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqList.vue b/src/views/otherComment/highFreq/highFreqList.vue
new file mode 100644
index 0000000..aff3418
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqList.vue
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.caseTypeName + '/' + scope.row.caseTypeDetailName }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatis.vue b/src/views/otherComment/sourceStatis/sourceStatis.vue
new file mode 100644
index 0000000..7b4e346
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatis.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index f413be9..ebddd79 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -1,13 +1,18 @@
-
-
-
-
- {{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
new file mode 100644
index 0000000..a79bf77
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart.vue b/src/views/otherComment/highFreq/highFreqChart.vue
new file mode 100644
index 0000000..6d81057
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqList.vue b/src/views/otherComment/highFreq/highFreqList.vue
new file mode 100644
index 0000000..aff3418
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqList.vue
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.caseTypeName + '/' + scope.row.caseTypeDetailName }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatis.vue b/src/views/otherComment/sourceStatis/sourceStatis.vue
new file mode 100644
index 0000000..7b4e346
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatis.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatisChart.vue b/src/views/otherComment/sourceStatis/sourceStatisChart.vue
new file mode 100644
index 0000000..db0567b
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatisChart.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
diff --git a/src/router/modules/comment.js b/src/router/modules/comment.js
index c3c10ac..9587edc 100644
--- a/src/router/modules/comment.js
+++ b/src/router/modules/comment.js
@@ -31,5 +31,31 @@
meta: { title: '职能单位评价', icon: '', belongSys: '', permission: '/accessFuncDept' }
}
]
+ },
+ {
+ path: '/otherComment',
+ component: Layout,
+ redirect: '/highFreq',
+ name: 'OtherComment',
+ alwaysShow: true,
+ meta: {
+ title: '其他评价',
+ permission: ['/otherComment'],
+ sys: '/comment'
+ },
+ children: [
+ {
+ path: '/highFreq',
+ component: () => import('@/views/otherComment/highFreq/highFreq'),
+ name: 'HighFreq',
+ meta: { title: '高发问题', icon: '', belongSys: '', permission: '/highFreq' }
+ },
+ {
+ path: '/sourceStatis',
+ component: () => import('@/views/otherComment/sourceStatis/sourceStatis'),
+ name: 'SourceStatis',
+ meta: { title: '来源统计', icon: '', belongSys: '', permission: '/sourceStatis' }
+ }
+ ]
}
]
diff --git a/src/views/deptAccess/accessRule.vue b/src/views/deptAccess/accessRule.vue
new file mode 100644
index 0000000..699b1c7
--- /dev/null
+++ b/src/views/deptAccess/accessRule.vue
@@ -0,0 +1,95 @@
+
+
+
规则说明
+
+ 处置单位得分 = 100 - 超时分 - 返工分 - 超时未处理分 + 工作量调节
+ 超时分数 = 时限内所有超时案卷数/时限内应处置案卷数 *100 * 超时因子
+ 返工分数 = 时限内所有返工案卷数/时限内应处置案卷数 * 100 * 返工因子
+ 超时未处置分数 = 时限内所有超时未处置案卷数/时限内应处置案卷数 * 100 * 超时未处置因子
+ 工作量调节 = 该单位接收派遣数 / 系统总派遣数 * 100 * 调节因子
+
+
+
考核因子
+
+
+ 工作量调节因子
+ 超时因子
+ 返工因子
+ 超时未处置因子
+
+
+ 派遣数/系统总派遣数
+ 超时处置和超时未处置
+ 返工数量
+ 超时未处置
+
+
+
+
+ 修改
+
+
+
+ 修改
+
+
+ %
+ 修改
+
+
+ %
+ 修改
+
+
+
+
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccess.vue b/src/views/deptAccess/deptAccess.vue
index 94cd5c5..9e37773 100644
--- a/src/views/deptAccess/deptAccess.vue
+++ b/src/views/deptAccess/deptAccess.vue
@@ -32,21 +32,32 @@
- 考核规则
+ 考核规则
+
+
+
+
+
diff --git a/src/views/deptAccess/deptAccessList.vue b/src/views/deptAccess/deptAccessList.vue
index f413be9..ebddd79 100644
--- a/src/views/deptAccess/deptAccessList.vue
+++ b/src/views/deptAccess/deptAccessList.vue
@@ -1,13 +1,18 @@
-
-
-
-
- {{ scope.row[column.value] }}
- {{ scope.row[column.value] }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ scope.row[column.value] }}
+ {{ scope.row[column.value] }}
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreq.vue b/src/views/otherComment/highFreq/highFreq.vue
new file mode 100644
index 0000000..a79bf77
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreq.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqChart.vue b/src/views/otherComment/highFreq/highFreqChart.vue
new file mode 100644
index 0000000..6d81057
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqChart.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/highFreq/highFreqList.vue b/src/views/otherComment/highFreq/highFreqList.vue
new file mode 100644
index 0000000..aff3418
--- /dev/null
+++ b/src/views/otherComment/highFreq/highFreqList.vue
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.caseTypeName + '/' + scope.row.caseTypeDetailName }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatis.vue b/src/views/otherComment/sourceStatis/sourceStatis.vue
new file mode 100644
index 0000000..7b4e346
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatis.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+ 统计
+ 清空
+ 报表
+
+
+
+
+
+ 列表模式
+
+
+
+ 图表模式
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatisChart.vue b/src/views/otherComment/sourceStatis/sourceStatisChart.vue
new file mode 100644
index 0000000..db0567b
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatisChart.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
diff --git a/src/views/otherComment/sourceStatis/sourceStatisList.vue b/src/views/otherComment/sourceStatis/sourceStatisList.vue
new file mode 100644
index 0000000..d2da372
--- /dev/null
+++ b/src/views/otherComment/sourceStatis/sourceStatisList.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+