From a1ea001b62704da8612b9773fd1e33f29b862bb6 Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 23 Jun 2025 13:27:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(business):=20=E5=8A=9E=E7=90=86=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E6=B7=BB=E5=8A=A0=E5=88=86=E5=85=AC=E5=8F=B8=E6=98=AF?= =?UTF-8?q?=E6=89=80=E5=B1=9E=E7=9C=81=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business.js | 6 + src/views/information/business/index.vue | 439 ++++++++++++----------- src/views/information/business/shyw.vue | 261 +++++++------- vue.config.js | 2 +- 4 files changed, 357 insertions(+), 351 deletions(-) diff --git a/src/api/business.js b/src/api/business.js index 56643b0..51af581 100644 --- a/src/api/business.js +++ b/src/api/business.js @@ -248,3 +248,9 @@ export function approvalStatus(params) { }) } +export function getCompanyAreaList() { + return request({ + url: '/system/api/area/get-area-by-parentId?parentId=0', + method: 'get' + }) +} diff --git a/src/views/information/business/index.vue b/src/views/information/business/index.vue index a9f9e2a..b4cb6e1 100644 --- a/src/views/information/business/index.vue +++ b/src/views/information/business/index.vue @@ -2,51 +2,51 @@
+ />
- + - + + /> + /> @@ -54,32 +54,32 @@ + /> + /> @@ -87,43 +87,42 @@ - + - + + clearable + /> + clearable + /> - + @change="changeTime1" + /> @@ -133,7 +132,6 @@ - + @change="changeTime2" + /> @@ -152,15 +150,14 @@
+ />
{{ isActive ? '点击收起' : '点击展开' }}
@@ -169,16 +166,14 @@
- {{ '导入' }} + {{ '导入' }} - {{ '下载模板' }} + {{ '下载模板' }}
@@ -191,20 +186,19 @@ :row-class-name="tableRowClassName" @selection-change="handleSelectionChange" > - + - + /> - - - + /> + - + /> - + /> - + /> - + /> - + /> - + /> - + /> - + /> - + />
- - - - + + {{ aitem.label }} + >{{ aitem.label }} @@ -334,23 +320,20 @@ v-for="aitem in item.enumEntityList" :key="aitem.value" :label="aitem.value" - >{{ aitem.label }} + >{{ aitem.label }} % -
@@ -358,13 +341,12 @@
{{ '取消' }} - {{ '确认' }} + {{ '确认' }}
- + /> - + /> @@ -428,17 +406,16 @@ :auto-upload="false" drag > - +
{{ '将文件拖到此处,或' }} {{ '点击上传' }}
-
+
- {{ '下载模板' }} + {{ '下载模板' }}
-
+
{{ '提示:仅允许导入“xls”或“xlsx”格式文件!' }}
@@ -455,35 +432,36 @@