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.
Files changed (61) hide show
  1. package/build/dev-server.js +7 -3
  2. package/package.json +3 -3
  3. package/src/AndroidApp.vue +35 -35
  4. package/src/apply.js +12 -1
  5. package/src/applyAndroid.js +87 -83
  6. package/src/components/android/AppUpload.vue +15 -0
  7. package/src/components/android/Ignition/VentilationIgnition.vue +1 -1
  8. package/src/components/android/Process/AppExplorationUser.vue +2 -2
  9. package/src/components/android/Process/AppServiceControl.vue +1410 -1397
  10. package/src/components/android/Supervisory/AppProcessSupervisory.vue +334 -334
  11. package/src/components/android/Task/Build/BuildTsak.vue +7 -4
  12. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -432
  13. package/src/components/android/Task/GuanXianJianShe/AppGuanXianCaiLiao.vue +237 -0
  14. package/src/components/android/Task/ShenHe/BuZhangShenHe.vue +64 -64
  15. package/src/components/android/Task/ShenHe/JingLiShenHe.vue +64 -64
  16. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +11 -7
  17. package/src/components/android/Task/UpBuild/UpBuildDui.vue +5 -2
  18. package/src/components/android/Task/UpBuild/UpBuildTsak.vue +5 -2
  19. package/src/components/android/Task/UpBuild/UpJianLi.vue +98 -98
  20. package/src/components/product/ApplyCharge/ApplyChargeList.vue +943 -606
  21. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +8 -7
  22. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -235
  23. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -323
  24. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +10 -9
  25. package/src/components/product/Function/InstallInfoSelect.vue +371 -370
  26. package/src/components/product/Function/Service/FunctionServiceControl.vue +475 -475
  27. package/src/components/product/Ignition/IgnitionList.vue +236 -236
  28. package/src/components/product/Ignition/IgnitionListManage.vue +403 -204
  29. package/src/components/product/Ignition/IgnitionRecord.vue +14 -13
  30. package/src/components/product/List/ShowAllActivity.vue +455 -0
  31. package/src/components/product/List/ShowDevices.vue +279 -279
  32. package/src/components/product/Print/BuildOrder/buildOrderList.vue +9 -8
  33. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +6 -0
  34. package/src/components/product/Process/ExplorationSelect.vue +591 -581
  35. package/src/components/product/Process/ExplorationUser.vue +158 -158
  36. package/src/components/product/Process/New1ExplorationUser.vue +201 -0
  37. package/src/components/product/Process/New2ExplorationUser.vue +163 -0
  38. package/src/components/product/Process/NewExplorationSelect.vue +586 -0
  39. package/src/components/product/Process/NewExplorationUser.vue +219 -184
  40. package/src/components/product/Process/Processes/ApplyChaiChuInfo.vue +587 -587
  41. package/src/components/product/Process/Processes/InstallationDetails.vue +80 -7
  42. package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +224 -224
  43. package/src/components/product/Process/Processes/newDevicesManagement.vue +26 -1
  44. package/src/components/product/Process/Processes/newInstallationDetails.vue +1 -36
  45. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  46. package/src/components/product/Process/Service/ServiceControl.vue +2166 -2162
  47. package/src/components/product/Report/ReportItems.vue +85 -79
  48. package/src/components/product/Report/apply-stair-kaifa.vue +0 -1
  49. package/src/components/product/Report/gongchengbu.vue +199 -0
  50. package/src/components/product/ServiceView.vue +644 -644
  51. package/src/components/product/Stop/StopApplyList.vue +8 -8
  52. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +594 -594
  53. package/src/components/product/Supervisory/SupervisoryList.vue +539 -537
  54. package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +114 -0
  55. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +541 -0
  56. package/src/main.js +27 -27
  57. package/dist-android.7z +0 -0
  58. package/dist.7z +0 -0
  59. package/rebel.xml +0 -16
  60. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +0 -207
  61. package/yarn-error.log +0 -9976
@@ -1,334 +1,334 @@
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="">联系电话:</label>
14
- <div class="col-xs-8" >
15
- <input class="" v-model=model.f_phone condition="u.f_phone 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 like '%{}%'"
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.defname"
52
- placeholder='办理环节'
53
- condition="act.defname = '{}'"
54
- :value.sync="model.defname"
55
- :options='$parent.$parent.defnames'
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.f_apply_nature"
67
- placeholder='报建性质'
68
- condition="f_apply_nature = '{}'"
69
- :value.sync="model.f_apply_nature"
70
- :options='$parent.$parent.applyNatures'
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_address condition="u.f_address 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
- <datepicker id="startDate" placeholder="开始日期"
86
- style="width: 100%!important;"
87
- v-model="model.startDate"
88
- :value.sync="model.startDate"
89
- :format="'yyyy-MM-dd 00:00:00'"
90
- :show-reset-button="true"
91
- condition="u.f_apply_date >= '{}'">
92
- </datepicker>
93
- </div>
94
- </div>
95
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
96
- <label class="">结束时间:</label>
97
- <div class="col-xs-8" >
98
- <datepicker id="endDate" placeholder="结束日期"
99
- style="width: 100%!important;"
100
- v-model="model.endDate"
101
- :value.sync="model.endDate"
102
- :format="'yyyy-MM-dd 23:59:59'"
103
- :show-reset-button="true"
104
- condition="f_apply_date <= '{}'">
105
- </datepicker>
106
- </div>
107
- </div>
108
- <div class="row app-row text-right" style="padding-bottom: 10px;height: auto">
109
- <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
110
- <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
111
- <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
112
- </div>
113
- </div>
114
- </criteria>
115
- <list :model="model" partial='list'>
116
- <div partial class="auto app-text panel" style="margin: 10px">
117
- <div class="panel-body panel-self">
118
- <div class="col-xs-6">
119
- <p class="col-xs-6 text-left font"><b>工程编号:</b></p>
120
- <p class="col-xs-6 text-left input-font">{{ row.f_apply_num }}</p>
121
- </div>
122
- <div class="col-xs-12">
123
- <p class="col-xs-3 text-left font"><b>用户名称:</b></p>
124
- <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
125
- </div>
126
- <div class="col-xs-6">
127
- <p class="col-xs-6 text-left font"><b>报建类型:</b></p>
128
- <p class="col-xs-6 text-left input-font">{{ row.f_apply_type }}</p>
129
- </div>
130
- <div class="col-xs-6">
131
- <p class="col-xs-6 text-left font"><b>用户分类:</b></p>
132
- <p class="col-xs-6 text-left input-font">{{ row.f_user_classification }}</p>
133
- </div>
134
- <div class="col-xs-6">
135
- <p class="col-xs-6 text-left font"><b>办理环节:</b></p>
136
- <p class="col-xs-6 text-left input-font">{{ row.defname }}</p>
137
- </div>
138
- <div class="col-xs-6">
139
- <p class="col-xs-6 text-left font"><b>小&emsp;&emsp;区:</b></p>
140
- <p class="col-xs-6 text-left input-font">{{ row.f_residential_area }}</p>
141
- </div>
142
- <div class="col-xs-6">
143
- <p class="col-xs-6 text-left font"><b>联&ensp;系&ensp;人:</b></p>
144
- <p class="col-xs-6 text-left input-font">{{ row.f_contact }}</p>
145
- </div>
146
- <div class="col-xs-6">
147
- <p class="col-xs-6 text-left font"><b>联系电话:</b></p>
148
- <p class="col-xs-6 text-left input-font">{{ row.f_phone }}</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_address }}</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.f_designer_people }}</p>
157
- </div>
158
- <div class="col-xs-12">
159
- <p class="col-xs-3 text-left font"><b>检测单位:</b></p>
160
- <p class="col-xs-9 text-left input-font">{{ row.jiance }}</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_construction_name }}</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.anzhuang }}</p>
169
- </div>
170
- <div class="col-xs-12">
171
- <p class="col-xs-3 text-left font"><b>土建单位:</b></p>
172
- <p class="col-xs-9 text-left input-font">{{ row.tujian }}</p>
173
- </div>
174
- <div class="col-xs-12">
175
- <p class="col-xs-3 text-left font"><b>监理单位:</b></p>
176
- <p class="col-xs-9 text-left input-font">{{ row.jianli }}</p>
177
- </div>
178
- <div class="col-xs-12">
179
- <p class="col-xs-3 text-left font"><b>建设单位:</b></p>
180
- <p class="col-xs-9 text-left input-font">{{ row.jianshe }}</p>
181
- </div>
182
- <div class="col-xs-12" v-if="row.f_drawing_change">
183
- <p class="col-xs-3 text-left font"><b>变更原因:</b></p>
184
- <p class="col-xs-9 text-left input-font">{{ row.f_drawing_change }}</p>
185
- </div>
186
- <div class="col-xs-12 text-right">
187
- <!-- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看进度</button>-->
188
- </div>
189
- </div>
190
- </div>
191
- </list>
192
- </criteria-paged>
193
- </div>
194
- </template>
195
- <script>
196
- import Vue from 'vue'
197
- import { PagedList, HttpResetClass } from 'vue-client'
198
- import {isEmpty} from '../../Util'
199
- export default {
200
- title: '报建流程',
201
- data () {
202
- return {
203
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/appSupervisory`, 20, {
204
- data: {
205
- id: Vue.user.id,
206
- f_filiale: Vue.user.f_fengongsi
207
- }
208
- }),
209
- criteriaShow: false,
210
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
211
- defnames: [{label: '全部', value: ''}],
212
- applyNatures: [{label: '全部', value: ''}], // 报建性质
213
- areaList: []
214
- }
215
- },
216
- ready () {
217
- this.search()
218
- },
219
- methods: {
220
- applyTypeChange () {
221
- if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
222
- let http = new HttpResetClass()
223
- http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
224
- // http.load('POST', 'rs/logic/getDefnameByType', {
225
- f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
226
- }, {resolveMsg: null, rejectMsg: null}).then((res) => {
227
- this.defnames = [{label: '全部', value: ''}, ...res.data]
228
-
229
- 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}性质`)]
230
- })
231
- } else {
232
- this.defnames = [{label: '全部', value: ''}]
233
-
234
- this.applyNatures = [{label: '全部', value: ''}]
235
- }
236
- },
237
- clear () {
238
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
239
- this.$refs.cp.$refs.cri.model[key] = null
240
- })
241
- },
242
- // 查询
243
- search () {
244
- this.$refs.cp.$refs.cri.search()
245
- },
246
- click (row) {
247
- let _this = this
248
- this.$dispatch('gotoson', {
249
- _this: _this,
250
- title: '详情信息',
251
- safe: true
252
- })
253
- this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
254
- }
255
- },
256
- events: {
257
- },
258
- watch: {
259
- }
260
- }
261
- </script>
262
- <style scoped>
263
- .app-row {
264
- height: auto;
265
- background-color: white;
266
- padding: 10px 10px 0 10px;
267
- border-bottom: 1px solid rgba(235, 235, 235, 0.5);
268
- }
269
- .search_input {
270
- border: 0;
271
- outline: none;
272
- }
273
- .input-font{
274
- font: 15px PingFang-SC-Medium;
275
- color: #333333;
276
- }
277
- .app-text {
278
- font-size: 12px;
279
- }
280
- .panel-self{
281
- border-radius: 10px;
282
- border:1px solid #499EDF;
283
- background-color: #F8F8F8;
284
- }
285
- .font{
286
- font: 15px PingFang-SC-Medium;
287
- color: #666666;
288
- }
289
- .input-font{
290
- font: 15px PingFang-SC-Medium;
291
- color: #333333;
292
- }
293
-
294
- .button_shrink_top {
295
- width: 34px;
296
- height: 34px;
297
- border: solid 1px #6aa6e2;
298
- background-size: 100%;
299
- background-image: url("../../../../static/newStyle/stretch_top.png")
300
- }
301
-
302
- .button_shrink_bottom {
303
- width: 34px;
304
- height: 34px;
305
- border: solid 1px #6aa6e2;
306
- background-size: 100%;
307
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
308
- }
309
- </style>
310
- <style lang="less">
311
- .app-input {
312
- label {
313
- float: left;
314
- }
315
- .select {
316
- button {
317
- border: none;
318
- outline: none;
319
- text-align: left;
320
- .btn-placeholder {
321
- color: #ACA899
322
- }
323
- }
324
- }
325
- .datepicker {
326
- .form-control:focus {
327
- border: none!important;
328
- outline: none!important;
329
- -webkit-box-shadow: none;
330
- box-shadow: none;
331
- }
332
- }
333
- }
334
- </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="">联系电话:</label>
14
+ <div class="col-xs-8" >
15
+ <input class="" v-model=model.f_phone condition="u.f_phone 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 like '%{}%'"
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.defname"
52
+ placeholder='办理环节'
53
+ condition="act.defname = '{}'"
54
+ :value.sync="model.defname"
55
+ :options='$parent.$parent.defnames'
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.f_apply_nature"
67
+ placeholder='报建性质'
68
+ condition="f_apply_nature = '{}'"
69
+ :value.sync="model.f_apply_nature"
70
+ :options='$parent.$parent.applyNatures'
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_address condition="u.f_address 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
+ <datepicker id="startDate" placeholder="开始日期"
86
+ style="width: 100%!important;"
87
+ v-model="model.startDate"
88
+ :value.sync="model.startDate"
89
+ :format="'yyyy-MM-dd 00:00:00'"
90
+ :show-reset-button="true"
91
+ condition="u.f_apply_date >= '{}'">
92
+ </datepicker>
93
+ </div>
94
+ </div>
95
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
96
+ <label class="">结束时间:</label>
97
+ <div class="col-xs-8" >
98
+ <datepicker id="endDate" placeholder="结束日期"
99
+ style="width: 100%!important;"
100
+ v-model="model.endDate"
101
+ :value.sync="model.endDate"
102
+ :format="'yyyy-MM-dd 23:59:59'"
103
+ :show-reset-button="true"
104
+ condition="f_apply_date <= '{}'">
105
+ </datepicker>
106
+ </div>
107
+ </div>
108
+ <div class="row app-row text-right" style="padding-bottom: 10px;height: auto">
109
+ <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
110
+ <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
111
+ <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
112
+ </div>
113
+ </div>
114
+ </criteria>
115
+ <list :model="model" partial='list'>
116
+ <div partial class="auto app-text panel" style="margin: 10px">
117
+ <div class="panel-body panel-self">
118
+ <div class="col-xs-6">
119
+ <p class="col-xs-6 text-left font"><b>工程编号:</b></p>
120
+ <p class="col-xs-6 text-left input-font">{{ row.f_apply_num }}</p>
121
+ </div>
122
+ <div class="col-xs-12">
123
+ <p class="col-xs-3 text-left font"><b>用户名称:</b></p>
124
+ <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
125
+ </div>
126
+ <div class="col-xs-6">
127
+ <p class="col-xs-6 text-left font"><b>报建类型:</b></p>
128
+ <p class="col-xs-6 text-left input-font">{{ row.f_apply_type }}</p>
129
+ </div>
130
+ <div class="col-xs-6">
131
+ <p class="col-xs-6 text-left font"><b>用户分类:</b></p>
132
+ <p class="col-xs-6 text-left input-font">{{ row.f_user_classification }}</p>
133
+ </div>
134
+ <div class="col-xs-6">
135
+ <p class="col-xs-6 text-left font"><b>办理环节:</b></p>
136
+ <p class="col-xs-6 text-left input-font">{{ row.defname }}</p>
137
+ </div>
138
+ <div class="col-xs-6">
139
+ <p class="col-xs-6 text-left font"><b>小&emsp;&emsp;区:</b></p>
140
+ <p class="col-xs-6 text-left input-font">{{ row.f_residential_area }}</p>
141
+ </div>
142
+ <div class="col-xs-6">
143
+ <p class="col-xs-6 text-left font"><b>联&ensp;系&ensp;人:</b></p>
144
+ <p class="col-xs-6 text-left input-font">{{ row.f_contact }}</p>
145
+ </div>
146
+ <div class="col-xs-6">
147
+ <p class="col-xs-6 text-left font"><b>联系电话:</b></p>
148
+ <p class="col-xs-6 text-left input-font">{{ row.f_phone }}</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_address }}</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.f_designer_people }}</p>
157
+ </div>
158
+ <div class="col-xs-12">
159
+ <p class="col-xs-3 text-left font"><b>检测单位:</b></p>
160
+ <p class="col-xs-9 text-left input-font">{{ row.jiance }}</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_construction_name }}</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.anzhuang }}</p>
169
+ </div>
170
+ <div class="col-xs-12">
171
+ <p class="col-xs-3 text-left font"><b>土建单位:</b></p>
172
+ <p class="col-xs-9 text-left input-font">{{ row.tujian }}</p>
173
+ </div>
174
+ <div class="col-xs-12">
175
+ <p class="col-xs-3 text-left font"><b>监理单位:</b></p>
176
+ <p class="col-xs-9 text-left input-font">{{ row.jianli }}</p>
177
+ </div>
178
+ <div class="col-xs-12">
179
+ <p class="col-xs-3 text-left font"><b>建设单位:</b></p>
180
+ <p class="col-xs-9 text-left input-font">{{ row.jianshe }}</p>
181
+ </div>
182
+ <div class="col-xs-12" v-if="row.f_drawing_change">
183
+ <p class="col-xs-3 text-left font"><b>变更原因:</b></p>
184
+ <p class="col-xs-9 text-left input-font">{{ row.f_drawing_change }}</p>
185
+ </div>
186
+ <div class="col-xs-12 text-right">
187
+ <!-- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看进度</button>-->
188
+ </div>
189
+ </div>
190
+ </div>
191
+ </list>
192
+ </criteria-paged>
193
+ </div>
194
+ </template>
195
+ <script>
196
+ import Vue from 'vue'
197
+ import { PagedList, HttpResetClass } from 'vue-client'
198
+ import {isEmpty} from '../../Util'
199
+ export default {
200
+ title: '报建流程',
201
+ data () {
202
+ return {
203
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/appSupervisory`, 20, {
204
+ data: {
205
+ id: Vue.user.id,
206
+ f_filiale: Vue.user.f_fengongsi
207
+ }
208
+ }),
209
+ criteriaShow: false,
210
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
211
+ defnames: [{label: '全部', value: ''}],
212
+ applyNatures: [{label: '全部', value: ''}], // 报建性质
213
+ areaList: []
214
+ }
215
+ },
216
+ ready () {
217
+ this.search()
218
+ },
219
+ methods: {
220
+ applyTypeChange () {
221
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
222
+ let http = new HttpResetClass()
223
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
224
+ // http.load('POST', 'rs/logic/getDefnameByType', {
225
+ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
226
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
227
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
228
+
229
+ 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}性质`)]
230
+ })
231
+ } else {
232
+ this.defnames = [{label: '全部', value: ''}]
233
+
234
+ this.applyNatures = [{label: '全部', value: ''}]
235
+ }
236
+ },
237
+ clear () {
238
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
239
+ this.$refs.cp.$refs.cri.model[key] = null
240
+ })
241
+ },
242
+ // 查询
243
+ search () {
244
+ this.$refs.cp.$refs.cri.search()
245
+ },
246
+ click (row) {
247
+ let _this = this
248
+ this.$dispatch('gotoson', {
249
+ _this: _this,
250
+ title: '详情信息',
251
+ safe: true
252
+ })
253
+ this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
254
+ }
255
+ },
256
+ events: {
257
+ },
258
+ watch: {
259
+ }
260
+ }
261
+ </script>
262
+ <style scoped>
263
+ .app-row {
264
+ height: auto;
265
+ background-color: white;
266
+ padding: 10px 10px 0 10px;
267
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
268
+ }
269
+ .search_input {
270
+ border: 0;
271
+ outline: none;
272
+ }
273
+ .input-font{
274
+ font: 15px PingFang-SC-Medium;
275
+ color: #333333;
276
+ }
277
+ .app-text {
278
+ font-size: 12px;
279
+ }
280
+ .panel-self{
281
+ border-radius: 10px;
282
+ border:1px solid #499EDF;
283
+ background-color: #F8F8F8;
284
+ }
285
+ .font{
286
+ font: 15px PingFang-SC-Medium;
287
+ color: #666666;
288
+ }
289
+ .input-font{
290
+ font: 15px PingFang-SC-Medium;
291
+ color: #333333;
292
+ }
293
+
294
+ .button_shrink_top {
295
+ width: 34px;
296
+ height: 34px;
297
+ border: solid 1px #6aa6e2;
298
+ background-size: 100%;
299
+ background-image: url("../../../../static/newStyle/stretch_top.png")
300
+ }
301
+
302
+ .button_shrink_bottom {
303
+ width: 34px;
304
+ height: 34px;
305
+ border: solid 1px #6aa6e2;
306
+ background-size: 100%;
307
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
308
+ }
309
+ </style>
310
+ <style lang="less">
311
+ .app-input {
312
+ label {
313
+ float: left;
314
+ }
315
+ .select {
316
+ button {
317
+ border: none;
318
+ outline: none;
319
+ text-align: left;
320
+ .btn-placeholder {
321
+ color: #ACA899
322
+ }
323
+ }
324
+ }
325
+ .datepicker {
326
+ .form-control:focus {
327
+ border: none!important;
328
+ outline: none!important;
329
+ -webkit-box-shadow: none;
330
+ box-shadow: none;
331
+ }
332
+ }
333
+ }
334
+ </style>