manage-client 4.1.158 → 4.1.159
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/package.json +1 -1
- package/src/filiale/jinbin/exportConfig.js +1110 -0
- package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +1372 -0
- package/src/filiale/jinbin/sale.js +7 -0
- package/src/filiale/tongchuan/ChargeQuery.vue +3 -3
- package/src/filiale/tongchuan/GasInspection.vue +4 -4
- package/src/filiale/tongchuan/HandplanQuery.vue +3 -3
- package/src/filiale/tongchuan/InspectListGas.vue +7 -7
- package/src/filiale/tongchuan/InspectListUser.vue +7 -7
- package/src/filiale/tongchuan/MeterQuery.vue +3 -3
- package/src/filiale/tongchuan/RecordInfoQuery.vue +4 -4
- package/src/filiale/tongchuan/UserQuery.vue +7 -5
- package/src/filiale/tongchuan/config/exportConfig.js +6 -6
- package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1.1/gc.properties +0 -0
- package/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.3.0/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
close-on-select></v-select>
|
|
393
393
|
</div>
|
|
394
394
|
<div class="col-sm-2 form-group">
|
|
395
|
-
<label class="font_normal_body"
|
|
395
|
+
<label class="font_normal_body">客户最新状态</label>
|
|
396
396
|
<v-select :value.sync="model.f_is_empty"
|
|
397
397
|
:options='$parent.$parent.isempty'
|
|
398
398
|
placeholder='请选择'
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
<th><nobr>是否煤改气</nobr></th>
|
|
607
607
|
<th><nobr>是否空置户</nobr></th>
|
|
608
608
|
<th><nobr>是否孤寡老人</nobr></th>
|
|
609
|
-
<th><nobr
|
|
609
|
+
<th><nobr>客户最新状态</nobr></th>
|
|
610
610
|
<th><nobr>附件</nobr></th>
|
|
611
611
|
</tr>
|
|
612
612
|
</template>
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
1043
1043
|
isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
1044
1044
|
isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
1045
|
-
isempty:
|
|
1045
|
+
isempty: this.$appdata.getParam('客户最新状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
|
|
1046
1046
|
tempfalg :false,
|
|
1047
1047
|
lastorgstr:'',
|
|
1048
1048
|
// pos设备列表
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
close-on-select></v-select>
|
|
290
290
|
</div>
|
|
291
291
|
<div class="col-sm-2 form-group">
|
|
292
|
-
<label class="font_normal_body"
|
|
292
|
+
<label class="font_normal_body">客户最新状态</label>
|
|
293
293
|
<v-select :value.sync="model.f_is_empty"
|
|
294
294
|
:options='$parent.$parent.isempty'
|
|
295
295
|
placeholder='请选择'
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
<th><nobr>是否煤改气</nobr></th>
|
|
340
340
|
<th><nobr>是否空置户</nobr></th>
|
|
341
341
|
<th><nobr>是否孤寡老人</nobr></th>
|
|
342
|
-
<th><nobr
|
|
342
|
+
<th><nobr>客户最新状态</nobr></th>
|
|
343
343
|
</tr>
|
|
344
344
|
</template>
|
|
345
345
|
<template partial='body'>
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
498
498
|
isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
499
499
|
isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
500
|
-
isempty:
|
|
500
|
+
isempty: this.$appdata.getParam('客户最新状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
|
|
501
501
|
meterbrands: [],
|
|
502
502
|
// 表册片区
|
|
503
503
|
bookSlice:[],
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
'f_is_mgq': '是否煤改气',
|
|
801
801
|
'f_is_vacant': '是否空置户',
|
|
802
802
|
'f_is_alone': '是否孤寡老人',
|
|
803
|
-
'f_is_empty': '
|
|
803
|
+
'f_is_empty': '客户最新状态'
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
usertypes() {
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
close-on-select></v-select>
|
|
331
331
|
</div>
|
|
332
332
|
<div class="col-sm-2 form-group">
|
|
333
|
-
<label class="font_normal_body"
|
|
333
|
+
<label class="font_normal_body">客户最新状态</label>
|
|
334
334
|
<v-select :value.sync="model.f_is_empty"
|
|
335
335
|
:options='$parent.$parent.isempty'
|
|
336
336
|
placeholder='请选择'
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
<th><nobr>是否煤改气</nobr></th>
|
|
469
469
|
<th><nobr>是否空置户</nobr></th>
|
|
470
470
|
<th><nobr>是否孤寡老人</nobr></th>
|
|
471
|
-
<th><nobr
|
|
471
|
+
<th><nobr>客户最新状态</nobr></th>
|
|
472
472
|
<th>
|
|
473
473
|
<nobr>抄表状态</nobr>
|
|
474
474
|
</th>
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
861
861
|
isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
862
862
|
isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
863
|
-
isempty:
|
|
863
|
+
isempty: this.$appdata.getParam('客户最新状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
|
|
864
864
|
imgshow:false,
|
|
865
865
|
imgfilename:'',
|
|
866
866
|
percent:0,
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
close-on-select></v-select>
|
|
320
320
|
</div>
|
|
321
321
|
<div class="col-sm-2 form-group">
|
|
322
|
-
<label class="font_normal_body"
|
|
322
|
+
<label class="font_normal_body">客户最新状态</label>
|
|
323
323
|
<v-select :value.sync="model.f_is_empty"
|
|
324
324
|
:options='$parent.$parent.isempty'
|
|
325
325
|
placeholder='请选择'
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
<th><nobr>是否煤改气</nobr></th>
|
|
370
370
|
<th><nobr>是否空置户</nobr></th>
|
|
371
371
|
<th><nobr>是否孤寡老人</nobr></th>
|
|
372
|
-
<th><nobr
|
|
372
|
+
<th><nobr>客户最新状态</nobr></th>
|
|
373
373
|
</tr>
|
|
374
374
|
</template>
|
|
375
375
|
<template partial='body'>
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
"f_gasproperties":"用气性质","f_table_state":"表具状态","f_meter_brand":"气表品牌","f_price_name":"气价名称",
|
|
476
476
|
"delivery_date":"最后购气日期","f_meter_style":"气表类型","f_open_date":"开户日期","f_pcd":"区域","f_gasproperties2":"二级用气性质",
|
|
477
477
|
"f_changemeter_date":"最后一次换表时间","sellcishu":"期间购气次数","sellpregas":"期间购气量","f_orgname":"组织机构",
|
|
478
|
-
"f_is_mgq": "是否煤改气", "f_is_empty": "
|
|
478
|
+
"f_is_mgq": "是否煤改气", "f_is_empty": "客户最新状态", "f_is_vacant": "是否空置户", "f_is_alone": "是否孤寡老人"},
|
|
479
479
|
model: new PagedList('api/af-revenue/sql/inspectList_sellinggas', 50,{},{sellpregas: 0}),
|
|
480
480
|
rows: null,
|
|
481
481
|
//orgid:'',
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
497
497
|
isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
498
498
|
isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
499
|
-
isempty:
|
|
499
|
+
isempty: this.$appdata.getParam('客户最新状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户最新状态')] : []
|
|
500
500
|
}
|
|
501
501
|
},
|
|
502
502
|
watch:{
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"delivery_date":"最后购气日期","f_meter_style":"气表类型","f_open_date":"开户日期","f_pcd":"区域","f_gasproperties2":"二级用气性质",
|
|
517
517
|
"f_changemeter_date":"最后一次换表时间",
|
|
518
518
|
"sellcishu":"期间购气次数","sellpregas":"期间购气量","f_orgname":"组织机构",
|
|
519
|
-
"f_is_mgq": "是否煤改气", "f_is_empty": "
|
|
519
|
+
"f_is_mgq": "是否煤改气", "f_is_empty": "客户最新状态", "f_is_vacant": "是否空置户", "f_is_alone": "是否孤寡老人"}
|
|
520
520
|
}if(val == '物联网表'){
|
|
521
521
|
this.url = 'api/af-revenue/sql/getwulw_listgas'
|
|
522
522
|
this.sqlName = 'getwulw_listgas'
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
"delivery_date":"最后购气日期","f_meter_style":"气表类型","f_open_date":"开户日期","f_pcd":"区域","f_gasproperties2":"二级用气性质",
|
|
527
527
|
"f_changemeter_date":"最后一次换表时间",
|
|
528
528
|
"sellcishu":"期间购气次数","sellpregas":"期间购气量","f_orgname":"组织机构",
|
|
529
|
-
"f_is_mgq": "是否煤改气", "f_is_empty": "
|
|
529
|
+
"f_is_mgq": "是否煤改气", "f_is_empty": "客户最新状态", "f_is_vacant": "是否空置户", "f_is_alone": "是否孤寡老人"}
|
|
530
530
|
}
|
|
531
531
|
if(val == '机表'){
|
|
532
532
|
this.url = 'api/af-revenue/sql/handinspectList_sellinggas'
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
"delivery_date":"最后抄表日期","f_meter_style":"气表类型","f_open_date":"开户日期","f_pcd":"区域","f_gasproperties2":"二级用气性质",
|
|
538
538
|
"f_changemeter_date":"最后一次换表时间",
|
|
539
539
|
"sellcishu":"期间抄表次数","sellpregas":"期间抄表气量","f_orgname":"组织机构",
|
|
540
|
-
"f_is_mgq": "是否煤改气", "f_is_empty": "
|
|
540
|
+
"f_is_mgq": "是否煤改气", "f_is_empty": "客户最新状态", "f_is_vacant": "是否空置户", "f_is_alone": "是否孤寡老人"}
|
|
541
541
|
}
|
|
542
542
|
this.clear()
|
|
543
543
|
}
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
close-on-select></v-select>
|
|
232
232
|
</div>
|
|
233
233
|
<div class="col-sm-2 form-group">
|
|
234
|
-
<label class="font_normal_body"
|
|
234
|
+
<label class="font_normal_body">客户最新状态</label>
|
|
235
235
|
<v-select :value.sync="model.f_is_empty"
|
|
236
236
|
:options='$parent.$parent.isempty'
|
|
237
237
|
placeholder='请选择'
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
<th><nobr>是否煤改气</nobr></th>
|
|
280
280
|
<th><nobr>是否空置户</nobr></th>
|
|
281
281
|
<th><nobr>是否孤寡老人</nobr></th>
|
|
282
|
-
<th><nobr
|
|
282
|
+
<th><nobr>客户最新状态</nobr></th>
|
|
283
283
|
</tr>
|
|
284
284
|
</template>
|
|
285
285
|
<template partial='body'>
|
|
@@ -512,7 +512,7 @@ export default {
|
|
|
512
512
|
"delivery_date":"区间内最后购气日期","cishu":"区间内购气次数","pregas":"区间内购气量","collection":"区间内购气金额",
|
|
513
513
|
"diffday":"区间内未购气天数","f_checknum":"安检次数","f_last_check_date":"最后安检日期",
|
|
514
514
|
"f_is_mgq": "是否煤改气",
|
|
515
|
-
"f_is_empty": "
|
|
515
|
+
"f_is_empty": "客户最新状态",
|
|
516
516
|
"f_is_vacant": "是否空置户",
|
|
517
517
|
"f_is_alone": "是否孤寡老人"},
|
|
518
518
|
model: new PagedList('api/af-revenue/sql/inspectList', 50,{startDate:'this.model.startDate',endDate:'this.model.endDate'},{pregas: 0}),
|
|
@@ -547,7 +547,7 @@ export default {
|
|
|
547
547
|
ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
548
548
|
isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
549
549
|
isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
550
|
-
isempty:
|
|
550
|
+
isempty: this.$appdata.getParam('客户最新状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
|
|
551
551
|
batchQuotaModalShow: false,
|
|
552
552
|
defaultfield: [],
|
|
553
553
|
}
|
|
@@ -578,7 +578,7 @@ export default {
|
|
|
578
578
|
"f_checknum": "安检次数",
|
|
579
579
|
"f_last_check_date": "最后安检日期",
|
|
580
580
|
"f_is_mgq": "是否煤改气",
|
|
581
|
-
"f_is_empty": "
|
|
581
|
+
"f_is_empty": "客户最新状态",
|
|
582
582
|
"f_is_vacant": "是否空置户",
|
|
583
583
|
"f_is_alone": "是否孤寡老人"
|
|
584
584
|
}
|
|
@@ -607,7 +607,7 @@ export default {
|
|
|
607
607
|
"f_checknum": "安检次数",
|
|
608
608
|
"f_last_check_date": "最后安检日期",
|
|
609
609
|
"f_is_mgq": "是否煤改气",
|
|
610
|
-
"f_is_empty": "
|
|
610
|
+
"f_is_empty": "客户最新状态",
|
|
611
611
|
"f_is_vacant": "是否空置户",
|
|
612
612
|
"f_is_alone": "是否孤寡老人"
|
|
613
613
|
}
|
|
@@ -636,7 +636,7 @@ export default {
|
|
|
636
636
|
"f_checknum": "安检次数",
|
|
637
637
|
"f_last_check_date": "最后安检日期",
|
|
638
638
|
"f_is_mgq": "是否煤改气",
|
|
639
|
-
"f_is_empty": "
|
|
639
|
+
"f_is_empty": "客户最新状态",
|
|
640
640
|
"f_is_vacant": "是否空置户",
|
|
641
641
|
"f_is_alone": "是否孤寡老人"
|
|
642
642
|
}
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
close-on-select></v-select>
|
|
337
337
|
</div>
|
|
338
338
|
<div class="col-sm-2 form-group">
|
|
339
|
-
<label class="font_normal_body"
|
|
339
|
+
<label class="font_normal_body">客户最新状态</label>
|
|
340
340
|
<v-select :value.sync="model.f_is_empty"
|
|
341
341
|
:options='$parent.$parent.isempty'
|
|
342
342
|
placeholder='请选择'
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
<th><nobr>是否煤改气</nobr></th>
|
|
430
430
|
<th><nobr>是否空置户</nobr></th>
|
|
431
431
|
<th><nobr>是否孤寡老人</nobr></th>
|
|
432
|
-
<th><nobr
|
|
432
|
+
<th><nobr>客户最新状态</nobr></th>
|
|
433
433
|
</tr>
|
|
434
434
|
</template>
|
|
435
435
|
<template partial='body'>
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
661
661
|
isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
662
662
|
isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
663
|
-
isempty:
|
|
663
|
+
isempty: this.$appdata.getParam('客户最新状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
|
|
664
664
|
usetype:this.$appdata.getParam('使用类型'),
|
|
665
665
|
userstates:this.$appdata.getParam('用户状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')] : []
|
|
666
666
|
}
|
|
@@ -566,10 +566,10 @@
|
|
|
566
566
|
close-on-select></v-select>
|
|
567
567
|
</div>
|
|
568
568
|
<div class="col-sm-2 form-group">
|
|
569
|
-
<label class="font_normal_body"
|
|
569
|
+
<label class="font_normal_body">客户最新状态</label>
|
|
570
570
|
<v-select :value.sync="model.f_is_empty"
|
|
571
571
|
:options='$parent.$parent.isempty'
|
|
572
|
-
placeholder='
|
|
572
|
+
placeholder='客户最新状态'
|
|
573
573
|
v-model="model.f_is_empty"
|
|
574
574
|
condition="f_is_empty = '{}'"
|
|
575
575
|
close-on-select></v-select>
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
<th><nobr>是否煤改气</nobr></th>
|
|
737
737
|
<th><nobr>是否空置户</nobr></th>
|
|
738
738
|
<th><nobr>是否孤寡老人</nobr></th>
|
|
739
|
-
<th><nobr
|
|
739
|
+
<th><nobr>客户最新状态</nobr></th>
|
|
740
740
|
<th><nobr>是否发放天然气使用证</nobr></th>
|
|
741
741
|
|
|
742
742
|
<th><nobr>使用类型</nobr></th>
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
1064
1064
|
isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
1065
1065
|
isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
1066
|
-
isempty:
|
|
1066
|
+
isempty: this.$appdata.getParam('客户最新状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
|
|
1067
1067
|
networkvalves: this.$appdata.getParam('自动阀控') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('自动阀控')] : [],
|
|
1068
1068
|
}
|
|
1069
1069
|
},
|
|
@@ -343,10 +343,10 @@
|
|
|
343
343
|
close-on-select></v-select>
|
|
344
344
|
</div>
|
|
345
345
|
<div class="col-sm-2 form-group">
|
|
346
|
-
<label class="font_normal_body"
|
|
346
|
+
<label class="font_normal_body">客户最新状态</label>
|
|
347
347
|
<v-select :value.sync="model.f_is_empty"
|
|
348
348
|
:options='$parent.$parent.isempty'
|
|
349
|
-
placeholder='
|
|
349
|
+
placeholder='客户最新状态'
|
|
350
350
|
v-model="model.f_is_empty"
|
|
351
351
|
condition="f_is_empty = '{}'"
|
|
352
352
|
close-on-select></v-select>
|
|
@@ -381,6 +381,7 @@
|
|
|
381
381
|
<data-order field="f_address" name="客户地址"
|
|
382
382
|
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
383
383
|
</th>
|
|
384
|
+
<th><nobr>客户最新状态</nobr></th>
|
|
384
385
|
<th>
|
|
385
386
|
<nobr>小区</nobr>
|
|
386
387
|
</th>
|
|
@@ -438,7 +439,7 @@
|
|
|
438
439
|
<th><nobr>是否煤改气</nobr></th>
|
|
439
440
|
<th><nobr>是否空置户</nobr></th>
|
|
440
441
|
<th><nobr>是否孤寡老人</nobr></th>
|
|
441
|
-
|
|
442
|
+
|
|
442
443
|
<!-- <th>-->
|
|
443
444
|
<!-- <nobr>部门</nobr>-->
|
|
444
445
|
<!-- </th>-->
|
|
@@ -469,6 +470,7 @@
|
|
|
469
470
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
470
471
|
<nobr>{{row.f_address}}</nobr>
|
|
471
472
|
</td>
|
|
473
|
+
<th style="text-align: center;"><nobr>{{row.f_is_empty}}</nobr></th>
|
|
472
474
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
473
475
|
<nobr>{{row.f_residential_area}}</nobr>
|
|
474
476
|
</td>
|
|
@@ -526,7 +528,7 @@
|
|
|
526
528
|
<th style="text-align: center;"><nobr>{{row.f_is_mgq}}</nobr></th>
|
|
527
529
|
<th style="text-align: center;"><nobr>{{row.f_is_vacant}}</nobr></th>
|
|
528
530
|
<th style="text-align: center;"><nobr>{{row.f_is_alone}}</nobr></th>
|
|
529
|
-
|
|
531
|
+
|
|
530
532
|
<!-- <td style="text-align: center;">-->
|
|
531
533
|
<!-- <nobr>{{row.f_depname}}</nobr>-->
|
|
532
534
|
<!-- </td>-->
|
|
@@ -657,7 +659,7 @@
|
|
|
657
659
|
ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
658
660
|
isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
659
661
|
isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
660
|
-
isempty:
|
|
662
|
+
isempty: this.$appdata.getParam('客户最新状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
|
|
661
663
|
weixinSign:[{label:"全部",value:""},{label:"已绑定",value:"已绑定"},{label:"未绑定",value:"未绑定"}],
|
|
662
664
|
//小区
|
|
663
665
|
residentialArea: [],
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
export default{
|
|
3
3
|
// 把打印需要默认选中的字段名放在config数组中
|
|
4
4
|
userConfig: { 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话',
|
|
5
|
-
'f_idnumber': '身份证号', 'f_balance': '账户余额', 'f_address': '客户地址', 'f_residential_area': '小区',
|
|
5
|
+
'f_idnumber': '身份证号', 'f_balance': '账户余额', 'f_address': '客户地址', 'f_is_empty': '客户最新状态', 'f_residential_area': '小区',
|
|
6
6
|
'f_building': '楼栋', 'f_unit': '单元', 'f_floor': '楼层', 'f_room': '门牌号',
|
|
7
7
|
'f_user_state': '客户状态', 'f_createfile_date': '建档日期', 'f_open_date': '户档案开户日期', 'f_open_date_uf': '户档案开户日期', 'f_createfile_person': '建档人', 'f_comments': '备注',
|
|
8
8
|
'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号', 'f_inputtor': '抄表员',
|
|
9
9
|
'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_gas_date': '点火时间', 'isbgl': '是否壁挂炉',
|
|
10
|
-
'f_is_mgq': '是否煤改气', '
|
|
10
|
+
'f_is_mgq': '是否煤改气', 'f_is_vacant': '是否空置户', 'f_is_alone': '是否孤寡老人'
|
|
11
11
|
},
|
|
12
12
|
// 操作记录查询
|
|
13
13
|
recordConfig: {
|
|
@@ -35,7 +35,7 @@ export default{
|
|
|
35
35
|
'value': '气价详情', 'f_meter_brand': '气表品牌', 'f_meter_style': '气表型号',
|
|
36
36
|
'f_gas_person': '通气人', 'f_gas_date': '通气时间', 'f_input_date': '建表时间', 'f_table_state': '气表状态', 'isbgl': '是否壁挂炉', 'f_inputtor': '抄表员', 'f_book_name': '抄表册',
|
|
37
37
|
'f_user_state': '客户状态',
|
|
38
|
-
'f_is_mgq': '是否煤改气', 'f_is_empty': '
|
|
38
|
+
'f_is_mgq': '是否煤改气', 'f_is_empty': '客户最新状态', 'f_is_vacant': '是否空置户', 'f_is_alone': '是否孤寡老人'
|
|
39
39
|
},
|
|
40
40
|
ResidentialQuery: {
|
|
41
41
|
'f_residential_area': '小区', 'hushu': '户数', 'xinhushu': '新建户数', 'f_oughtfee': '用气金额', 'f_oughtamount': '用气量',
|
|
@@ -74,7 +74,7 @@ export default{
|
|
|
74
74
|
'f_yucun': '预存金额', 'f_card_id': '卡号', 'f_stairamount1': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
75
75
|
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
76
76
|
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_inputtor': '抄表员', 'f_serial_id': '流水号', 'f_tax_logotype': '是否征税', 'f_terminal_num': '终端号',
|
|
77
|
-
'f_is_mgq': '是否煤改气', 'f_is_empty': '
|
|
77
|
+
'f_is_mgq': '是否煤改气', 'f_is_empty': '客户最新状态', 'f_is_vacant': '是否空置户', 'f_is_alone': '是否孤寡老人'
|
|
78
78
|
},
|
|
79
79
|
pricetypeGasConfig: {
|
|
80
80
|
'f_price': '价格类型', 'f_gas': '当日售气量', 'f_money': '当日售气金额'
|
|
@@ -234,7 +234,7 @@ export default{
|
|
|
234
234
|
'latest_f_pregas': '最后购气量',
|
|
235
235
|
'latest_f_collection': '最后购气金额',
|
|
236
236
|
'f_max_operate_date': '最后购气日期',
|
|
237
|
-
'f_is_empty': '
|
|
237
|
+
'f_is_empty': '客户最新状态', 'f_is_vacant': '是否空置户', 'f_is_alone': '是否孤寡老人'
|
|
238
238
|
},
|
|
239
239
|
|
|
240
240
|
compreConfigGY: {
|
|
@@ -322,7 +322,7 @@ export default{
|
|
|
322
322
|
'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
323
323
|
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
324
324
|
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_rest_date': '所属年月',
|
|
325
|
-
'f_is_mgq': '是否煤改气', 'f_is_empty': '
|
|
325
|
+
'f_is_mgq': '是否煤改气', 'f_is_empty': '客户最新状态', 'f_is_vacant': '是否空置户', 'f_is_alone': '是否孤寡老人'
|
|
326
326
|
},
|
|
327
327
|
balanceConfig: {
|
|
328
328
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_balance': '期初余额', 'f_oughtfee': '期间应收',
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|