manage-client 3.2.225 → 3.2.229
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.
- package/.gradle/4.4/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/6.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.1/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/6.1/fileHashes/fileHashes.lock +0 -0
- package/build/dev-server.js +180 -180
- package/package.json +3 -3
- package/src/components/SellReport/applyHunum.vue +221 -0
- package/src/components/sale/businessquery/OtherChargeQuery.vue +5 -3
- package/src/components/webmeter/WebmeterQuery.vue +9 -2
- package/src/components/webmeter/gasAnalysis/NewWebmeterSettlementAnalysis.vue +432 -0
- package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +510 -0
- package/src/filiale/WEINAN/BusinessManage.vue +3 -3
- package/src/filiale/WEINAN/CancellationQuery.vue +530 -530
- package/src/filiale/WEINAN/RecordInfoQuery.vue +86 -82
- package/src/filiale/rizhao/ChargeQuery.vue +1295 -1295
- package/src/main.js +66 -66
- package/src/reportManage.js +4 -0
- package/src/webmeterManage.js +4 -0
- package/lib/package_2022-12-01-14-30-50.json +0 -109
|
@@ -56,8 +56,13 @@
|
|
|
56
56
|
</div>
|
|
57
57
|
|
|
58
58
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
59
|
-
|
|
60
|
-
<
|
|
59
|
+
<!-- :show-component="$parent.$parent.resshow"-->
|
|
60
|
+
<res-select-group
|
|
61
|
+
:show-component=['company','slicearea']
|
|
62
|
+
:initres="$parent.$parent.initres"
|
|
63
|
+
@re-res="$parent.$parent.getRes"
|
|
64
|
+
v-ref:sel
|
|
65
|
+
></res-select-group><div class="col-sm-2 form-group" >
|
|
61
66
|
<label for="startDate" class="font_normal_body" title="建档开始日期">开始日期</label>
|
|
62
67
|
<datepicker id="startDate" placeholder="建档开始日期" style="width:60%"
|
|
63
68
|
v-model="model.startDate"
|
|
@@ -260,14 +265,14 @@
|
|
|
260
265
|
<!-- close-on-select-->
|
|
261
266
|
<!-- condition="f_house_type = '{}'"></v-select>-->
|
|
262
267
|
<!-- </div>-->
|
|
263
|
-
<div class="col-sm-2 form-group"
|
|
264
|
-
<label class="font_normal_body" >缴费类型</label
|
|
265
|
-
<v-select :value.sync="model.f_payment" multiple
|
|
266
|
-
v-model="model.f_payment"
|
|
267
|
-
:options='$parent.$parent.dypayment' placeholder='请选择'
|
|
268
|
-
condition="f_cost_type in {}"
|
|
269
|
-
close-on-select></v-select
|
|
270
|
-
</div
|
|
268
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
269
|
+
<!-- <label class="font_normal_body" >缴费类型</label>-->
|
|
270
|
+
<!-- <v-select :value.sync="model.f_payment" multiple-->
|
|
271
|
+
<!-- v-model="model.f_payment"-->
|
|
272
|
+
<!-- :options='$parent.$parent.dypayment' placeholder='请选择'-->
|
|
273
|
+
<!-- condition="f_cost_type in {}"-->
|
|
274
|
+
<!-- close-on-select></v-select>-->
|
|
275
|
+
<!-- </div>-->
|
|
271
276
|
|
|
272
277
|
<!-- <div class="col-sm-2 form-group" >-->
|
|
273
278
|
<!-- <label for="startDate3" class="font_normal_body" title="安装日期">安装日期</label>-->
|
|
@@ -330,30 +335,30 @@
|
|
|
330
335
|
close-on-select
|
|
331
336
|
condition="f_table_state = '{}'"></v-select>
|
|
332
337
|
</div>
|
|
333
|
-
<div class="col-sm-2 form-group"
|
|
334
|
-
<label class="font_normal_body">安 装 人</label
|
|
335
|
-
<v-select :value.sync="model.f_install_person" v-model='model.f_install_person'
|
|
336
|
-
style="width:60%"
|
|
337
|
-
:multiple="true"
|
|
338
|
-
:options='$parent.$parent.person' placeholder='安装人'
|
|
339
|
-
condition="f_install_person = '{}'"
|
|
340
|
-
close-on-select
|
|
341
|
-
v-el:cc></v-select
|
|
342
|
-
</div
|
|
343
|
-
<div class="col-sm-2 form-group"
|
|
344
|
-
<label class="font_normal_body" title="参数:表具类型">表具类型</label
|
|
345
|
-
<v-select :value.sync="model.f_meter_size" v-model="model.f_meter_size"
|
|
346
|
-
:options='$parent.$parent.metersize' placeholder='表具类型'
|
|
347
|
-
style="width:60%" condition="f_meter_size = '{}'"
|
|
348
|
-
close-on-select></v-select
|
|
349
|
-
</div
|
|
350
|
-
<div class="col-sm-2 form-group"
|
|
351
|
-
<label class="font_normal_body" title="参数:表流量">表 流 量</label
|
|
352
|
-
<v-select :value.sync="model.f_meter_flow" v-model="model.f_meter_flow"
|
|
353
|
-
:options='$parent.$parent.meterflow' placeholder='表流量'
|
|
354
|
-
style="width:60%" condition="f_meter_flow = '{}'"
|
|
355
|
-
close-on-select></v-select
|
|
356
|
-
</div
|
|
338
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
339
|
+
<!-- <label class="font_normal_body">安 装 人</label>-->
|
|
340
|
+
<!-- <v-select :value.sync="model.f_install_person" v-model='model.f_install_person'-->
|
|
341
|
+
<!-- style="width:60%"-->
|
|
342
|
+
<!-- :multiple="true"-->
|
|
343
|
+
<!-- :options='$parent.$parent.person' placeholder='安装人'-->
|
|
344
|
+
<!-- condition="f_install_person = '{}'"-->
|
|
345
|
+
<!-- close-on-select-->
|
|
346
|
+
<!-- v-el:cc></v-select>-->
|
|
347
|
+
<!-- </div>-->
|
|
348
|
+
<!-- <div class="col-sm-2 form-group" >-->
|
|
349
|
+
<!-- <label class="font_normal_body" title="参数:表具类型">表具类型</label>-->
|
|
350
|
+
<!-- <v-select :value.sync="model.f_meter_size" v-model="model.f_meter_size"-->
|
|
351
|
+
<!-- :options='$parent.$parent.metersize' placeholder='表具类型'-->
|
|
352
|
+
<!-- style="width:60%" condition="f_meter_size = '{}'"-->
|
|
353
|
+
<!-- close-on-select></v-select>-->
|
|
354
|
+
<!-- </div>-->
|
|
355
|
+
<!-- <div class="col-sm-2 form-group" >-->
|
|
356
|
+
<!-- <label class="font_normal_body" title="参数:表流量">表 流 量</label>-->
|
|
357
|
+
<!-- <v-select :value.sync="model.f_meter_flow" v-model="model.f_meter_flow"-->
|
|
358
|
+
<!-- :options='$parent.$parent.meterflow' placeholder='表流量'-->
|
|
359
|
+
<!-- style="width:60%" condition="f_meter_flow = '{}'"-->
|
|
360
|
+
<!-- close-on-select></v-select>-->
|
|
361
|
+
<!-- </div>-->
|
|
357
362
|
<!-- <div class="col-sm-2 form-group">-->
|
|
358
363
|
<!-- <label class="font_normal_body">档案抄表员</label>-->
|
|
359
364
|
<!-- <v-select :value.sync="model.f_book_inputtor" v-model='model.f_book_inputtor'-->
|
|
@@ -385,28 +390,27 @@
|
|
|
385
390
|
<th><nobr>卡号</nobr></th>
|
|
386
391
|
<th><nobr>客户名称</nobr></th>
|
|
387
392
|
<th><nobr>小区名称</nobr></th>
|
|
388
|
-
<th><nobr>表具类型</nobr></th
|
|
389
|
-
<th><nobr>表流量</nobr></th
|
|
393
|
+
<!-- <th><nobr>表具类型</nobr></th>-->
|
|
394
|
+
<!-- <th><nobr>表流量</nobr></th>-->
|
|
390
395
|
<th>
|
|
391
396
|
<data-order field="f_residential_area,f_unit,f_building,f_floor,f_room" name="客户地址"
|
|
392
397
|
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
393
398
|
</th>
|
|
394
399
|
<th><nobr>客户电话</nobr></th>
|
|
395
|
-
<th><nobr>表册片区</nobr></th
|
|
396
|
-
<th><nobr>通气日期</nobr></th
|
|
400
|
+
<!-- <th><nobr>表册片区</nobr></th>-->
|
|
401
|
+
<!-- <th><nobr>通气日期</nobr></th>-->
|
|
397
402
|
<!-- 气价类型,单价暂时未处理 -->
|
|
398
|
-
<th><nobr>气价类型</nobr></th
|
|
403
|
+
<!-- <th><nobr>气价类型</nobr></th>-->
|
|
399
404
|
<th><nobr>气价名称</nobr></th>
|
|
400
|
-
<th><nobr>单价</nobr></th>
|
|
401
405
|
|
|
402
406
|
<th><nobr>安装位置</nobr></th>
|
|
403
|
-
<th><nobr>缴费类型</nobr></th
|
|
407
|
+
<!-- <th><nobr>缴费类型</nobr></th>-->
|
|
404
408
|
<th><nobr>气表类型</nobr></th>
|
|
405
409
|
<th><nobr>气表品牌</nobr></th>
|
|
406
410
|
<th><nobr>表号</nobr></th>
|
|
407
411
|
<th><nobr>表封号</nobr></th>
|
|
408
412
|
<th><nobr>左右表</nobr></th>
|
|
409
|
-
<th><nobr>气表安装日期</nobr></th
|
|
413
|
+
<!-- <th><nobr>气表安装日期</nobr></th>-->
|
|
410
414
|
<th><nobr>气表底数</nobr></th>
|
|
411
415
|
<th><nobr>账户余额</nobr></th>
|
|
412
416
|
<th><nobr>最后抄表日期</nobr></th>
|
|
@@ -428,14 +432,14 @@
|
|
|
428
432
|
<th><nobr>备注信息</nobr></th>
|
|
429
433
|
|
|
430
434
|
<!-- <th><nobr>气价详情</nobr></th>-->
|
|
431
|
-
<th><nobr>曾用名</nobr></th
|
|
432
|
-
<th><nobr>备用电话</nobr></th
|
|
433
|
-
<th><nobr>租户姓名</nobr></th
|
|
434
|
-
<th><nobr>租户电话</nobr></th
|
|
435
|
+
<!-- <th><nobr>曾用名</nobr></th>-->
|
|
436
|
+
<!-- <th><nobr>备用电话</nobr></th>-->
|
|
437
|
+
<!-- <th><nobr>租户姓名</nobr></th>-->
|
|
438
|
+
<!-- <th><nobr>租户电话</nobr></th>-->
|
|
435
439
|
<!--<th><nobr>曾用名</nobr></th>-->
|
|
436
|
-
<th><nobr>发票编码</nobr></th
|
|
437
|
-
<th><nobr>是否煤改气</nobr></th
|
|
438
|
-
<th><nobr>是否发放天然气使用证</nobr></th
|
|
440
|
+
<!-- <th><nobr>发票编码</nobr></th>-->
|
|
441
|
+
<!-- <th><nobr>是否煤改气</nobr></th>-->
|
|
442
|
+
<!-- <th><nobr>是否发放天然气使用证</nobr></th>-->
|
|
439
443
|
|
|
440
444
|
<th><nobr>使用类型</nobr></th>
|
|
441
445
|
|
|
@@ -449,42 +453,42 @@
|
|
|
449
453
|
<th><nobr>表累购气量</nobr></th>
|
|
450
454
|
<th><nobr>表累购金额</nobr></th>
|
|
451
455
|
|
|
452
|
-
<th><nobr>抄表员(表册)</nobr></th
|
|
453
|
-
<th><nobr>抄表员(档案)</nobr></th
|
|
454
|
-
<th><nobr>用气点</nobr></th
|
|
455
|
-
<th><nobr>安装人</nobr></th
|
|
456
|
-
<th><nobr>通气人</nobr></th
|
|
456
|
+
<!-- <th><nobr>抄表员(表册)</nobr></th>-->
|
|
457
|
+
<!-- <th><nobr>抄表员(档案)</nobr></th>-->
|
|
458
|
+
<!-- <th><nobr>用气点</nobr></th>-->
|
|
459
|
+
<!-- <th><nobr>安装人</nobr></th>-->
|
|
460
|
+
<!-- <th><nobr>通气人</nobr></th>-->
|
|
457
461
|
<!-- <th><nobr>点火状态</nobr></th>-->
|
|
458
|
-
<th><nobr>抄表册编号</nobr></th
|
|
462
|
+
<!-- <th><nobr>抄表册编号</nobr></th>-->
|
|
459
463
|
|
|
460
|
-
<th><nobr>抄表册顺序</nobr></th
|
|
464
|
+
<!-- <th><nobr>抄表册顺序</nobr></th>-->
|
|
461
465
|
<th><nobr>表剩余金额</nobr></th>
|
|
462
466
|
<!-- <th><nobr>首次购气日期</nobr></th>-->
|
|
463
|
-
<th><nobr>写卡次数</nobr></th
|
|
464
|
-
<th><nobr>补卡次数</nobr></th
|
|
467
|
+
<!-- <th><nobr>写卡次数</nobr></th>-->
|
|
468
|
+
<!-- <th><nobr>补卡次数</nobr></th>-->
|
|
465
469
|
<!-- <th><nobr>购气次数</nobr></th>-->
|
|
466
470
|
|
|
467
471
|
<th><nobr>表同步状态</nobr></th>
|
|
468
472
|
<th><nobr>微信绑定</nobr></th>
|
|
469
473
|
|
|
470
|
-
<th
|
|
471
|
-
<nobr>银行户名</nobr
|
|
472
|
-
</th
|
|
473
|
-
<th
|
|
474
|
-
<nobr>银行名称</nobr
|
|
475
|
-
</th
|
|
476
|
-
<th
|
|
477
|
-
<nobr>银行账号</nobr
|
|
478
|
-
</th
|
|
479
|
-
<th
|
|
480
|
-
<nobr>银行身份证号</nobr
|
|
481
|
-
</th
|
|
482
|
-
<th
|
|
483
|
-
<nobr>缴费编号</nobr
|
|
484
|
-
</th
|
|
485
|
-
<th
|
|
486
|
-
<nobr>报警器编号</nobr
|
|
487
|
-
</th
|
|
474
|
+
<!-- <th>-->
|
|
475
|
+
<!-- <nobr>银行户名</nobr>-->
|
|
476
|
+
<!-- </th>-->
|
|
477
|
+
<!-- <th>-->
|
|
478
|
+
<!-- <nobr>银行名称</nobr>-->
|
|
479
|
+
<!-- </th>-->
|
|
480
|
+
<!-- <th>-->
|
|
481
|
+
<!-- <nobr>银行账号</nobr>-->
|
|
482
|
+
<!-- </th>-->
|
|
483
|
+
<!-- <th>-->
|
|
484
|
+
<!-- <nobr>银行身份证号</nobr>-->
|
|
485
|
+
<!-- </th>-->
|
|
486
|
+
<!-- <th>-->
|
|
487
|
+
<!-- <nobr>缴费编号</nobr>-->
|
|
488
|
+
<!-- </th>-->
|
|
489
|
+
<!-- <th>-->
|
|
490
|
+
<!-- <nobr>报警器编号</nobr>-->
|
|
491
|
+
<!-- </th>-->
|
|
488
492
|
<th>
|
|
489
493
|
<nobr>换表时间</nobr>
|
|
490
494
|
</th>
|
|
@@ -1072,9 +1076,9 @@
|
|
|
1072
1076
|
metersize() {
|
|
1073
1077
|
return [{label:'全部',value:''}, ...this.$appdata.getParam('表具类型')]
|
|
1074
1078
|
},
|
|
1075
|
-
meterflow(){
|
|
1076
|
-
|
|
1077
|
-
},
|
|
1079
|
+
// meterflow(){
|
|
1080
|
+
// return [{label:'全部',value:''}, ...this.$appdata.getParam('表流量')]
|
|
1081
|
+
// },
|
|
1078
1082
|
TableStates () {
|
|
1079
1083
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('气表状态')]
|
|
1080
1084
|
},
|
|
@@ -1112,9 +1116,9 @@
|
|
|
1112
1116
|
pricetypes() {
|
|
1113
1117
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('气价类型')]
|
|
1114
1118
|
},
|
|
1115
|
-
person() {
|
|
1116
|
-
|
|
1117
|
-
},
|
|
1119
|
+
// person() {
|
|
1120
|
+
// return [{label: '全部', value: ''}, ...this.$appdata.getParam('安装人')]
|
|
1121
|
+
// },
|
|
1118
1122
|
tablestate() {
|
|
1119
1123
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('表具状态')]
|
|
1120
1124
|
},
|