From 3b571e6482fe34d26c8517a5e2dc399ab5c2f710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Fri, 14 Feb 2025 11:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E6=B3=95=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 75 ++-- api/inspections/index.js | 28 ++ api/login.js | 23 +- api/system/user.js | 11 + api/task/index.js | 10 + components/cs-bottom-wrapper/index.vue | 33 ++ components/cs-dict-tag/index.vue | 8 +- config.js | 4 +- main.js | 2 +- manifest.json | 3 +- pages.json | 15 +- pages/enterprise.vue | 46 +- static/images/emty.png | Bin 0 -> 6022 bytes static/images/icon/refresh.png | Bin 0 -> 955 bytes static/images/locateImage.png | Bin 0 -> 44950 bytes static/images/task/position.png | Bin 0 -> 79278 bytes static/js/echarts.min.js | 45 ++ static/js/qqmap-wx-jssdk.min.js | 1 + static/scss/global.scss | 12 + store/getters.js | 3 +- store/modules/user.js | 10 +- sub/common/waiting.vue | 135 ++++-- sub/enterprise/detail.vue | 66 ++- sub/task/detail.vue | 21 +- sub/task/locate.vue | 464 ++++++++++++++++++++ sub/task/record.vue | 120 +++-- uni_modules/s-components/s-header/index.vue | 21 +- utils/constant.js | 3 +- utils/getCode.js | 44 ++ utils/ruoyi.js | 20 + utils/storage.js | 2 +- 31 files changed, 1063 insertions(+), 162 deletions(-) create mode 100644 components/cs-bottom-wrapper/index.vue create mode 100644 static/images/emty.png create mode 100644 static/images/icon/refresh.png create mode 100644 static/images/locateImage.png create mode 100644 static/images/task/position.png create mode 100644 static/js/echarts.min.js create mode 100644 static/js/qqmap-wx-jssdk.min.js create mode 100644 sub/task/locate.vue create mode 100644 utils/getCode.js diff --git a/App.vue b/App.vue index 42b2761..b99c9a4 100644 --- a/App.vue +++ b/App.vue @@ -1,7 +1,7 @@ + + diff --git a/components/cs-dict-tag/index.vue b/components/cs-dict-tag/index.vue index b71c487..2af5687 100644 --- a/components/cs-dict-tag/index.vue +++ b/components/cs-dict-tag/index.vue @@ -1,5 +1,7 @@ - \ No newline at end of file + diff --git a/sub/enterprise/detail.vue b/sub/enterprise/detail.vue index 899a133..cfbdbf6 100644 --- a/sub/enterprise/detail.vue +++ b/sub/enterprise/detail.vue @@ -1,7 +1,11 @@