diff --git a/client/src/api/certappunit.js b/client/src/api/certappunit.js index 41b5b10..4b71a16 100644 --- a/client/src/api/certappunit.js +++ b/client/src/api/certappunit.js @@ -41,6 +41,13 @@ export function createsamplesCertappunit(id,data) { data }) } +export function createcompleteCertappunit(id,data) { + return request({ + url: `/project/certappunit/${id}/createcomplete/`, + method: 'put', + data + }) +} // export function createAccess(data) { // return request({ // url: '/accessment/certass/', diff --git a/client/src/api/project.js b/client/src/api/project.js index 9fe4131..2b781d4 100644 --- a/client/src/api/project.js +++ b/client/src/api/project.js @@ -39,9 +39,9 @@ export function getProject(id) { }) } -export function nextProject(id) { +export function assginProject(id) { return request({ - url: `/project/project/${id}/next/`, + url: `/project/project/${id}/assgin/`, method: 'put' }) } @@ -60,4 +60,11 @@ export function planProject(data) { method: 'put', data }) +} + +export function acceptAudit(id) { + return request({ + url: `/project/project/${id}/accept/`, + method: 'put', + }) } \ No newline at end of file diff --git a/client/src/router/index.js b/client/src/router/index.js index d0d6598..94c841e 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -68,17 +68,17 @@ export const asyncRoutes = [ name: 'ProjectManage', meta: { title: '认证项目', icon: 'example'}, children: [ - { - path: 'application', - name: 'Applicaion', - component: () => import('@/views/application/application'), - meta: { title: '业务受理2', icon: 'example', perms: ['application_view'] } - }, + // { + // path: 'application', + // name: 'Applicaion', + // component: () => import('@/views/application/application'), + // meta: { title: '业务受理2', icon: 'example', perms: ['application_view'] } + // }, { path: 'certapp', name: 'Certapp', component: () => import('@/views/certapp/certapp'), - meta: { title: '业务受理1', icon: 'example', perms: ['certapp_view'] } + meta: { title: '业务受理', icon: 'example', perms: ['certapp_view'] } }, // { // path: 'application2', @@ -225,6 +225,13 @@ export const asyncRoutes = [ meta: { title: '任务反馈', noCache: true, icon: '', perms: ['feedback_create']}, hidden: true }, + { + path: 'feedbacks/create', + name: 'FeedbacksCreate', + component: () => import('@/views/testorg/feedbacks.vue'), + meta: { title: '任务反馈', noCache: true, icon: '', perms: ['feedbacks_create']}, + hidden: true + }, ] }, diff --git a/client/src/styles/index.scss b/client/src/styles/index.scss index b47aaea..687eb0a 100644 --- a/client/src/styles/index.scss +++ b/client/src/styles/index.scss @@ -100,4 +100,7 @@ div:focus { } // .el-button { // border-radius: 0px; -// } \ No newline at end of file +// } +.el-tabs__header { + margin: 0 0 6px; +} \ No newline at end of file diff --git a/client/src/views/accessment/access.vue b/client/src/views/accessment/access.vue index 779a3c3..7e97828 100644 --- a/client/src/views/accessment/access.vue +++ b/client/src/views/accessment/access.vue @@ -71,14 +71,9 @@ - -