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 @@