apply-clients 7.1.36-yuchuan-51 → 7.1.36-yuchuan-53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android.html +27 -27
- package/package.json +1 -1
- package/src/apply.js +163 -163
- package/src/applyAndroid.js +98 -98
- package/src/components/android/AppSign.vue +232 -232
- package/src/components/android/Ignition/VentilationIgnition.vue +441 -408
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +472 -472
- package/src/components/android/Process/AppExplorationUser.vue +454 -454
- package/src/components/android/Process/AppServiceControl.vue +1434 -1434
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +1026 -1026
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
- package/src/components/android/SealBind.vue +390 -376
- package/src/components/android/SealManage.vue +278 -278
- package/src/components/android/Sign/AppSignTask.vue +183 -183
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
- package/src/components/android/Task/Build/BuildTsak.vue +117 -117
- package/src/components/android/Task/BuildIgnition/BuildIgnition.vue +114 -114
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
- package/src/components/android/Task/RepairFromSend/RepairFrom.vue +124 -124
- package/src/components/android/Task/RepairFromSend/RepairSend.vue +124 -124
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
- package/src/components/android/Task/Survey/SurveyTsak.vue +141 -141
- package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
- package/src/components/android/newPackage/customerServiceManager.vue +218 -218
- package/src/components/android/newPackage/projectPrice.vue +218 -218
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +325 -325
- package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +142 -142
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
- package/src/components/product/ApplyMap/AppMapLocation.vue +829 -829
- package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +417 -415
- package/src/components/product/Function/InstallFunction.vue +132 -132
- package/src/components/product/Function/InstallInfoSelect.vue +374 -374
- package/src/components/product/Ignition/IgnitionDispatch.vue +90 -90
- package/src/components/product/Ignition/IgnitionListManage.vue +604 -604
- package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
- package/src/components/product/InsuranceApply/InsuranceReport.vue +188 -188
- package/src/components/product/List/OldShowDevices.vue +1 -2
- package/src/components/product/List/ShowAllActivity.vue +541 -541
- package/src/components/product/List/ShowDevices.vue +279 -279
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
- package/src/components/product/Process/ExplorationSelect.vue +593 -593
- package/src/components/product/Process/ExplorationUser.vue +154 -154
- package/src/components/product/Process/New1ExplorationUser.vue +196 -196
- package/src/components/product/Process/NewExplorationSelect.vue +587 -587
- package/src/components/product/Process/NewExplorationUser.vue +216 -216
- package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/chargeManagement.vue +713 -713
- package/src/components/product/Process/Processes/selectApply.vue +250 -250
- package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
- package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
- package/src/components/product/Process/Service/ServiceControl.vue +2223 -2223
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Stop/StopApplyList.vue +224 -224
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +593 -593
- package/src/components/product/Supervisory/SupervisoryControl.vue +114 -114
- package/src/components/product/Supervisory/SupervisoryList.vue +586 -580
- package/src/components/product/Supervisory/SupervisoryhCart.vue +120 -120
- package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +111 -111
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
- package/src/components/product/VueUtils/ApplyUpload.vue +303 -303
- package/src/main.js +27 -27
|
@@ -1,117 +1,117 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab4" :active.sync="active">
|
|
4
|
-
<tab header='任务地图'>
|
|
5
|
-
<div class="auto tip">
|
|
6
|
-
<p>当前任务数量:{{ tasknumber }}</p>
|
|
7
|
-
<p>当前任务点:{{labelmarksarray.length}}</p>
|
|
8
|
-
</div>
|
|
9
|
-
<app-map-location
|
|
10
|
-
:islocation="true"
|
|
11
|
-
:locationzoomcenter="false"
|
|
12
|
-
:usenative="true"
|
|
13
|
-
:isshowsearch="false"
|
|
14
|
-
:mylocationinfo="false"
|
|
15
|
-
:islocationclearmark="false"
|
|
16
|
-
:isshowmapmodel="false"
|
|
17
|
-
:locationwindow="false"
|
|
18
|
-
mapmodel="dragMarker"
|
|
19
|
-
:labelmarksarray="labelmarksarray"
|
|
20
|
-
@diyspotmouseclick="diyspotmouseclick"
|
|
21
|
-
></app-map-location>
|
|
22
|
-
</tab>
|
|
23
|
-
<tab header='报建'>
|
|
24
|
-
<app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
|
|
25
|
-
</tab>
|
|
26
|
-
<tab header='管线' style="width: auto">
|
|
27
|
-
<app-exploration-guan-xian v-ref:exploration :defname="'管线建设施工'" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-guan-xian>
|
|
28
|
-
</tab>
|
|
29
|
-
</tabset>
|
|
30
|
-
</div>
|
|
31
|
-
</template>
|
|
32
|
-
<script>
|
|
33
|
-
import {HttpResetClass, PagedList} from 'vue-client'
|
|
34
|
-
import Vue from 'vue'
|
|
35
|
-
|
|
36
|
-
export default {
|
|
37
|
-
title: '工程施工',
|
|
38
|
-
data () {
|
|
39
|
-
return {
|
|
40
|
-
labelmarksarray: [],
|
|
41
|
-
tasknumber: 0,
|
|
42
|
-
active: 0,
|
|
43
|
-
f_lat: null,
|
|
44
|
-
f_lng: null,
|
|
45
|
-
defname: '工程施工'
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
ready () {
|
|
49
|
-
console.log('进入工程施工')
|
|
50
|
-
this.getApplyTaskDot()
|
|
51
|
-
},
|
|
52
|
-
methods: {
|
|
53
|
-
diyspotmouseclick (data) {
|
|
54
|
-
this.f_lat = data.f_lat
|
|
55
|
-
this.f_lng = data.f_lng
|
|
56
|
-
|
|
57
|
-
this.active = 1
|
|
58
|
-
},
|
|
59
|
-
async getApplyTaskDot () {
|
|
60
|
-
console.log('==========查询任务点==============')
|
|
61
|
-
this.tasknumber = 0
|
|
62
|
-
let http = new HttpResetClass()
|
|
63
|
-
let data = {
|
|
64
|
-
defname: this.defname,
|
|
65
|
-
userid: Vue.user.id
|
|
66
|
-
}
|
|
67
|
-
let res = await http.load(
|
|
68
|
-
'POST',
|
|
69
|
-
`${this.$androidUtil.getProxyUrl()}/rs/sql/getBuildTaskDot`,
|
|
70
|
-
{data: data},
|
|
71
|
-
{
|
|
72
|
-
resolveMsg: null,
|
|
73
|
-
rejectMsg: '任务点获取失败!!!'
|
|
74
|
-
})
|
|
75
|
-
this.labelmarksarray = res.data.map(item => {
|
|
76
|
-
this.tasknumber += item.count
|
|
77
|
-
return {
|
|
78
|
-
data: {
|
|
79
|
-
data: item,
|
|
80
|
-
content: `<p>任务数:${item.count}</p>`
|
|
81
|
-
},
|
|
82
|
-
position: [item.f_lng, item.f_lat],
|
|
83
|
-
isclearmarker: false,
|
|
84
|
-
islabel: false
|
|
85
|
-
}
|
|
86
|
-
})
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
events: {
|
|
90
|
-
'refreshDot' () {
|
|
91
|
-
this.getApplyTaskDot()
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
watch: {
|
|
95
|
-
},
|
|
96
|
-
computed: {
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
</script>
|
|
100
|
-
<style scoped>
|
|
101
|
-
.tip{
|
|
102
|
-
position: absolute;
|
|
103
|
-
z-index: 1000;
|
|
104
|
-
color: red;
|
|
105
|
-
font-size: 24px;
|
|
106
|
-
right: 30px;
|
|
107
|
-
padding-top: 20px;
|
|
108
|
-
}
|
|
109
|
-
</style>
|
|
110
|
-
<style lang="less">
|
|
111
|
-
.nav-apply-tab4 {
|
|
112
|
-
li {
|
|
113
|
-
width: 33%;
|
|
114
|
-
text-align: center;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab4" :active.sync="active">
|
|
4
|
+
<tab header='任务地图'>
|
|
5
|
+
<div class="auto tip">
|
|
6
|
+
<p>当前任务数量:{{ tasknumber }}</p>
|
|
7
|
+
<p>当前任务点:{{labelmarksarray.length}}</p>
|
|
8
|
+
</div>
|
|
9
|
+
<app-map-location
|
|
10
|
+
:islocation="true"
|
|
11
|
+
:locationzoomcenter="false"
|
|
12
|
+
:usenative="true"
|
|
13
|
+
:isshowsearch="false"
|
|
14
|
+
:mylocationinfo="false"
|
|
15
|
+
:islocationclearmark="false"
|
|
16
|
+
:isshowmapmodel="false"
|
|
17
|
+
:locationwindow="false"
|
|
18
|
+
mapmodel="dragMarker"
|
|
19
|
+
:labelmarksarray="labelmarksarray"
|
|
20
|
+
@diyspotmouseclick="diyspotmouseclick"
|
|
21
|
+
></app-map-location>
|
|
22
|
+
</tab>
|
|
23
|
+
<tab header='报建'>
|
|
24
|
+
<app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
|
|
25
|
+
</tab>
|
|
26
|
+
<tab header='管线' style="width: auto">
|
|
27
|
+
<app-exploration-guan-xian v-ref:exploration :defname="'管线建设施工'" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-guan-xian>
|
|
28
|
+
</tab>
|
|
29
|
+
</tabset>
|
|
30
|
+
</div>
|
|
31
|
+
</template>
|
|
32
|
+
<script>
|
|
33
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
34
|
+
import Vue from 'vue'
|
|
35
|
+
|
|
36
|
+
export default {
|
|
37
|
+
title: '工程施工',
|
|
38
|
+
data () {
|
|
39
|
+
return {
|
|
40
|
+
labelmarksarray: [],
|
|
41
|
+
tasknumber: 0,
|
|
42
|
+
active: 0,
|
|
43
|
+
f_lat: null,
|
|
44
|
+
f_lng: null,
|
|
45
|
+
defname: '工程施工'
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
ready () {
|
|
49
|
+
console.log('进入工程施工')
|
|
50
|
+
this.getApplyTaskDot()
|
|
51
|
+
},
|
|
52
|
+
methods: {
|
|
53
|
+
diyspotmouseclick (data) {
|
|
54
|
+
this.f_lat = data.f_lat
|
|
55
|
+
this.f_lng = data.f_lng
|
|
56
|
+
|
|
57
|
+
this.active = 1
|
|
58
|
+
},
|
|
59
|
+
async getApplyTaskDot () {
|
|
60
|
+
console.log('==========查询任务点==============')
|
|
61
|
+
this.tasknumber = 0
|
|
62
|
+
let http = new HttpResetClass()
|
|
63
|
+
let data = {
|
|
64
|
+
defname: this.defname,
|
|
65
|
+
userid: Vue.user.id
|
|
66
|
+
}
|
|
67
|
+
let res = await http.load(
|
|
68
|
+
'POST',
|
|
69
|
+
`${this.$androidUtil.getProxyUrl()}/rs/sql/getBuildTaskDot`,
|
|
70
|
+
{data: data},
|
|
71
|
+
{
|
|
72
|
+
resolveMsg: null,
|
|
73
|
+
rejectMsg: '任务点获取失败!!!'
|
|
74
|
+
})
|
|
75
|
+
this.labelmarksarray = res.data.map(item => {
|
|
76
|
+
this.tasknumber += item.count
|
|
77
|
+
return {
|
|
78
|
+
data: {
|
|
79
|
+
data: item,
|
|
80
|
+
content: `<p>任务数:${item.count}</p>`
|
|
81
|
+
},
|
|
82
|
+
position: [item.f_lng, item.f_lat],
|
|
83
|
+
isclearmarker: false,
|
|
84
|
+
islabel: false
|
|
85
|
+
}
|
|
86
|
+
})
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
events: {
|
|
90
|
+
'refreshDot' () {
|
|
91
|
+
this.getApplyTaskDot()
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
watch: {
|
|
95
|
+
},
|
|
96
|
+
computed: {
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
</script>
|
|
100
|
+
<style scoped>
|
|
101
|
+
.tip{
|
|
102
|
+
position: absolute;
|
|
103
|
+
z-index: 1000;
|
|
104
|
+
color: red;
|
|
105
|
+
font-size: 24px;
|
|
106
|
+
right: 30px;
|
|
107
|
+
padding-top: 20px;
|
|
108
|
+
}
|
|
109
|
+
</style>
|
|
110
|
+
<style lang="less">
|
|
111
|
+
.nav-apply-tab4 {
|
|
112
|
+
li {
|
|
113
|
+
width: 33%;
|
|
114
|
+
text-align: center;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
</style>
|
|
@@ -1,114 +1,114 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab" :active.sync="active">
|
|
4
|
-
<tab header='任务地图'>
|
|
5
|
-
<div class="auto tip">
|
|
6
|
-
<p>当前任务数量:{{ tasknumber }}</p>
|
|
7
|
-
<p>当前任务点:{{labelmarksarray.length}}</p>
|
|
8
|
-
</div>
|
|
9
|
-
<app-map-location
|
|
10
|
-
:islocation="true"
|
|
11
|
-
:locationzoomcenter="false"
|
|
12
|
-
:usenative="true"
|
|
13
|
-
:isshowsearch="false"
|
|
14
|
-
:mylocationinfo="false"
|
|
15
|
-
:islocationclearmark="false"
|
|
16
|
-
:isshowmapmodel="false"
|
|
17
|
-
:locationwindow="false"
|
|
18
|
-
mapmodel="dragMarker"
|
|
19
|
-
:labelmarksarray="labelmarksarray"
|
|
20
|
-
@diyspotmouseclick="diyspotmouseclick"
|
|
21
|
-
></app-map-location>
|
|
22
|
-
</tab>
|
|
23
|
-
<tab header='任务列表'>
|
|
24
|
-
<app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
|
|
25
|
-
</tab>
|
|
26
|
-
</tabset>
|
|
27
|
-
</div>
|
|
28
|
-
</template>
|
|
29
|
-
<script>
|
|
30
|
-
import {HttpResetClass, PagedList} from 'vue-client'
|
|
31
|
-
import Vue from 'vue'
|
|
32
|
-
|
|
33
|
-
export default {
|
|
34
|
-
title: '施工通气',
|
|
35
|
-
data () {
|
|
36
|
-
return {
|
|
37
|
-
labelmarksarray: [],
|
|
38
|
-
tasknumber: 0,
|
|
39
|
-
active: 0,
|
|
40
|
-
f_lat: null,
|
|
41
|
-
f_lng: null,
|
|
42
|
-
defname: '施工通气'
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
ready () {
|
|
46
|
-
console.log('进入施工通气')
|
|
47
|
-
this.getApplyTaskDot()
|
|
48
|
-
},
|
|
49
|
-
methods: {
|
|
50
|
-
diyspotmouseclick (data) {
|
|
51
|
-
this.f_lat = data.f_lat
|
|
52
|
-
this.f_lng = data.f_lng
|
|
53
|
-
|
|
54
|
-
this.active = 1
|
|
55
|
-
},
|
|
56
|
-
async getApplyTaskDot () {
|
|
57
|
-
console.log('==========查询任务点==============')
|
|
58
|
-
this.tasknumber = 0
|
|
59
|
-
let http = new HttpResetClass()
|
|
60
|
-
let data = {
|
|
61
|
-
defname: this.defname,
|
|
62
|
-
userid: Vue.user.id
|
|
63
|
-
}
|
|
64
|
-
let res = await http.load(
|
|
65
|
-
'POST',
|
|
66
|
-
`${this.$androidUtil.getProxyUrl()}/rs/sql/getBuildTaskDot`,
|
|
67
|
-
{data: data},
|
|
68
|
-
{
|
|
69
|
-
resolveMsg: null,
|
|
70
|
-
rejectMsg: '任务点获取失败!!!'
|
|
71
|
-
})
|
|
72
|
-
this.labelmarksarray = res.data.map(item => {
|
|
73
|
-
this.tasknumber += item.count
|
|
74
|
-
return {
|
|
75
|
-
data: {
|
|
76
|
-
data: item,
|
|
77
|
-
content: `<p>任务数:${item.count}</p>`
|
|
78
|
-
},
|
|
79
|
-
position: [item.f_lng, item.f_lat],
|
|
80
|
-
isclearmarker: false,
|
|
81
|
-
islabel: false
|
|
82
|
-
}
|
|
83
|
-
})
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
events: {
|
|
87
|
-
'refreshDot' () {
|
|
88
|
-
this.getApplyTaskDot()
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
watch: {
|
|
92
|
-
},
|
|
93
|
-
computed: {
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
</script>
|
|
97
|
-
<style scoped>
|
|
98
|
-
.tip{
|
|
99
|
-
position: absolute;
|
|
100
|
-
z-index: 1000;
|
|
101
|
-
color: red;
|
|
102
|
-
font-size: 24px;
|
|
103
|
-
right: 30px;
|
|
104
|
-
padding-top: 20px;
|
|
105
|
-
}
|
|
106
|
-
</style>
|
|
107
|
-
<style lang="less">
|
|
108
|
-
.nav-apply-tab {
|
|
109
|
-
li {
|
|
110
|
-
width: 50%;
|
|
111
|
-
text-align: center;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab" :active.sync="active">
|
|
4
|
+
<tab header='任务地图'>
|
|
5
|
+
<div class="auto tip">
|
|
6
|
+
<p>当前任务数量:{{ tasknumber }}</p>
|
|
7
|
+
<p>当前任务点:{{labelmarksarray.length}}</p>
|
|
8
|
+
</div>
|
|
9
|
+
<app-map-location
|
|
10
|
+
:islocation="true"
|
|
11
|
+
:locationzoomcenter="false"
|
|
12
|
+
:usenative="true"
|
|
13
|
+
:isshowsearch="false"
|
|
14
|
+
:mylocationinfo="false"
|
|
15
|
+
:islocationclearmark="false"
|
|
16
|
+
:isshowmapmodel="false"
|
|
17
|
+
:locationwindow="false"
|
|
18
|
+
mapmodel="dragMarker"
|
|
19
|
+
:labelmarksarray="labelmarksarray"
|
|
20
|
+
@diyspotmouseclick="diyspotmouseclick"
|
|
21
|
+
></app-map-location>
|
|
22
|
+
</tab>
|
|
23
|
+
<tab header='任务列表'>
|
|
24
|
+
<app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
|
|
25
|
+
</tab>
|
|
26
|
+
</tabset>
|
|
27
|
+
</div>
|
|
28
|
+
</template>
|
|
29
|
+
<script>
|
|
30
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
31
|
+
import Vue from 'vue'
|
|
32
|
+
|
|
33
|
+
export default {
|
|
34
|
+
title: '施工通气',
|
|
35
|
+
data () {
|
|
36
|
+
return {
|
|
37
|
+
labelmarksarray: [],
|
|
38
|
+
tasknumber: 0,
|
|
39
|
+
active: 0,
|
|
40
|
+
f_lat: null,
|
|
41
|
+
f_lng: null,
|
|
42
|
+
defname: '施工通气'
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
ready () {
|
|
46
|
+
console.log('进入施工通气')
|
|
47
|
+
this.getApplyTaskDot()
|
|
48
|
+
},
|
|
49
|
+
methods: {
|
|
50
|
+
diyspotmouseclick (data) {
|
|
51
|
+
this.f_lat = data.f_lat
|
|
52
|
+
this.f_lng = data.f_lng
|
|
53
|
+
|
|
54
|
+
this.active = 1
|
|
55
|
+
},
|
|
56
|
+
async getApplyTaskDot () {
|
|
57
|
+
console.log('==========查询任务点==============')
|
|
58
|
+
this.tasknumber = 0
|
|
59
|
+
let http = new HttpResetClass()
|
|
60
|
+
let data = {
|
|
61
|
+
defname: this.defname,
|
|
62
|
+
userid: Vue.user.id
|
|
63
|
+
}
|
|
64
|
+
let res = await http.load(
|
|
65
|
+
'POST',
|
|
66
|
+
`${this.$androidUtil.getProxyUrl()}/rs/sql/getBuildTaskDot`,
|
|
67
|
+
{data: data},
|
|
68
|
+
{
|
|
69
|
+
resolveMsg: null,
|
|
70
|
+
rejectMsg: '任务点获取失败!!!'
|
|
71
|
+
})
|
|
72
|
+
this.labelmarksarray = res.data.map(item => {
|
|
73
|
+
this.tasknumber += item.count
|
|
74
|
+
return {
|
|
75
|
+
data: {
|
|
76
|
+
data: item,
|
|
77
|
+
content: `<p>任务数:${item.count}</p>`
|
|
78
|
+
},
|
|
79
|
+
position: [item.f_lng, item.f_lat],
|
|
80
|
+
isclearmarker: false,
|
|
81
|
+
islabel: false
|
|
82
|
+
}
|
|
83
|
+
})
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
events: {
|
|
87
|
+
'refreshDot' () {
|
|
88
|
+
this.getApplyTaskDot()
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
watch: {
|
|
92
|
+
},
|
|
93
|
+
computed: {
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
</script>
|
|
97
|
+
<style scoped>
|
|
98
|
+
.tip{
|
|
99
|
+
position: absolute;
|
|
100
|
+
z-index: 1000;
|
|
101
|
+
color: red;
|
|
102
|
+
font-size: 24px;
|
|
103
|
+
right: 30px;
|
|
104
|
+
padding-top: 20px;
|
|
105
|
+
}
|
|
106
|
+
</style>
|
|
107
|
+
<style lang="less">
|
|
108
|
+
.nav-apply-tab {
|
|
109
|
+
li {
|
|
110
|
+
width: 50%;
|
|
111
|
+
text-align: center;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
</style>
|