From 9d9d7972c9e1a885350b1c4e7f798557016ca6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E5=85=B8=E5=8D=93?= Date: Wed, 9 Oct 2024 09:39:34 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E5=9B=BD=E5=BA=86=E8=8A=82=E6=9A=82?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 + package.json | 1 + src/api/tenant/mission.js | 14 ++ src/components/city-cascader/label.vue | 22 ++- src/components/map/selectLocation3.vue | 39 ++-- src/views/manage/company/companyList.vue | 74 ++++--- src/views/manage/cuser/talents/index.vue | 1 + src/views/manage/mission/index.vue | 7 +- src/views/manage/station/inviteCode.vue | 187 ++++++++++-------- src/views/manage/station/mainList.vue | 77 +++++--- src/views/manage/works/index.vue | 16 +- src/views/tenant/main/serve/index.vue | 14 +- .../talents/LocalWarningDisposal/index.vue | 10 +- .../tenant/main/talents/latent/index.vue | 16 +- .../tenant/main/talents/personFile/index.vue | 19 +- .../main/talents/personnelserve/index.vue | 70 +++++-- .../main/talents/serverRecords/index.vue | 10 +- .../tenant/mission/Dialog/CopyMission.vue | 107 ++++++++-- .../tenant/mission/Table/WaitingMission.vue | 12 +- src/views/tenant/mission/index.vue | 7 +- src/views/tenant/works/Dialog/CopyMission.vue | 96 +++++++-- .../tenant/works/Table/WaitingMission.vue | 14 +- src/views/tenant/works/index.vue | 35 ++-- vue.config.js | 7 +- 24 files changed, 571 insertions(+), 285 deletions(-) diff --git a/.env.production b/.env.production index fc645bc..b8042cb 100644 --- a/.env.production +++ b/.env.production @@ -4,4 +4,5 @@ VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://10.165.0.173:8000", "https://dy VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://10.165.0.54:8300/manage/login&stService=http%3A%2F%2F10.165.0.54%3A8300%2Fmanage%2Flogin VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768 VUE_APP_TIANDITU_APIKEY = e4266a5e84fe6c10f60c559967f0a03f +#VUE_APP_LARGESCREEN = http://10.165.0.173/largescreen/ VUE_APP_LARGESCREEN = http://10.165.0.77/largescreen/ diff --git a/package.json b/package.json index 7c25ccb..fc37131 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", + "build:test": "vue-cli-service build --mode development", "lint": "vue-cli-service lint", "analyz": "npm_config_report=true npm run build", "test:unit": "vue-cli-service test:unit", diff --git a/src/api/tenant/mission.js b/src/api/tenant/mission.js index 0153ecc..f526bcd 100644 --- a/src/api/tenant/mission.js +++ b/src/api/tenant/mission.js @@ -365,3 +365,17 @@ export const listCompany = (params) => { export const upload = () => { return `/api/jobslink-api/missions/mission/importMission?isCovered=1` } + +export const missionHistory = () => { + return request({ + url: `/api/jobslink-api/missions/mission/history`, + method: 'get', + }) +} + +export const jkWorksHistory = () => { + return request({ + url: `/api/jobslink-api/jkWorks/jkWorks/history`, + method: 'get', + }) +} diff --git a/src/components/city-cascader/label.vue b/src/components/city-cascader/label.vue index 152c320..2d2d7a7 100644 --- a/src/components/city-cascader/label.vue +++ b/src/components/city-cascader/label.vue @@ -1,6 +1,6 @@