apply-clients 3.3.69 → 3.3.71-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.
Files changed (43) hide show
  1. package/build/dev-server-app.js +2 -2
  2. package/build/dev-server.js +127 -133
  3. package/package.json +1 -1
  4. package/src/AndroidApp.vue +35 -35
  5. package/src/App.vue +20 -20
  6. package/src/applyAndroid.js +4 -1
  7. package/src/components/android/AppOnetomany.vue +301 -301
  8. package/src/components/android/AppServiceView.vue +602 -595
  9. package/src/components/android/AppSign.vue +142 -142
  10. package/src/components/android/Function/AppInstallFunction.vue +366 -366
  11. package/src/components/android/Process/AppExplorationUser.vue +489 -402
  12. package/src/components/android/Process/AppServiceControl.vue +471 -16
  13. package/src/components/android/Process/Processes/AppBuildSign.vue +46 -46
  14. package/src/components/android/Process/Processes/selectApply.vue +250 -0
  15. package/src/components/android/Process/Processes/selectUserinfo.vue +182 -0
  16. package/src/components/android/Supervisory/AppProcessSupervisory.vue +311 -300
  17. package/src/components/android/Supervisory/AppSupervisoryCart.vue +119 -119
  18. package/src/components/image/dwg.jpg +0 -0
  19. package/src/components/image/txt.jpg +0 -0
  20. package/src/components/product/ApplyCharge/ApplyChargeList.vue +382 -382
  21. package/src/components/product/Business/BusinessApply.vue +242 -242
  22. package/src/components/product/Function/InstallFunction.vue +132 -132
  23. package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -445
  24. package/src/components/product/OldApply/Monitor/MonitorApply.vue +329 -329
  25. package/src/components/product/OldApply/OldApply.vue +150 -150
  26. package/src/components/product/Onetomany.vue +377 -377
  27. package/src/components/product/Print/BuildOrder/buildOrderList.vue +264 -264
  28. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +153 -153
  29. package/src/components/product/Process/ExplorationSelect.vue +452 -457
  30. package/src/components/product/Process/ExplorationUser.vue +189 -147
  31. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  32. package/src/components/product/Process/Processes/Print/printRefund.vue +196 -196
  33. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -211
  34. package/src/components/product/Process/Service/ServiceControl.vue +1362 -1362
  35. package/src/components/product/ServiceView.vue +631 -631
  36. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +863 -863
  37. package/src/components/product/Supervisory/SupervisoryControl.vue +137 -137
  38. package/src/components/product/Supervisory/SupervisoryList.vue +5 -0
  39. package/src/components/product/Supervisory/SupervisoryhCart.vue +130 -130
  40. package/src/components/product/VueUtils/ApplyUpload.vue +275 -273
  41. package/src/components/product/VueUtils/HighMeter.vue +208 -208
  42. package/src/main.js +27 -26
  43. package/yarn.lock +9013 -0
@@ -1,300 +1,311 @@
1
- <template>
2
- <div class="p-10">
3
- <criteria-paged :model="model" v-ref:cp>
4
- <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
- <div partial class="auto">
6
- <div class="row form-group app-input">
7
- <label class="">客户名称:</label>
8
- <div class="col-xs-8" >
9
- <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
10
- </div>
11
- </div>
12
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
- <label class="">联&ensp;系&ensp;人:</label>
14
- <div class="col-xs-8" >
15
- <input class="" v-model=model.f_contact condition="u.f_contact like '%{}%'" />
16
- </div>
17
- </div>
18
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
19
- <label class="">报建编号:</label>
20
- <div class="col-xs-8" >
21
- <input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
22
- </div>
23
- </div>
24
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
25
- <label class="">合同编号:</label>
26
- <div class="col-xs-8" >
27
- <input class="" v-model=model.f_contract_number condition="u.f_contract_number like '%{}%'" />
28
- </div>
29
- </div>
30
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
31
- <label class="">报建类型:</label>
32
- <div class="col-xs-8" >
33
- <v-select
34
- width="100%"
35
- v-model="model.f_apply_type"
36
- placeholder='报建类型'
37
- condition="u.f_apply_type = '{}'"
38
- :value.sync="model.f_apply_type"
39
- :options='$parent.$parent.applytype'
40
- class="select select_list"
41
- :value-single="true"
42
- @change="$parent.$parent.applyTypeChange()"
43
- close-on-select ></v-select>
44
- </div>
45
- </div>
46
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
47
- <label class="">报建性质:</label>
48
- <div class="col-xs-8" >
49
- <v-select
50
- width="100%"
51
- v-model="model.f_apply_nature"
52
- placeholder='报建性质'
53
- condition="f_apply_nature = '{}'"
54
- :value.sync="model.f_apply_nature"
55
- :options='$parent.$parent.applyNatures'
56
- class="select select_list"
57
- :value-single="true"
58
- close-on-select ></v-select>
59
- </div>
60
- </div>
61
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
62
- <label class="">办理环节:</label>
63
- <div class="col-xs-8" >
64
- <v-select
65
- width="100%"
66
- v-model="model.defname"
67
- placeholder='办理环节'
68
- condition="act.defname = '{}'"
69
- :value.sync="model.defname"
70
- :options='$parent.$parent.defnames'
71
- class="select select_list"
72
- :value-single="true"
73
- close-on-select ></v-select>
74
- </div>
75
- </div>
76
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
77
- <label class="">联系电话:</label>
78
- <div class="col-xs-8" >
79
- <input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
80
- </div>
81
- </div>
82
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
83
- <label class="">用户地址:</label>
84
- <div class="col-xs-8" >
85
- <input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
86
- </div>
87
- </div>
88
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
89
- <label class="">开始时间:</label>
90
- <div class="col-xs-8" >
91
- <datepicker id="startDate" placeholder="开始日期"
92
- style="width: 100%!important;"
93
- v-model="model.startDate"
94
- :value.sync="model.startDate"
95
- :format="'yyyy-MM-dd 00:00:00'"
96
- :show-reset-button="true"
97
- condition="u.f_apply_date >= '{}'">
98
- </datepicker>
99
- </div>
100
- </div>
101
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
102
- <label class="">结束时间:</label>
103
- <div class="col-xs-8" >
104
- <datepicker id="endDate" placeholder="结束日期"
105
- style="width: 100%!important;"
106
- v-model="model.endDate"
107
- :value.sync="model.endDate"
108
- :format="'yyyy-MM-dd 23:59:59'"
109
- :show-reset-button="true"
110
- condition="f_apply_date <= '{}'">
111
- </datepicker>
112
- </div>
113
- </div>
114
- <div class="row form-group text-right" style="">
115
- <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
116
- <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
117
- <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
118
- </div>
119
- </div>
120
- </criteria>
121
- <list :model="model" partial='list'>
122
- <div partial class="auto app-text panel">
123
- <div class="panel-body panel-self">
124
- <div class="col-xs-12">
125
- <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
126
- <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
127
- </div>
128
- <div class="col-xs-12">
129
- <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
130
- <!-- <p class="col-xs-9 text-left input-font">{{ row.f_phone }}</p>-->
131
- <p class="col-xs-9 text-left input-font">
132
- {{ row.f_phone }}&ensp;
133
- <svg @click.prevent="$parent.$parent.$parent.dialNumber(row.f_phone)" style="width: 25px;height: 25px;position: absolute;" 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>
134
- </p>
135
- </div>
136
- <div class="col-xs-12">
137
- <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
138
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
139
- </div>
140
- <div class="col-xs-12">
141
- <p class="col-xs-3 text-left font"><b>客户编号:</b></p>
142
- <p class="col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
143
- </div>
144
- <div class="col-xs-12">
145
- <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
146
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
147
- </div>
148
- <div class="col-xs-12">
149
- <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
150
- <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
151
- </div>
152
- <div class="col-xs-12">
153
- <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
154
- <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
155
- </div>
156
- <div class="col-xs-12">
157
- <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
158
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
159
- </div>
160
- <div class="col-xs-12" style="color: red">
161
- <p class="col-xs-3 text-left font"><b>施工备注:</b></p>
162
- <p class="col-xs-9 text-left input-font">{{ row.f_construction_remarks }}</p>
163
- </div>
164
-
165
- <div class="col-xs-12 text-right">
166
- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
167
- </div>
168
- </div>
169
- </div>
170
- </list>
171
- </criteria-paged>
172
- </div>
173
- </template>
174
- <script>
175
- import Vue from 'vue'
176
- import { PagedList, HttpResetClass } from 'vue-client'
177
- import {isEmpty} from '../../Util'
178
- export default {
179
- title: '报建流程',
180
- data () {
181
- return {
182
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, 20, {
183
- // model: new PagedList('rs/sql/supervisory', 20, {
184
- data: {
185
- id: Vue.user.id,
186
- orgid: Vue.user.orgid
187
- // id: '35814',
188
- // orgid: '10101'
189
- }
190
- }),
191
- criteriaShow: false,
192
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
193
- defnames: [{label: '全部', value: ''}],
194
- applyNatures: [{label: '全部', value: ''}] // 报建性质
195
- }
196
- },
197
- ready () {
198
- this.search()
199
- },
200
- methods: {
201
- dialNumber (phone) {
202
- this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
203
- if (res === 'confirm') {
204
- this.$androidUtil.makeAPhoneCall(phone)
205
- }
206
- })
207
- },
208
- clear () {
209
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
210
- this.$refs.cp.$refs.cri.model[key] = null
211
- })
212
- },
213
- // 查询
214
- search () {
215
- this.$refs.cp.$refs.cri.search()
216
- },
217
- click (row) {
218
- let _this = this
219
- this.$dispatch('gotoson', {
220
- _this: _this,
221
- title: '详情信息',
222
- safe: true
223
- })
224
- this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
225
- },
226
- applyTypeChange () {
227
- if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
228
- let http = new HttpResetClass()
229
- http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
230
- f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
231
- }, {resolveMsg: null, rejectMsg: null}).then((res) => {
232
- this.defnames = [{label: '全部', value: ''}, ...res.data]
233
-
234
- this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
235
- })
236
- } else {
237
- this.defnames = [{label: '全部', value: ''}]
238
-
239
- this.applyNatures = [{label: '全部', value: ''}]
240
- }
241
- }
242
- },
243
- events: {
244
- },
245
- watch: {
246
- }
247
- }
248
- </script>
249
- <style scoped>
250
- .panel-self{
251
- border-radius: 10px;
252
- border:1px solid #499EDF;
253
- background-color: #F8F8F8;
254
- }
255
- .font{
256
- font: 15px PingFang-SC-Medium;
257
- color: #666666;
258
- }
259
-
260
- .button_shrink_top {
261
- width: 34px;
262
- height: 34px;
263
- border: solid 1px #6aa6e2;
264
- background-size: 100%;
265
- background-image: url("../../../../static/newStyle/stretch_top.png")
266
- }
267
-
268
- .button_shrink_bottom {
269
- width: 34px;
270
- height: 34px;
271
- border: solid 1px #6aa6e2;
272
- background-size: 100%;
273
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
274
- }
275
- </style>
276
- <style lang="less">
277
- .app-input {
278
- label {
279
- float: left;
280
- }
281
- .select {
282
- button {
283
- border: none;
284
- outline: none;
285
- text-align: left;
286
- .btn-placeholder {
287
- color: #ACA899
288
- }
289
- }
290
- }
291
- .datepicker {
292
- .form-control:focus {
293
- border: none!important;
294
- outline: none!important;
295
- -webkit-box-shadow: none;
296
- box-shadow: none;
297
- }
298
- }
299
- }
300
- </style>
1
+ <template>
2
+ <div class="p-10">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
+ <div partial class="auto">
6
+ <div class="row form-group app-input">
7
+ <label class="">客户名称:</label>
8
+ <div class="col-xs-8" >
9
+ <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
10
+ </div>
11
+ </div>
12
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
+ <label class="">联&ensp;系&ensp;人:</label>
14
+ <div class="col-xs-8" >
15
+ <input class="" v-model=model.f_contact condition="u.f_contact like '%{}%'" />
16
+ </div>
17
+ </div>
18
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
19
+ <label class="">报建编号:</label>
20
+ <div class="col-xs-8" >
21
+ <input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
22
+ </div>
23
+ </div>
24
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
25
+ <label class="">合同编号:</label>
26
+ <div class="col-xs-8" >
27
+ <input class="" v-model=model.f_contract_number condition="u.f_contract_number like '%{}%'" />
28
+ </div>
29
+ </div>
30
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
31
+ <label class="">报建类型:</label>
32
+ <div class="col-xs-8" >
33
+ <v-select
34
+ width="100%"
35
+ v-model="model.f_apply_type"
36
+ placeholder='报建类型'
37
+ condition="u.f_apply_type = '{}'"
38
+ :value.sync="model.f_apply_type"
39
+ :options='$parent.$parent.applytype'
40
+ class="select select_list"
41
+ :value-single="true"
42
+ @change="$parent.$parent.applyTypeChange()"
43
+ close-on-select ></v-select>
44
+ </div>
45
+ </div>
46
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
47
+ <label class="">报建性质:</label>
48
+ <div class="col-xs-8" >
49
+ <v-select
50
+ width="100%"
51
+ v-model="model.f_apply_nature"
52
+ placeholder='报建性质'
53
+ condition="f_apply_nature = '{}'"
54
+ :value.sync="model.f_apply_nature"
55
+ :options='$parent.$parent.applyNatures'
56
+ class="select select_list"
57
+ :value-single="true"
58
+ close-on-select ></v-select>
59
+ </div>
60
+ </div>
61
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
62
+ <label class="">办理环节:</label>
63
+ <div class="col-xs-8" >
64
+ <v-select
65
+ width="100%"
66
+ v-model="model.defname"
67
+ placeholder='办理环节'
68
+ condition="act.defname = '{}'"
69
+ :value.sync="model.defname"
70
+ :options='$parent.$parent.defnames'
71
+ class="select select_list"
72
+ :value-single="true"
73
+ close-on-select ></v-select>
74
+ </div>
75
+ </div>
76
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
77
+ <label class="">联系电话:</label>
78
+ <div class="col-xs-8" >
79
+ <input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
80
+ </div>
81
+ </div>
82
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
83
+ <label class="">用户地址:</label>
84
+ <div class="col-xs-8" >
85
+ <input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
86
+ </div>
87
+ </div>
88
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
89
+ <label class="">施工单位:</label>
90
+ <div class="col-xs-8" >
91
+ <input class="" v-model=model.f_construction_unit condition="u.f_construction_unit like '%{}%'" />
92
+ </div>
93
+ </div>
94
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
95
+ <label class="">开始时间:</label>
96
+ <div class="col-xs-8" >
97
+ <datepicker id="startDate" placeholder="开始日期"
98
+ style="width: 100%!important;"
99
+ v-model="model.startDate"
100
+ :value.sync="model.startDate"
101
+ :format="'yyyy-MM-dd 00:00:00'"
102
+ :show-reset-button="true"
103
+ condition="u.f_apply_date >= '{}'">
104
+ </datepicker>
105
+ </div>
106
+ </div>
107
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
108
+ <label class="">结束时间:</label>
109
+ <div class="col-xs-8" >
110
+ <datepicker id="endDate" placeholder="结束日期"
111
+ style="width: 100%!important;"
112
+ v-model="model.endDate"
113
+ :value.sync="model.endDate"
114
+ :format="'yyyy-MM-dd 23:59:59'"
115
+ :show-reset-button="true"
116
+ condition="f_apply_date <= '{}'">
117
+ </datepicker>
118
+ </div>
119
+ </div>
120
+ <div class="row form-group text-right" style="">
121
+ <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
122
+ <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
123
+ <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
124
+ </div>
125
+ </div>
126
+ </criteria>
127
+ <list :model="model" partial='list'>
128
+ <div partial class="auto app-text panel">
129
+ <div class="panel-body panel-self">
130
+ <div class="col-xs-12">
131
+ <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
132
+ <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
133
+ </div>
134
+ <div class="col-xs-12">
135
+ <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
136
+ <!-- <p class="col-xs-9 text-left input-font">{{ row.f_phone }}</p>-->
137
+ <p class="col-xs-9 text-left input-font">
138
+ {{ row.f_phone }}&ensp;
139
+ <svg @click.prevent="$parent.$parent.$parent.dialNumber(row.f_phone)" style="width: 25px;height: 25px;position: absolute;" 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>
140
+ </p>
141
+ </div>
142
+ <div class="col-xs-12">
143
+ <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
144
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
145
+ </div>
146
+ <div class="col-xs-12">
147
+ <p class="col-xs-3 text-left font"><b>客户编号:</b></p>
148
+ <p class="col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
149
+ </div>
150
+ <div class="col-xs-12">
151
+ <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
152
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
153
+ </div>
154
+ <div class="col-xs-12">
155
+ <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
156
+ <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
157
+ </div>
158
+ <div class="col-xs-12">
159
+ <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
160
+ <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
161
+ </div>
162
+ <div class="col-xs-12">
163
+ <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
164
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
165
+ </div>
166
+ <div class="col-xs-12">
167
+ <p class="col-xs-3 text-left font"><b>施工单位:</b></p>
168
+ <p class="col-xs-9 text-left input-font">{{ row.f_construction_unit }}</p>
169
+ </div>
170
+ <div class="col-xs-12" style="color: red">
171
+ <p class="col-xs-3 text-left font"><b>施工备注:</b></p>
172
+ <p class="col-xs-9 text-left input-font">{{ row.f_construction_remarks }}</p>
173
+ </div>
174
+
175
+ <div class="col-xs-12 text-right">
176
+ <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ </list>
181
+ </criteria-paged>
182
+ </div>
183
+ </template>
184
+ <script>
185
+ import Vue from 'vue'
186
+ import { PagedList, HttpResetClass } from 'vue-client'
187
+ import {isEmpty} from '../../Util'
188
+ export default {
189
+ title: '报建流程',
190
+ data () {
191
+ return {
192
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, 20, {
193
+ // model: new PagedList('rs/sql/supervisory', 20, {
194
+ data: {
195
+ id: Vue.user.id,
196
+ orgid: Vue.user.orgid
197
+ // id: '35814',
198
+ // orgid: '10101'
199
+ }
200
+ }),
201
+ criteriaShow: false,
202
+ // applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
203
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型') || [] ], // 所有报建类型
204
+ defnames: [{label: '全部', value: ''}],
205
+ applyNatures: [{label: '全部', value: ''}] // 报建性质
206
+ }
207
+ },
208
+ ready () {
209
+ this.search()
210
+ },
211
+ methods: {
212
+ dialNumber (phone) {
213
+ this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
214
+ if (res === 'confirm') {
215
+ this.$androidUtil.makeAPhoneCall(phone)
216
+ }
217
+ })
218
+ },
219
+ clear () {
220
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
221
+ this.$refs.cp.$refs.cri.model[key] = null
222
+ })
223
+ },
224
+ // 查询
225
+ search () {
226
+ this.$refs.cp.$refs.cri.search()
227
+ },
228
+ click (row) {
229
+ let _this = this
230
+ this.$dispatch('gotoson', {
231
+ _this: _this,
232
+ title: '详情信息',
233
+ safe: true
234
+ })
235
+ this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
236
+ },
237
+ applyTypeChange () {
238
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
239
+ let http = new HttpResetClass()
240
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
241
+ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
242
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
243
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
244
+
245
+ this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
246
+ })
247
+ } else {
248
+ this.defnames = [{label: '全部', value: ''}]
249
+
250
+ this.applyNatures = [{label: '全部', value: ''}]
251
+ }
252
+ }
253
+ },
254
+ events: {
255
+ },
256
+ watch: {
257
+ }
258
+ }
259
+ </script>
260
+ <style scoped>
261
+ .panel-self{
262
+ border-radius: 10px;
263
+ border:1px solid #499EDF;
264
+ background-color: #F8F8F8;
265
+ }
266
+ .font{
267
+ font: 15px PingFang-SC-Medium;
268
+ color: #666666;
269
+ }
270
+
271
+ .button_shrink_top {
272
+ width: 34px;
273
+ height: 34px;
274
+ border: solid 1px #6aa6e2;
275
+ background-size: 100%;
276
+ background-image: url("../../../../static/newStyle/stretch_top.png")
277
+ }
278
+
279
+ .button_shrink_bottom {
280
+ width: 34px;
281
+ height: 34px;
282
+ border: solid 1px #6aa6e2;
283
+ background-size: 100%;
284
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
285
+ }
286
+ </style>
287
+ <style lang="less">
288
+ .app-input {
289
+ label {
290
+ float: left;
291
+ }
292
+ .select {
293
+ button {
294
+ border: none;
295
+ outline: none;
296
+ text-align: left;
297
+ .btn-placeholder {
298
+ color: #ACA899
299
+ }
300
+ }
301
+ }
302
+ .datepicker {
303
+ .form-control:focus {
304
+ border: none!important;
305
+ outline: none!important;
306
+ -webkit-box-shadow: none;
307
+ box-shadow: none;
308
+ }
309
+ }
310
+ }
311
+ </style>