apply-clients 3.4.91 → 3.4.93

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 (44) hide show
  1. package/build/dev-server.js +133 -133
  2. package/package.json +117 -117
  3. package/src/App.vue +26 -21
  4. package/src/components/android/Ignition/VentilationIgnition.vue +312 -312
  5. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +353 -353
  6. package/src/components/product/ApplyCharge/ApplyChargeList.vue +476 -476
  7. package/src/components/product/Function/InstallInfoSelect.vue +326 -326
  8. package/src/components/product/Ignition/IgnitionListManage.vue +420 -420
  9. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  10. package/src/components/product/Material/Materiallist.vue +74 -74
  11. package/src/components/product/Material/Materialmanger.vue +58 -58
  12. package/src/components/product/Process/ExplorationSelect.vue +491 -491
  13. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +203 -203
  14. package/src/components/product/Process/ShowBackReason.vue +40 -40
  15. package/src/components/product/Stop/StopApplyList.vue +278 -278
  16. package/src/components/product/Supervisory/SupervisoryControl.vue +140 -140
  17. package/src/filiale/hongda/pc/printChargepc.vue +114 -114
  18. package/src/filiale/hongda/pc/printactivatecard.vue +151 -151
  19. package/src/filiale/linzhou/pc/ApplyChargeList.vue +486 -486
  20. package/src/filiale/linzhou/pc/ServiceControl.vue +1968 -1968
  21. package/src/filiale/linzhou/pc/devicesManagement.vue +494 -494
  22. package/src/filiale/linzhou/pc.js +10 -10
  23. package/src/filiale/qianneng/android/AppAddMaterialScience.vue +477 -477
  24. package/src/filiale/qianneng/android/AppExplorationUser.vue +447 -447
  25. package/src/filiale/qianneng/android/AppServiceControl.vue +1608 -1608
  26. package/src/filiale/qianneng/android/AppServiceView.vue +761 -761
  27. package/src/filiale/qianneng/android/AppSign.vue +152 -152
  28. package/src/filiale/qianneng/android/AppTakePic.vue +140 -140
  29. package/src/filiale/qianneng/android.js +12 -12
  30. package/src/filiale/qianneng/pc/ApplyUpload.vue +290 -290
  31. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +685 -685
  32. package/src/filiale/qianneng/pc/ExplorationUser.vue +189 -189
  33. package/src/filiale/qianneng/pc/InstallationDetails.vue +561 -561
  34. package/src/filiale/qianneng/pc/ServiceView.vue +1118 -1121
  35. package/src/filiale/qianneng/pc/SupervisoryList.vue +344 -344
  36. package/src/filiale/qianneng/pc/SupervisoryhCart.vue +127 -127
  37. package/src/filiale/qianneng/pc/addMaterialScience.vue +464 -464
  38. package/src/filiale/qianneng/pc/addressAndUserinfoManagement.vue +389 -389
  39. package/src/filiale/qianneng/pc/devicesManagement.vue +484 -484
  40. package/src/filiale/qianneng/pc/printactivatecard.vue +295 -295
  41. package/src/filiale/qianneng/pc.js +26 -26
  42. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +516 -0
  43. package/src/filiale/yangchunboneng/pc.js +13 -12
  44. package/src/main.js +23 -23
@@ -1,26 +1,26 @@
1
- import Vue from 'vue'
2
-
3
- let specialComp = {
4
- 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
5
- 'service-view': (resolve) => { require(['./pc/ServiceView'], resolve) },
6
- 'supervisory-list': (resolve) => { require(['./pc/SupervisoryList'], resolve) },
7
- 'add-material-science': (resolve) => { require(['./pc/addMaterialScience'], resolve) },
8
- 'installation-details': (resolve) => { require(['./pc/InstallationDetails'], resolve) },
9
- 'apply-address-userinfo-management': (resolve) => { require(['./pc/addressAndUserinfoManagement'], resolve) },
10
- 'apply-charge-management': (resolve) => { require(['./pc/chargeManagement'], resolve) },
11
- 'apply-print-activatecard': (resolve) => { require(['./pc/printactivatecard'], resolve) },
12
- 'function-service-control': (resolve) => { require(['./pc/FunctionServiceControl'], resolve) },
13
- 'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) },
14
- 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
15
- 'apply-batch-dispatch': (resolve) => { require(['./pc/Applybatchdispatch'], resolve) },
16
- 'installinfoselect': (resolve) => { require(['./pc/InstallInfoSelect'], resolve) },
17
- 'exploration-user': (resolve) => { require(['./pc/ExplorationUser'], resolve) },
18
- 'install-function': (resolve) => { require(['./pc/InstallFunction'], resolve) },
19
- 'apply-upload': (resolve) => { require(['./pc/ApplyUpload'], resolve) },
20
- 'apply-detail': (resolve) => { require(['./pc/Applydetail'], resolve) },
21
- 'supervisory-chart': (resolve) => { require(['./pc/SupervisoryhCart'], resolve) },
22
- 'apply-devices-management': (resolve) => { require(['./pc/devicesManagement'], resolve) },
23
- 'supplemental-agreement': (resolve) => { require(['./pc/supplementalAgreement'], resolve) },
24
- 'apply-charge-list': (resolve) => { require(['./pc/ApplyChargeList'], resolve) }
25
- }
26
- exports.specialComp = specialComp
1
+ import Vue from 'vue'
2
+
3
+ let specialComp = {
4
+ 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
5
+ 'service-view': (resolve) => { require(['./pc/ServiceView'], resolve) },
6
+ 'supervisory-list': (resolve) => { require(['./pc/SupervisoryList'], resolve) },
7
+ 'add-material-science': (resolve) => { require(['./pc/addMaterialScience'], resolve) },
8
+ 'installation-details': (resolve) => { require(['./pc/InstallationDetails'], resolve) },
9
+ 'apply-address-userinfo-management': (resolve) => { require(['./pc/addressAndUserinfoManagement'], resolve) },
10
+ 'apply-charge-management': (resolve) => { require(['./pc/chargeManagement'], resolve) },
11
+ 'apply-print-activatecard': (resolve) => { require(['./pc/printactivatecard'], resolve) },
12
+ 'function-service-control': (resolve) => { require(['./pc/FunctionServiceControl'], resolve) },
13
+ 'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) },
14
+ 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
15
+ 'apply-batch-dispatch': (resolve) => { require(['./pc/Applybatchdispatch'], resolve) },
16
+ 'installinfoselect': (resolve) => { require(['./pc/InstallInfoSelect'], resolve) },
17
+ 'exploration-user': (resolve) => { require(['./pc/ExplorationUser'], resolve) },
18
+ 'install-function': (resolve) => { require(['./pc/InstallFunction'], resolve) },
19
+ 'apply-upload': (resolve) => { require(['./pc/ApplyUpload'], resolve) },
20
+ 'apply-detail': (resolve) => { require(['./pc/Applydetail'], resolve) },
21
+ 'supervisory-chart': (resolve) => { require(['./pc/SupervisoryhCart'], resolve) },
22
+ 'apply-devices-management': (resolve) => { require(['./pc/devicesManagement'], resolve) },
23
+ 'supplemental-agreement': (resolve) => { require(['./pc/supplementalAgreement'], resolve) },
24
+ 'apply-charge-list': (resolve) => { require(['./pc/ApplyChargeList'], resolve) }
25
+ }
26
+ exports.specialComp = specialComp
@@ -0,0 +1,516 @@
1
+ <template>
2
+ <criteria-paged :model="model" v-ref:cp>
3
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
4
+ <div class="form-horizontal select-overspread container-fluid auto" partial>
5
+ <div class="row">
6
+ <div class="form-group col-sm-3">
7
+ <label class="font_normal_body">组织机构:</label>
8
+ <res-select
9
+ restype='organization'
10
+ :initresid='$parent.$parent.curorgid'
11
+ @res-select="$parent.$parent.getorg"
12
+ :is-mul="false"
13
+ ></res-select>
14
+ </div>
15
+ <div class="form-group col-sm-3">
16
+ <label for="startDate" class="font_normal_body">开始时间:</label>
17
+ <datepicker id="startDate" placeholder="开始日期"
18
+ style="width: 60%!important;"
19
+ v-model="model.startDate"
20
+ :value.sync="model.startDate"
21
+ :format="'yyyy-MM-dd 00:00:00'"
22
+ :show-reset-button="true"
23
+ condition="cr.f_charge_date >= '{}'">
24
+ </datepicker>
25
+ </div>
26
+ <div class="form-group col-sm-3">
27
+ <label for="endDate" class="font_normal_body">结束时间:</label>
28
+ <datepicker id="endDate" placeholder="结束日期"
29
+ style="width: 60%!important;"
30
+ v-model="model.endDate"
31
+ :value.sync="model.endDate"
32
+ :format="'yyyy-MM-dd 23:59:59'"
33
+ :show-reset-button="true"
34
+ condition="cr.f_charge_date <= '{}'">
35
+ </datepicker>
36
+ </div>
37
+ <div class="form-group col-sm-3 button-range">
38
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
39
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
40
+ <export-excel :data="$parent.$parent.getCondition"
41
+ :field="$parent.$parent.getfield"
42
+ sqlurl="rs/logic/applyExportfile"
43
+ sql-name="getApplyCharge"
44
+ template-name='收费记录信息导出'
45
+ :choose-col="true"></export-excel>
46
+ <div
47
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
48
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
49
+ class="button_spacing"
50
+ style="float: right">
51
+ </div>
52
+ </div>
53
+ </div>
54
+ <div class="row" v-show="$parent.$parent.criteriaShow">
55
+ <div class="form-group col-sm-3">
56
+ <label class="font_normal_body">用户编号:</label>
57
+ <input type="text" style="width:60%" class="input_search" placeholder='用户编号' v-model="model.f_userinfo_code"
58
+ v-on:keyup.enter="$parent.$parent.search()"
59
+ condition="f_userinfo_code like '%{}%'">
60
+ </div>
61
+ <div class="form-group col-sm-3">
62
+ <label class="font_normal_body">工程编号:</label>
63
+ <input type="text" style="width: 60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
64
+ v-on:keyup.enter="$parent.$parent.search()"
65
+ condition="a.f_apply_num like '%{}%'">
66
+ </div>
67
+ <div class="form-group col-sm-3">
68
+ <label class="font_normal_body">合同编号:</label>
69
+ <input type="text" style="width: 60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
70
+ v-on:keyup.enter="$parent.$parent.search()"
71
+ condition="a.f_contract_number = '{}'">
72
+ </div>
73
+ <div class="form-group col-sm-3">
74
+ <label class="font_normal_body">报建类型:</label>
75
+ <v-select
76
+ v-model="model.f_apply_type"
77
+ placeholder='请选择'
78
+ condition="a.f_apply_type = '{}'"
79
+ :value.sync="model.f_apply_type"
80
+ :options='$parent.$parent.applytype'
81
+ class="select select_list"
82
+ :value-single="true"
83
+ @change="$parent.$parent.applyTypeChange()"
84
+ close-on-select ></v-select>
85
+ </div>
86
+ <div class="form-group col-sm-3">
87
+ <label class="font_normal_body">报建性质:</label>
88
+ <v-select
89
+ v-model="model.f_apply_nature"
90
+ placeholder='报建性质'
91
+ condition="a.f_apply_nature = '{}'"
92
+ :value.sync="model.f_apply_nature"
93
+ :options='$parent.$parent.applyNatures'
94
+ class="select select_list"
95
+ :value-single="true"
96
+ close-on-select ></v-select>
97
+ </div>
98
+ <div class="form-group col-sm-3">
99
+ <label class="font_normal_body">用户名称:</label>
100
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
101
+ v-on:keyup.enter="$parent.$parent.search()" condition="a.f_user_name like '%{}%'" placeholder='用户名称'>
102
+ </div>
103
+ <div class="form-group col-sm-3">
104
+ <label class="font_normal_body">用户电话:</label>
105
+ <input type="text" style="width:60%" class="input_search" placeholder='用户电话' v-model="model.f_phone"
106
+ v-on:keyup.enter="$parent.$parent.search()"
107
+ condition="a.f_phone like '%{}%'">
108
+ </div>
109
+ <div class="form-group col-sm-3">
110
+ <label class="font_normal_body">用户地址:</label>
111
+ <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
112
+ v-on:keyup.enter="$parent.$parent.search()"
113
+ condition="a.f_address like '%{}%'">
114
+ </div>
115
+ <div class="form-group col-sm-3">
116
+ <label class="font_normal_body">身份证号:</label>
117
+ <input type="text" style="width:60%" class="input_search" placeholder='身份证号' v-model="model.f_idnumber"
118
+ v-on:keyup.enter="$parent.$parent.search()"
119
+ condition="a.f_idnumber like '%{}%'">
120
+ </div>
121
+ <div class="form-group col-sm-3">
122
+ <label class="font_normal_body">缴费编码:</label>
123
+ <input type="text" class="input_search" style="width: 60%" placeholder='缴费编码' v-model="model.f_charge_number"
124
+ v-on:keyup.enter="$parent.$parent.search()"
125
+ condition="cr.f_charge_number like '%{}%'">
126
+ </div>
127
+ <div class="form-group col-sm-3">
128
+ <label class="font_normal_body">付款方式:</label>
129
+ <v-select
130
+ v-model="model.f_payment_method"
131
+ placeholder='请选择'
132
+ condition="cr.f_payment_method = '{}'"
133
+ :value.sync="model.f_payment_method"
134
+ :options='$parent.$parent.paymentMethod'
135
+ class="select select_list"
136
+ :value-single="true"
137
+ close-on-select ></v-select>
138
+ </div>
139
+ <div class="form-group col-sm-3">
140
+ <label class="font_normal_body">收费项目:</label>
141
+ <v-select
142
+ v-model="model.f_payment_term"
143
+ placeholder='请选择'
144
+ condition="cr.f_payment_term = '{}'"
145
+ :value.sync="model.f_payment_term"
146
+ :options='$parent.$parent.paymentTerm'
147
+ class="select select_list"
148
+ :value-single="true"
149
+ close-on-select ></v-select>
150
+ </div>
151
+ <div class="form-group col-sm-3">
152
+ <label class="font_normal_body">流&ensp;水&ensp;号:</label>
153
+ <input type="text" style="width: 60%" class="input_search" placeholder='流水号' v-model="model.f_payer_number"
154
+ v-on:keyup.enter="$parent.$parent.search()"
155
+ condition="cr.f_payer_number = '{}'">
156
+ </div>
157
+ <div class="form-group col-sm-3">
158
+ <label class="font_normal_body">部&emsp;&emsp;门:</label>
159
+ <res-select
160
+ restype='department'
161
+ :parentresid="$parent.$parent.curorgid"
162
+ :initresid='$parent.$parent.curdepid'
163
+ @res-select="$parent.$parent.getdep"
164
+ :is-mul="true"
165
+ ></res-select>
166
+ </div>
167
+ <div class="form-group col-sm-3">
168
+ <label class="font_normal_body">人&emsp;&emsp;员:</label>
169
+ <res-select
170
+ restype='user'
171
+ :parentresid="$parent.$parent.curdepid"
172
+ :initresid='$parent.$parent.curuserid'
173
+ @res-select="$parent.$parent.getuser"
174
+ :is-mul="true"></res-select>
175
+ </div>
176
+ <div class="form-group col-sm-3">
177
+ <label class="font_normal_body">缴费状态:</label>
178
+ <v-select
179
+ v-model="model.f_charge_status"
180
+ placeholder='请选择'
181
+ condition="cr.f_charge_status = '{}'"
182
+ :value.sync="model.f_charge_status"
183
+ :options='$parent.$parent.chargeStatus'
184
+ class="select select_list"
185
+ :value-single="true"
186
+ close-on-select ></v-select>
187
+ </div>
188
+ <div class="form-group col-sm-3">
189
+ <label class="font_normal_body">服务人:</label>
190
+ <v-select
191
+ v-model="model.f_servicer"
192
+ placeholder='请选择'
193
+ condition="a.f_servicer = '{}'"
194
+ :value.sync="model.f_servicer"
195
+ class="select select_list"
196
+ :options='$parent.$parent.servicerList'
197
+ :value-single="true"
198
+ close-on-select ></v-select>
199
+ </div>
200
+ <div class="form-group col-sm-3">
201
+ <label class="font_normal_body">报建发起人:</label>
202
+ <v-select
203
+ v-model="model.f_operator"
204
+ placeholder='请选择'
205
+ condition="a.f_operator = '{}'"
206
+ :value.sync="model.f_operator"
207
+ class="select select_list"
208
+ :options='$parent.$parent.operatorList'
209
+ :value-single="true"
210
+ close-on-select ></v-select>
211
+ </div>
212
+ <div class="form-group col-sm-3">
213
+ <label class="font_normal_body">确&ensp;认&ensp;人:</label>
214
+ <input type="text" style="width: 60%"
215
+ class="input_search"
216
+ placeholder='确认人'
217
+ v-model="model.f_confirm_person"
218
+ condition="cr.f_confirm_person like '%{}%'">
219
+ </div>
220
+ <div class="form-group col-sm-3">
221
+ <label class="font_normal_body">确认时间:</label>
222
+ <datepicker id="startDate" placeholder="开始日期"
223
+ style="width: 60%!important;"
224
+ v-model="model.f_confirm_date"
225
+ :value.sync="model.f_confirm_date"
226
+ :format="'yyyy-MM-dd 00:00:00'"
227
+ :show-reset-button="true"
228
+ condition="cr.f_confirm_date >= '{}'">
229
+ </datepicker>
230
+ </div>
231
+ <div class="form-group col-sm-3">
232
+ <label class="font_normal_body">确认时间:</label>
233
+ <datepicker id="startDate" placeholder="结束日期"
234
+ style="width: 60%!important;"
235
+ v-model="model.f_confirm_date"
236
+ :value.sync="model.f_confirm_date"
237
+ :format="'yyyy-MM-dd 23:59:59'"
238
+ :show-reset-button="true"
239
+ condition="cr.f_confirm_date <= '{}'">
240
+ </datepicker>
241
+ </div>
242
+ </div>
243
+ </div>
244
+ </criteria>
245
+ <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
246
+ <template partial='head'>
247
+ <tr>
248
+ <th style="white-space: nowrap;">序号</th>
249
+ <th style="white-space: nowrap;">工程编号</th>
250
+ <th style="white-space: nowrap;">合同编号</th>
251
+ <th style="white-space: nowrap;">报建类型</th>
252
+ <th style="white-space: nowrap;">报建性质</th>
253
+ <th style="white-space: nowrap;">用户名称</th>
254
+ <th style="white-space: nowrap;">用户电话</th>
255
+ <th style="white-space: nowrap;">用户地址</th>
256
+ <th style="white-space: nowrap;">身份证号</th>
257
+ <th style="white-space: nowrap;">缴费编码</th>
258
+ <th style="white-space: nowrap;">收费项目</th>
259
+ <th style="white-space: nowrap;">收费金额(退款金额)</th>
260
+ <th style="white-space: nowrap;">付款方式</th>
261
+ <th style="white-space: nowrap;">流水号</th>
262
+ <th style="white-space: nowrap;">服务人</th>
263
+ <th style="white-space: nowrap;">报建发起人</th>
264
+ <th style="white-space: nowrap;">收费人员(退款人员)</th>
265
+ <th style="white-space: nowrap;">收费日期(退款日期)</th>
266
+ <th style="white-space: nowrap;">确认人</th>
267
+ <th style="white-space: nowrap;">确认日期</th>
268
+ <th style="white-space: nowrap;">实际收费时间</th>
269
+ <th style="white-space: nowrap;">状态</th>
270
+ </tr>
271
+ </template>
272
+ <template partial='body'>
273
+ <tr >
274
+ <td style="text-align: center;">
275
+ <nobr><font>{{$index+1}}</font></nobr>
276
+ </td>
277
+ <td style="text-align: center;">
278
+ <nobr><font>{{row.f_apply_num}}</font></nobr>
279
+ </td>
280
+ <td style="text-align: center;">
281
+ <nobr><font>{{row.f_contract_number}}</font></nobr>
282
+ </td>
283
+ <td style="text-align: center;">
284
+ <nobr><font>{{row.f_apply_type}}</font></nobr>
285
+ </td>
286
+ <td style="text-align: center;">
287
+ <nobr><font>{{row.f_apply_nature}}</font></nobr>
288
+ </td>
289
+ <td style="text-align: center;">
290
+ <nobr><font>{{row.f_user_name}}</font></nobr>
291
+ </td>
292
+ <td style="text-align: center;">
293
+ <nobr><font>{{row.f_phone}}</font></nobr>
294
+ </td>
295
+ <td style="text-align: center;">
296
+ <nobr><font>{{row.f_address}}</font></nobr>
297
+ </td>
298
+ <td style="text-align: center;">
299
+ <nobr><font>{{row.f_idnumber}}</font></nobr>
300
+ </td>
301
+ <td style="text-align: center;">
302
+ <nobr><font>{{row.f_charge_number}}</font></nobr>
303
+ </td>
304
+ <td style="text-align: center;">
305
+ <nobr><font>{{row.f_payment_term}}</font></nobr>
306
+ </td>
307
+ <td style="text-align: center;">
308
+ <nobr><font>{{row.f_charge_money}}</font></nobr>
309
+ </td>
310
+ <td style="text-align: center;">
311
+ <nobr><font>{{row.f_payment_method}}</font></nobr>
312
+ </td>
313
+ <td style="text-align: center;">
314
+ <nobr><font>{{row.f_payer_number}}</font></nobr>
315
+ </td>
316
+ <td style="text-align: center;">
317
+ <nobr><font>{{row.f_servicer}}</font></nobr>
318
+ </td>
319
+ <td style="text-align: center;">
320
+ <nobr><font>{{row.f_operator}}</font></nobr>
321
+ </td>
322
+ <td style="text-align: center;">
323
+ <nobr><font>{{row.f_charge_collectors}}</font></nobr>
324
+ </td>
325
+ <td style="text-align: center;">
326
+ <nobr><font>{{row.f_charge_date}}</font></nobr>
327
+ </td>
328
+ <td style="text-align: center;">
329
+ <nobr><font>{{row.f_confirm_person}}</font></nobr>
330
+ </td>
331
+ <td style="text-align: center;">
332
+ <nobr><font>{{row.f_confirm_date}}</font></nobr>
333
+ </td>
334
+ <td style="text-align: center;">
335
+ <nobr><font>{{row.f_actual_date}}</font></nobr>
336
+ </td>
337
+ <td style="text-align: center;">
338
+ <nobr><font>{{row.f_charge_status}}</font></nobr>
339
+ </td>
340
+ </tr>
341
+ </template>
342
+ </data-grid>
343
+ </criteria-paged>
344
+ </template>
345
+
346
+ <script>
347
+ import {PagedList} from 'vue-client'
348
+ import {HttpResetClass} from 'vue-client'
349
+ import {isEmpty} from "../../../components/Util";
350
+ export default {
351
+ title: '报建收费列表',
352
+ data () {
353
+ return {
354
+ model: new PagedList('rs/sql/getApplyCharge', 30, null, {
355
+ f_charge_money: 0
356
+ }),
357
+ curorgid: [this.$login.f.orgid],
358
+ curdepid: [],
359
+ servicerList:[],
360
+ operatorList:[],
361
+ curuserid: [],
362
+ paymentTerm :[{label: '全部', value: ''}, ...this.$appdata.getParam('收费项目')],
363
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
364
+ applyNatures: [{label: '全部', value: ''}], // 报建性质
365
+ paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')],
366
+ chargeStatus: [
367
+ {label: '全部', value: ''},
368
+ {label: '有效', value: '有效'},
369
+ {label: '作废', value: '作废'},
370
+ {label: '退款', value: '退款'}
371
+ ],
372
+ criteriaShow: false,
373
+ chargeAll: {
374
+ count: 0,
375
+ sum: 0
376
+ },
377
+ getfield: {
378
+ 'f_apply_num': '工程编号',
379
+ 'f_contract_number': '合同编号',
380
+ 'f_apply_type': '报建类型',
381
+ 'f_apply_nature': '报建性质',
382
+ 'f_user_name': '用户名称',
383
+ 'f_phone': '用户电话',
384
+ 'f_address': '用户地址',
385
+ 'f_idnumber': '身份证号',
386
+ 'f_charge_number': '缴费编码',
387
+ 'f_charge_money': '收费金额',
388
+ 'f_payment_method': '付款方式',
389
+ 'f_payer_number': '流水号',
390
+ 'f_charge_collectors': '收费人员',
391
+ 'f_charge_date': '收费日期',
392
+ 'f_actual_date': '实际收费时间',
393
+ 'f_confirm_person': '确认人',
394
+ 'f_confirm_date': '确认时间',
395
+ 'f_charge_status': '状态'
396
+ }
397
+ }
398
+ },
399
+ ready () {
400
+ // 调用查询
401
+ this.search()
402
+ this.getservicer()
403
+ this.getapplyoperator()
404
+ },
405
+ methods: {
406
+ async getservicer(){
407
+ debugger
408
+ let data = {
409
+ tablename: 't_user',
410
+ condition: `1=1`
411
+ }
412
+ let http = new HttpResetClass()
413
+ let res = await http.load(
414
+ 'POST',
415
+ `rs/sql/apply_singleTable`,
416
+ {data: data},
417
+ {resolveMsg: null, rejectMsg: '服务人查询失败!!!'}
418
+ )
419
+ res.data.forEach(item => {
420
+ this.servicerList.push({
421
+ 'label': item.name,
422
+ 'value': item.name
423
+ })
424
+ })},
425
+
426
+ async getapplyoperator(){
427
+ debugger
428
+ let data = {
429
+ condition: `1=1`
430
+ }
431
+ let http = new HttpResetClass()
432
+ let res = await http.load('POST', 'rs/sql/getapplyOperator', {data: data}, {resolveMsg: null, rejectMsg: null})
433
+ res.data.forEach(item => {
434
+ this.operatorList.push({
435
+ 'label': item.f_operator,
436
+ 'value': item.f_operator
437
+ })
438
+ })},
439
+
440
+ applyTypeChange () {
441
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
442
+ 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}性质`)]
443
+ } else {
444
+ this.applyNatures = [{label: '全部', value: ''}]
445
+ }
446
+ },
447
+ clear () {
448
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
449
+ this.$refs.cp.$refs.cri.model[key] = ''
450
+ })
451
+ this.curdepid = []
452
+ this.curuserid = []
453
+ },
454
+ searchCondition (args) {
455
+ args.condition = args.condition + ` and cr.f_orgid in (${this.curorgid})`
456
+ if (this.curdepid.length > 0) {
457
+ args.condition = args.condition + ` and cr.f_depid in (${this.curdepid})`
458
+ }
459
+ if (this.curuserid.length > 0) {
460
+ args.condition = args.condition + ` and cr.f_charge_collectors_id in (${this.curuserid})`
461
+ }
462
+ this.model.search(args.condition, args.model)
463
+ },
464
+ // 查询
465
+ search () {
466
+ this.$refs.cp.$refs.cri.search()
467
+ this.getChargeAll()
468
+ this.getapplyoperator()
469
+ },
470
+ async getChargeAll () {
471
+ let http = new HttpResetClass()
472
+ let data = {
473
+ condition: this.model.condition
474
+ }
475
+ let res = await http.load('POST', 'rs/sql/getChargeAll', {data: data}, {resolveMsg: null, rejectMsg: null})
476
+
477
+ this.chargeAll = res.data[0]
478
+ },
479
+ getuser (val) {
480
+ if (val.length <= 0) {
481
+ return
482
+ }
483
+ this.curuserid = val
484
+ this.search()
485
+ },
486
+ getdep (val) {
487
+ if (val.length <= 0) {
488
+ return
489
+ }
490
+ this.curdepid = val
491
+ this.curuserid = []
492
+ this.search()
493
+ },
494
+ getorg (val) {
495
+ if (val.length <= 0) {
496
+ return
497
+ }
498
+ this.curorgid = val
499
+ this.curdepid = []
500
+ this.curuserid = []
501
+ this.search()
502
+ },
503
+
504
+ },
505
+ computed: {
506
+ getCondition () {
507
+ return {
508
+ condition: this.model.condition
509
+ }
510
+ }
511
+ }
512
+ }
513
+ </script>
514
+
515
+ <style scoped>
516
+ </style>
@@ -1,12 +1,13 @@
1
- import Vue from 'vue'
2
-
3
- let specialComp = {
4
- 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect.vue'], resolve) },
5
- 'service-control': (resolve) => { require(['./pc/ServiceControl.vue'], resolve) },
6
- 'apply-charge-management': (resolve) => { require(['./pc/chargeManagement.vue'], resolve) },
7
- 'file-upload': (resolve) => { require(['./pc/FileUpload.vue'], resolve) },
8
- 'apply-upload': (resolve) => { require(['./pc/ApplyUpload.vue'], resolve) },
9
- 'installinfoselect': (resolve) => { require(['./pc/InstallInfoSelect.vue'], resolve) },
10
- 'installation-details': (resolve) => { require(['./pc/InstallationDetails.vue'], resolve) }
11
- }
12
- exports.specialComp = specialComp
1
+ import Vue from 'vue'
2
+
3
+ let specialComp = {
4
+ 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect.vue'], resolve) },
5
+ 'service-control': (resolve) => { require(['./pc/ServiceControl.vue'], resolve) },
6
+ 'apply-charge-management': (resolve) => { require(['./pc/chargeManagement.vue'], resolve) },
7
+ 'file-upload': (resolve) => { require(['./pc/FileUpload.vue'], resolve) },
8
+ 'apply-upload': (resolve) => { require(['./pc/ApplyUpload.vue'], resolve) },
9
+ 'installinfoselect': (resolve) => { require(['./pc/InstallInfoSelect.vue'], resolve) },
10
+ 'installation-details': (resolve) => { require(['./pc/InstallationDetails.vue'], resolve) },
11
+ 'apply-charge-list': (resolve) => { require(['./pc/ApplyChargeList.vue'], resolve) },
12
+ }
13
+ exports.specialComp = specialComp
package/src/main.js CHANGED
@@ -1,23 +1,23 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import {ldap} from 'ldap-clients'
5
- import {system} from 'system-clients'
6
- import {sale} from 'sale-client'
7
- import {material} from 'material-client'
8
-
9
- import apply from './apply'
10
-
11
- all()
12
- apply('qianneng')
13
- ldap()
14
- sale('qianneng')
15
- material()
16
- system(false, 'qianneng')
17
-
18
- require('system-clients/src/styles/less/bootstrap.less')
19
- require('./expandcss.less')
20
- new Vue({
21
- el: 'body',
22
- components: { App }
23
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import {ldap} from 'ldap-clients'
5
+ import {system} from 'system-clients'
6
+ import {sale} from 'sale-client'
7
+ import {material} from 'material-client'
8
+
9
+ import apply from './apply'
10
+
11
+ all()
12
+ apply('yangchunboneng')
13
+ ldap()
14
+ sale()
15
+ material()
16
+ system(false)
17
+
18
+ require('system-clients/src/styles/less/bootstrap.less')
19
+ require('./expandcss.less')
20
+ new Vue({
21
+ el: 'body',
22
+ components: { App }
23
+ })