diff --git a/client/src/api/certapp.js b/client/src/api/certapp.js index d62c7e9..e052512 100644 --- a/client/src/api/certapp.js +++ b/client/src/api/certapp.js @@ -76,4 +76,21 @@ export function flowCertapp(id) { url: `/project/certapp/${id}/flow/`, method: 'get', }) -} \ No newline at end of file +} + +export function bindCertapp(data) { + //与项目绑定 + return request({ + url: `/project/certapp/bind/`, + method: 'put', + data + }) +} + +export function unbindCertapp(id) { + //与项目解绑 + return request({ + url: `/project/certapp/${id}/unbind/`, + method: 'put', + }) +} diff --git a/client/src/router/index.js b/client/src/router/index.js index 995368d..451bf31 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -159,7 +159,7 @@ export const asyncRoutes = [ path: 'certapp/:id/:action/', name: 'Certappmember', component: () => import('@/views/certapp/certapphandle'), - meta: { title: '派人', icon: 'example', perms: ['plan_view'] }, + meta: { title: '派差', icon: 'example', perms: ['plan_view'] }, hidden: true }, ] @@ -303,6 +303,13 @@ export const asyncRoutes = [ meta: { title: '证书颁发', icon: 'example', perms: ['certificate_issue'] }, hidden: true }, + { + path: 'certapp/:id/issue/', + name: 'Certappissue', + component: () => import('@/views/certapp/certapphandle'), + meta: { title: '发证/通知', icon: 'example', perms: ['certapp_issue'] }, + hidden: true + }, ] }, { @@ -319,12 +326,19 @@ export const asyncRoutes = [ meta: { title: '人员信息', icon: 'example', perms: ['employee_view'] } }, { - path: 'employee/update/:id', + path: 'employee/:id/update', name: 'EmployeeUpdate', component: () => import('@/views/employee/employeeupdate'), meta: { title: '人员信息变更', icon: 'example', perms: ['employee_update'] }, hidden: true }, + { + path: 'employee/:id/detail', + name: 'Employeedetail', + component: () => import('@/views/employee/employeeupdate'), + meta: { title: '人员信息详情', icon: 'example', perms: ['employee_detail'] }, + hidden: true + }, // { // path: 'qualification_', // name: 'Qualification_', diff --git a/client/src/styles/index.scss b/client/src/styles/index.scss index 65008d6..8db3240 100644 --- a/client/src/styles/index.scss +++ b/client/src/styles/index.scss @@ -103,13 +103,13 @@ body .el-table th.gutter{ .el-button+.el-button { margin-left: 1px; } -// .el-button { -// border-radius: 0px; -// } +.el-button { + border-radius: 2px; +} .el-tabs__header { margin: 0 0 6px; } ul { padding-inline-start: 6px; -} \ No newline at end of file +} diff --git a/client/src/views/ability/ability.vue b/client/src/views/ability/ability.vue index dd03cde..d413513 100644 --- a/client/src/views/ability/ability.vue +++ b/client/src/views/ability/ability.vue @@ -30,17 +30,17 @@ type="primary" icon="el-icon-search" @click="handleFilter" - >搜索 + >查询 刷新重置 + >重置
- 新增 + 新增
{ if (!valid) return; accessCertapp(this.certapp, this.formData).then((res) => { this.$message.success('成功') - }); + }) }); }, handleAcessunit(val,id){ @@ -227,7 +227,7 @@ getDictList({type__code:'cert_decision', pageoff:true}).then(res=>{ this.formData.state = res.data.state this.$emit("stateChange", res.data.state); this.$emit("flowChange"); - }) + }).catch(()=>{this.getUnitList()}) } } diff --git a/client/src/views/accessment/index.vue b/client/src/views/accessment/index.vue index 59e6444..ac11830 100644 --- a/client/src/views/accessment/index.vue +++ b/client/src/views/accessment/index.vue @@ -26,7 +26,7 @@ type="primary" icon="el-icon-search" @click="handleFilter" - >搜索 + >查询 刷新 + +
+ 待评定业务 +
@@ -99,6 +103,55 @@ :limit.sync="listQuery.page_size" @pagination="getList" /> +
+ +
+ 本业务认证单元 +
+ + + + + + + + + + + + + + + + + + + + + +
diff --git a/client/src/views/application/application.vue b/client/src/views/application/application.vue index 4480a80..b04a986 100644 --- a/client/src/views/application/application.vue +++ b/client/src/views/application/application.vue @@ -44,13 +44,13 @@ icon="el-icon-search" @click="handleFilter" style="margin-left:10px" - >搜索 + >查询 刷新重置 + >重置
认证申请 diff --git a/client/src/views/audit/fee.vue b/client/src/views/audit/fee.vue index a2ac442..5a9c9ca 100644 --- a/client/src/views/audit/fee.vue +++ b/client/src/views/audit/fee.vue @@ -47,7 +47,6 @@ @@ -122,7 +120,6 @@ diff --git a/client/src/views/audit/member.vue b/client/src/views/audit/member.vue index 0a669c4..62a3101 100644 --- a/client/src/views/audit/member.vue +++ b/client/src/views/audit/member.vue @@ -40,9 +40,8 @@ - - - + +
成员配置
@@ -97,9 +96,9 @@
-
- - +
+ +
审核员参与天数/人日数
@@ -141,7 +140,6 @@
- 搜索查询 {{ scope.row.create_time }} - + - +