apply-clients 7.1.36-yuchuan-2 → 7.1.36-yuchuan-3
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/build/dev-server.js +7 -3
- package/package.json +3 -3
- package/src/AndroidApp.vue +35 -35
- package/src/apply.js +12 -1
- package/src/applyAndroid.js +87 -83
- package/src/components/android/AppUpload.vue +15 -0
- package/src/components/android/Ignition/VentilationIgnition.vue +1 -1
- package/src/components/android/Process/AppExplorationUser.vue +2 -2
- package/src/components/android/Process/AppServiceControl.vue +1410 -1397
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +334 -334
- package/src/components/android/Task/Build/BuildTsak.vue +7 -4
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -432
- package/src/components/android/Task/GuanXianJianShe/AppGuanXianCaiLiao.vue +237 -0
- package/src/components/android/Task/ShenHe/BuZhangShenHe.vue +64 -64
- package/src/components/android/Task/ShenHe/JingLiShenHe.vue +64 -64
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +11 -7
- package/src/components/android/Task/UpBuild/UpBuildDui.vue +5 -2
- package/src/components/android/Task/UpBuild/UpBuildTsak.vue +5 -2
- package/src/components/android/Task/UpBuild/UpJianLi.vue +98 -98
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +943 -606
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +8 -7
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -235
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -323
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +10 -9
- package/src/components/product/Function/InstallInfoSelect.vue +371 -370
- package/src/components/product/Function/Service/FunctionServiceControl.vue +475 -475
- package/src/components/product/Ignition/IgnitionList.vue +236 -236
- package/src/components/product/Ignition/IgnitionListManage.vue +403 -204
- package/src/components/product/Ignition/IgnitionRecord.vue +14 -13
- package/src/components/product/List/ShowAllActivity.vue +455 -0
- package/src/components/product/List/ShowDevices.vue +279 -279
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +9 -8
- package/src/components/product/Print/BuildOrder/printBuildOrder.vue +6 -0
- package/src/components/product/Process/ExplorationSelect.vue +591 -581
- package/src/components/product/Process/ExplorationUser.vue +158 -158
- package/src/components/product/Process/New1ExplorationUser.vue +201 -0
- package/src/components/product/Process/New2ExplorationUser.vue +163 -0
- package/src/components/product/Process/NewExplorationSelect.vue +586 -0
- package/src/components/product/Process/NewExplorationUser.vue +219 -184
- package/src/components/product/Process/Processes/ApplyChaiChuInfo.vue +587 -587
- package/src/components/product/Process/Processes/InstallationDetails.vue +80 -7
- package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +224 -224
- package/src/components/product/Process/Processes/newDevicesManagement.vue +26 -1
- package/src/components/product/Process/Processes/newInstallationDetails.vue +1 -36
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
- package/src/components/product/Process/Service/ServiceControl.vue +2166 -2162
- package/src/components/product/Report/ReportItems.vue +85 -79
- package/src/components/product/Report/apply-stair-kaifa.vue +0 -1
- package/src/components/product/Report/gongchengbu.vue +199 -0
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Stop/StopApplyList.vue +8 -8
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +594 -594
- package/src/components/product/Supervisory/SupervisoryList.vue +539 -537
- package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +114 -0
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +541 -0
- package/src/main.js +27 -27
- package/dist-android.7z +0 -0
- package/dist.7z +0 -0
- package/rebel.xml +0 -16
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +0 -207
- package/yarn-error.log +0 -9976
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab2" :active.sync="active">
|
|
4
|
-
<tab header='报建' style="width: auto">
|
|
5
|
-
<app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
|
|
6
|
-
</tab>
|
|
7
|
-
<tab header='管线' style="width: auto">
|
|
8
|
-
<app-exploration-
|
|
9
|
-
</tab>
|
|
10
|
-
</tabset>
|
|
11
|
-
</div>
|
|
12
|
-
</template>
|
|
13
|
-
<script>
|
|
14
|
-
import {HttpResetClass, PagedList} from 'vue-client'
|
|
15
|
-
import Vue from 'vue'
|
|
16
|
-
|
|
17
|
-
export default {
|
|
18
|
-
title: '监理单位派工',
|
|
19
|
-
data () {
|
|
20
|
-
return {
|
|
21
|
-
labelmarksarray: [],
|
|
22
|
-
tasknumber: 0,
|
|
23
|
-
active: 0,
|
|
24
|
-
f_lat: null,
|
|
25
|
-
f_lng: null,
|
|
26
|
-
defname: '监理单位派工'
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
ready () {
|
|
30
|
-
console.log('进入监理单位派工')
|
|
31
|
-
this.getApplyTaskDot()
|
|
32
|
-
},
|
|
33
|
-
methods: {
|
|
34
|
-
diyspotmouseclick (data) {
|
|
35
|
-
this.f_lat = data.f_lat
|
|
36
|
-
this.f_lng = data.f_lng
|
|
37
|
-
|
|
38
|
-
this.active = 1
|
|
39
|
-
},
|
|
40
|
-
async getApplyTaskDot () {
|
|
41
|
-
console.log('==========查询任务点==============')
|
|
42
|
-
this.tasknumber = 0
|
|
43
|
-
let http = new HttpResetClass()
|
|
44
|
-
let data = {
|
|
45
|
-
defname: this.defname,
|
|
46
|
-
userid: Vue.user.id
|
|
47
|
-
}
|
|
48
|
-
let res = await http.load(
|
|
49
|
-
'POST',
|
|
50
|
-
`${this.$androidUtil.getProxyUrl()}/rs/sql/getApplyTaskDot`,
|
|
51
|
-
{data: data},
|
|
52
|
-
{
|
|
53
|
-
resolveMsg: null,
|
|
54
|
-
rejectMsg: '任务点获取失败!!!'
|
|
55
|
-
})
|
|
56
|
-
this.labelmarksarray = res.data.map(item => {
|
|
57
|
-
this.tasknumber += item.count
|
|
58
|
-
return {
|
|
59
|
-
data: {
|
|
60
|
-
data: item,
|
|
61
|
-
content: `<p>任务数:${item.count}</p>`
|
|
62
|
-
},
|
|
63
|
-
position: [item.f_lng, item.f_lat],
|
|
64
|
-
isclearmarker: false,
|
|
65
|
-
islabel: false
|
|
66
|
-
}
|
|
67
|
-
})
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
events: {
|
|
71
|
-
'refreshDot' () {
|
|
72
|
-
this.getApplyTaskDot()
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
watch: {
|
|
76
|
-
},
|
|
77
|
-
computed: {
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
</script>
|
|
81
|
-
<style scoped>
|
|
82
|
-
.tip{
|
|
83
|
-
position: absolute;
|
|
84
|
-
z-index: 1000;
|
|
85
|
-
color: red;
|
|
86
|
-
font-size: 24px;
|
|
87
|
-
right: 30px;
|
|
88
|
-
padding-top: 20px;
|
|
89
|
-
}
|
|
90
|
-
</style>
|
|
91
|
-
<style lang="less">
|
|
92
|
-
.nav-apply-tab2 {
|
|
93
|
-
li {
|
|
94
|
-
width:
|
|
95
|
-
text-align: center;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab2" :active.sync="active">
|
|
4
|
+
<tab header='报建' style="width: auto">
|
|
5
|
+
<app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
|
|
6
|
+
</tab>
|
|
7
|
+
<tab header='管线' style="width: auto">
|
|
8
|
+
<app-exploration-guan-xian v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-guan-xian>
|
|
9
|
+
</tab>
|
|
10
|
+
</tabset>
|
|
11
|
+
</div>
|
|
12
|
+
</template>
|
|
13
|
+
<script>
|
|
14
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
15
|
+
import Vue from 'vue'
|
|
16
|
+
|
|
17
|
+
export default {
|
|
18
|
+
title: '监理单位派工',
|
|
19
|
+
data () {
|
|
20
|
+
return {
|
|
21
|
+
labelmarksarray: [],
|
|
22
|
+
tasknumber: 0,
|
|
23
|
+
active: 0,
|
|
24
|
+
f_lat: null,
|
|
25
|
+
f_lng: null,
|
|
26
|
+
defname: '监理单位派工'
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
ready () {
|
|
30
|
+
console.log('进入监理单位派工')
|
|
31
|
+
this.getApplyTaskDot()
|
|
32
|
+
},
|
|
33
|
+
methods: {
|
|
34
|
+
diyspotmouseclick (data) {
|
|
35
|
+
this.f_lat = data.f_lat
|
|
36
|
+
this.f_lng = data.f_lng
|
|
37
|
+
|
|
38
|
+
this.active = 1
|
|
39
|
+
},
|
|
40
|
+
async getApplyTaskDot () {
|
|
41
|
+
console.log('==========查询任务点==============')
|
|
42
|
+
this.tasknumber = 0
|
|
43
|
+
let http = new HttpResetClass()
|
|
44
|
+
let data = {
|
|
45
|
+
defname: this.defname,
|
|
46
|
+
userid: Vue.user.id
|
|
47
|
+
}
|
|
48
|
+
let res = await http.load(
|
|
49
|
+
'POST',
|
|
50
|
+
`${this.$androidUtil.getProxyUrl()}/rs/sql/getApplyTaskDot`,
|
|
51
|
+
{data: data},
|
|
52
|
+
{
|
|
53
|
+
resolveMsg: null,
|
|
54
|
+
rejectMsg: '任务点获取失败!!!'
|
|
55
|
+
})
|
|
56
|
+
this.labelmarksarray = res.data.map(item => {
|
|
57
|
+
this.tasknumber += item.count
|
|
58
|
+
return {
|
|
59
|
+
data: {
|
|
60
|
+
data: item,
|
|
61
|
+
content: `<p>任务数:${item.count}</p>`
|
|
62
|
+
},
|
|
63
|
+
position: [item.f_lng, item.f_lat],
|
|
64
|
+
isclearmarker: false,
|
|
65
|
+
islabel: false
|
|
66
|
+
}
|
|
67
|
+
})
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
events: {
|
|
71
|
+
'refreshDot' () {
|
|
72
|
+
this.getApplyTaskDot()
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
watch: {
|
|
76
|
+
},
|
|
77
|
+
computed: {
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
</script>
|
|
81
|
+
<style scoped>
|
|
82
|
+
.tip{
|
|
83
|
+
position: absolute;
|
|
84
|
+
z-index: 1000;
|
|
85
|
+
color: red;
|
|
86
|
+
font-size: 24px;
|
|
87
|
+
right: 30px;
|
|
88
|
+
padding-top: 20px;
|
|
89
|
+
}
|
|
90
|
+
</style>
|
|
91
|
+
<style lang="less">
|
|
92
|
+
.nav-apply-tab2 {
|
|
93
|
+
li {
|
|
94
|
+
width: 50%;
|
|
95
|
+
text-align: center;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
</style>
|