From 631fbdd246509938e1ec2dd0fd85a6d21d9dcea7 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 28 Jul 2023 16:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9C=B0=E5=8C=BA=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../districtSelector/districtSelector.vue | 241 +++++++++++++++++ pages.json | 18 ++ static/server/server.js | 16 +- subpkg/newPersonnel/newPersonnel.vue | 245 ++---------------- 4 files changed, 289 insertions(+), 231 deletions(-) create mode 100644 components/districtSelector/districtSelector.vue diff --git a/components/districtSelector/districtSelector.vue b/components/districtSelector/districtSelector.vue new file mode 100644 index 0000000..b7bfd6b --- /dev/null +++ b/components/districtSelector/districtSelector.vue @@ -0,0 +1,241 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index dbff3f8..c970160 100644 --- a/pages.json +++ b/pages.json @@ -301,6 +301,24 @@ "navigationBarTextStyle": "white" } + }, { + "path": "archives/archives", + "style": { + "navigationBarTitleText": "档案管理", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#3175f9", + "navigationBarTextStyle": "white" + } + + }, { + "path": "newArchives/newArchives", + "style": { + "navigationBarTitleText": "新增档案", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#3175f9", + "navigationBarTextStyle": "white" + } + }] }], "globalStyle": { diff --git a/static/server/server.js b/static/server/server.js index 105faba..ee4853f 100644 --- a/static/server/server.js +++ b/static/server/server.js @@ -217,21 +217,21 @@ export const oaHomeData = [ url: '/subpkg/companyAdmin/companyAdmin' }, { - text: '片区经理', - icon: prefix + 'oa/yzsq@2x.png', - url: '/pages/oaManager/oaManager' + text: '档案管理', + icon: prefix + 'oa/bxsq@2x.png', + url: '/subpkg/archives/archives' }, + // { + // text: '片区经理', + // icon: prefix + 'oa/yzsq@2x.png', + // url: '/pages/oaManager/oaManager' + // }, { text: '财务管理', icon: prefix + 'oa/gengduo@2x.png', url: '/subpkg/finance/finance' }, // { - // text: 'gong', - // icon: prefix + 'oa/qjsq@2x.png', - // url: '/pages/views/leave_request' - // }, - // { // text: '出差申请', // icon: prefix + 'oa/ccsq@2x.png' // }, diff --git a/subpkg/newPersonnel/newPersonnel.vue b/subpkg/newPersonnel/newPersonnel.vue index ea8a545..6d13741 100644 --- a/subpkg/newPersonnel/newPersonnel.vue +++ b/subpkg/newPersonnel/newPersonnel.vue @@ -33,30 +33,7 @@ --> 地区信息 - - - - - - - - - - - - - - - - - - - - - - - - + 资质信息 @@ -101,8 +78,6 @@ - @@ -110,13 +85,12 @@