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.
Files changed (96) hide show
  1. package/android.html +23 -23
  2. package/index.html +33 -33
  3. package/package.json +3 -3
  4. package/src/AndroidApp.vue +35 -30
  5. package/src/App.vue +20 -20
  6. package/src/android.js +21 -21
  7. package/src/apply.js +81 -90
  8. package/src/applyAndroid.js +1 -23
  9. package/src/components/android/AppOnetomany.vue +301 -285
  10. package/src/components/android/AppServiceView.vue +566 -570
  11. package/src/components/android/AppSign.vue +142 -142
  12. package/src/components/android/AppTakePic.vue +143 -144
  13. package/src/components/android/Process/AppExplorationUser.vue +320 -270
  14. package/src/components/android/Process/AppServiceControl.vue +757 -686
  15. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
  16. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
  17. package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
  18. package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
  19. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
  20. package/src/components/android/TaskGraph.vue +125 -0
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
  22. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  23. package/src/components/product/Function/InstallFunction.vue +125 -122
  24. package/src/components/product/Function/InstallInfoSelect.vue +292 -318
  25. package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
  26. package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
  27. package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
  28. package/src/components/product/Function/functions/StopInstall.vue +106 -0
  29. package/src/components/product/Onetomany.vue +377 -296
  30. package/src/components/product/Order/OrderApply.vue +30 -30
  31. package/src/components/product/Order/OrderApplyList.vue +78 -67
  32. package/src/components/product/Order/OrderMessage.vue +11 -87
  33. package/src/components/product/Process/ExplorationSelect.vue +410 -369
  34. package/src/components/product/Process/ExplorationUser.vue +138 -128
  35. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
  36. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  37. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  38. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  39. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  40. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
  43. package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
  44. package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
  45. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  46. package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
  47. package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
  48. package/src/components/product/ServiceView.vue +631 -741
  49. package/src/components/product/Stop/StopApply.vue +103 -103
  50. package/src/components/product/Stop/StopApplyList.vue +269 -254
  51. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
  52. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
  53. package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
  54. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
  55. package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
  56. package/src/components/product/VueUtils/HighMeter.vue +208 -0
  57. package/src/expandcssAndroid.less +1034 -517
  58. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +548 -414
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +754 -456
  60. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
  61. package/src/filiale/yuchuan/android.js +7 -8
  62. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
  63. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  64. package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
  65. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +147 -131
  66. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +66 -0
  67. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +759 -0
  68. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
  69. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +879 -517
  70. package/src/filiale/yuchuan/pc.js +11 -13
  71. package/src/main.js +23 -23
  72. package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
  73. package/src/components/android/Function/AppInstallFunction.vue +0 -330
  74. package/src/components/android/Process/Processes/AppBuildSign.vue +0 -47
  75. package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
  76. package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
  77. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
  78. package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
  79. package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
  80. package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
  81. package/src/components/image/dwg.jpg +0 -0
  82. package/src/components/image/yasuobao.jpg +0 -0
  83. package/src/components/product/Function/Inform.vue +0 -73
  84. package/src/components/product/Function/MarketSurvey.vue +0 -81
  85. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  86. package/src/components/product/Process/ShowBackReason.vue +0 -33
  87. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  88. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  89. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  90. package/src/components/product/VueUtils/Tree.vue +0 -330
  91. package/src/filiale/wuan/android.js +0 -0
  92. package/src/filiale/wuan/pc.js +0 -4
  93. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  94. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  95. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  96. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -1,270 +1,320 @@
1
- <template>
2
- <div class="p-10">
3
- <criteria-paged :model="model" v-ref:cp>
4
- <criteria partial='criteria' @condition-changed='$parent.searchCondition' 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
- <input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
65
- </div>
66
- </div>
67
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
68
- <label class="">开始时间:</label>
69
- <div class="col-xs-8" >
70
- <datepicker id="startDate" placeholder="开始日期"
71
- style="width: 100%!important;"
72
- v-model="model.startDate"
73
- :value.sync="model.startDate"
74
- :format="'yyyy-MM-dd HH:mm:ss'"
75
- :show-reset-button="true"
76
- condition="u.f_apply_date >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
77
- </datepicker>
78
- </div>
79
- </div>
80
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
81
- <label class="">结束时间:</label>
82
- <div class="col-xs-8" >
83
- <datepicker id="endDate" placeholder="结束日期"
84
- style="width: 100%!important;"
85
- v-model="model.endDate"
86
- :value.sync="model.endDate"
87
- :format="'yyyy-MM-dd HH:mm:ss'"
88
- :show-reset-button="true"
89
- condition="f_apply_date <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
90
- </datepicker>
91
- </div>
92
- </div>
93
- <div class="row form-group text-right" style="">
94
- <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
95
- <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
96
- <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
97
- </div>
98
- </div>
99
- </criteria>
100
-
101
- <list :model="model" partial='list'>
102
- <div partial class="auto app-text panel">
103
- <div class="panel-body panel-self">
104
- <div class="col-xs-12">
105
- <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
106
- <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
107
- </div>
108
- <div class="col-xs-12">
109
- <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
110
- <p class="col-xs-9 text-left input-font">{{ row.f_phone }}</p>
111
- </div>
112
- <div class="col-xs-12">
113
- <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
114
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
115
- </div>
116
- <div class="col-xs-12">
117
- <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
118
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
119
- </div>
120
- <div class="col-xs-12">
121
- <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
122
- <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
123
- </div>
124
- <div class="col-xs-12">
125
- <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
126
- <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
127
- </div>
128
- <div class="col-xs-12">
129
- <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
130
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
131
- </div>
132
-
133
- <div class="col-xs-12 text-right">
134
- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
135
- </div>
136
- </div>
137
- </div>
138
- </list>
139
- </criteria-paged>
140
- </div>
141
- </template>
142
- <script>
143
- import Vue from 'vue'
144
- import { PagedList, HttpResetClass } from 'vue-client'
145
- import {isEmpty} from '../../Util'
146
- export default {
147
- title: '报建流程',
148
- data () {
149
- return {
150
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`, 20, {
151
- // model: new PagedList('rs/sql/checkuser', 20, {
152
- data: {
153
- id: Vue.user.id,
154
- orgid: Vue.user.orgid
155
- // id: '1626081',
156
- // orgid: '1123'
157
- }
158
- }),
159
- criteriaShow: false,
160
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
161
- // applytype: [{label: '全部', value: ''},{label: '散户报建', value: '散户报建'}], // 所有报建类型
162
-
163
- defnames: [{label: '全部', value: ''}]
164
- }
165
- },
166
- ready () {
167
- this.search()
168
- },
169
- methods: {
170
- clear () {
171
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
172
- this.$refs.cp.$refs.cri.model[key] = null
173
- })
174
- },
175
- // 查询
176
- search () {
177
- this.$refs.cp.$refs.cri.search()
178
- },
179
- searchCondition (args) {
180
- args.condition
181
- this.model.search(args.condition, args.model)
182
- },
183
- click (row) {
184
- let _this = this
185
- this.$dispatch('gotoson', {
186
- _this: _this,
187
- title: row.defname,
188
- safe: true
189
- })
190
- this.$goto('app-service-control', {selectdata: row}, 'self', _this.search)
191
- },
192
- applyTypeChange () {
193
- if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
194
- let http = new HttpResetClass()
195
- http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
196
- // http.load('POST', 'rs/logic/getDefnameByType', {
197
- f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
198
- }, {resolveMsg: null, rejectMsg: null}).then((res) => {
199
- this.defnames = [{label: '全部', value: ''}, ...res.data]
200
- })
201
- } else {
202
- this.defnames = [{label: '全部', value: ''}]
203
- }
204
- }
205
- },
206
- events: {
207
- },
208
- watch: {
209
- },
210
- computed: {
211
- appDefnames () {
212
- // let list = [{label: '报装缴费', value: '报装缴费'}, {label: '通气点火', value: '通气点火'}]
213
- let list = this.$appdata.getParam('手机节点')
214
- return `(${list.map(item => `'${item.value}'`).toString()})`
215
- }
216
- }
217
- }
218
- </script>
219
- <style scoped>
220
- .panel-self{
221
- border-radius: 10px;
222
- border:1px solid #499EDF;
223
- background-color: #F8F8F8;
224
- }
225
- .font{
226
- font: 15px PingFang-SC-Medium;
227
- color: #666666;
228
- }
229
-
230
- .button_shrink_top {
231
- width: 34px;
232
- height: 34px;
233
- border: solid 1px #6aa6e2;
234
- background-size: 100%;
235
- background-image: url("../../../../static/newStyle/stretch_top.png")
236
- }
237
-
238
- .button_shrink_bottom {
239
- width: 34px;
240
- height: 34px;
241
- border: solid 1px #6aa6e2;
242
- background-size: 100%;
243
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
244
- }
245
- </style>
246
- <style lang="less">
247
- .app-input {
248
- label {
249
- float: left;
250
- }
251
- .select {
252
- button {
253
- border: none;
254
- outline: none;
255
- text-align: left;
256
- .btn-placeholder {
257
- color: #ACA899
258
- }
259
- }
260
- }
261
- .datepicker {
262
- .form-control:focus {
263
- border: none!important;
264
- outline: none!important;
265
- -webkit-box-shadow: none;
266
- box-shadow: none;
267
- }
268
- }
269
- }
270
- </style>
1
+ <template>
2
+ <div class="p-10">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' 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 form-group app-input" v-if="$parent.$parent.criteriaShow">
109
+ <label class="">稍后处理:</label>
110
+ <div class="col-xs-8" >
111
+ <v-select
112
+ width="100%"
113
+ v-model="model.f_is_later"
114
+ placeholder='稍后处理'
115
+ condition="f_is_later = '{}'"
116
+ :value.sync="model.f_is_later"
117
+ :options='$parent.$parent.laterList'
118
+ class="select select_list"
119
+ :value-single="true"
120
+ close-on-select ></v-select>
121
+ </div>
122
+ </div>
123
+ <div class="row form-group text-right" style="">
124
+ <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
125
+ <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
126
+ <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
127
+ </div>
128
+ </div>
129
+ </criteria>
130
+
131
+ <list :model="model" partial='list'>
132
+ <div partial class="auto app-text panel">
133
+ <div class="panel-body panel-self">
134
+ <div class="col-xs-12">
135
+ <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
136
+ <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
137
+ </div>
138
+ <div class="col-xs-12">
139
+ <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
140
+ <p class="col-xs-9 text-left input-font">
141
+ {{ row.f_phone }}&ensp;
142
+ <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>
143
+ </p>
144
+ </div>
145
+ <div class="col-xs-12">
146
+ <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
147
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
148
+ </div>
149
+ <div class="col-xs-12">
150
+ <p class="col-xs-3 text-left font"><b>客户编号:</b></p>
151
+ <p class="col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
152
+ </div>
153
+ <div class="col-xs-12">
154
+ <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
155
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
156
+ </div>
157
+ <div class="col-xs-12">
158
+ <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
159
+ <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
160
+ </div>
161
+ <div class="col-xs-12">
162
+ <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
163
+ <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
164
+ </div>
165
+ <div class="col-xs-12">
166
+ <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
167
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
168
+ </div>
169
+ <div class="col-xs-12" style="color: red">
170
+ <p class="col-xs-3 text-left font"><b>施工备注:</b></p>
171
+ <p class="col-xs-9 text-left input-font">{{ row.f_construction_remarks }}</p>
172
+ </div>
173
+
174
+ <div class="col-xs-12 text-right">
175
+ <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
176
+ </div>
177
+ </div>
178
+ </div>
179
+ </list>
180
+ </criteria-paged>
181
+ </div>
182
+ </template>
183
+ <script>
184
+ import Vue from 'vue'
185
+ import { PagedList, HttpResetClass } from 'vue-client'
186
+ import {isEmpty} from '../../Util'
187
+ export default {
188
+ title: '报建流程',
189
+ data () {
190
+ return {
191
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`, 20, {
192
+ // model: new PagedList('rs/sql/checkuser', 20, {
193
+ data: {
194
+ userid: Vue.user.id,
195
+ orgid: Vue.user.orgid
196
+ // userid: '97036',
197
+ // orgid: '21142'
198
+ }
199
+ }),
200
+ criteriaShow: false,
201
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
202
+ defnames: [{label: '全部', value: ''}],
203
+ applyNatures: [{label: '全部', value: ''}] // 报建性质
204
+ }
205
+ },
206
+ ready () {
207
+ this.search()
208
+ },
209
+ methods: {
210
+ dialNumber (phone) {
211
+ this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
212
+ if (res === 'confirm') {
213
+ this.$androidUtil.makeAPhoneCall(phone)
214
+ }
215
+ })
216
+ },
217
+ clear () {
218
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
219
+ this.$refs.cp.$refs.cri.model[key] = null
220
+ })
221
+ },
222
+ // 查询
223
+ search () {
224
+ this.$refs.cp.$refs.cri.search()
225
+ },
226
+ searchCondition (args) {
227
+ args.condition += `and act.defname in ${this.appDefnames}`
228
+ this.model.search(args.condition, args.model)
229
+ },
230
+ click (row) {
231
+ let _this = this
232
+ this.$dispatch('gotoson', {
233
+ _this: _this,
234
+ title: row.defname,
235
+ safe: true
236
+ })
237
+ this.$goto('app-service-control', {selectdata: row}, 'self', _this.search)
238
+ },
239
+ applyTypeChange () {
240
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
241
+ let http = new HttpResetClass()
242
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
243
+ // http.load('POST', 'rs/logic/getDefnameByType', {
244
+ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
245
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
246
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
247
+
248
+ 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}性质`)]
249
+ })
250
+ } else {
251
+ this.defnames = [{label: '全部', value: ''}]
252
+
253
+ this.applyNatures = [{label: '全部', value: ''}]
254
+ }
255
+ }
256
+ },
257
+ events: {
258
+ },
259
+ watch: {
260
+ },
261
+ computed: {
262
+ appDefnames () {
263
+ let list = this.$appdata.getParam('手机节点')
264
+ return `(${list.map(item => `'${item.value}'`).toString()})`
265
+ }
266
+ }
267
+ }
268
+ </script>
269
+ <style scoped>
270
+ .panel-self{
271
+ border-radius: 10px;
272
+ border:1px solid #499EDF;
273
+ background-color: #F8F8F8;
274
+ }
275
+ .font{
276
+ font: 15px PingFang-SC-Medium;
277
+ color: #666666;
278
+ }
279
+
280
+ .button_shrink_top {
281
+ width: 34px;
282
+ height: 34px;
283
+ border: solid 1px #6aa6e2;
284
+ background-size: 100%;
285
+ background-image: url("../../../../static/newStyle/stretch_top.png")
286
+ }
287
+
288
+ .button_shrink_bottom {
289
+ width: 34px;
290
+ height: 34px;
291
+ border: solid 1px #6aa6e2;
292
+ background-size: 100%;
293
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
294
+ }
295
+ </style>
296
+ <style lang="less">
297
+ .app-input {
298
+ label {
299
+ float: left;
300
+ }
301
+ .select {
302
+ button {
303
+ border: none;
304
+ outline: none;
305
+ text-align: left;
306
+ .btn-placeholder {
307
+ color: #ACA899
308
+ }
309
+ }
310
+ }
311
+ .datepicker {
312
+ .form-control:focus {
313
+ border: none!important;
314
+ outline: none!important;
315
+ -webkit-box-shadow: none;
316
+ box-shadow: none;
317
+ }
318
+ }
319
+ }
320
+ </style>