apply-clients 7.1.36-yuchuan-6 → 7.1.36-yuchuan-8

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 (59) hide show
  1. package/build/dev-server.js +25 -10
  2. package/index.html +39 -39
  3. package/package.json +1 -1
  4. package/src/apply.js +7 -0
  5. package/src/components/android/AppSign.vue +234 -234
  6. package/src/components/android/AppUpload.vue +275 -275
  7. package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
  8. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +462 -462
  9. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  10. package/src/components/android/Process/AppServiceControl.vue +1437 -1437
  11. package/src/components/android/Process/Processes/AppInstallationDetails.vue +980 -980
  12. package/src/components/android/Sign/AppSignTask.vue +183 -183
  13. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  14. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
  15. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  16. package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
  17. package/src/components/android/Task/yiban/ShowDone.vue +95 -95
  18. package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
  19. package/src/components/android/newPackage/customerServiceManager.vue +218 -218
  20. package/src/components/android/newPackage/projectPrice.vue +218 -218
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
  22. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
  23. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
  24. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -324
  25. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  26. package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
  27. package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
  28. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +415 -415
  29. package/src/components/product/Function/InstallInfoSelect.vue +371 -371
  30. package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
  31. package/src/components/product/GongJianPush/ApplyPushDispose.vue +206 -0
  32. package/src/components/product/GongJianPush/ApplyPushList.vue +196 -0
  33. package/src/components/product/GongJianPush/ApplyPushManage.vue +90 -0
  34. package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
  35. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  36. package/src/components/product/List/OldShowDevices.vue +271 -271
  37. package/src/components/product/List/ShowAllActivity.vue +540 -540
  38. package/src/components/product/List/ShowDevices.vue +279 -279
  39. package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
  40. package/src/components/product/Process/ExplorationSelect.vue +597 -597
  41. package/src/components/product/Process/NewExplorationSelect.vue +586 -586
  42. package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
  43. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  44. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  45. package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
  46. package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
  47. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
  48. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  49. package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
  50. package/src/components/product/Process/Service/ServiceControl.vue +2205 -2205
  51. package/src/components/product/Stop/StopApplyList.vue +224 -224
  52. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
  53. package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
  54. package/src/components/product/Supervisory/SupervisoryList.vue +557 -557
  55. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
  56. package/src/components/product/VueUtils/ApplyUpload.vue +285 -285
  57. package/src/components/product/records/AdjustmentRecordList.vue +162 -162
  58. package/src/main.js +27 -27
  59. package/yarn.lock +0 -9824
@@ -1,415 +1,415 @@
1
- <template>
2
- <!-- 冲正记录 -->
3
- <criteria-paged :model="model" v-ref:cp>
4
- <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
5
- <div class="form-horizontal select-overspread container-fluid auto" partial>
6
- <div class="row">
7
- <div class="form-group col-sm-3">
8
- <label class="font_normal_body"><strong>报建编号:</strong></label>
9
- <input type="text" class="input_search" style="width: 60%" v-model="model.f_apply_num"
10
- v-on:keyup.enter="$parent.$parent.search()" condition="a.f_apply_num like '%{}%'" placeholder='报建编号'>
11
- </div>
12
- <div class="form-group col-sm-3">
13
- <label class="font_normal_body"><strong>用户名称:</strong></label>
14
- <input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
15
- v-on:keyup.enter="$parent.$parent.search()" condition="a.f_user_name like '%{}%'" placeholder='用户名称'>
16
- </div>
17
- <div class="form-group col-sm-3">
18
- <label class="font_normal_body"><strong>电&emsp;&emsp;话:</strong></label>
19
- <input type="text" class="input_search" style="width: 60%" v-model="model.f_phone"
20
- v-on:keyup.enter="$parent.$parent.search()" condition="a.f_phone like '%{}%'" placeholder='电话'>
21
- </div>
22
- <div class="form-group col-sm-3 button-range">
23
- <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
24
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
25
- <export-excel :data="$parent.$parent.getCondition"
26
- :field="$parent.$parent.getfield"
27
- sqlurl="rs/logic/applyExportfile"
28
- sql-name="getApplyChongZheng"
29
- template-name='冲正记录信息导出'
30
- :choose-col="true"></export-excel>
31
- <div
32
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
33
- @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
34
- class="button_spacing"
35
- style="float: right">
36
- </div>
37
- </div>
38
- </div>
39
- <div class="row" v-show="$parent.$parent.criteriaShow">
40
- <div class="form-group col-sm-3">
41
- <label class="font_normal_body"><strong>报建类型:</strong></label>
42
- <v-select
43
- v-model="model.f_apply_type"
44
- placeholder='请选择'
45
- condition="a.f_apply_type = '{}'"
46
- :value.sync="model.f_apply_type"
47
- :options='$parent.$parent.applytype'
48
- class="select select_list"
49
- :value-single="true"
50
- close-on-select ></v-select>
51
- </div>
52
- <div class="form-group col-sm-3">
53
- <label class="font_normal_body"><strong>收费人员:</strong></label>
54
- <input type="text" class="input_search" style="width: 60%" placeholder='收费人员' v-model="model.f_charge_collectors"
55
- v-on:keyup.enter="$parent.$parent.search()"
56
- condition="cr.f_charge_collectors like '%{}%'">
57
- </div>
58
- <div class="form-group col-sm-3">
59
- <label class="font_normal_body"><strong>付款方式:</strong></label>
60
- <v-select
61
- v-model="model.f_payment_method"
62
- placeholder='请选择'
63
- condition="cr.f_payment_method = '{}'"
64
- :value.sync="model.f_payment_method"
65
- :options='$parent.$parent.paymentMethod'
66
- class="select select_list"
67
- :value-single="true"
68
- close-on-select ></v-select>
69
- </div>
70
- <div class="form-group col-sm-3">
71
- <label class="font_normal_body"><strong>缴费状态:</strong></label>
72
- <v-select
73
- v-model="model.f_charge_status"
74
- placeholder='请选择'
75
- condition="cr.f_charge_status = '{}'"
76
- :value.sync="model.f_charge_status"
77
- :options='$parent.$parent.chargingStatus'
78
- class="select select_list"
79
- :value-single="true"
80
- close-on-select ></v-select>
81
- </div>
82
- <div class="form-group col-sm-3">
83
- <label for="startDate" class="font_normal_body"><strong>开始时间:</strong></label>
84
- <datepicker id="startDate" placeholder="开始日期"
85
- style="width: 60%!important;"
86
- v-model="model.startDate"
87
- :value.sync="model.startDate"
88
- :format="'yyyy-MM-dd 00:00:00'"
89
- :show-reset-button="true"
90
- condition="cr.f_charge_date >= '{}'">
91
- </datepicker>
92
- </div>
93
- <div class="form-group col-sm-3">
94
- <label for="endDate" class="font_normal_body"><strong>结束时间:</strong></label>
95
- <datepicker id="endDate" placeholder="结束日期"
96
- style="width: 60%!important;"
97
- v-model="model.endDate"
98
- :value.sync="model.endDate"
99
- :format="'yyyy-MM-dd 23:59:59'"
100
- :show-reset-button="true"
101
- condition="cr.f_charge_date <= '{}'">
102
- </datepicker>
103
- </div>
104
- </div>
105
- </div>
106
- </criteria>
107
- <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
108
- <template partial='head'>
109
- <tr>
110
- <th style="white-space: nowrap;">序号</th>
111
- <th style="white-space: nowrap;">报建编号</th>
112
- <th style="white-space: nowrap;">用户名称</th>
113
- <th style="white-space: nowrap;">电话</th>
114
- <th style="white-space: nowrap;">合同编号</th>
115
- <th style="white-space: nowrap;">报建类型</th>
116
- <th style="white-space: nowrap;">报建性质</th>
117
- <th style="white-space: nowrap;">收费金额</th>
118
- <th style="white-space: nowrap;">户数</th>
119
- <th style="white-space: nowrap;">付款方式</th>
120
- <th style="white-space: nowrap;">收费人员</th>
121
- <th style="white-space: nowrap;">收费日期</th>
122
- <th style="white-space: nowrap;">缴费状态</th>
123
- <th style="white-space: nowrap;">作废人员</th>
124
- <th style="white-space: nowrap;">作废时间</th>
125
- <th style="white-space: nowrap;">作废原因</th>
126
- <th style="white-space: nowrap;">票据类型</th>
127
- <th style="white-space: nowrap;">发票代码</th>
128
- <th style="white-space: nowrap;">发票号码</th>
129
- <th style="white-space: nowrap;">票据状态</th>
130
- </tr>
131
- </template>
132
- <template partial='body'>
133
- <tr >
134
- <td style="text-align: center;">
135
- <nobr><font>{{$index+1}}</font></nobr>
136
- </td>
137
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
138
- <nobr><font>{{row.f_apply_num}}</font></nobr>
139
- </td>
140
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
141
- <nobr><font>{{row.f_user_name}}</font></nobr>
142
- </td>
143
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
144
- <nobr><font>{{row.f_phone}}</font></nobr>
145
- </td>
146
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
147
- <nobr><font>{{row.f_contract_number}}</font></nobr>
148
- </td>
149
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
150
- <nobr><font>{{row.f_apply_type}}</font></nobr>
151
- </td>
152
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
153
- <nobr><font>{{row.f_apply_nature}}</font></nobr>
154
- </td>
155
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
156
- <nobr><font>{{row.f_charge_money}}</font></nobr>
157
- </td>
158
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
159
- <nobr><font>{{row.f_feecount}}</font></nobr>
160
- </td>
161
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
162
- <nobr><font>{{row.f_payment_method}}</font></nobr>
163
- </td>
164
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
165
- <nobr><font>{{row.f_charge_collectors}}</font></nobr>
166
- </td>
167
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
168
- <nobr><font>{{row.f_charge_date}}</font></nobr>
169
- </td>
170
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
171
- <nobr><font>{{row.f_charge_status}}</font></nobr>
172
- </td>
173
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
174
- <nobr><font>{{row.f_void_staff}}</font></nobr>
175
- </td>
176
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
177
- <nobr><font>{{row.f_void_date}}</font></nobr>
178
- </td>
179
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
180
- <nobr><font>{{row.f_void_remarks}}</font></nobr>
181
- </td>
182
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
183
- <nobr><font>{{row.f_bill_style}}</font></nobr>
184
- </td>
185
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
186
- <nobr><font>{{row.f_bill_code}}</font></nobr>
187
- </td>
188
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
189
- <nobr><font>{{row.f_bill_number}}</font></nobr>
190
- </td>
191
- <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
192
- <nobr><font>{{row.f_bill_state}}</font></nobr>
193
- </td>
194
- </tr>
195
- </template>
196
- </data-grid>
197
- </criteria-paged>
198
- <modal v-if="showChongZheng" :show.sync="showChongZheng" v-ref:modal :large="true" :backdrop="false" style="overflow:auto">
199
- <header slot="modal-header" class="modal-header">
200
- <button type="button" class="close" @click="showChongZheng = !showChongZheng"><span>&times;</span></button>
201
- <h4 class="modal-title">冲正信息</h4>
202
- </header>
203
- <article slot="modal-body" class="modal-body clearfix">
204
- <div class="form-group col-sm-5">
205
- <label class="col-sm-4 control-label">收费金额:</label>
206
- <div class="col-sm-8">
207
- <input type="text"
208
- class="form-control input_view"
209
- style="width: 100%"
210
- readonly
211
- v-model="charge.f_charge_money" />
212
- </div>
213
- </div>
214
- <div class="form-group col-sm-5">
215
- <label class="col-sm-4 control-label">金额大写:</label>
216
- <div class="col-sm-8">
217
- <input type="text"
218
- class="form-control input_view"
219
- style="width: 100%"
220
- readonly
221
- v-model="charge.f_amount_words" />
222
- </div>
223
- </div>
224
- <div class="form-group col-sm-5">
225
- <label class="col-sm-4 control-label">付款方式:</label>
226
- <div class="col-sm-8">
227
- <input type="text"
228
- class="form-control input_view"
229
- style="width: 100%"
230
- readonly
231
- v-model="charge.f_payment_method" />
232
- </div>
233
- </div>
234
- <div class="form-group col-sm-5">
235
- <label class="col-sm-4 control-label">收费人员:</label>
236
- <div class="col-sm-8">
237
- <input type="text"
238
- class="form-control input_view"
239
- style="width: 100%"
240
- readonly
241
- v-model="charge.f_charge_collectors" />
242
- </div>
243
- </div>
244
- <div class="form-group col-sm-5">
245
- <label class=" col-sm-4 control-label">发票代码:</label>
246
- <div class="col-sm-8">
247
- <input type="text"
248
- class="form-control input_view"
249
- style="width: 100%"
250
- readonly
251
- v-model="charge.f_bill_code" />
252
- </div>
253
- </div>
254
- <div class="form-group col-sm-5">
255
- <label class=" col-sm-4 control-label">发票号码:</label>
256
- <div class="col-sm-8">
257
- <input type="text"
258
- class="form-control input_view"
259
- style="width: 100%"
260
- readonly
261
- v-model="charge.f_bill_number" />
262
- </div>
263
- </div>
264
- <div class="form-group col-sm-5">
265
- <label class=" col-sm-4 control-label">购方单位名称:</label>
266
- <div class="col-sm-8">
267
- <input type="text"
268
- class="form-control input_view"
269
- style="width: 100%"
270
- readonly
271
- v-model="charge.f_paper_name" />
272
- </div>
273
- </div>
274
- <div class="form-group col-sm-5">
275
- <label class=" col-sm-4 control-label">作废人员:</label>
276
- <div class="col-sm-8">
277
- <input type="text"
278
- class="form-control input_view"
279
- style="width: 100%"
280
- readonly
281
- v-model="charge.f_void_staff" />
282
- </div>
283
- </div>
284
- <div class="form-group col-sm-5">
285
- <label class=" col-sm-4 control-label">作废日期:</label>
286
- <div class="col-sm-8">
287
- <input type="text"
288
- class="form-control input_view"
289
- style="width: 100%"
290
- readonly
291
- v-model="charge.f_void_date" />
292
- </div>
293
- </div>
294
-
295
-
296
- <div class="form-group col-sm-10">
297
- <label class="col-sm-2 control-label">作废原因:</label>
298
- <div class="col-sm-10">
299
- <input type="text"
300
- class="form-control input_view"
301
- style="width: 100%"
302
- readonly
303
- v-model="charge.f_void_remarks" />
304
- </div>
305
- </div>
306
- <apply-upload :blodid="charge.f_process_id"
307
- :isupload = "false"
308
- :isdelete="false"
309
- :isusetype="true"
310
- :isremark = "true"
311
- :takeimg="false"
312
- :issearch="false"
313
- defname='冲正'>
314
- </apply-upload>
315
- </article>
316
- <footer slot="modal-footer" class="modal-footer">
317
- </footer>
318
- </modal>
319
- </template>
320
-
321
- <script>
322
- import {PagedList} from 'vue-client'
323
- import {HttpResetClass} from 'vue-client'
324
- import {isEmpty} from '../../Util'
325
- import Vue from "vue";
326
- export default {
327
- title: '报建收费列表',
328
- data () {
329
- return {
330
- model: new PagedList('rs/sql/getApplyChongZheng', 30, null, {
331
- f_charge_money: 0
332
- }),
333
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')?this.$appdata.getParam('报建类型'):[]],
334
- paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')?this.$appdata.getParam('付款方式'):[]],
335
- chargingStatus: [
336
- {label: '全部', value: ''},
337
- {label: '有效', value: '有效'}
338
- ],
339
- criteriaShow: false,
340
- showStatus: true,
341
- getfield: {
342
- 'f_apply_num': '报建编号',
343
- 'f_user_name': '用户名称',
344
- 'f_phone': '电话',
345
- 'f_contract_number': '合同编号',
346
- 'f_apply_type': '报建类型',
347
- 'f_apply_nature': '报建性质',
348
- 'f_charge_money': '收费金额',
349
- 'f_feecount': '收费户数',
350
- 'f_payment_method': '付款方式',
351
- 'f_charge_collectors': '收费人员',
352
- 'f_charge_date': '收费日期',
353
- 'f_charge_status': '缴费状态',
354
- 'f_bill_style': '票据类型',
355
- 'f_bill_code': '发票代码',
356
- 'f_bill_number': '发票号码',
357
- 'f_bill_state': '票据状态'
358
- },
359
- charge: null,
360
- showPrint: false,
361
- showChongZheng: false,
362
- detailShow: false,
363
- detail: {
364
- title: '',
365
- confirmContent: '',
366
- type: ''
367
- }
368
- }
369
- },
370
- ready () {
371
- // 调用查询
372
- this.search()
373
- },
374
- methods: {
375
- showModel (row) {
376
- this.charge = row
377
- this.showChongZheng = true
378
- },
379
- clear () {
380
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
381
- this.$refs.cp.$refs.cri.model[key] = []
382
- })
383
- },
384
- searchCondition (args) {
385
- console.log("args.condition",args.condition)
386
- this.model.search(args.condition, args.model)
387
- },
388
- // 查询
389
- search () {
390
- this.$refs.cp.$refs.cri.search()
391
- },
392
- updateshowStatus(){
393
- this.showStatus = !this.showStatus
394
- this.search()
395
- },
396
- // 查看发票
397
- },
398
- computed: {
399
- getCondition () {
400
- return {
401
- condition: this.$refs.cp.$refs.cri.condition,
402
- data: {
403
- orgid: this.$login.f.orgid
404
- }
405
- }
406
- },
407
- getUserRolesname(){
408
- return this.$login.f.rolesnames.includes('营业厅报装')
409
- }
410
- }
411
- }
412
- </script>
413
-
414
- <style scoped>
415
- </style>
1
+ <template>
2
+ <!-- 冲正记录 -->
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
5
+ <div class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <div class="form-group col-sm-3">
8
+ <label class="font_normal_body"><strong>报建编号:</strong></label>
9
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_apply_num"
10
+ v-on:keyup.enter="$parent.$parent.search()" condition="a.f_apply_num like '%{}%'" placeholder='报建编号'>
11
+ </div>
12
+ <div class="form-group col-sm-3">
13
+ <label class="font_normal_body"><strong>用户名称:</strong></label>
14
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
15
+ v-on:keyup.enter="$parent.$parent.search()" condition="a.f_user_name like '%{}%'" placeholder='用户名称'>
16
+ </div>
17
+ <div class="form-group col-sm-3">
18
+ <label class="font_normal_body"><strong>电&emsp;&emsp;话:</strong></label>
19
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_phone"
20
+ v-on:keyup.enter="$parent.$parent.search()" condition="a.f_phone like '%{}%'" placeholder='电话'>
21
+ </div>
22
+ <div class="form-group col-sm-3 button-range">
23
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
24
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
25
+ <export-excel :data="$parent.$parent.getCondition"
26
+ :field="$parent.$parent.getfield"
27
+ sqlurl="rs/logic/applyExportfile"
28
+ sql-name="getApplyChongZheng"
29
+ template-name='冲正记录信息导出'
30
+ :choose-col="true"></export-excel>
31
+ <div
32
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
33
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
34
+ class="button_spacing"
35
+ style="float: right">
36
+ </div>
37
+ </div>
38
+ </div>
39
+ <div class="row" v-show="$parent.$parent.criteriaShow">
40
+ <div class="form-group col-sm-3">
41
+ <label class="font_normal_body"><strong>报建类型:</strong></label>
42
+ <v-select
43
+ v-model="model.f_apply_type"
44
+ placeholder='请选择'
45
+ condition="a.f_apply_type = '{}'"
46
+ :value.sync="model.f_apply_type"
47
+ :options='$parent.$parent.applytype'
48
+ class="select select_list"
49
+ :value-single="true"
50
+ close-on-select ></v-select>
51
+ </div>
52
+ <div class="form-group col-sm-3">
53
+ <label class="font_normal_body"><strong>收费人员:</strong></label>
54
+ <input type="text" class="input_search" style="width: 60%" placeholder='收费人员' v-model="model.f_charge_collectors"
55
+ v-on:keyup.enter="$parent.$parent.search()"
56
+ condition="cr.f_charge_collectors like '%{}%'">
57
+ </div>
58
+ <div class="form-group col-sm-3">
59
+ <label class="font_normal_body"><strong>付款方式:</strong></label>
60
+ <v-select
61
+ v-model="model.f_payment_method"
62
+ placeholder='请选择'
63
+ condition="cr.f_payment_method = '{}'"
64
+ :value.sync="model.f_payment_method"
65
+ :options='$parent.$parent.paymentMethod'
66
+ class="select select_list"
67
+ :value-single="true"
68
+ close-on-select ></v-select>
69
+ </div>
70
+ <div class="form-group col-sm-3">
71
+ <label class="font_normal_body"><strong>缴费状态:</strong></label>
72
+ <v-select
73
+ v-model="model.f_charge_status"
74
+ placeholder='请选择'
75
+ condition="cr.f_charge_status = '{}'"
76
+ :value.sync="model.f_charge_status"
77
+ :options='$parent.$parent.chargingStatus'
78
+ class="select select_list"
79
+ :value-single="true"
80
+ close-on-select ></v-select>
81
+ </div>
82
+ <div class="form-group col-sm-3">
83
+ <label for="startDate" class="font_normal_body"><strong>开始时间:</strong></label>
84
+ <datepicker id="startDate" placeholder="开始日期"
85
+ style="width: 60%!important;"
86
+ v-model="model.startDate"
87
+ :value.sync="model.startDate"
88
+ :format="'yyyy-MM-dd 00:00:00'"
89
+ :show-reset-button="true"
90
+ condition="cr.f_charge_date >= '{}'">
91
+ </datepicker>
92
+ </div>
93
+ <div class="form-group col-sm-3">
94
+ <label for="endDate" class="font_normal_body"><strong>结束时间:</strong></label>
95
+ <datepicker id="endDate" placeholder="结束日期"
96
+ style="width: 60%!important;"
97
+ v-model="model.endDate"
98
+ :value.sync="model.endDate"
99
+ :format="'yyyy-MM-dd 23:59:59'"
100
+ :show-reset-button="true"
101
+ condition="cr.f_charge_date <= '{}'">
102
+ </datepicker>
103
+ </div>
104
+ </div>
105
+ </div>
106
+ </criteria>
107
+ <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
108
+ <template partial='head'>
109
+ <tr>
110
+ <th style="white-space: nowrap;">序号</th>
111
+ <th style="white-space: nowrap;">报建编号</th>
112
+ <th style="white-space: nowrap;">用户名称</th>
113
+ <th style="white-space: nowrap;">电话</th>
114
+ <th style="white-space: nowrap;">合同编号</th>
115
+ <th style="white-space: nowrap;">报建类型</th>
116
+ <th style="white-space: nowrap;">报建性质</th>
117
+ <th style="white-space: nowrap;">收费金额</th>
118
+ <th style="white-space: nowrap;">户数</th>
119
+ <th style="white-space: nowrap;">付款方式</th>
120
+ <th style="white-space: nowrap;">收费人员</th>
121
+ <th style="white-space: nowrap;">收费日期</th>
122
+ <th style="white-space: nowrap;">缴费状态</th>
123
+ <th style="white-space: nowrap;">作废人员</th>
124
+ <th style="white-space: nowrap;">作废时间</th>
125
+ <th style="white-space: nowrap;">作废原因</th>
126
+ <th style="white-space: nowrap;">票据类型</th>
127
+ <th style="white-space: nowrap;">发票代码</th>
128
+ <th style="white-space: nowrap;">发票号码</th>
129
+ <th style="white-space: nowrap;">票据状态</th>
130
+ </tr>
131
+ </template>
132
+ <template partial='body'>
133
+ <tr >
134
+ <td style="text-align: center;">
135
+ <nobr><font>{{$index+1}}</font></nobr>
136
+ </td>
137
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
138
+ <nobr><font>{{row.f_apply_num}}</font></nobr>
139
+ </td>
140
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
141
+ <nobr><font>{{row.f_user_name}}</font></nobr>
142
+ </td>
143
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
144
+ <nobr><font>{{row.f_phone}}</font></nobr>
145
+ </td>
146
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
147
+ <nobr><font>{{row.f_contract_number}}</font></nobr>
148
+ </td>
149
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
150
+ <nobr><font>{{row.f_apply_type}}</font></nobr>
151
+ </td>
152
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
153
+ <nobr><font>{{row.f_apply_nature}}</font></nobr>
154
+ </td>
155
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
156
+ <nobr><font>{{row.f_charge_money}}</font></nobr>
157
+ </td>
158
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
159
+ <nobr><font>{{row.f_feecount}}</font></nobr>
160
+ </td>
161
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
162
+ <nobr><font>{{row.f_payment_method}}</font></nobr>
163
+ </td>
164
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
165
+ <nobr><font>{{row.f_charge_collectors}}</font></nobr>
166
+ </td>
167
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
168
+ <nobr><font>{{row.f_charge_date}}</font></nobr>
169
+ </td>
170
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
171
+ <nobr><font>{{row.f_charge_status}}</font></nobr>
172
+ </td>
173
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
174
+ <nobr><font>{{row.f_void_staff}}</font></nobr>
175
+ </td>
176
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
177
+ <nobr><font>{{row.f_void_date}}</font></nobr>
178
+ </td>
179
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
180
+ <nobr><font>{{row.f_void_remarks}}</font></nobr>
181
+ </td>
182
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
183
+ <nobr><font>{{row.f_bill_style}}</font></nobr>
184
+ </td>
185
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
186
+ <nobr><font>{{row.f_bill_code}}</font></nobr>
187
+ </td>
188
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
189
+ <nobr><font>{{row.f_bill_number}}</font></nobr>
190
+ </td>
191
+ <td @click="$parent.$parent.$parent.showModel(row)" style="text-align: center;">
192
+ <nobr><font>{{row.f_bill_state}}</font></nobr>
193
+ </td>
194
+ </tr>
195
+ </template>
196
+ </data-grid>
197
+ </criteria-paged>
198
+ <modal v-if="showChongZheng" :show.sync="showChongZheng" v-ref:modal :large="true" :backdrop="false" style="overflow:auto">
199
+ <header slot="modal-header" class="modal-header">
200
+ <button type="button" class="close" @click="showChongZheng = !showChongZheng"><span>&times;</span></button>
201
+ <h4 class="modal-title">冲正信息</h4>
202
+ </header>
203
+ <article slot="modal-body" class="modal-body clearfix">
204
+ <div class="form-group col-sm-5">
205
+ <label class="col-sm-4 control-label">收费金额:</label>
206
+ <div class="col-sm-8">
207
+ <input type="text"
208
+ class="form-control input_view"
209
+ style="width: 100%"
210
+ readonly
211
+ v-model="charge.f_charge_money" />
212
+ </div>
213
+ </div>
214
+ <div class="form-group col-sm-5">
215
+ <label class="col-sm-4 control-label">金额大写:</label>
216
+ <div class="col-sm-8">
217
+ <input type="text"
218
+ class="form-control input_view"
219
+ style="width: 100%"
220
+ readonly
221
+ v-model="charge.f_amount_words" />
222
+ </div>
223
+ </div>
224
+ <div class="form-group col-sm-5">
225
+ <label class="col-sm-4 control-label">付款方式:</label>
226
+ <div class="col-sm-8">
227
+ <input type="text"
228
+ class="form-control input_view"
229
+ style="width: 100%"
230
+ readonly
231
+ v-model="charge.f_payment_method" />
232
+ </div>
233
+ </div>
234
+ <div class="form-group col-sm-5">
235
+ <label class="col-sm-4 control-label">收费人员:</label>
236
+ <div class="col-sm-8">
237
+ <input type="text"
238
+ class="form-control input_view"
239
+ style="width: 100%"
240
+ readonly
241
+ v-model="charge.f_charge_collectors" />
242
+ </div>
243
+ </div>
244
+ <div class="form-group col-sm-5">
245
+ <label class=" col-sm-4 control-label">发票代码:</label>
246
+ <div class="col-sm-8">
247
+ <input type="text"
248
+ class="form-control input_view"
249
+ style="width: 100%"
250
+ readonly
251
+ v-model="charge.f_bill_code" />
252
+ </div>
253
+ </div>
254
+ <div class="form-group col-sm-5">
255
+ <label class=" col-sm-4 control-label">发票号码:</label>
256
+ <div class="col-sm-8">
257
+ <input type="text"
258
+ class="form-control input_view"
259
+ style="width: 100%"
260
+ readonly
261
+ v-model="charge.f_bill_number" />
262
+ </div>
263
+ </div>
264
+ <div class="form-group col-sm-5">
265
+ <label class=" col-sm-4 control-label">购方单位名称:</label>
266
+ <div class="col-sm-8">
267
+ <input type="text"
268
+ class="form-control input_view"
269
+ style="width: 100%"
270
+ readonly
271
+ v-model="charge.f_paper_name" />
272
+ </div>
273
+ </div>
274
+ <div class="form-group col-sm-5">
275
+ <label class=" col-sm-4 control-label">作废人员:</label>
276
+ <div class="col-sm-8">
277
+ <input type="text"
278
+ class="form-control input_view"
279
+ style="width: 100%"
280
+ readonly
281
+ v-model="charge.f_void_staff" />
282
+ </div>
283
+ </div>
284
+ <div class="form-group col-sm-5">
285
+ <label class=" col-sm-4 control-label">作废日期:</label>
286
+ <div class="col-sm-8">
287
+ <input type="text"
288
+ class="form-control input_view"
289
+ style="width: 100%"
290
+ readonly
291
+ v-model="charge.f_void_date" />
292
+ </div>
293
+ </div>
294
+
295
+
296
+ <div class="form-group col-sm-10">
297
+ <label class="col-sm-2 control-label">作废原因:</label>
298
+ <div class="col-sm-10">
299
+ <input type="text"
300
+ class="form-control input_view"
301
+ style="width: 100%"
302
+ readonly
303
+ v-model="charge.f_void_remarks" />
304
+ </div>
305
+ </div>
306
+ <apply-upload :blodid="charge.f_process_id"
307
+ :isupload = "false"
308
+ :isdelete="false"
309
+ :isusetype="true"
310
+ :isremark = "true"
311
+ :takeimg="false"
312
+ :issearch="false"
313
+ defname='冲正'>
314
+ </apply-upload>
315
+ </article>
316
+ <footer slot="modal-footer" class="modal-footer">
317
+ </footer>
318
+ </modal>
319
+ </template>
320
+
321
+ <script>
322
+ import {PagedList} from 'vue-client'
323
+ import {HttpResetClass} from 'vue-client'
324
+ import {isEmpty} from '../../Util'
325
+ import Vue from "vue";
326
+ export default {
327
+ title: '报建收费列表',
328
+ data () {
329
+ return {
330
+ model: new PagedList('rs/sql/getApplyChongZheng', 30, null, {
331
+ f_charge_money: 0
332
+ }),
333
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')?this.$appdata.getParam('报建类型'):[]],
334
+ paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')?this.$appdata.getParam('付款方式'):[]],
335
+ chargingStatus: [
336
+ {label: '全部', value: ''},
337
+ {label: '有效', value: '有效'}
338
+ ],
339
+ criteriaShow: false,
340
+ showStatus: true,
341
+ getfield: {
342
+ 'f_apply_num': '报建编号',
343
+ 'f_user_name': '用户名称',
344
+ 'f_phone': '电话',
345
+ 'f_contract_number': '合同编号',
346
+ 'f_apply_type': '报建类型',
347
+ 'f_apply_nature': '报建性质',
348
+ 'f_charge_money': '收费金额',
349
+ 'f_feecount': '收费户数',
350
+ 'f_payment_method': '付款方式',
351
+ 'f_charge_collectors': '收费人员',
352
+ 'f_charge_date': '收费日期',
353
+ 'f_charge_status': '缴费状态',
354
+ 'f_bill_style': '票据类型',
355
+ 'f_bill_code': '发票代码',
356
+ 'f_bill_number': '发票号码',
357
+ 'f_bill_state': '票据状态'
358
+ },
359
+ charge: null,
360
+ showPrint: false,
361
+ showChongZheng: false,
362
+ detailShow: false,
363
+ detail: {
364
+ title: '',
365
+ confirmContent: '',
366
+ type: ''
367
+ }
368
+ }
369
+ },
370
+ ready () {
371
+ // 调用查询
372
+ this.search()
373
+ },
374
+ methods: {
375
+ showModel (row) {
376
+ this.charge = row
377
+ this.showChongZheng = true
378
+ },
379
+ clear () {
380
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
381
+ this.$refs.cp.$refs.cri.model[key] = []
382
+ })
383
+ },
384
+ searchCondition (args) {
385
+ console.log("args.condition",args.condition)
386
+ this.model.search(args.condition, args.model)
387
+ },
388
+ // 查询
389
+ search () {
390
+ this.$refs.cp.$refs.cri.search()
391
+ },
392
+ updateshowStatus(){
393
+ this.showStatus = !this.showStatus
394
+ this.search()
395
+ },
396
+ // 查看发票
397
+ },
398
+ computed: {
399
+ getCondition () {
400
+ return {
401
+ condition: this.$refs.cp.$refs.cri.condition,
402
+ data: {
403
+ orgid: this.$login.f.orgid
404
+ }
405
+ }
406
+ },
407
+ getUserRolesname(){
408
+ return this.$login.f.rolesnames.includes('营业厅报装')
409
+ }
410
+ }
411
+ }
412
+ </script>
413
+
414
+ <style scoped>
415
+ </style>