From 7a860b934fbfecfa55be33499ba4a40b92cc61a6 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 13 Sep 2024 13:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E4=B9=9D=E5=9E=8B=E4=BA=BA?= =?UTF-8?q?=E6=A0=BC=E6=B5=8B=E8=AF=95=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/hr/people/index.ts | 21 ++ src/views/hr/archives/archivescont.vue | 2 +- .../hr/archives/basicinformation/ninePage.vue | 188 ++++++++++++++++++ .../basicinformation/personalityTest.vue | 3 + src/views/hr/archives/index.vue | 32 ++- 5 files changed, 244 insertions(+), 2 deletions(-) create mode 100644 src/views/hr/archives/basicinformation/ninePage.vue diff --git a/src/api/hr/people/index.ts b/src/api/hr/people/index.ts index e77c850..93134cb 100644 --- a/src/api/hr/people/index.ts +++ b/src/api/hr/people/index.ts @@ -689,3 +689,24 @@ export function getUserDISCTest(data?: any) { data: data }) } +/** + * 九型人格测试结果 + */ +export function nineResultToken(data: any){ + return request({ + url: '/systemapi/rongxin/nineResultToken', + method: 'post', + data: data + }); +} +/** + * 下载九型人格测试结果 + */ + export function downLoadNineTestPage(data: any){ + return request({ + url: '/systemapi/rongxin/downLoadNineTestPage', + // url:'/hrapi/staff/archiveslistcont', + method: 'post', + params: data + }); +} diff --git a/src/views/hr/archives/archivescont.vue b/src/views/hr/archives/archivescont.vue index 72ad308..6fb72c6 100644 --- a/src/views/hr/archives/archivescont.vue +++ b/src/views/hr/archives/archivescont.vue @@ -289,7 +289,7 @@ const handleClickUser = (tab: any, event: Event) => { @refreshcontdata="refreshContPage" /> - + diff --git a/src/views/hr/archives/basicinformation/ninePage.vue b/src/views/hr/archives/basicinformation/ninePage.vue new file mode 100644 index 0000000..597a032 --- /dev/null +++ b/src/views/hr/archives/basicinformation/ninePage.vue @@ -0,0 +1,188 @@ + + + + diff --git a/src/views/hr/archives/basicinformation/personalityTest.vue b/src/views/hr/archives/basicinformation/personalityTest.vue index 1f6ad53..571f9ce 100644 --- a/src/views/hr/archives/basicinformation/personalityTest.vue +++ b/src/views/hr/archives/basicinformation/personalityTest.vue @@ -6,6 +6,8 @@