From 5f85dabbb7e679969419b56f59eae37734990084 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 5 Dec 2023 10:43:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E7=A7=BB=E5=8A=A8=E5=88=B0=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/audit/components/list.vue | 36 +-- .../xgf/insert/components/corpInfoAdd.vue | 263 ++++++++++-------- .../xgf/insert/components/corpInfoList.vue | 6 +- 3 files changed, 156 insertions(+), 149 deletions(-) diff --git a/src/views/xgf/audit/components/list.vue b/src/views/xgf/audit/components/list.vue index f325bae..7dd804d 100644 --- a/src/views/xgf/audit/components/list.vue +++ b/src/views/xgf/audit/components/list.vue @@ -98,17 +98,17 @@ @@ -216,14 +216,6 @@ export default { dialogType: 'add', employmentList: [], selectList: [], - /* employmentList: [ - { ID: '0', NAME: '劳务承包' }, - { ID: '1', NAME: '劳务派遣' } - ], - selectList: [ - { ID: '0', NAME: '招标' }, - { ID: '1', NAME: '竞争性谈判' } - ], */ stateList: [ { ID: '0', NAME: '未填报' }, { ID: '1', NAME: '待审核' }, @@ -432,22 +424,6 @@ export default { ).then((data) => { this.corpTypeList = data.list }) - /* requestFN( - '/xgf/dictionaries/getLevels', - { - DICTIONARIES_ID: '688d2cf1c6cd4dab999a0106e09aec83' - } - ).then((data) => { - this.ecnomicTypeList = data.list - }) */ - /* requestFN( - '/xgf/dictionaries/getLevels', - { - DICTIONARIES_ID: '37b045e160c04ddba851073b4e510cc9' - } - ).then((data) => { - this.enterpriseSizeList = data.list - }) */ }, resetForm() { this.form = { diff --git a/src/views/xgf/insert/components/corpInfoAdd.vue b/src/views/xgf/insert/components/corpInfoAdd.vue index 335c2b6..ca22578 100644 --- a/src/views/xgf/insert/components/corpInfoAdd.vue +++ b/src/views/xgf/insert/components/corpInfoAdd.vue @@ -1,37 +1,82 @@