From 928959dfe0758a1535021a9bc3613031e235edb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=A5=E7=91=9E?= <1131549607@qq.com> Date: Mon, 23 Jun 2025 16:19:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?6.23=E5=BC=A0=E7=A5=A5=E7=91=9E=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=B6=E5=BA=A6=E5=8F=8A=E6=B3=95=E5=BE=8B?= =?UTF-8?q?=E6=B3=95=E8=A7=84=E7=9A=84=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env.development | 4 +- package.json | 7 +++ pnpm-lock.yaml | 56 +++++++++++++----- .../bpmApi/index.ts | 11 ++++ src/api/SuperiorSystem/bpmApi/index.ts | 11 ++++ src/api/lawsAndRegulations/bpmApi/index.ts | 11 ++++ .../index.vue | 49 +++++++++++++++ src/pages-bpm/SuperiorSystem/index.vue | 56 ++++++++++++++++++ src/pages-bpm/lawsAndRegulations/index.vue | 59 +++++++++++++++++++ src/pages-process/components/DynamicLink.vue | 1 + src/pages.json | 12 ++++ src/types/uni-pages.d.ts | 5 +- 12 files changed, 263 insertions(+), 19 deletions(-) create mode 100644 src/api/OfficeEquipmentMaintenanceApplication/bpmApi/index.ts create mode 100644 src/api/SuperiorSystem/bpmApi/index.ts create mode 100644 src/api/lawsAndRegulations/bpmApi/index.ts create mode 100644 src/pages-bpm/OfficeEquipmentMaintenanceApplication/index.vue create mode 100644 src/pages-bpm/SuperiorSystem/index.vue create mode 100644 src/pages-bpm/lawsAndRegulations/index.vue diff --git a/env/.env.development b/env/.env.development index c78f0dc..65c9105 100644 --- a/env/.env.development +++ b/env/.env.development @@ -4,6 +4,6 @@ NODE_ENV = 'development' VITE_DELETE_CONSOLE = false # 是否开启sourcemap VITE_SHOW_SOURCEMAP = true -#VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot' +VITE_SERVER_BASEURL = 'http://10.75.15.246:8080/jeecg-boot' #VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot' -VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot' \ No newline at end of file +#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot' \ No newline at end of file diff --git a/package.json b/package.json index 22d5959..aabe517 100644 --- a/package.json +++ b/package.json @@ -76,21 +76,28 @@ "@dcloudio/uni-mp-weixin": "3.0.0-4030620241128001", "@dcloudio/uni-mp-xhs": "3.0.0-4030620241128001", "@dcloudio/uni-quickapp-webview": "3.0.0-4030620241128001", + "@tanstack/match-sorter-utils": "^8.19.4", "@tanstack/query-core": "^5.76.0", "@tanstack/vue-query": "^5.62.16", "@vant/area-data": "^2.0.0", + "@vue/devtools-api": "^7.7.6", + "@vue/devtools-kit": "^7.7.6", + "@vue/devtools-shared": "^7.7.6", "abortcontroller-polyfill": "^1.7.8", "base-64": "^1.0.0", + "birpc": "^2.3.0", "charenc": "^0.0.2", "crypt": "^0.0.2", "dayjs": "1.11.10", "echarts": "^5.6.0", "fs-extra": "^11.3.0", + "hookable": "^5.5.3", "is-buffer": "^2.0.5", "js-base64": "^3.6.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "md5": "^2.3.0", + "perfect-debounce": "^1.0.0", "pinia": "2.0.36", "pinia-plugin-persistedstate": "3.2.1", "qs": "6.5.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a22990..9b06ce6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,6 +56,9 @@ importers: '@dcloudio/uni-quickapp-webview': specifier: 3.0.0-4030620241128001 version: 3.0.0-4030620241128001(@vueuse/core@11.3.0(vue@3.4.21(typescript@5.7.2)))(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2)) + '@tanstack/match-sorter-utils': + specifier: ^8.19.4 + version: 8.19.4 '@tanstack/query-core': specifier: ^5.76.0 version: 5.76.0 @@ -65,12 +68,24 @@ importers: '@vant/area-data': specifier: ^2.0.0 version: 2.0.0 + '@vue/devtools-api': + specifier: ^7.7.6 + version: 7.7.6 + '@vue/devtools-kit': + specifier: ^7.7.6 + version: 7.7.6 + '@vue/devtools-shared': + specifier: ^7.7.6 + version: 7.7.6 abortcontroller-polyfill: specifier: ^1.7.8 version: 1.7.8 base-64: specifier: ^1.0.0 version: 1.0.0 + birpc: + specifier: ^2.3.0 + version: 2.3.0 charenc: specifier: ^0.0.2 version: 0.0.2 @@ -86,6 +101,9 @@ importers: fs-extra: specifier: ^11.3.0 version: 11.3.0 + hookable: + specifier: ^5.5.3 + version: 5.5.3 is-buffer: specifier: ^2.0.5 version: 2.0.5 @@ -101,6 +119,9 @@ importers: md5: specifier: ^2.3.0 version: 2.3.0 + perfect-debounce: + specifier: ^1.0.0 + version: 1.0.0 pinia: specifier: 2.0.36 version: 2.0.36(typescript@5.7.2)(vue@3.4.21(typescript@5.7.2)) @@ -1321,6 +1342,7 @@ packages: '@esbuild/darwin-arm64@0.20.2': resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} engines: {node: '>=12'} + cpu: [arm64] os: [darwin] '@esbuild/darwin-arm64@0.21.5': @@ -1332,6 +1354,7 @@ packages: '@esbuild/darwin-x64@0.20.2': resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} engines: {node: '>=12'} + cpu: [x64] os: [darwin] '@esbuild/darwin-x64@0.21.5': @@ -1928,6 +1951,7 @@ packages: '@rollup/rollup-darwin-x64@4.28.0': resolution: {integrity: sha512-8hxgfReVs7k9Js1uAIhS6zq3I+wKQETInnWQtgzt8JfGx51R1N6DRVy3F4o0lQwumbErRz52YqwjfvuwRxGv1w==} + cpu: [x64] os: [darwin] '@rollup/rollup-freebsd-arm64@4.28.0': @@ -2529,14 +2553,14 @@ packages: '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/devtools-api@7.7.0': - resolution: {integrity: sha512-bHEv6kT85BHtyGgDhE07bAUMAy7zpv6nnR004nSTd0wWMrAOtcrYoXO5iyr20Hkf5jR8obQOfS3byW+I3l2CCA==} + '@vue/devtools-api@7.7.6': + resolution: {integrity: sha512-b2Xx0KvXZObePpXPYHvBRRJLDQn5nhKjXh7vUhMEtWxz1AYNFOVIsh5+HLP8xDGL7sy+Q7hXeUxPHB/KgbtsPw==} - '@vue/devtools-kit@7.7.0': - resolution: {integrity: sha512-5cvZ+6SA88zKC8XiuxUfqpdTwVjJbvYnQZY5NReh7qlSGPvVDjjzyEtW+gdzLXNSd8tStgOjAdMCpvDQamUXtA==} + '@vue/devtools-kit@7.7.6': + resolution: {integrity: sha512-geu7ds7tem2Y7Wz+WgbnbZ6T5eadOvozHZ23Atk/8tksHMFOFylKi1xgGlQlVn0wlkEf4hu+vd5ctj1G4kFtwA==} - '@vue/devtools-shared@7.7.0': - resolution: {integrity: sha512-jtlQY26R5thQxW9YQTpXbI0HoK0Wf9Rd4ekidOkRvSy7ChfK0kIU6vvcBtjj87/EcpeOSK49fZAicaFNJcoTcQ==} + '@vue/devtools-shared@7.7.6': + resolution: {integrity: sha512-yFEgJZ/WblEsojQQceuyK6FzpFDx4kqrz2ohInxNj5/DnhoX023upTv4OD6lNPLAA5LLkbwPVb10o/7b+Y4FVA==} '@vue/language-core@1.8.27': resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} @@ -2876,8 +2900,8 @@ packages: bing-translate-api@4.0.2: resolution: {integrity: sha512-JJ8XUehnxzOhHU91oy86xEtp8OOMjVEjCZJX042fKxoO19NNvxJ5omeCcxQNFoPbDqVpBJwqiGVquL0oPdQm1Q==} - birpc@0.2.19: - resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==} + birpc@2.3.0: + resolution: {integrity: sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==} bmp-js@0.1.0: resolution: {integrity: sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw==} @@ -10171,21 +10195,21 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-api@7.7.0': + '@vue/devtools-api@7.7.6': dependencies: - '@vue/devtools-kit': 7.7.0 + '@vue/devtools-kit': 7.7.6 - '@vue/devtools-kit@7.7.0': + '@vue/devtools-kit@7.7.6': dependencies: - '@vue/devtools-shared': 7.7.0 - birpc: 0.2.19 + '@vue/devtools-shared': 7.7.6 + birpc: 2.3.0 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 superjson: 2.2.2 - '@vue/devtools-shared@7.7.0': + '@vue/devtools-shared@7.7.6': dependencies: rfdc: 1.4.1 @@ -10602,7 +10626,7 @@ snapshots: dependencies: got: 11.8.6 - birpc@0.2.19: {} + birpc@2.3.0: {} bmp-js@0.1.0: {} @@ -14973,7 +14997,7 @@ snapshots: '@shikijs/types': 1.27.0 '@types/markdown-it': 14.1.2 '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@20.17.9)(sass@1.77.6)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)) - '@vue/devtools-api': 7.7.0 + '@vue/devtools-api': 7.7.6 '@vue/shared': 3.5.13 '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.7.2)) '@vueuse/integrations': 11.3.0(axios@1.7.9)(focus-trap@7.6.4)(vue@3.5.13(typescript@5.7.2)) diff --git a/src/api/OfficeEquipmentMaintenanceApplication/bpmApi/index.ts b/src/api/OfficeEquipmentMaintenanceApplication/bpmApi/index.ts new file mode 100644 index 0000000..5efa2df --- /dev/null +++ b/src/api/OfficeEquipmentMaintenanceApplication/bpmApi/index.ts @@ -0,0 +1,11 @@ +import { http } from '@/utils/http'; + + +/*通过id查询请假数据*/ +export function queryByIdApi(id : string) { + return http({ + url: '/cxcbgjjwxsq/cxcBgjjwxsq/queryByIdForApp',//填写表单的queryById请求地址 + method: 'GET', + data: { id } + }) +} diff --git a/src/api/SuperiorSystem/bpmApi/index.ts b/src/api/SuperiorSystem/bpmApi/index.ts new file mode 100644 index 0000000..9551f60 --- /dev/null +++ b/src/api/SuperiorSystem/bpmApi/index.ts @@ -0,0 +1,11 @@ +import { http } from '@/utils/http'; + + +/*通过id查询数据*/ +export function queryByIdApi(id : string) { + return http({ + url: '/cxcjyglsjzdgl/cxcJyglSjzdgl/queryByIdForAPP',//填写表单的queryById请求地址 + method: 'GET', + data: { id } + }) +} diff --git a/src/api/lawsAndRegulations/bpmApi/index.ts b/src/api/lawsAndRegulations/bpmApi/index.ts new file mode 100644 index 0000000..bb1b4f7 --- /dev/null +++ b/src/api/lawsAndRegulations/bpmApi/index.ts @@ -0,0 +1,11 @@ +import { http } from '@/utils/http'; + + +/*通过id查询请假数据*/ +export function queryByIdApi(id : string) { + return http({ + url: '/cxcoaflgf/cxcOaFlgf/queryByIdForApp',//填写表单的queryById请求地址 + method: 'GET', + data: { id } + }) +} diff --git a/src/pages-bpm/OfficeEquipmentMaintenanceApplication/index.vue b/src/pages-bpm/OfficeEquipmentMaintenanceApplication/index.vue new file mode 100644 index 0000000..04bf31b --- /dev/null +++ b/src/pages-bpm/OfficeEquipmentMaintenanceApplication/index.vue @@ -0,0 +1,49 @@ + + + diff --git a/src/pages-bpm/SuperiorSystem/index.vue b/src/pages-bpm/SuperiorSystem/index.vue new file mode 100644 index 0000000..0565728 --- /dev/null +++ b/src/pages-bpm/SuperiorSystem/index.vue @@ -0,0 +1,56 @@ + + + diff --git a/src/pages-bpm/lawsAndRegulations/index.vue b/src/pages-bpm/lawsAndRegulations/index.vue new file mode 100644 index 0000000..9dbb7f4 --- /dev/null +++ b/src/pages-bpm/lawsAndRegulations/index.vue @@ -0,0 +1,59 @@ + + + diff --git a/src/pages-process/components/DynamicLink.vue b/src/pages-process/components/DynamicLink.vue index c7873b2..b7b0692 100644 --- a/src/pages-process/components/DynamicLink.vue +++ b/src/pages-process/components/DynamicLink.vue @@ -40,6 +40,7 @@ }) // 监听 option 变化 watch(() => props.path, (newVal) => { + console.log("newVal----",newVal) if (newVal){ compName.value = newVal; if(newVal.indexOf('index')==-1){ diff --git a/src/pages.json b/src/pages.json index 7468f94..4e1b946 100644 --- a/src/pages.json +++ b/src/pages.json @@ -508,9 +508,21 @@ { "root": "pages-bpm", "pages": [ + { + "path": "lawsAndRegulations/index", + "type": "page" + }, { "path": "leaveApplication/index", "type": "page" + }, + { + "path": "OfficeEquipmentMaintenanceApplication/index", + "type": "page" + }, + { + "path": "SuperiorSystem/index", + "type": "page" } ] } diff --git a/src/types/uni-pages.d.ts b/src/types/uni-pages.d.ts index 8d0baa7..1f2ff16 100644 --- a/src/types/uni-pages.d.ts +++ b/src/types/uni-pages.d.ts @@ -55,7 +55,10 @@ interface NavigateToOptions { "/pages-process/approvalTabbar" | "/pages-process/myApplyProcess" | "/pages-process/taskHandle" | - "/pages-bpm/leaveApplication/index"; + "/pages-bpm/lawsAndRegulations/index" | + "/pages-bpm/leaveApplication/index" | + "/pages-bpm/OfficeEquipmentMaintenanceApplication/index" | + "/pages-bpm/SuperiorSystem/index"; } interface RedirectToOptions extends NavigateToOptions {} From 0c5543ae73ac563f5aaf1de5628816b7bc28b1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=A5=E7=91=9E?= <1131549607@qq.com> Date: Tue, 24 Jun 2025 16:51:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?6.24=E5=BC=A0=E7=A5=A5=E7=91=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env.development | 2 +- src/api/healthfollow/healthfllow.ts | 12 + src/pages-politics/healthfollow/send.vue | 136 ++ .../healthfollow/sendmessage.vue | 79 ++ src/pages.json | 1118 +++++++++-------- src/static/index/index/Healthfollow.png | Bin 0 -> 8993 bytes src/types/uni-pages.d.ts | 7 +- 7 files changed, 808 insertions(+), 546 deletions(-) create mode 100644 src/api/healthfollow/healthfllow.ts create mode 100644 src/pages-politics/healthfollow/send.vue create mode 100644 src/pages-politics/healthfollow/sendmessage.vue create mode 100644 src/static/index/index/Healthfollow.png diff --git a/env/.env.development b/env/.env.development index f347345..77103c3 100644 --- a/env/.env.development +++ b/env/.env.development @@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = true # 是否启用读取配置文件 min #VITE_WEBAPP = 'D://opt//AppUpdateTest' VITE_WEBAPP = '' -VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot' +VITE_SERVER_BASEURL = 'http://10.75.15.246:8080/jeecg-boot' #VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot' #VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot' diff --git a/src/api/healthfollow/healthfllow.ts b/src/api/healthfollow/healthfllow.ts new file mode 100644 index 0000000..34bc399 --- /dev/null +++ b/src/api/healthfollow/healthfllow.ts @@ -0,0 +1,12 @@ +import { http } from '@/utils/http'; + + + +// 判断是否是三级高血压人员 +export function followpersonList(config : object) { // 获取随访人员信息 + return http({ + url: '/Hmcappselect/appselect/Hmcapplist', + method: 'GET', + data: config + }) +} \ No newline at end of file diff --git a/src/pages-politics/healthfollow/send.vue b/src/pages-politics/healthfollow/send.vue new file mode 100644 index 0000000..d2ee10a --- /dev/null +++ b/src/pages-politics/healthfollow/send.vue @@ -0,0 +1,136 @@ + + + + + \ No newline at end of file diff --git a/src/pages-politics/healthfollow/sendmessage.vue b/src/pages-politics/healthfollow/sendmessage.vue new file mode 100644 index 0000000..5f0f51e --- /dev/null +++ b/src/pages-politics/healthfollow/sendmessage.vue @@ -0,0 +1,79 @@ + + { + layout: 'default', + style: { + navigationStyle: 'custom', + navigationBarTitleText: '健康随访', + }, + } + + + + + + \ No newline at end of file diff --git a/src/pages.json b/src/pages.json index 5deeecb..b7d4451 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,546 +1,576 @@ { - "globalStyle": { - "navigationStyle": "default", - "navigationBarTitleText": "uniapp", - "navigationBarBackgroundColor": "#f8f8f8", - "navigationBarTextStyle": "black", - "backgroundColor": "#FFFFFF" - }, - "easycom": { - "autoscan": true, - "custom": { - "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue", - "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue" - } - }, - "tabBar": { - "color": "#aaa", - "selectedColor": "#39b54a", - "backgroundColor": "#F8F8F8", - "borderStyle": "black", - "height": "50px", - "fontSize": "11px", - "iconWidth": "24px", - "spacing": "3px", - "list": [{ - "iconPath": "static/tabbar/tabbar-home-2.png", - "selectedIconPath": "static/tabbar/tabbar-home.png", - "pagePath": "pages/index/index", - "text": "首页" - }, - { - "iconPath": "static/tabbar/tabbar-production.png", - "selectedIconPath": "static/tabbar/tabbar-production-2.png", - "pagePath": "pages/production/index", - "text": "生产" - }, - { - "iconPath": "static/tabbar/tabbar-operation.png", - "selectedIconPath": "static/tabbar/tabbar-operation-2.png", - "pagePath": "pages/operation/index", - "text": "经营" - }, - { - "iconPath": "static/tabbar/tabbar-user-2.png", - "selectedIconPath": "static/tabbar/tabbar-user.png", - "pagePath": "pages/user/people", - "text": "个人" - } - ] - }, - "pages": [{ - "path": "pages/login/login", - "type": "home", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "登录页" - } - }, - { - "path": "pages/annotation/annotationDetail", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "pages/annotation/annotationList", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "我的消息", - "navigationStyle": "custom" - } - }, - { - "path": "pages/index/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "主页" - } - }, - { - "path": "pages/message/message", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "pages/more/more", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "更多", - "navigationStyle": "custom" - } - }, - { - "path": "pages/onlinePreview/detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "在线预览" - } - }, - { - "path": "pages/onlinePreview/onlinePreview", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "在线预览" - } - }, - { - "path": "pages/onlinePreview/onlinePreviewH5", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "H5在线预览" - } - }, - { - "path": "pages/operation/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "经营数据" - } - }, - { - "path": "pages/production/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "生产数据" - } - }, - { - "path": "pages/sljd/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "实流检定" - } - }, - { - "path": "pages/user/people", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "个人" - } - }, - { - "path": "pages/workHome/index", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "工作台", - "navigationStyle": "custom" - } - }, - { - "path": "pages/production/ribaoshuju/rbsjLsxq", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "历史数据" - } - }, - { - "path": "pages/production/ribaoshuju/trqRbsj", - "type": "page" - }, - { - "path": "pages/production/ribaoshuju/yyRbsj", - "type": "page" - }, - { - "path": "pages/production/shishishuju/aqbjSssj", - "type": "page" - }, - { - "path": "pages/production/shishishuju/gycsSssj", - "type": "page" - }, - { - "path": "pages/production/shishishuju/index", - "type": "page" - }, - { - "path": "pages/production/shishishuju/nyxhSssj", - "type": "page" - }, - { - "path": "pages/production/shishishuju/trqSssj", - "type": "page" - }, - { - "path": "pages/production/shishishuju/ysjSssj", - "type": "page" - } - ], - "subPackages": [{ - "root": "pages-home", - "pages": [{ - "path": "home/home", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "" - } - }] - }, - { - "root": "pages-message", - "pages": [{ - "path": "chat/chat", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "聊天", - "navigationStyle": "custom" - } - }, - { - "path": "contacts/contacts", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "联系人" - } - }, - { - "path": "personPage/personPage", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "tenant/tenant", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "styleIsolation": "apply-shared" - } - } - ] - }, - { - "root": "pages-user", - "pages": [{ - "path": "userEdit/userEdit", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }] - }, - { - "root": "pages-work", - "pages": [{ - "path": "dragPage/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "仪表盘" - } - }, - { - "path": "onlinePage/onlineAdd", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "Online表单新增" - } - }, - { - "path": "onlinePage/onlineDetail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "Online表单新增" - } - }, - { - "path": "onlinePage/onlineEdit", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "Online表单新增" - } - } - ] - }, - { - "root": "pages-sub", - "pages": [{ - "path": "online/online", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "online", - "navigationStyle": "custom" - } - }, - { - "path": "online/onlineCard", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "online/onlineTable", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - } - ] - }, - { - "root": "pages-operate", - "pages": [{ - "path": "file/detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "厂级制度详情" - } - }, - { - "path": "file/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "公文/通知公告/法律法规/上级制度/厂级制度" - } - }, - { - "path": "sc/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "三册" - } - } - ] - }, - { - "root": "pages-humanResource", - "pages": [{ - "path": "absence/add", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "请假申请" - } - }, - { - "path": "absence/detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "请假详情" - } - }, - { - "path": "absence/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "请假信息" - } - }, - { - "path": "personnel/ageStatistics", - "type": "page" - }, - { - "path": "personnel/detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "人员详情" - } - }, - { - "path": "personnel/generalFieldStatistics", - "type": "page" - }, - { - "path": "personnel/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "人员信息" - } - }, - { - "path": "personnel/standingbook", - "type": "page" - } - ] - }, - { - "root": "pages-integrated", - "pages": [{ - "path": "duty/index", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "干部值班" - } - }] - }, - { - "root": "pages-politics", - "pages": [{ - "path": "health/add", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "健康填报" - } - }] - }, - { - "root": "pages-process", - "pages": [{ - "path": "approvalTabbar", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "流程审批导航" - } - }, - { - "path": "myApplyProcess", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "我发起流程" - } - }, - { - "path": "taskHandle", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "任务处理" - } - } - ] - }, - { - "root": "pages-bpm", - "pages": [{ - "path": "carRental/index", - "type": "page" - }, - { - "path": "document/index", - "type": "page" - }, - { - "path": "khss/index", - "type": "page" - }, - { - "path": "leaveApplication/index", - "type": "page" - }, - { - "path": "unconventional/index", - "type": "page" - }, - { - "path": "unconventional/stamp", - "type": "page" - }, - { - "path": "zbkh/index", - "type": "page" - }, - { - - "path": "lawsAndRegulations/index", - "type": "page" - }, - { - "path": "OfficeEquipmentMaintenanceApplication/index", - "type": "page" - }, - { - "path": "SuperiorSystem/index", - "type": "page" - } - ] - } - ] + "globalStyle": { + "navigationStyle": "default", + "navigationBarTitleText": "uniapp", + "navigationBarBackgroundColor": "#f8f8f8", + "navigationBarTextStyle": "black", + "backgroundColor": "#FFFFFF" + }, + "easycom": { + "autoscan": true, + "custom": { + "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue", + "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue" + } + }, + "tabBar": { + "color": "#aaa", + "selectedColor": "#39b54a", + "backgroundColor": "#F8F8F8", + "borderStyle": "black", + "height": "50px", + "fontSize": "11px", + "iconWidth": "24px", + "spacing": "3px", + "list": [ + { + "iconPath": "static/tabbar/tabbar-home-2.png", + "selectedIconPath": "static/tabbar/tabbar-home.png", + "pagePath": "pages/index/index", + "text": "首页" + }, + { + "iconPath": "static/tabbar/tabbar-production.png", + "selectedIconPath": "static/tabbar/tabbar-production-2.png", + "pagePath": "pages/production/index", + "text": "生产" + }, + { + "iconPath": "static/tabbar/tabbar-operation.png", + "selectedIconPath": "static/tabbar/tabbar-operation-2.png", + "pagePath": "pages/operation/index", + "text": "经营" + }, + { + "iconPath": "static/tabbar/tabbar-user-2.png", + "selectedIconPath": "static/tabbar/tabbar-user.png", + "pagePath": "pages/user/people", + "text": "个人" + } + ] + }, + "pages": [ + { + "path": "pages/login/login", + "type": "home", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "登录页" + } + }, + { + "path": "pages/annotation/annotationDetail", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/annotation/annotationList", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "我的消息", + "navigationStyle": "custom" + } + }, + { + "path": "pages/index/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "主页" + } + }, + { + "path": "pages/message/message", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/more/more", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "更多", + "navigationStyle": "custom" + } + }, + { + "path": "pages/onlinePreview/detail", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "在线预览" + } + }, + { + "path": "pages/onlinePreview/onlinePreview", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "在线预览" + } + }, + { + "path": "pages/onlinePreview/onlinePreviewH5", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "H5在线预览" + } + }, + { + "path": "pages/operation/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "经营数据" + } + }, + { + "path": "pages/production/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "生产数据" + } + }, + { + "path": "pages/sljd/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "实流检定" + } + }, + { + "path": "pages/user/people", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "个人" + } + }, + { + "path": "pages/workHome/index", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "工作台", + "navigationStyle": "custom" + } + }, + { + "path": "pages/production/ribaoshuju/rbsjLsxq", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "历史数据" + } + }, + { + "path": "pages/production/ribaoshuju/trqRbsj", + "type": "page" + }, + { + "path": "pages/production/ribaoshuju/yyRbsj", + "type": "page" + }, + { + "path": "pages/production/shishishuju/aqbjSssj", + "type": "page" + }, + { + "path": "pages/production/shishishuju/gycsSssj", + "type": "page" + }, + { + "path": "pages/production/shishishuju/index", + "type": "page" + }, + { + "path": "pages/production/shishishuju/nyxhSssj", + "type": "page" + }, + { + "path": "pages/production/shishishuju/trqSssj", + "type": "page" + }, + { + "path": "pages/production/shishishuju/ysjSssj", + "type": "page" + } + ], + "subPackages": [ + { + "root": "pages-home", + "pages": [ + { + "path": "home/home", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "" + } + } + ] + }, + { + "root": "pages-message", + "pages": [ + { + "path": "chat/chat", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "聊天", + "navigationStyle": "custom" + } + }, + { + "path": "contacts/contacts", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "联系人" + } + }, + { + "path": "personPage/personPage", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "tenant/tenant", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "styleIsolation": "apply-shared" + } + } + ] + }, + { + "root": "pages-user", + "pages": [ + { + "path": "userEdit/userEdit", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pages-work", + "pages": [ + { + "path": "dragPage/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "仪表盘" + } + }, + { + "path": "onlinePage/onlineAdd", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "Online表单新增" + } + }, + { + "path": "onlinePage/onlineDetail", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "Online表单新增" + } + }, + { + "path": "onlinePage/onlineEdit", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "Online表单新增" + } + } + ] + }, + { + "root": "pages-sub", + "pages": [ + { + "path": "online/online", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "online", + "navigationStyle": "custom" + } + }, + { + "path": "online/onlineCard", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "online/onlineTable", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pages-operate", + "pages": [ + { + "path": "file/detail", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "厂级制度详情" + } + }, + { + "path": "file/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "公文/通知公告/法律法规/上级制度/厂级制度" + } + }, + { + "path": "sc/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "三册" + } + } + ] + }, + { + "root": "pages-humanResource", + "pages": [ + { + "path": "absence/add", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "请假申请" + } + }, + { + "path": "absence/detail", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "请假详情" + } + }, + { + "path": "absence/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "请假信息" + } + }, + { + "path": "personnel/ageStatistics", + "type": "page" + }, + { + "path": "personnel/detail", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "人员详情" + } + }, + { + "path": "personnel/generalFieldStatistics", + "type": "page" + }, + { + "path": "personnel/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "人员信息" + } + }, + { + "path": "personnel/standingbook", + "type": "page" + } + ] + }, + { + "root": "pages-integrated", + "pages": [ + { + "path": "duty/index", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "干部值班" + } + } + ] + }, + { + "root": "pages-politics", + "pages": [ + { + "path": "health/add", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "健康填报" + } + }, + { + "path": "healthfollow/send", + "type": "page" + }, + { + "path": "healthfollow/sendmessage", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "健康随访" + } + } + ] + }, + { + "root": "pages-process", + "pages": [ + { + "path": "approvalTabbar", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "流程审批导航" + } + }, + { + "path": "myApplyProcess", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "我发起流程" + } + }, + { + "path": "taskHandle", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "任务处理" + } + } + ] + }, + { + "root": "pages-bpm", + "pages": [ + { + "path": "carRental/index", + "type": "page" + }, + { + "path": "document/index", + "type": "page" + }, + { + "path": "khss/index", + "type": "page" + }, + { + "path": "lawsAndRegulations/index", + "type": "page" + }, + { + "path": "leaveApplication/index", + "type": "page" + }, + { + "path": "OfficeEquipmentMaintenanceApplication/index", + "type": "page" + }, + { + "path": "SuperiorSystem/index", + "type": "page" + }, + { + "path": "unconventional/index", + "type": "page" + }, + { + "path": "unconventional/stamp", + "type": "page" + }, + { + "path": "zbkh/index", + "type": "page" + } + ] + } + ] } \ No newline at end of file diff --git a/src/static/index/index/Healthfollow.png b/src/static/index/index/Healthfollow.png new file mode 100644 index 0000000000000000000000000000000000000000..a044c7c6919ba218a42cd298d82a5515a4ecf323 GIT binary patch literal 8993 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 literal 0 HcmV?d00001 diff --git a/src/types/uni-pages.d.ts b/src/types/uni-pages.d.ts index 70fddc4..7cbbc80 100644 --- a/src/types/uni-pages.d.ts +++ b/src/types/uni-pages.d.ts @@ -53,13 +53,18 @@ interface NavigateToOptions { "/pages-humanResource/personnel/standingbook" | "/pages-integrated/duty/index" | "/pages-politics/health/add" | + "/pages-politics/healthfollow/send" | + "/pages-politics/healthfollow/sendmessage" | "/pages-process/approvalTabbar" | "/pages-process/myApplyProcess" | "/pages-process/taskHandle" | + "/pages-bpm/carRental/index" | + "/pages-bpm/document/index" | + "/pages-bpm/khss/index" | "/pages-bpm/lawsAndRegulations/index" | "/pages-bpm/leaveApplication/index" | "/pages-bpm/OfficeEquipmentMaintenanceApplication/index" | - "/pages-bpm/SuperiorSystem/index"; + "/pages-bpm/SuperiorSystem/index" | "/pages-bpm/unconventional/index" | "/pages-bpm/unconventional/stamp" | "/pages-bpm/zbkh/index";