diff --git a/src/components/uploadFile/index.vue b/src/components/upload-file/index.vue similarity index 100% rename from src/components/uploadFile/index.vue rename to src/components/upload-file/index.vue diff --git a/src/components/uploadExcel/index.vue b/src/components/uploadExcel/index.vue index 8c89d69..43b38cf 100644 --- a/src/components/uploadExcel/index.vue +++ b/src/components/uploadExcel/index.vue @@ -17,7 +17,7 @@ + + diff --git a/src/views/threeSystems/soLibrary/components/dashboard.vue b/src/views/threeSystems/soLibrary/components/dashboard.vue new file mode 100644 index 0000000..56486f2 --- /dev/null +++ b/src/views/threeSystems/soLibrary/components/dashboard.vue @@ -0,0 +1,38 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/soLibrary/components/editTextLibrary.vue b/src/views/threeSystems/soLibrary/components/editTextLibrary.vue new file mode 100644 index 0000000..6faae97 --- /dev/null +++ b/src/views/threeSystems/soLibrary/components/editTextLibrary.vue @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 添加文件内容 + + + 查看 + 编辑内容 + 导出word + + + + + + + + + + + + + diff --git a/src/views/threeSystems/soLibrary/components/list.vue b/src/views/threeSystems/soLibrary/components/list.vue new file mode 100644 index 0000000..bbf4709 --- /dev/null +++ b/src/views/threeSystems/soLibrary/components/list.vue @@ -0,0 +1,561 @@ + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + {{ tag.NAME }} + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ '资源库数据' }} + + + + + + + 导出 + + + 查看 + + + + + + + + + + + + + + + + + + diff --git a/src/views/threeSystems/soLibrary/components/listEm.vue b/src/views/threeSystems/soLibrary/components/listEm.vue new file mode 100644 index 0000000..2e5a16f --- /dev/null +++ b/src/views/threeSystems/soLibrary/components/listEm.vue @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ !row.CORP_NAME === '' ? '资源库数据' : row.CORP_NAME }} + + + + + + 查看 + 导出 + + + 编辑 + 删除 + + + + + + + + 新增 + + + + + + + + + + + + diff --git a/src/views/threeSystems/soLibrary/components/textLibraryInfo.vue b/src/views/threeSystems/soLibrary/components/textLibraryInfo.vue new file mode 100644 index 0000000..b104a8f --- /dev/null +++ b/src/views/threeSystems/soLibrary/components/textLibraryInfo.vue @@ -0,0 +1,146 @@ + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + + + + + {{ tag.NAME }} + + + + 查看文件详情 + 导出word + + + + + + + diff --git a/src/views/threeSystems/soLibrary/components/updateLog.vue b/src/views/threeSystems/soLibrary/components/updateLog.vue new file mode 100644 index 0000000..ee30bd2 --- /dev/null +++ b/src/views/threeSystems/soLibrary/components/updateLog.vue @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/src/views/threeSystems/soLibrary/components/updateSpeFile.vue b/src/views/threeSystems/soLibrary/components/updateSpeFile.vue new file mode 100644 index 0000000..63cfb6f --- /dev/null +++ b/src/views/threeSystems/soLibrary/components/updateSpeFile.vue @@ -0,0 +1,77 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/soLibrary/index.vue b/src/views/threeSystems/soLibrary/index.vue new file mode 100644 index 0000000..8d78561 --- /dev/null +++ b/src/views/threeSystems/soLibrary/index.vue @@ -0,0 +1,19 @@ + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/components/condition.vue b/src/views/threeSystems/spmLibrary/components/condition.vue new file mode 100644 index 0000000..051c13e --- /dev/null +++ b/src/views/threeSystems/spmLibrary/components/condition.vue @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + 取 消 + {{ loading ? '提交中 ...' : '确 定' }} + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/components/dashboard.vue b/src/views/threeSystems/spmLibrary/components/dashboard.vue new file mode 100644 index 0000000..f9b3596 --- /dev/null +++ b/src/views/threeSystems/spmLibrary/components/dashboard.vue @@ -0,0 +1,38 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/components/editTextLibrary.vue b/src/views/threeSystems/spmLibrary/components/editTextLibrary.vue new file mode 100644 index 0000000..590cc93 --- /dev/null +++ b/src/views/threeSystems/spmLibrary/components/editTextLibrary.vue @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 添加文件内容 + + + 查看 + 编辑内容 + 导出word + + + + + + + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/components/list.vue b/src/views/threeSystems/spmLibrary/components/list.vue new file mode 100644 index 0000000..a3f8660 --- /dev/null +++ b/src/views/threeSystems/spmLibrary/components/list.vue @@ -0,0 +1,562 @@ + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + + {{ tag.NAME }} + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ '资源库数据' }} + + + + + + + 导出 + + + 查看 + + + + + + + + + + + + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/components/listEm.vue b/src/views/threeSystems/spmLibrary/components/listEm.vue new file mode 100644 index 0000000..f275b9d --- /dev/null +++ b/src/views/threeSystems/spmLibrary/components/listEm.vue @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ !row.CORP_NAME ? '资源库数据' : row.CORP_NAME }} + + + + + + 查看 + 导出 + + + 编辑 + 删除 + + + + + + + + 新增 + + + + + + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/components/textLibraryInfo.vue b/src/views/threeSystems/spmLibrary/components/textLibraryInfo.vue new file mode 100644 index 0000000..e9f9aac --- /dev/null +++ b/src/views/threeSystems/spmLibrary/components/textLibraryInfo.vue @@ -0,0 +1,146 @@ + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + + + + + {{ tag.NAME }} + + + + 查看文件详情 + 导出word + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/components/updateLog.vue b/src/views/threeSystems/spmLibrary/components/updateLog.vue new file mode 100644 index 0000000..ee30bd2 --- /dev/null +++ b/src/views/threeSystems/spmLibrary/components/updateLog.vue @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/components/updateSpeFile.vue b/src/views/threeSystems/spmLibrary/components/updateSpeFile.vue new file mode 100644 index 0000000..63cfb6f --- /dev/null +++ b/src/views/threeSystems/spmLibrary/components/updateSpeFile.vue @@ -0,0 +1,77 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/spmLibrary/index.vue b/src/views/threeSystems/spmLibrary/index.vue new file mode 100644 index 0000000..8d78561 --- /dev/null +++ b/src/views/threeSystems/spmLibrary/index.vue @@ -0,0 +1,19 @@ + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/components/condition.vue b/src/views/threeSystems/sprLibrary/components/condition.vue new file mode 100644 index 0000000..fbb3b86 --- /dev/null +++ b/src/views/threeSystems/sprLibrary/components/condition.vue @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + 取 消 + {{ loading ? '提交中 ...' : '确 定' }} + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/components/dashboard.vue b/src/views/threeSystems/sprLibrary/components/dashboard.vue new file mode 100644 index 0000000..e7c8301 --- /dev/null +++ b/src/views/threeSystems/sprLibrary/components/dashboard.vue @@ -0,0 +1,38 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/components/editTextLibrary.vue b/src/views/threeSystems/sprLibrary/components/editTextLibrary.vue new file mode 100644 index 0000000..d3b2599 --- /dev/null +++ b/src/views/threeSystems/sprLibrary/components/editTextLibrary.vue @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 添加文件内容 + + + 查看 + 编辑内容 + 导出word + + + + + + + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/components/list.vue b/src/views/threeSystems/sprLibrary/components/list.vue new file mode 100644 index 0000000..8829e4d --- /dev/null +++ b/src/views/threeSystems/sprLibrary/components/list.vue @@ -0,0 +1,562 @@ + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + + {{ tag.NAME }} + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ !row.CORP_NAME ? '资源库数据' : row.CORP_NAME }} + + + + + + + 导出 + + + 查看 + + + + + + + + + + + + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/components/listEm.vue b/src/views/threeSystems/sprLibrary/components/listEm.vue new file mode 100644 index 0000000..a1c6b1e --- /dev/null +++ b/src/views/threeSystems/sprLibrary/components/listEm.vue @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ !row.CORP_NAME ? '资源库数据' : row.CORP_NAME }} + + + + + + 查看 + 导出 + + + 编辑 + 删除 + + + + + + + + 新增 + + + + + + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/components/textLibraryInfo.vue b/src/views/threeSystems/sprLibrary/components/textLibraryInfo.vue new file mode 100644 index 0000000..5ce9a08 --- /dev/null +++ b/src/views/threeSystems/sprLibrary/components/textLibraryInfo.vue @@ -0,0 +1,146 @@ + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + + + + + {{ tag.NAME }} + + + + 查看文件详情 + 导出word + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/components/updateLog.vue b/src/views/threeSystems/sprLibrary/components/updateLog.vue new file mode 100644 index 0000000..ee30bd2 --- /dev/null +++ b/src/views/threeSystems/sprLibrary/components/updateLog.vue @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/components/updateSpeFile.vue b/src/views/threeSystems/sprLibrary/components/updateSpeFile.vue new file mode 100644 index 0000000..63cfb6f --- /dev/null +++ b/src/views/threeSystems/sprLibrary/components/updateSpeFile.vue @@ -0,0 +1,77 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/sprLibrary/index.vue b/src/views/threeSystems/sprLibrary/index.vue new file mode 100644 index 0000000..8d78561 --- /dev/null +++ b/src/views/threeSystems/sprLibrary/index.vue @@ -0,0 +1,19 @@ + + + + + + + diff --git a/src/views/xgf/allPeopleList/components/list.vue b/src/views/xgf/allPeopleList/components/list.vue index 38d8768..4f4de6e 100644 --- a/src/views/xgf/allPeopleList/components/list.vue +++ b/src/views/xgf/allPeopleList/components/list.vue @@ -31,6 +31,18 @@ + + + + + + + + { this.listLoading = false @@ -270,6 +286,13 @@ export default { }).catch((e) => { this.listLoading = false }) + requestFN( + '/xgf/user/getAllCorpInfo', {} + ).then((data) => { + this.companyList = data.list + }).catch((e) => { + this.loading = false + }) } } } diff --git a/src/views/xgf/flow_audit/userInfo.vue b/src/views/xgf/flow_audit/userInfo.vue index 4953934..4f00b7b 100644 --- a/src/views/xgf/flow_audit/userInfo.vue +++ b/src/views/xgf/flow_audit/userInfo.vue @@ -19,7 +19,7 @@ - + @@ -47,13 +47,13 @@ - + :preview-src-list="[config.fileUrl + item.FILEPATH]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/> @@ -137,13 +137,13 @@ - + :preview-src-list="[config.fileUrl + item.FILEPATH]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/> @@ -159,13 +159,13 @@ - + :preview-src-list="[config.fileUrl + item.FILEPATH]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/> @@ -178,13 +178,13 @@ - + :preview-src-list="[config.fileUrl + item.FILEPATH]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/> @@ -258,9 +258,9 @@ 证书名称 - {{ item.CERTIFICATE }} + {{ item.CERTIFICATE }} 作业类别 - {{ item.SPECIAL_TYPE_NAME }} + {{ item.SPECIAL_TYPE_NAME }} 操作项目 {{ item.OPERATION_TYPE_NAME }} 证书照片 @@ -268,17 +268,16 @@ - - + + :preview-src-list="[config.fileUrl + item.FILEPATH_BACK]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/> @@ -413,7 +412,7 @@ - 取 消 + 取 消 @@ -511,6 +510,19 @@ export default { }, download(item) { useDownloadFile(item) + }, + close() { + this.visible = false + this.userDetailForm = {} + this.userCardIDPhotoFile = [] // 身份证照片 + this.trainRecordList = [] + this.photosOfLevel = [] // 三级教育照片 + this.specialUsersList = {} + this.insuranceFileList = [] // 保险文件 + this.contractFileList = [] + this.socialPhotoFile = [] + this.gongshangbaoxianFile = [] + this.applyList = [] } } } diff --git a/src/views/xgf/peopleList/components/list.vue b/src/views/xgf/peopleList/components/list.vue index 669d7a8..d8a0450 100644 --- a/src/views/xgf/peopleList/components/list.vue +++ b/src/views/xgf/peopleList/components/list.vue @@ -31,6 +31,17 @@ + + + + + + + { this.listLoading = false @@ -269,6 +286,14 @@ export default { }).catch((e) => { this.listLoading = false }) + + requestFN( + '/xgf/user/getAllCorpInfo', {} + ).then((data) => { + this.companyList = data.list + }).catch((e) => { + this.loading = false + }) } } }