From f1e5031f20f067c1823e92da9ae39932ae19a881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=B0=B8=E8=B6=85?= <2090205686@qq.com> Date: Fri, 27 Jun 2025 16:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E5=85=A5=E5=93=81=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9B=91=E7=AE=A1=EF=BC=88=E7=A7=8D=E5=AD=90=E5=92=8C=E8=82=A5?= =?UTF-8?q?=E6=96=99=EF=BC=89=E5=A2=9E=E5=88=A0=E6=94=B9=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=AE=8C=E6=88=90=EF=BC=8C=E5=86=9C=E8=8D=AF=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9B=91=E7=AE=A1=E5=BE=85=E5=8E=9F=E5=9E=8B=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/.env.development | 4 +- .../.env.development | 8 +- .../src/apis/system/dictType.js | 2 +- .../src/components/LandSelect.vue | 5 +- .../demandManage/fertilizerDemand.vue | 24 +- .../demandManage/pesticideDemand.vue | 23 +- .../demandManage/seedDemand.vue | 36 +- .../material/pesticide/index.vue | 4 +- .../material/seed/index.vue | 2 +- .../subsidyManage/fertilizerSubsidy.vue | 2 +- .../subsidyManage/pesticideSubsidy.vue | 2 +- .../subsidyManage/seedSubsidy.vue | 4 +- .../fertilizerRegulation.vue | 136 ++++-- .../pesticideRegulation.vue | 390 ++++++++++++++---- .../supervisionOfInputs/seedRegulation.vue | 62 +-- 15 files changed, 507 insertions(+), 197 deletions(-) diff --git a/main/.env.development b/main/.env.development index 8ed46a0..8b03e2f 100644 --- a/main/.env.development +++ b/main/.env.development @@ -16,6 +16,6 @@ VITE_APP_UPLOAD_API = '/uploadApis' # VITE_APP_BASE_URL = 'http://47.109.205.240:8080' # VITE_APP_UPLOAD_URL = 'http://47.109.205.240:9300' # 内网接口地址 -VITE_APP_BASE_URL = 'http://192.168.18.99:8080' -VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' +VITE_APP_BASE_URL = 'http://192.168.18.88:8080' +VITE_APP_UPLOAD_URL = 'http://192.168.18.88:8080' # VITE_APP_VIST_URL = 'http://192.168.18.99' diff --git a/sub-government-affairs-service/.env.development b/sub-government-affairs-service/.env.development index 06ea220..26e094b 100644 --- a/sub-government-affairs-service/.env.development +++ b/sub-government-affairs-service/.env.development @@ -13,9 +13,9 @@ VITE_APP_UPLOAD_API = '/uploadApis' # VITE_APP_UPLOAD_URL = 'http://47.109.205.240:9204' # 内网测试库接口地址 -VITE_APP_BASE_URL = 'http://192.168.18.99:8080' -VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' +VITE_APP_BASE_URL = 'http://192.168.18.88:8080' +VITE_APP_UPLOAD_URL = 'http://192.168.18.88:8080' # 本地开发接口地址 -VITE_APP_BASE_URL = 'http://192.168.18.99:8080' -VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' \ No newline at end of file +# VITE_APP_BASE_URL = 'http://192.168.18.99:8080' +# VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' \ No newline at end of file diff --git a/sub-government-affairs-service/src/apis/system/dictType.js b/sub-government-affairs-service/src/apis/system/dictType.js index 947668a..53aee4c 100644 --- a/sub-government-affairs-service/src/apis/system/dictType.js +++ b/sub-government-affairs-service/src/apis/system/dictType.js @@ -57,7 +57,7 @@ export function GetDictType(dictId) { }); } /** - * @Title: 类型信息 + * @Title: 类型信息 sys_use_supervise_number 获取投入品用量单位 */ export function GetDictTypeInfo(dictId) { return request(`/system/dict/data/type/${dictId}`, { diff --git a/sub-government-affairs-service/src/components/LandSelect.vue b/sub-government-affairs-service/src/components/LandSelect.vue index e4ca053..1eb935e 100644 --- a/sub-government-affairs-service/src/components/LandSelect.vue +++ b/sub-government-affairs-service/src/components/LandSelect.vue @@ -1,5 +1,5 @@