apply-clients 3.3.216 → 3.4.1
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 +23 -23
- package/index.html +33 -33
- package/package.json +3 -3
- package/src/AndroidApp.vue +35 -30
- package/src/App.vue +20 -20
- package/src/android.js +21 -21
- package/src/apply.js +81 -90
- package/src/applyAndroid.js +1 -23
- package/src/components/android/AppOnetomany.vue +301 -285
- package/src/components/android/AppServiceView.vue +566 -570
- package/src/components/android/AppSign.vue +142 -142
- package/src/components/android/AppTakePic.vue +143 -144
- package/src/components/android/Process/AppExplorationUser.vue +320 -270
- package/src/components/android/Process/AppServiceControl.vue +757 -686
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
- package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
- package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
- package/src/components/android/TaskGraph.vue +125 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
- package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
- package/src/components/product/Function/InstallFunction.vue +125 -122
- package/src/components/product/Function/InstallInfoSelect.vue +292 -318
- package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
- package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
- package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
- package/src/components/product/Function/functions/StopInstall.vue +106 -0
- package/src/components/product/Onetomany.vue +377 -296
- package/src/components/product/Order/OrderApply.vue +30 -30
- package/src/components/product/Order/OrderApplyList.vue +78 -67
- package/src/components/product/Order/OrderMessage.vue +11 -87
- package/src/components/product/Process/ExplorationSelect.vue +410 -369
- package/src/components/product/Process/ExplorationUser.vue +138 -128
- package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
- package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
- package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
- package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
- package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
- package/src/components/product/Process/Processes/selectApply.vue +1 -1
- package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
- package/src/components/product/ServiceView.vue +631 -741
- package/src/components/product/Stop/StopApply.vue +103 -103
- package/src/components/product/Stop/StopApplyList.vue +269 -254
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
- package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
- package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
- package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
- package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
- package/src/components/product/VueUtils/HighMeter.vue +208 -0
- package/src/expandcssAndroid.less +1034 -517
- package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +548 -414
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +754 -456
- package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
- package/src/filiale/yuchuan/android.js +7 -8
- package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
- package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
- package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
- package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +147 -131
- package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +66 -0
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +759 -0
- package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
- package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +879 -517
- package/src/filiale/yuchuan/pc.js +11 -13
- package/src/main.js +23 -23
- package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
- package/src/components/android/Function/AppInstallFunction.vue +0 -330
- package/src/components/android/Process/Processes/AppBuildSign.vue +0 -47
- package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
- package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
- package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
- package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
- package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
- package/src/components/image/dwg.jpg +0 -0
- package/src/components/image/yasuobao.jpg +0 -0
- package/src/components/product/Function/Inform.vue +0 -73
- package/src/components/product/Function/MarketSurvey.vue +0 -81
- package/src/components/product/Process/Processes/printCharge.vue +0 -121
- package/src/components/product/Process/ShowBackReason.vue +0 -33
- package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
- package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
- package/src/components/product/VueUtils/ToolsPage.vue +0 -51
- package/src/components/product/VueUtils/Tree.vue +0 -330
- package/src/filiale/wuan/android.js +0 -0
- package/src/filiale/wuan/pc.js +0 -4
- package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
- package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
- package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
- package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
|
@@ -1,200 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div v-show="!shoeAMap" class="p-10">
|
|
3
|
-
<form class="form-horizontal select-overspread">
|
|
4
|
-
<div class="row">
|
|
5
|
-
<div class="col-sm-4 col-xs-12 form-group app-input">
|
|
6
|
-
<label class="">用户性质</label>
|
|
7
|
-
<div class="col-sm-8 col-xs-9">
|
|
8
|
-
<v-select
|
|
9
|
-
class="select"
|
|
10
|
-
placeholder="请选择"
|
|
11
|
-
width="100%"
|
|
12
|
-
:search="false"
|
|
13
|
-
close-on-select
|
|
14
|
-
value-single
|
|
15
|
-
:options="userNature"
|
|
16
|
-
v-model="order.f_user_nature"
|
|
17
|
-
:value.sync="order.f_user_nature"
|
|
18
|
-
></v-select>
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="col-sm-4 col-xs-12 form-group app-input">
|
|
22
|
-
<label class="">联 系 人</label>
|
|
23
|
-
<div class="col-sm-8 col-xs-9">
|
|
24
|
-
<input style="width: 100%" type="text" placeholder="" v-model="order.f_contact" :value="order.f_contact">
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="col-sm-4 col-xs-12 form-group app-input">
|
|
28
|
-
<label class="">联系电话</label>
|
|
29
|
-
<div class="col-sm-8 col-xs-9">
|
|
30
|
-
<input style="width: 100%" type="text" placeholder="" v-model="order.f_phone" :value="order.f_phone">
|
|
31
|
-
</div>
|
|
32
|
-
</div>
|
|
33
|
-
<div class="col-sm-4 col-xs-12 form-group app-input">
|
|
34
|
-
<label class="">微 信 号</label>
|
|
35
|
-
<div class="col-sm-8 col-xs-9">
|
|
36
|
-
<input style="width: 100%" type="text" placeholder="" v-model="order.f_wechat_number" :value="order.f_wechat_number">
|
|
37
|
-
</div>
|
|
38
|
-
</div>
|
|
39
|
-
<div class="col-sm-4 col-xs-12 form-group app-input">
|
|
40
|
-
<label class="">证件类型</label>
|
|
41
|
-
<div class="col-sm-8 col-xs-9">
|
|
42
|
-
<v-select
|
|
43
|
-
placeholder="请选择"
|
|
44
|
-
class="select"
|
|
45
|
-
width="100%"
|
|
46
|
-
:search="false"
|
|
47
|
-
close-on-select
|
|
48
|
-
value-single
|
|
49
|
-
:options="credentialsList"
|
|
50
|
-
v-model="order.f_credentials"
|
|
51
|
-
:value.sync="order.f_credentials"
|
|
52
|
-
></v-select>
|
|
53
|
-
</div>
|
|
54
|
-
</div>
|
|
55
|
-
<div class="col-sm-4 col-xs-12 form-group app-input">
|
|
56
|
-
<label class="">证件号码</label>
|
|
57
|
-
<div class="col-sm-8 col-xs-9">
|
|
58
|
-
<input style="width: 100%" type="text" placeholder="" v-model="order.f_idnumber" :value.sync="order.f_idnumber">
|
|
59
|
-
</div>
|
|
60
|
-
</div>
|
|
61
|
-
<div class="col-sm-4 col-xs-12 form-group app-input">
|
|
62
|
-
<label class="">预约时间</label>
|
|
63
|
-
<div class="col-sm-8 col-xs-9">
|
|
64
|
-
<datepicker
|
|
65
|
-
format="yyyy-MM-dd"
|
|
66
|
-
v-model="order.f_orderdate"
|
|
67
|
-
:value.sync="order.f_orderdate"
|
|
68
|
-
:show-reset-button="true">
|
|
69
|
-
</datepicker>
|
|
70
|
-
</div>
|
|
71
|
-
</div>
|
|
72
|
-
<div class="col-sm-4 col-xs-12 form-group app-input" v-if="order.f_user_nature === '民用'">
|
|
73
|
-
<label class="">户  数</label>
|
|
74
|
-
<div class="col-sm-8 col-xs-9">
|
|
75
|
-
<input style="width: 100%" type="number" placeholder="" v-model="order.f_apply_count" :value="order.f_apply_count">
|
|
76
|
-
</div>
|
|
77
|
-
</div>
|
|
78
|
-
<div class="col-sm-12 col-xs-12 form-group app-input ">
|
|
79
|
-
<label class="">定位地址</label>
|
|
80
|
-
<div class="col-sm-10 col-xs-8">
|
|
81
|
-
<input style="width: 100%" class="" type="text" placeholder="" v-model="order.f_location_address" :value.sync="order.f_location_address">
|
|
82
|
-
<svg @click="openAMap()" style="width: 25px;height: 25px;position: absolute;bottom: 8px;" class="icon" t="1628480488436" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1251" width="200" height="200"><path d="M808.6 403.2c0-178.8-129.8-308.5-308.5-308.5-170.1 0-308.5 138.4-308.5 308.5 0 125.6 170.6 338.3 262.3 452.6l6.8 8.4c9.6 12 24 18.9 39.5 18.9 15.4 0 29.8-6.9 39.5-18.9l6.8-8.4c91.5-114.3 262.1-327 262.1-452.6z m-310.1 89.4c-62.9 0-114-51.1-114-114s51.1-114 114-114 114 51.1 114 114-51.1 114-114 114z" fill="#FFFFFF" p-id="1252"></path><path d="M500.1 67.8c-184.9 0-335.4 150.4-335.4 335.4 0 135 174.5 352.5 268.2 469.4l6.7 8.4c14.8 18.4 36.8 29 60.4 29s45.6-10.6 60.4-29l6.8-8.4C661 755.7 835.4 538.2 835.4 403.2c0-194.3-141-335.4-335.3-335.4z m0 815.3c-15.4 0-29.8-6.9-39.5-18.9l-6.8-8.4c-91.7-114.3-262.3-327-262.3-452.6 0-170.1 138.4-308.5 308.5-308.5 178.8 0 308.5 129.8 308.5 308.5 0 125.6-170.6 338.3-262.3 452.6l-6.8 8.4c-9.5 12-23.9 18.9-39.3 18.9z" fill="" p-id="1253"></path><path d="M498.5 378.6m-87.2 0a87.2 87.2 0 1 0 174.4 0 87.2 87.2 0 1 0-174.4 0Z" fill="#FFFFFF" p-id="1254"></path><path d="M612.5 378.6c0-62.9-51.1-114-114-114s-114 51.1-114 114 51.1 114 114 114 114-51.1 114-114z m-201.2 0c0-48.1 39.1-87.2 87.2-87.2s87.2 39.1 87.2 87.2-39.1 87.2-87.2 87.2-87.2-39.1-87.2-87.2z" fill="" p-id="1255"></path></svg>
|
|
83
|
-
</div>
|
|
84
|
-
</div>
|
|
85
|
-
<div class="col-sm-12 col-xs-12 form-group app-input ">
|
|
86
|
-
<label class="">备注信息</label>
|
|
87
|
-
<div class="col-sm-10 col-xs-8">
|
|
88
|
-
<input style="width: 100%" class="" type="text" placeholder="" v-model="order.f_orderremark" :value.sync="order.f_orderremark">
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
<div class="col-sm-12 col-xs-12 form-group">
|
|
92
|
-
<app-take-pic blobid="" type="申请附件" defname="" :isdelete="true" :istakepic="true" :istype="true" typelabel="预约申请文件"></app-take-pic>
|
|
93
|
-
</div>
|
|
94
|
-
<div class="col-sm-12 col-xs-12 form-group app-btn">
|
|
95
|
-
<button class="btn btn-info" @click.prevent="submitOrder">提交申请</button>
|
|
96
|
-
</div>
|
|
97
|
-
</div>
|
|
98
|
-
</form>
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
<div v-show="shoeAMap" class="p-10" style="">
|
|
102
|
-
<p>
|
|
103
|
-
<svg @click="shoeAMap = false" style="width: 20px;height: 20px" t="1628481380241" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2065" width="200" height="200"><path d="M296.476444 468.622222c10.723556 0.028444 20.963556 4.664889 28.558223 12.885334l431.047111 468.622222a46.734222 46.734222 0 0 1-0.995556 61.013333 38.115556 38.115556 0 0 1-56.120889 1.052445L267.918222 543.601778A45.624889 45.624889 0 0 1 256 512.540444c0-11.662222 4.295111-22.840889 11.946667-31.032888a39.111111 39.111111 0 0 1 28.529777-12.885334zM727.523556 0c10.695111 0.028444 20.963556 4.664889 28.558222 12.885333 7.623111 8.192 11.918222 19.370667 11.918222 31.061334 0 11.662222-4.295111 22.840889-11.946667 31.032889L325.063111 543.601778a38.115556 38.115556 0 0 1-56.120889-1.080889 46.734222 46.734222 0 0 1-0.995555-61.013333L698.965333 12.885333A39.111111 39.111111 0 0 1 727.523556 0z" fill="#000000" p-id="2066"></path></svg>
|
|
104
|
-
</p>
|
|
105
|
-
<AMap-location :isshowmapmodel="false" :mylocationinfo="false" mapmodel="dragMap" @getmylocation="getMyLocation"></AMap-location>
|
|
106
|
-
</div>
|
|
107
|
-
|
|
108
|
-
</template>
|
|
109
|
-
<script>
|
|
110
|
-
import Vue from 'vue'
|
|
111
|
-
export default {
|
|
112
|
-
title: '预约报建',
|
|
113
|
-
data () {
|
|
114
|
-
return {
|
|
115
|
-
userType: [
|
|
116
|
-
{'label': '个人', 'value': '个人'},
|
|
117
|
-
{'label': '整体小区', 'value': '整体小区'}
|
|
118
|
-
],
|
|
119
|
-
userNature: [
|
|
120
|
-
{'label': '民用', 'value': '民用'},
|
|
121
|
-
{'label': '非民用', 'value': '非民用'}
|
|
122
|
-
],
|
|
123
|
-
credentialsList: [
|
|
124
|
-
{'label': '身份证', 'value': '身份证'},
|
|
125
|
-
{'label': '营业执照', 'value': '营业执照'}
|
|
126
|
-
],
|
|
127
|
-
order: {
|
|
128
|
-
f_user_nature: null,
|
|
129
|
-
f_contact: null,
|
|
130
|
-
f_phone: null,
|
|
131
|
-
f_wechat_number: null,
|
|
132
|
-
f_credentials: null,
|
|
133
|
-
f_idnumber: null,
|
|
134
|
-
f_orderdate: null,
|
|
135
|
-
f_apply_count: null,
|
|
136
|
-
f_location_address: null,
|
|
137
|
-
f_longitude: null,
|
|
138
|
-
f_dimension: null,
|
|
139
|
-
f_orderremark: null,
|
|
140
|
-
f_ordertype: '预约报建',
|
|
141
|
-
f_order_source: '线下窗口',
|
|
142
|
-
f_orderstate: '待审核'
|
|
143
|
-
},
|
|
144
|
-
shoeAMap: false
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
ready () {
|
|
148
|
-
},
|
|
149
|
-
methods: {
|
|
150
|
-
async submitOrder () {
|
|
151
|
-
let data = {
|
|
152
|
-
order: this.order,
|
|
153
|
-
type: '预约报建'
|
|
154
|
-
}
|
|
155
|
-
let res = await this.$resetpost(
|
|
156
|
-
`${this.$androidUtil.getProxyUrl()}/rs/logic/submitOrder`,
|
|
157
|
-
{data: data},
|
|
158
|
-
{resolveMsg: null, rejectMsg: '申请失败!!!'}
|
|
159
|
-
)
|
|
160
|
-
},
|
|
161
|
-
openAMap () {
|
|
162
|
-
this.shoeAMap = true
|
|
163
|
-
},
|
|
164
|
-
getMyLocation (myLocation) {
|
|
165
|
-
console.log(myLocation)
|
|
166
|
-
|
|
167
|
-
this.order.f_location_address = myLocation.formattedAddress
|
|
168
|
-
this.order.f_longitude = myLocation.position.lng
|
|
169
|
-
this.order.f_dimension = myLocation.position.lat
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
events: {
|
|
173
|
-
|
|
174
|
-
},
|
|
175
|
-
watch: {
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
</script>
|
|
179
|
-
|
|
180
|
-
<style lang="less">
|
|
181
|
-
.app-input {
|
|
182
|
-
label {
|
|
183
|
-
float: left;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
.select {
|
|
187
|
-
margin: 0px;
|
|
188
|
-
.select-style {
|
|
189
|
-
border: 0px;
|
|
190
|
-
}
|
|
191
|
-
input {
|
|
192
|
-
border-left: none;
|
|
193
|
-
width: 100% !important;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
.datepicker {
|
|
197
|
-
width: 100%;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
</style>
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="p-10">
|
|
3
|
-
<div :style="'height:' + AmapHeight">
|
|
4
|
-
<AMap-location :isshowsearch="false" :isshowmapmodel="false" :mylocationinfo="false" :islocation="false" mapmodel="dragMarker" :inputmarksarray="inputmarksarray" @rowmarkerclick="rowmarkerclick"></AMap-location>
|
|
5
|
-
</div>
|
|
6
|
-
<div class="auto row" v-if="selectdata">
|
|
7
|
-
<div class="col-sm-12 col-xs-12 form-group app-input" style="margin-top: 10px"></div>
|
|
8
|
-
<div class="col-sm-12 col-xs-12 form-group app-input">
|
|
9
|
-
<label class="">项目名称</label>
|
|
10
|
-
<div class="col-sm-8 col-xs-9">
|
|
11
|
-
<input style="width: 100%" type="text" placeholder="" v-model="selectdata.f_entry_name" :value="selectdata.f_entry_name" readonly>
|
|
12
|
-
</div>
|
|
13
|
-
</div>
|
|
14
|
-
<div class="col-sm-12 col-xs-12 form-group app-input">
|
|
15
|
-
<label class="">联 系 人</label>
|
|
16
|
-
<div class="col-sm-8 col-xs-9">
|
|
17
|
-
<input style="width: 100%" type="text" placeholder="" v-model="selectdata.f_contact" :value="selectdata.f_contact" readonly>
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
<div class="col-sm-12 col-xs-12 form-group app-input">
|
|
21
|
-
<label class="">联系电话</label>
|
|
22
|
-
<div class="col-sm-8 col-xs-8">
|
|
23
|
-
<input style="width: 100%" type="text" placeholder="" v-model="selectdata.f_phone" :value="selectdata.f_phone" readonly>
|
|
24
|
-
<svg @click.prevent="dialNumber()" style="width: 25px;height: 25px;position: absolute;bottom: 8px;" t="1628575136009" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2374" width="200" height="200"><path d="M682.25 465.262c0 16.695 11.115 27.811 27.81 27.811s27.812-11.116 27.812-27.811A167.395 167.395 0 0 0 570.96 298.35c-16.695 0-27.811 11.116-27.811 27.811s11.16 27.812 27.811 27.812a111.597 111.597 0 0 1 111.29 111.289z m111.289 0c0 16.695 11.115 27.811 27.81 27.811s27.812-11.116 27.812-27.811c0-152.984-125.217-278.201-278.2-278.201-16.696 0-27.812 11.16-27.812 27.855s11.16 27.811 27.811 27.811c122.405 0 222.579 100.174 222.579 222.535zM417.976 367.9c30.623-30.579 33.391-77.898 5.58-111.289L337.31 148.134c-27.811-36.16-80.666-41.74-116.869-13.928-2.768 2.812-5.536 2.812-5.536 5.58l-75.13 75.13c-72.318 72.318 30.623 267.041 217.042 453.417C543.15 854.708 735.06 954.88 807.378 885.33l75.13-75.13c33.392-33.391 33.392-86.246 0-116.825l-5.536-5.58-108.52-86.246c-33.348-27.81-80.623-25.043-111.246 5.58l-47.275 47.319c-50.087-30.623-94.593-64.014-133.564-102.941-38.927-38.971-72.275-83.478-102.898-133.565l44.507-50.043z m-38.927-75.13c8.348 11.16 8.348 27.855-2.812 36.203l-61.202 63.97a29.569 29.569 0 0 0-5.536 33.392 721.425 721.425 0 0 0 122.405 164.1 721.512 721.512 0 0 0 164.1 122.405 29.569 29.569 0 0 0 33.39-5.58l63.971-63.97c11.16-11.116 25.043-11.116 36.203-2.769l108.477 89.014s2.768 0 2.768 2.768a26.889 26.889 0 0 1 0 38.971l-75.13 75.13c-36.115 36.115-208.606-55.666-372.75-217.042-164.1-161.332-253.114-336.548-216.955-372.75l77.854-77.899c11.16-8.348 30.623-8.348 38.971 5.58l86.246 108.521z" fill="#8A8A8A" p-id="2375"></path></svg>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="col-sm-12 col-xs-12 form-group app-input">
|
|
28
|
-
<label class="">定位地址</label>
|
|
29
|
-
<div class="col-sm-8 col-xs-8">
|
|
30
|
-
<input style="width: 100%" type="text" placeholder="" v-model="selectdata.f_order_address" :value="selectdata.f_order_address" readonly>
|
|
31
|
-
<svg @click="openAmap()" style="width: 25px;height: 25px;position: absolute;bottom: 8px;" t="1628575336648" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3201" width="200" height="200"><path d="M512 956h-1.1c-10.9 0-20.5-6.9-24.7-17L369.9 654.1 85 537.8c-10.1-4.1-16.8-13.7-17.2-24.6-0.4-10.9 5.6-21 15.3-25.9l833-416.5c10.7-5.3 23.6-3.2 32.1 5.2s10.5 21.4 5.2 32.1L536.8 940.9c-4.7 9.4-14.3 15.1-24.8 15.1zM162.7 509.6l239 97.6c6.9 2.8 12.4 8.3 15.2 15.2l97.6 239 351.9-703.8-703.7 352z" fill="#666666" p-id="3202"></path></svg>
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
<div class="col-sm-12 col-xs-12 form-group app-btn">
|
|
35
|
-
<button class="btn btn-info" @click.prevent="click()">查看详情</button>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
</div>
|
|
39
|
-
</template>
|
|
40
|
-
<script>
|
|
41
|
-
import Vue from 'vue'
|
|
42
|
-
import {toStandardTimeString} from '../../../../components/Util'
|
|
43
|
-
export default {
|
|
44
|
-
title: '地图任务点',
|
|
45
|
-
data () {
|
|
46
|
-
return {
|
|
47
|
-
inputmarksarray: [],
|
|
48
|
-
selectdata: null,
|
|
49
|
-
AmapHeight: '100%'
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
ready () {
|
|
53
|
-
this.getTask()
|
|
54
|
-
},
|
|
55
|
-
methods: {
|
|
56
|
-
|
|
57
|
-
click () {
|
|
58
|
-
let _this = this
|
|
59
|
-
this.$dispatch('gotoson', {
|
|
60
|
-
_this: _this,
|
|
61
|
-
title: _this.selectdata.defname,
|
|
62
|
-
safe: true
|
|
63
|
-
})
|
|
64
|
-
this.$goto('app-service-control', {selectdata: _this.selectdata}, 'self', null)
|
|
65
|
-
},
|
|
66
|
-
openAmap () {
|
|
67
|
-
let _this = this
|
|
68
|
-
HostApp.openThirdPartyMap({
|
|
69
|
-
lon: _this.selectdata.f_longitude,
|
|
70
|
-
lat: _this.selectdata.f_dimension,
|
|
71
|
-
address: _this.selectdata.f_order_address,
|
|
72
|
-
})
|
|
73
|
-
},
|
|
74
|
-
dialNumber () {
|
|
75
|
-
this.$showMessage(`是否拨打电话:${this.selectdata.f_phone}`, ['confirm']).then((res) => {
|
|
76
|
-
if (res === 'confirm') {
|
|
77
|
-
this.$androidUtil.makeAPhoneCall(this.selectdata.f_phone)
|
|
78
|
-
}
|
|
79
|
-
})
|
|
80
|
-
},
|
|
81
|
-
rowmarkerclick (data) {
|
|
82
|
-
this.AmapHeight = '60%'
|
|
83
|
-
|
|
84
|
-
this.selectdata = data.item
|
|
85
|
-
},
|
|
86
|
-
async getTask () {
|
|
87
|
-
let data = {
|
|
88
|
-
condition: "act.defname = '现场勘察'",
|
|
89
|
-
data: {
|
|
90
|
-
id: "22170",
|
|
91
|
-
orgid: "21142"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
let res = await this.$resetpost(
|
|
95
|
-
// `${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,
|
|
96
|
-
`rs/sql/checkuser`,
|
|
97
|
-
{data: data},
|
|
98
|
-
{resolveMsg: null, rejectMsg: '任务获取失败!!!'}
|
|
99
|
-
)
|
|
100
|
-
res.data.forEach(item => {
|
|
101
|
-
this.inputmarksarray.push({
|
|
102
|
-
lnglat: [item.f_longitude, item.f_dimension],
|
|
103
|
-
content: item.f_entry_name,
|
|
104
|
-
item: item
|
|
105
|
-
})
|
|
106
|
-
})
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
events: {
|
|
110
|
-
|
|
111
|
-
},
|
|
112
|
-
watch: {
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
</script>
|
|
116
|
-
|
|
117
|
-
<style lang="less">
|
|
118
|
-
.app-input {
|
|
119
|
-
label {
|
|
120
|
-
float: left;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
.select {
|
|
124
|
-
margin: 0px;
|
|
125
|
-
.select-style {
|
|
126
|
-
border: 0px;
|
|
127
|
-
}
|
|
128
|
-
input {
|
|
129
|
-
border-left: none;
|
|
130
|
-
width: 100%;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
.datepicker {
|
|
134
|
-
width: 100%;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
</style>
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<AMap-location v-ref:amap :isshowsearch="false"
|
|
4
|
-
:mylocationinfo="false"
|
|
5
|
-
:isshowmapmodel="false"
|
|
6
|
-
mapmodel="dragMarker"></AMap-location>
|
|
7
|
-
</div>
|
|
8
|
-
</template>
|
|
9
|
-
<script>
|
|
10
|
-
import Vue from 'vue'
|
|
11
|
-
export default {
|
|
12
|
-
title: '地图',
|
|
13
|
-
props: {
|
|
14
|
-
selectdata: {
|
|
15
|
-
type: Object
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
data () {
|
|
19
|
-
return {
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
ready () {
|
|
23
|
-
let data = {
|
|
24
|
-
data: this.selectdata,
|
|
25
|
-
label: `<div style="background: #fff;border-radius: 5px;padding: 5px">
|
|
26
|
-
<h5>${this.selectdata.f_order_address}</h5>
|
|
27
|
-
</div>`,
|
|
28
|
-
content: `<div style="background: #fff;">
|
|
29
|
-
<h5>${this.selectdata.f_contact}</h5>
|
|
30
|
-
<h5>${this.selectdata.f_phone}</h5>
|
|
31
|
-
<h5>${this.selectdata.f_order_address}</h5>
|
|
32
|
-
</div>`
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
let position = [this.selectdata.f_longitude, this.selectdata.f_dimension]
|
|
36
|
-
setTimeout(() => {
|
|
37
|
-
this.$refs.amap.showWindowInfoAndSpot(data, position)
|
|
38
|
-
},1000)
|
|
39
|
-
},
|
|
40
|
-
methods: {
|
|
41
|
-
},
|
|
42
|
-
events: {
|
|
43
|
-
},
|
|
44
|
-
computed: {
|
|
45
|
-
},
|
|
46
|
-
watch: {
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
</script>
|
|
50
|
-
<style scoped>
|
|
51
|
-
</style>
|