diff --git a/src/assets/map/renyuan/ico1.png b/src/assets/map/renyuan/ico1.png
new file mode 100644
index 0000000..191835e
Binary files /dev/null and b/src/assets/map/renyuan/ico1.png differ
diff --git a/src/assets/map/renyuan/ico2.png b/src/assets/map/renyuan/ico2.png
new file mode 100644
index 0000000..1f28bbe
Binary files /dev/null and b/src/assets/map/renyuan/ico2.png differ
diff --git a/src/assets/map/renyuan/ico3.png b/src/assets/map/renyuan/ico3.png
new file mode 100644
index 0000000..9370a0e
Binary files /dev/null and b/src/assets/map/renyuan/ico3.png differ
diff --git a/src/assets/map/renyuan/ico4.png b/src/assets/map/renyuan/ico4.png
new file mode 100644
index 0000000..42475ba
Binary files /dev/null and b/src/assets/map/renyuan/ico4.png differ
diff --git a/src/assets/map/renyuan/ico5.png b/src/assets/map/renyuan/ico5.png
new file mode 100644
index 0000000..ffe9c41
Binary files /dev/null and b/src/assets/map/renyuan/ico5.png differ
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/map/dialog/peoplePositionYGS.vue b/src/views/map/dialog/peoplePositionYGS.vue
index e1b2313..71c5673 100644
--- a/src/views/map/dialog/peoplePositionYGS.vue
+++ b/src/views/map/dialog/peoplePositionYGS.vue
@@ -3,7 +3,7 @@
人员信息
-
+
照片 |
 |
@@ -29,6 +29,25 @@
{{ otherInfo?otherInfo.postName:'' }} |
+
+
+ 姓名 |
+ {{ info?info.userName:'' }} |
+
+
+
+ 定位卡号: |
+ {{ info?info.id:'' }} |
+
+
+ 定位卡电量 |
+ {{ info?otherInfo.data[3].currentValBody.val:'' }} |
+
+
+ 部门 |
+ {{ info?info.departmentName:'' }} |
+
+
@@ -69,14 +88,14 @@ export default {
methods: {
getData() {
requestFN(
- '/map/getPersonByCardNo',
+ '/map/getLastProp',
{
CARDNO: this.id,
corpId: this.corpId
}
).then((data) => {
- this.info = data.info.required
- this.otherInfo = data.otherInfo
+ this.info = data.userInfo
+ this.otherInfo = data.statusInfo
}).catch((e) => {
})
}
diff --git a/src/views/map/index.vue b/src/views/map/index.vue
index c7a0f65..7e6fa69 100644
--- a/src/views/map/index.vue
+++ b/src/views/map/index.vue
@@ -430,6 +430,12 @@ export default {
checkImg: require('../../assets/map/index/map_on.png'),
check: false,
label: '纯净地图'
+ },
+ {
+ img: require('../../assets/map/index/map.png'),
+ checkImg: require('../../assets/map/index/map_on.png'),
+ check: '',
+ label: '气象监测'
}
],
myEntityCollection: {},
@@ -1863,6 +1869,14 @@ export default {
this.componentKey = Math.random()
this.bottomOptionsKey = Math.random()
this.bottomOptionsAnimationComplex = false
+ } else if (index === 6) {
+ this.dialog.visible = true
+ this.dialog.title = '气象监测'
+ this.dialog.type = 'METEOROLOGICAL'
+ this.dialog.id = 'METEOROLOGICAL'
+ this.dialog.corpInfoId = ''
+ this.dialog.infoname = ''
+ this.dialog.width = '96%'
}
},
changeSceneMode(check) {
@@ -2016,9 +2030,6 @@ export default {
}
// 人员定位关闭实时获取定位websocket 并关闭人员对比定时器(曹妃甸使用)
if (this.gangkouActive === '00004' && urlType === 'peoplePosition') {
- // if (this.fwebsocket) {
- // this.fwebsocket.close()
- // }
if (this.timer) {
clearInterval(this.timer)
}
diff --git a/src/views/safetyenvironmental/archive/components/info.vue b/src/views/safetyenvironmental/archive/components/info.vue
index 6b970f6..e0e828d 100644
--- a/src/views/safetyenvironmental/archive/components/info.vue
+++ b/src/views/safetyenvironmental/archive/components/info.vue
@@ -258,7 +258,6 @@
:preview-src-list="new Array(config.fileUrl + pd.INSPECTED_SITEUSER_SIGN_IMG)"
style="width: 100px; height: 100px"/>
- {{ pd.INSPECTED_SITEUSER_SIGN_TIME }}
diff --git a/src/views/security_commitment/promise_book_issued/components/list.vue b/src/views/security_commitment/promise_book_issued/components/list.vue
index 60ce412..030b385 100644
--- a/src/views/security_commitment/promise_book_issued/components/list.vue
+++ b/src/views/security_commitment/promise_book_issued/components/list.vue
@@ -59,6 +59,20 @@
+
+
+
+
+
+
+
{
this.listLoading = false
diff --git a/src/views/threeSystems/emergencyPlanManagement/components/editTextLibrary.vue b/src/views/threeSystems/emergencyPlanManagement/components/editTextLibrary.vue
index 0e832c0..8b7a881 100644
--- a/src/views/threeSystems/emergencyPlanManagement/components/editTextLibrary.vue
+++ b/src/views/threeSystems/emergencyPlanManagement/components/editTextLibrary.vue
@@ -45,7 +45,7 @@ import { requestFN } from '@/utils/request'
import editLabel from '../../../Label/components/editLabel.vue'
import selectType from '../../../util/selectType.vue'
import multipleChoice from '../../../util/multipleChoice.vue'
-import uploadFile from '../../../../components/uploadFile/index.vue'
+import uploadFile from '../../../../components/upload-file/index.vue'
import TextEditing from '../../../util/textEditing.vue'
export default {
diff --git a/src/views/threeSystems/emergencyPlanManagement/components/updateFile.vue b/src/views/threeSystems/emergencyPlanManagement/components/updateFile.vue
index ece604f..63cfb6f 100644
--- a/src/views/threeSystems/emergencyPlanManagement/components/updateFile.vue
+++ b/src/views/threeSystems/emergencyPlanManagement/components/updateFile.vue
@@ -15,7 +15,7 @@
import Pagination from '@/components/Pagination'
import waves from '@/directive/waves'
import { upload } from '@/utils/upload'
-import uploadFile from '../../../../components/uploadFile/index.vue'
+import uploadFile from '../../../../components/upload-file/index.vue'
export default {
components: { Pagination, uploadFile },
diff --git a/src/views/threeSystems/safetyOperationRegulations/components/editTextLibrary.vue b/src/views/threeSystems/safetyOperationRegulations/components/editTextLibrary.vue
index a2f4635..22a38ef 100644
--- a/src/views/threeSystems/safetyOperationRegulations/components/editTextLibrary.vue
+++ b/src/views/threeSystems/safetyOperationRegulations/components/editTextLibrary.vue
@@ -79,7 +79,7 @@ import editLabel from '../../../Label/components/editLabel.vue'
import selectLabel from '../../../Label/components/selectLable.vue'
import selectType from '../../../util/selectType.vue'
import multipleChoice from '../../../util/multipleChoice.vue'
-import uploadFile from '../../../../components/uploadFile/index.vue'
+import uploadFile from '../../../../components/upload-file/index.vue'
import TextEditing from '../../../util/textEditing.vue'
export default {
diff --git a/src/views/threeSystems/safetyOperationRegulations/components/list.vue b/src/views/threeSystems/safetyOperationRegulations/components/list.vue
index 599e088..74fba10 100644
--- a/src/views/threeSystems/safetyOperationRegulations/components/list.vue
+++ b/src/views/threeSystems/safetyOperationRegulations/components/list.vue
@@ -306,7 +306,8 @@ export default {
labels: JSON.stringify(this.form.labels),
STATUS: this.form.STATUS,
ASSOCIATION: '0',
- CORPINFO_ID: '0'
+ CORPINFO_ID: '0',
+ MIGRATION_FLAG: '1'
}
).then((data) => {
this.listLoading = false
diff --git a/src/views/threeSystems/safetyOperationRegulations/components/updateFile.vue b/src/views/threeSystems/safetyOperationRegulations/components/updateFile.vue
index ece604f..63cfb6f 100644
--- a/src/views/threeSystems/safetyOperationRegulations/components/updateFile.vue
+++ b/src/views/threeSystems/safetyOperationRegulations/components/updateFile.vue
@@ -15,7 +15,7 @@
import Pagination from '@/components/Pagination'
import waves from '@/directive/waves'
import { upload } from '@/utils/upload'
-import uploadFile from '../../../../components/uploadFile/index.vue'
+import uploadFile from '../../../../components/upload-file/index.vue'
export default {
components: { Pagination, uploadFile },
diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/editTextLibrary.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/editTextLibrary.vue
index 1263e2c..3bdf4b2 100644
--- a/src/views/threeSystems/safetyProductionManagementSystem/components/editTextLibrary.vue
+++ b/src/views/threeSystems/safetyProductionManagementSystem/components/editTextLibrary.vue
@@ -59,7 +59,7 @@ import editLabel from '../../../Label/components/editLabel.vue'
import selectLabel from '../../../Label/components/selectLable.vue'
import selectType from '../../../util/selectType.vue'
import multipleChoice from '../../../util/multipleChoice.vue'
-import uploadFile from '../../../../components/uploadFile/index.vue'
+import uploadFile from '../../../../components/upload-file/index.vue'
import TextEditing from '../../../util/textEditing.vue'
export default {
diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue
index ea99bd5..573a026 100644
--- a/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue
+++ b/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue
@@ -242,7 +242,8 @@ export default {
labels: JSON.stringify(this.form.labels),
STATUS: this.form.STATUS,
ASSOCIATION: '1',
- CORPINFO_ID: '0'
+ CORPINFO_ID: '0',
+ MIGRATION_FLAG: '1'
}
).then((data) => {
this.listLoading = false
diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/updateFile.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/updateFile.vue
index ece604f..63cfb6f 100644
--- a/src/views/threeSystems/safetyProductionManagementSystem/components/updateFile.vue
+++ b/src/views/threeSystems/safetyProductionManagementSystem/components/updateFile.vue
@@ -15,7 +15,7 @@
import Pagination from '@/components/Pagination'
import waves from '@/directive/waves'
import { upload } from '@/utils/upload'
-import uploadFile from '../../../../components/uploadFile/index.vue'
+import uploadFile from '../../../../components/upload-file/index.vue'
export default {
components: { Pagination, uploadFile },
diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/editTextLibrary.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/editTextLibrary.vue
index 9030247..7a40a16 100644
--- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/editTextLibrary.vue
+++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/editTextLibrary.vue
@@ -59,7 +59,7 @@ import editLabel from '../../../Label/components/editLabel.vue'
import selectLabel from '../../../Label/components/selectLable.vue'
import selectType from '../../../util/selectType.vue'
import multipleChoice from '../../../util/multipleChoice.vue'
-import uploadFile from '../../../../components/uploadFile/index.vue'
+import uploadFile from '../../../../components/upload-file/index.vue'
import TextEditing from '../../../util/textEditing.vue'
export default {
diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue
index 6e375ec..6c2712d 100644
--- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue
+++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue
@@ -280,7 +280,8 @@ export default {
labels: JSON.stringify(this.form.labels),
STATUS: this.form.STATUS,
ASSOCIATION: '2',
- CORPINFO_ID: '0'
+ CORPINFO_ID: '0',
+ MIGRATION_FLAG: '1'
}
).then((data) => {
this.listLoading = false
diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/updateFile.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/updateFile.vue
index ece604f..63cfb6f 100644
--- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/updateFile.vue
+++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/updateFile.vue
@@ -15,7 +15,7 @@
import Pagination from '@/components/Pagination'
import waves from '@/directive/waves'
import { upload } from '@/utils/upload'
-import uploadFile from '../../../../components/uploadFile/index.vue'
+import uploadFile from '../../../../components/upload-file/index.vue'
export default {
components: { Pagination, uploadFile },
diff --git a/src/views/threeSystems/soLibrary/components/condition.vue b/src/views/threeSystems/soLibrary/components/condition.vue
new file mode 100644
index 0000000..c9af125
--- /dev/null
+++ b/src/views/threeSystems/soLibrary/components/condition.vue
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取 消
+ {{ loading ? '提交中 ...' : '确 定' }}
+
+
+
+
+
+
+
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
+ })
}
}
}