diff --git a/src/components/CaseCommon/caseDetail.vue b/src/components/CaseCommon/caseDetail.vue index 7d3cab5..49e0eaf 100644 --- a/src/components/CaseCommon/caseDetail.vue +++ b/src/components/CaseCommon/caseDetail.vue @@ -60,15 +60,15 @@
- +
- - + +
@@ -327,7 +327,9 @@ :append-to-body="true" title="位置详情" > - + + + @@ -339,11 +341,12 @@ import { getCommonLanguage, getFilingTypeList, getCaseLevelList, getEorc } from '@/api/coorBusiness/dict' import { historicalRecords, nextNodes, completeCaseTask } from '@/api/coorBusiness/process' import TianDiTuMapRead from '@/components/Map/tiandiMapRead' +import ArcGisMapRead from '@/components/Map/arcgisMapRead' import { radioMap } from './radioMap' export default { name: 'CaseDetail', - components: { TianDiTuMapRead }, + components: { TianDiTuMapRead,ArcGisMapRead }, data() { const validateEmptyString = (rule, value, callback) => { if (!value.trim()) { diff --git a/src/components/CaseCommon/caseDetail.vue b/src/components/CaseCommon/caseDetail.vue index 7d3cab5..49e0eaf 100644 --- a/src/components/CaseCommon/caseDetail.vue +++ b/src/components/CaseCommon/caseDetail.vue @@ -60,15 +60,15 @@
- +
- - + +
@@ -327,7 +327,9 @@ :append-to-body="true" title="位置详情" > - + + + @@ -339,11 +341,12 @@ import { getCommonLanguage, getFilingTypeList, getCaseLevelList, getEorc } from '@/api/coorBusiness/dict' import { historicalRecords, nextNodes, completeCaseTask } from '@/api/coorBusiness/process' import TianDiTuMapRead from '@/components/Map/tiandiMapRead' +import ArcGisMapRead from '@/components/Map/arcgisMapRead' import { radioMap } from './radioMap' export default { name: 'CaseDetail', - components: { TianDiTuMapRead }, + components: { TianDiTuMapRead,ArcGisMapRead }, data() { const validateEmptyString = (rule, value, callback) => { if (!value.trim()) { diff --git a/src/views/callCase/callCase.vue b/src/views/callCase/callCase.vue index 3cdceb7..5aa10b7 100644 --- a/src/views/callCase/callCase.vue +++ b/src/views/callCase/callCase.vue @@ -36,7 +36,7 @@
-
+
历史记录 地图查询
@@ -50,14 +50,14 @@
- +
- +
@@ -117,22 +117,18 @@
-
- - 需要 - 不需要 - -
+ + 需要 + 不需要 +
-
- - 需要 - 不需要 - -
+ + 需要 + 不需要 +
@@ -217,7 +213,11 @@ width="80%" append-to-body> - + + @@ -230,11 +230,13 @@ import { getDeptList } from '@/api/coorBusiness/case' import { Uploadimg } from '@/api/common' import TianDiTuMap from '@/components/Map/tiandiMap' +import ArcgisMapComp from '@/components/Map/arcGISMap' export default { name: 'CallCase', components: {// 注册组件 - TianDiTuMap: TianDiTuMap + TianDiTuMap: TianDiTuMap, + ArcgisMapComp: ArcgisMapComp }, data() { const phoneValidator = (rule, value, callback) => { @@ -538,7 +540,7 @@ // 关闭地图查询对话框 closeMapQueryDialogByEvent: function(longitude, latitude, communityId, communityName, gridId) { this.mapDialogVisible = false - + debugger // 赋值 this.caseForm.eorc = '1' // 事件点返回时案卷类别自动选择为事件 this.caseForm.communityCode = communityId diff --git a/src/components/CaseCommon/caseDetail.vue b/src/components/CaseCommon/caseDetail.vue index 7d3cab5..49e0eaf 100644 --- a/src/components/CaseCommon/caseDetail.vue +++ b/src/components/CaseCommon/caseDetail.vue @@ -60,15 +60,15 @@
- +
- - + +
@@ -327,7 +327,9 @@ :append-to-body="true" title="位置详情" > - + + + @@ -339,11 +341,12 @@ import { getCommonLanguage, getFilingTypeList, getCaseLevelList, getEorc } from '@/api/coorBusiness/dict' import { historicalRecords, nextNodes, completeCaseTask } from '@/api/coorBusiness/process' import TianDiTuMapRead from '@/components/Map/tiandiMapRead' +import ArcGisMapRead from '@/components/Map/arcgisMapRead' import { radioMap } from './radioMap' export default { name: 'CaseDetail', - components: { TianDiTuMapRead }, + components: { TianDiTuMapRead,ArcGisMapRead }, data() { const validateEmptyString = (rule, value, callback) => { if (!value.trim()) { diff --git a/src/views/callCase/callCase.vue b/src/views/callCase/callCase.vue index 3cdceb7..5aa10b7 100644 --- a/src/views/callCase/callCase.vue +++ b/src/views/callCase/callCase.vue @@ -36,7 +36,7 @@
-
+
历史记录 地图查询
@@ -50,14 +50,14 @@
- +
- +
@@ -117,22 +117,18 @@
-
- - 需要 - 不需要 - -
+ + 需要 + 不需要 +
-
- - 需要 - 不需要 - -
+ + 需要 + 不需要 +
@@ -217,7 +213,11 @@ width="80%" append-to-body> - + + @@ -230,11 +230,13 @@ import { getDeptList } from '@/api/coorBusiness/case' import { Uploadimg } from '@/api/common' import TianDiTuMap from '@/components/Map/tiandiMap' +import ArcgisMapComp from '@/components/Map/arcGISMap' export default { name: 'CallCase', components: {// 注册组件 - TianDiTuMap: TianDiTuMap + TianDiTuMap: TianDiTuMap, + ArcgisMapComp: ArcgisMapComp }, data() { const phoneValidator = (rule, value, callback) => { @@ -538,7 +540,7 @@ // 关闭地图查询对话框 closeMapQueryDialogByEvent: function(longitude, latitude, communityId, communityName, gridId) { this.mapDialogVisible = false - + debugger // 赋值 this.caseForm.eorc = '1' // 事件点返回时案卷类别自动选择为事件 this.caseForm.communityCode = communityId diff --git a/src/views/caseCommon/caseDetailRead.vue b/src/views/caseCommon/caseDetailRead.vue index beaa000..c3161a7 100644 --- a/src/views/caseCommon/caseDetailRead.vue +++ b/src/views/caseCommon/caseDetailRead.vue @@ -61,15 +61,15 @@
- +
- - + +