manage-client 3.2.142 → 3.2.143
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/build/dev-server.js +1 -1
- package/package.json +1 -1
- package/src/components/SellReport/UserFillmoney.vue +1 -1
- package/src/components/sale/businessquery/AccountQuery/AccountListManage.vue +2 -2
- package/src/components/sale/businessquery/AccountQuery/OverdueList.vue +4 -4
- package/src/components/sale/businessquery/ArrearsQuery.vue +2 -2
- package/src/components/sale/businessquery/ChargeQuery.vue +2 -2
- package/src/components/sale/businessquery/GroupChargeQuery.vue +2 -2
- package/src/components/sale/businessquery/HandplanQuery.vue +1 -1
- package/src/components/sale/businessquery/InspectListGas.vue +238 -246
- package/src/components/sale/businessquery/ProceedsOper.vue +4 -4
- package/src/components/sale/businessquery/SellOrgnameQuery.vue +2 -2
- package/src/components/sale/businessquery/SellPeopleQuery.vue +2 -2
- package/src/components/sale/businessquery/UserSellHeadDetail.vue +4 -4
- package/src/components/sale/config/exportConfig.js +12 -12
- package/src/components/sale/filesquery/UserQuery.vue +6 -0
- package/src/components/sale/filesquery/filequerydetail/ChargeQueryDetail.vue +1 -1
- package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +2 -1
- package/src/components/webmeter/DrillData/UserGasEform.vue +1 -1
- package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +2 -1
- package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +26 -26
- package/src/filiale/qianneng/ArrearsQuery.vue +2 -2
- package/src/filiale/qianneng/ChargeQuery.vue +2 -2
- package/src/filiale/qianneng/HandplanQuery.vue +1 -1
- package/src/filiale/qianneng/exportConfig.js +3 -3
package/build/dev-server.js
CHANGED
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<tabs header="气费预收款情况汇总" v-if="permission('气费预收款情况汇总')">
|
|
8
8
|
<pre-gas-list v-if="show.includes('气费预收款情况汇总')"></pre-gas-list>
|
|
9
9
|
</tabs>
|
|
10
|
-
<tabs header="
|
|
11
|
-
<overdue-list v-if="show.includes('
|
|
10
|
+
<tabs header="违约金情况汇总" v-if="permission('违约金情况汇总')">
|
|
11
|
+
<overdue-list v-if="show.includes('违约金情况汇总')"></overdue-list>
|
|
12
12
|
</tabs>
|
|
13
13
|
<tabs header="气费收款情况汇总" v-if="permission('气费收款情况汇总')">
|
|
14
14
|
<sellinggas-list v-if="show.includes('气费收款情况汇总')"></sellinggas-list>
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
:header="$parent.$parent.other"
|
|
50
50
|
sqlurl="rs/logic/exportfile"
|
|
51
51
|
sql-name="getOverdueList"
|
|
52
|
-
template-name='
|
|
52
|
+
template-name='违约金情况导出'
|
|
53
53
|
:choose-col="true"></export-excel>
|
|
54
54
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
55
55
|
:defaultfield="$parent.$parent.defaultfield"
|
|
56
|
-
titletable="
|
|
56
|
+
titletable="违约金情况"
|
|
57
57
|
:sumsmodel="$parent.$parent.sumsmodel"></print-data>
|
|
58
58
|
|
|
59
59
|
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<tr><th rowspan=2><nobr>月份</nobr></th>
|
|
82
82
|
<th rowspan=2><nobr>期初余额</nobr></th>
|
|
83
83
|
<th rowspan=2><nobr>本期发生额</nobr></th>
|
|
84
|
-
<th colspan="4"><nobr
|
|
84
|
+
<th colspan="4"><nobr>本期实收违约金额</nobr></th>
|
|
85
85
|
<th rowspan=2>
|
|
86
86
|
<nobr>小计</nobr>
|
|
87
87
|
</th>
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
|
|
191
191
|
}
|
|
192
192
|
export default {
|
|
193
|
-
title: '
|
|
193
|
+
title: '违约金情况汇总',
|
|
194
194
|
data() {
|
|
195
195
|
return {
|
|
196
196
|
data: {},
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
<nobr>应交气费</nobr>
|
|
342
342
|
</th>
|
|
343
343
|
<th>
|
|
344
|
-
<nobr
|
|
344
|
+
<nobr>违约金</nobr>
|
|
345
345
|
</th>
|
|
346
346
|
<th>
|
|
347
347
|
<nobr>附加费</nobr>
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
气费金额合计: {{sumsmodel.f_oughtfee_new}}
|
|
503
503
|
</td>
|
|
504
504
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
505
|
-
|
|
505
|
+
违约金合计: {{sumsmodel.overdue}}
|
|
506
506
|
</td>
|
|
507
507
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
508
508
|
附加费合计: {{sumsmodel.f_garbage_fee}}
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
<nobr>金额</nobr>
|
|
391
391
|
</th>
|
|
392
392
|
<th>
|
|
393
|
-
<nobr
|
|
393
|
+
<nobr>违约金</nobr>
|
|
394
394
|
</th>
|
|
395
395
|
<th>
|
|
396
396
|
<nobr>燃气费</nobr>
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
应交金额合计: {{sumsmodel.fee}}
|
|
741
741
|
</td>
|
|
742
742
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
743
|
-
|
|
743
|
+
违约金合计: {{sumsmodel.f_delaypay}}
|
|
744
744
|
</td>
|
|
745
745
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
746
746
|
燃气费合计: {{sumsmodel.f_preamount}}
|
|
@@ -2,260 +2,252 @@
|
|
|
2
2
|
<div id="unit" class="flex-row">
|
|
3
3
|
<div class="basic-main">
|
|
4
4
|
<div class="flex" v-if="!show">
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<div class="row">
|
|
9
|
-
<div class="col-sm-2">
|
|
10
|
-
<label class="font_normal_body">公  司</label>
|
|
11
|
-
<right-tree @re-res="$parent.$parent.getorg"
|
|
12
|
-
:initresid='$parent.$parent.org'></right-tree>
|
|
13
|
-
</div>
|
|
14
|
-
|
|
15
|
-
<div class="col-sm-2 ">
|
|
16
|
-
<label v-if="$parent.$parent.meter_classify == '卡表'" for="startDate" class="font_normal_body"> 购气开始</label>
|
|
17
|
-
<label v-else for="startDate" class="font_normal_body"> 抄表开始</label>
|
|
18
|
-
<datepicker id="startDate" placeholder="开始日期"
|
|
19
|
-
v-model="model.startDate"
|
|
20
|
-
style="width:60%"
|
|
21
|
-
:value.sync="model.startDate"
|
|
22
|
-
:disabled-days-of-Week="[]"
|
|
23
|
-
:format="'yyyy-MM-dd'"
|
|
24
|
-
:show-reset-button="reset">
|
|
25
|
-
</datepicker>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="col-sm-2 ">
|
|
28
|
-
<label v-if="$parent.$parent.meter_classify == '卡表'" for="startDate" class="font_normal_body"> 购气结束</label>
|
|
29
|
-
<label v-else for="startDate" class="font_normal_body"> 抄表结束</label>
|
|
30
|
-
<datepicker id="endDate" placeholder="结束日期"
|
|
31
|
-
v-model="model.endDate"
|
|
32
|
-
style="width:60%"
|
|
33
|
-
:value.sync="model.endDate"
|
|
34
|
-
:disabled-days-of-Week="[]"
|
|
35
|
-
:format="'yyyy-MM-dd'"
|
|
36
|
-
:show-reset-button="reset">
|
|
37
|
-
</datepicker>
|
|
38
|
-
</div>
|
|
39
|
-
|
|
40
|
-
<div class="col-sm-2 ">
|
|
41
|
-
<label for="f_gasproperties"class="font_normal_body"> 用气性质</label>
|
|
42
|
-
<v-select id="f_gasproperties"
|
|
43
|
-
style="width:60%"
|
|
44
|
-
v-model="model.f_gasproperties"
|
|
45
|
-
placeholder='用气性质'
|
|
46
|
-
:value.sync="model.f_gasproperties"
|
|
47
|
-
:options='$parent.$parent.gasproperties'
|
|
48
|
-
condition="f_gasproperties = '{}'"
|
|
49
|
-
close-on-select >
|
|
50
|
-
</v-select>
|
|
51
|
-
</div>
|
|
52
|
-
|
|
53
|
-
<div class="span" style="float:right;">
|
|
54
|
-
<button class="btn button_search" @click="search()">查询</button>
|
|
55
|
-
<button class="btn button_clear" @click="$parent.$parent.clear()">清空</button>
|
|
56
|
-
<export-excel :data="$parent.$parent.getCondition"
|
|
57
|
-
:field="$parent.$parent.getfield"
|
|
58
|
-
:footer="$parent.$parent.footer"
|
|
59
|
-
:header="$parent.$parent.other"
|
|
60
|
-
sqlurl="rs/logic/exportfile"
|
|
61
|
-
:sql-name="$parent.$parent.sqlName"
|
|
62
|
-
template-name='购气稽查导出' :choose-col="true"></export-excel>
|
|
63
|
-
<print-data :model="$parent.model" :field="$parent.$parent.getfield" :defaultfield="$parent.$parent.defaultfield" print-name="稽查查询打印" :sumsmodel="$parent.$parent.sumsmodel" ></print-data>
|
|
64
|
-
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
65
|
-
|
|
66
|
-
</div>
|
|
67
|
-
</div>
|
|
68
|
-
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
69
|
-
<div class="col-sm-2 flex-row">
|
|
70
|
-
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
71
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_olduserinfo_code"
|
|
72
|
-
condition="f_olduserinfo_code = '{}' " placeholder="档案编号">
|
|
73
|
-
</div>
|
|
74
|
-
<div v-if="$parent.$parent.meter_classify == '卡表'" class="col-sm-2 flex-row" style="white-space: nowrap">
|
|
75
|
-
<label class="font_normal_body"> 期间次数 </label>
|
|
5
|
+
<criteria-paged :model="model" v-ref:paged>
|
|
6
|
+
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
7
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
76
8
|
<div class="row">
|
|
77
|
-
<
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
</div>
|
|
9
|
+
<div class="col-sm-2">
|
|
10
|
+
<label class="font_normal_body">公   司</label>
|
|
11
|
+
<right-tree @re-res="$parent.$parent.getorg"
|
|
12
|
+
:initresid='$parent.$parent.org'></right-tree>
|
|
13
|
+
</div>
|
|
83
14
|
|
|
15
|
+
<div class="col-sm-2 ">
|
|
16
|
+
<label v-if="$parent.$parent.meter_classify == '卡表'" for="startDate" class="font_normal_body"> 购气开始</label>
|
|
17
|
+
<label v-else for="startDate" class="font_normal_body"> 抄表开始</label>
|
|
18
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
19
|
+
v-model="model.startDate"
|
|
20
|
+
style="width:60%"
|
|
21
|
+
:value.sync="model.startDate"
|
|
22
|
+
:disabled-days-of-Week="[]"
|
|
23
|
+
:format="'yyyy-MM-dd'"
|
|
24
|
+
:show-reset-button="reset">
|
|
25
|
+
</datepicker>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="col-sm-2 ">
|
|
28
|
+
<label v-if="$parent.$parent.meter_classify == '卡表'" for="startDate" class="font_normal_body"> 购气结束</label>
|
|
29
|
+
<label v-else for="startDate" class="font_normal_body"> 抄表结束</label>
|
|
30
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
31
|
+
v-model="model.endDate"
|
|
32
|
+
style="width:60%"
|
|
33
|
+
:value.sync="model.endDate"
|
|
34
|
+
:disabled-days-of-Week="[]"
|
|
35
|
+
:format="'yyyy-MM-dd'"
|
|
36
|
+
:show-reset-button="reset">
|
|
37
|
+
</datepicker>
|
|
38
|
+
</div>
|
|
39
|
+
<div class="col-sm-2 ">
|
|
40
|
+
<label for="f_meter_classify"class="font_normal_body">  表类型</label>
|
|
41
|
+
<v-select id="f_meter_classify"
|
|
42
|
+
v-model="$parent.$parent.meter_classify"
|
|
43
|
+
placeholder='表类型'
|
|
44
|
+
style="width:70%"
|
|
45
|
+
:value.sync="$parent.$parent.meter_classify"
|
|
46
|
+
:options='$parent.$parent.f_meter_classify'
|
|
47
|
+
condition="f_meter_type like '%{}'"
|
|
48
|
+
:value-single="true"
|
|
49
|
+
close-on-select >
|
|
50
|
+
</v-select>
|
|
51
|
+
</div>
|
|
52
|
+
<div class="span" style="float:right;">
|
|
53
|
+
<button class="btn button_search" @click="search()">查询</button>
|
|
54
|
+
<button class="btn button_clear" @click="$parent.$parent.clear()">清空</button>
|
|
55
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
56
|
+
:field="$parent.$parent.getfield"
|
|
57
|
+
:footer="$parent.$parent.footer"
|
|
58
|
+
:header="$parent.$parent.other"
|
|
59
|
+
sqlurl="rs/logic/exportfile"
|
|
60
|
+
:sql-name="$parent.$parent.sqlName"
|
|
61
|
+
template-name='购气稽查导出' :choose-col="true"></export-excel>
|
|
62
|
+
<print-data :model="$parent.model" :field="$parent.$parent.getfield" :defaultfield="$parent.$parent.defaultfield" print-name="稽查查询打印" :sumsmodel="$parent.$parent.sumsmodel" ></print-data>
|
|
63
|
+
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
84
64
|
|
|
85
|
-
|
|
86
|
-
<div v-if="$parent.$parent.meter_classify == '机表'" class="col-sm-2 flex-row" style="white-space: nowrap">
|
|
87
|
-
<label class="font_normal_body"> 期间次数 </label>
|
|
88
|
-
<div class="row">
|
|
89
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.handsellcishumin"
|
|
90
|
-
condition="sellcishu >= {} " placeholder="">
|
|
91
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
92
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.handsellcishumax"
|
|
93
|
-
condition="sellcishu <= {} " placeholder="">
|
|
65
|
+
</div>
|
|
94
66
|
</div>
|
|
67
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
68
|
+
<div class="col-sm-2 ">
|
|
69
|
+
<label for="f_gasproperties"class="font_normal_body"> 用气性质</label>
|
|
70
|
+
<v-select id="f_gasproperties"
|
|
71
|
+
style="width:60%"
|
|
72
|
+
v-model="model.f_gasproperties"
|
|
73
|
+
placeholder='用气性质'
|
|
74
|
+
:value.sync="model.f_gasproperties"
|
|
75
|
+
:options='$parent.$parent.gasproperties'
|
|
76
|
+
condition="f_gasproperties = '{}'"
|
|
77
|
+
close-on-select >
|
|
78
|
+
</v-select>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="col-sm-2">
|
|
81
|
+
<label class="font_normal_body" title="旧客户编号"> 档案编号</label>
|
|
82
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_olduserinfo_code"
|
|
83
|
+
condition="f_olduserinfo_code = '{}' " placeholder="档案编号">
|
|
84
|
+
</div>
|
|
85
|
+
<div class="col-sm-2 ">
|
|
86
|
+
<label for="contain_newfile" class="font_normal_body">包含新开户</label>
|
|
87
|
+
<v-select id="contain_newfile"
|
|
88
|
+
v-model="model.contain_newfile"
|
|
89
|
+
style="width:60%"
|
|
90
|
+
:value.sync="model.contain_newfile"
|
|
91
|
+
:options='$parent.$parent.contain_newfiles'
|
|
92
|
+
:value-single="true"
|
|
93
|
+
close-on-select >
|
|
94
|
+
</v-select>
|
|
95
|
+
</div>
|
|
96
|
+
<div class="col-sm-2" >
|
|
97
|
+
<label for="f_user_state" class="font_normal_body"> 客户状态</label>
|
|
98
|
+
<v-select :value.sync="model.f_user_state"
|
|
99
|
+
v-model="model.f_user_state"
|
|
100
|
+
:options='$parent.$parent.userstate' placeholder='请选择'
|
|
101
|
+
condition="f_user_state = '{}'"
|
|
102
|
+
close-on-select></v-select>
|
|
103
|
+
</div>
|
|
104
|
+
<div class="col-sm-2 ">
|
|
105
|
+
<label for="f_table_state"class="font_normal_body">  表状态</label>
|
|
106
|
+
<v-select id="f_table_state"
|
|
107
|
+
style="width:60%"
|
|
108
|
+
v-model="model.f_table_state"
|
|
109
|
+
placeholder='表状态'
|
|
110
|
+
:value.sync="model.f_table_state"
|
|
111
|
+
:options='$parent.$parent.tablestate'
|
|
112
|
+
condition="f_table_state = '{}'"
|
|
113
|
+
close-on-select >
|
|
114
|
+
</v-select>
|
|
115
|
+
</div>
|
|
95
116
|
|
|
96
|
-
|
|
117
|
+
<div class="col-sm-2">
|
|
118
|
+
<label class="font_normal_body">   表号</label>
|
|
119
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
120
|
+
condition="f_meternumber = '{}'" placeholder='表号'>
|
|
121
|
+
</div>
|
|
122
|
+
<div class="col-sm-2 ">
|
|
123
|
+
<label class="font_normal_body"> 用户类型</label>
|
|
124
|
+
<v-select :value.sync="model.f_user_type"
|
|
125
|
+
@change="$parent.$parent.userTypeChange()"
|
|
126
|
+
:options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
|
|
127
|
+
condition="f_user_type = '{}'"
|
|
128
|
+
close-on-select></v-select>
|
|
129
|
+
</div>
|
|
97
130
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
<
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
131
|
+
<div class="col-sm-2">
|
|
132
|
+
<label class="font_normal_body"> 客户名称</label>
|
|
133
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
134
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
135
|
+
</div>
|
|
136
|
+
<div class="col-sm-2">
|
|
137
|
+
<label class="font_normal_body"> 客户编号</label>
|
|
138
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
139
|
+
condition="f_userinfo_code = '{}' " placeholder="客户编号">
|
|
140
|
+
</div>
|
|
141
|
+
<div class="col-sm-2">
|
|
142
|
+
<label class="font_normal_body"> 客户地址</label>
|
|
143
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
144
|
+
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
145
|
+
</div>
|
|
146
|
+
<div class="col-sm-2">
|
|
147
|
+
<label class="font_normal_body"> 客户电话</label>
|
|
148
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
|
|
149
|
+
condition="f_user_phone like '%{}%'" placeholder="客户电话">
|
|
150
|
+
</div>
|
|
107
151
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
152
|
+
<div v-if="$parent.$parent.meter_classify == '卡表'" class="col-sm-2 flex-row" style="white-space: nowrap">
|
|
153
|
+
<label class="font_normal_body"> 期间次数</label>
|
|
154
|
+
<div class="row">
|
|
155
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.sellcishumin"
|
|
156
|
+
condition="sellcishu >= {} " placeholder="">
|
|
157
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
158
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.sellcishumax"
|
|
159
|
+
condition="sellcishu <= {} " placeholder="">
|
|
160
|
+
</div>
|
|
161
|
+
</div>
|
|
162
|
+
<div v-if="$parent.$parent.meter_classify == '机表'" class="col-sm-2 flex-row" style="white-space: nowrap">
|
|
163
|
+
<label class="font_normal_body"> 期间次数</label>
|
|
164
|
+
<div class="row">
|
|
165
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.handsellcishumin"
|
|
166
|
+
condition="sellcishu >= {} " placeholder="">
|
|
167
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
168
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.handsellcishumax"
|
|
169
|
+
condition="sellcishu <= {} " placeholder="">
|
|
170
|
+
</div>
|
|
171
|
+
</div>
|
|
172
|
+
<div v-if="$parent.$parent.meter_classify == '卡表'" class="col-sm-2 flex-row" style="white-space: nowrap">
|
|
173
|
+
<label class="font_normal_body">期间购气量</label>
|
|
174
|
+
<div class="row">
|
|
175
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.sellpregasmin"
|
|
176
|
+
condition="sellpregas >= {} " placeholder="">
|
|
177
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
178
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.sellpregasmax"
|
|
179
|
+
condition="sellpregas <= {} " placeholder="">
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
<div v-if="$parent.$parent.meter_classify == '机表'" class="col-sm-2 flex-row" style="white-space: nowrap">
|
|
183
|
+
<label class="font_normal_body">期间用气量</label>
|
|
184
|
+
<div class="row">
|
|
185
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.handsellpregasmin"
|
|
186
|
+
condition="sellpregas >= {} " placeholder="">
|
|
187
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
188
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.handsellpregasmax"
|
|
189
|
+
condition="sellpregas <= {} " placeholder="">
|
|
190
|
+
</div>
|
|
191
|
+
</div>
|
|
117
192
|
</div>
|
|
118
193
|
</div>
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
<
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
<
|
|
166
|
-
<
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
<
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
</div>
|
|
177
|
-
|
|
178
|
-
<div class="col-sm-2">
|
|
179
|
-
<label class="font_normal_body"> 客户名称</label>
|
|
180
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
181
|
-
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
182
|
-
</div>
|
|
183
|
-
<div class="col-sm-2">
|
|
184
|
-
<label class="font_normal_body"> 客户编号</label>
|
|
185
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
186
|
-
condition="f_userinfo_code = '{}' " placeholder="客户编号">
|
|
187
|
-
</div>
|
|
188
|
-
<div class="col-sm-2">
|
|
189
|
-
<label class="font_normal_body"> 客户地址</label>
|
|
190
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
191
|
-
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
192
|
-
</div>
|
|
193
|
-
<div class="col-sm-2">
|
|
194
|
-
<label class="font_normal_body"> 客户电话</label>
|
|
195
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
|
|
196
|
-
condition="f_user_phone like '%{}%'" placeholder="客户电话">
|
|
197
|
-
</div>
|
|
198
|
-
|
|
199
|
-
</div>
|
|
200
|
-
|
|
201
|
-
</div>
|
|
202
|
-
</criteria>
|
|
203
|
-
<data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid>
|
|
204
|
-
<template partial='head'>
|
|
205
|
-
<tr>
|
|
206
|
-
<th><nobr>序号</nobr></th>
|
|
207
|
-
<th><nobr>客户编号</nobr></th>
|
|
208
|
-
<th><nobr>客户电话</nobr></th>
|
|
209
|
-
<th><nobr>档案编号</nobr></th>
|
|
210
|
-
<th><nobr>表号</nobr></th>
|
|
211
|
-
<th><nobr>客户名称</nobr></th>
|
|
212
|
-
<th><nobr>客户状态</nobr></th>
|
|
213
|
-
<th><nobr>地址</nobr></th>
|
|
214
|
-
<th><nobr>用户类型</nobr></th>
|
|
215
|
-
<th><nobr>用气性质</nobr></th>
|
|
216
|
-
<th><nobr>表具状态</nobr></th>
|
|
217
|
-
<th><nobr>气表品牌</nobr></th>
|
|
218
|
-
<th><nobr>气价名称</nobr></th>
|
|
219
|
-
<th><nobr>最后购气日期</nobr></th>
|
|
220
|
-
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '卡表'"><nobr>总购气次数</nobr></th>-->
|
|
221
|
-
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>总抄表次数</nobr></th>-->
|
|
222
|
-
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '卡表'"><nobr>总购气量</nobr></th>-->
|
|
223
|
-
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>总抄表气量</nobr></th>-->
|
|
224
|
-
<th v-show="$parent.$parent.$parent.meter_classify == '卡表' || $parent.$parent.$parent.meter_classify =='物联网表'"><nobr>期间购气次数</nobr></th>
|
|
225
|
-
<th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>期间抄表次数</nobr></th>
|
|
226
|
-
<th v-show="$parent.$parent.$parent.meter_classify == '卡表' || $parent.$parent.$parent.meter_classify == '物联网表'"><nobr>期间购气量</nobr></th>
|
|
227
|
-
<th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>期间抄表气量</nobr></th>
|
|
228
|
-
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '卡表'"><nobr>累计未购气天数</nobr></th>-->
|
|
229
|
-
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>累计未抄表天数</nobr></th>-->
|
|
230
|
-
<th><nobr>组织机构</nobr></th>
|
|
231
|
-
</tr>
|
|
232
|
-
</template>
|
|
233
|
-
<template partial='body'>
|
|
234
|
-
<td style="text-align: center;"><nobr>{{$index+1}}</nobr></td>
|
|
235
|
-
<td style="text-align: center;"><nobr>
|
|
236
|
-
<span @click="$parent.$parent.$parent.showmsg(row)"><a>{{row.f_userinfo_code}}</a></span>
|
|
237
|
-
</nobr> </td>
|
|
238
|
-
<td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>
|
|
239
|
-
<td style="text-align: center;"><nobr>{{row.f_olduserinfo_code}}</nobr></td>
|
|
240
|
-
<td style="text-align: center;"><nobr>{{row.f_meternumber}}</nobr></td>
|
|
241
|
-
<th style="text-align: center;"><nobr>{{row.f_user_name}}</nobr></th>
|
|
242
|
-
<th style="text-align: center;"><nobr>{{row.f_user_state}}</nobr></th>
|
|
243
|
-
<th style="text-align: center;"><nobr>{{row.f_address}}</nobr></th>
|
|
244
|
-
<th style="text-align: center;"><nobr>{{row.f_user_type}}</nobr></th>
|
|
245
|
-
<th style="text-align: center;"><nobr>{{row.f_gasproperties}}</nobr></th>
|
|
246
|
-
<th style="text-align: center;"><nobr>{{row.f_table_state}}</nobr></th>
|
|
247
|
-
<th style="text-align: center;"><nobr>{{row.f_meter_brand}}</nobr></th>
|
|
248
|
-
<th style="text-align: center;"><nobr>{{row.f_price_name}}</nobr></th>
|
|
249
|
-
<th style="text-align: center;"><nobr>{{row.delivery_date}}</nobr></th>
|
|
250
|
-
<!-- <th style="text-align: center;"><nobr>{{row.cishu}}</nobr></th>-->
|
|
251
|
-
<!-- <th style="text-align: center;"><nobr>{{row.pregas}}</nobr></th>-->
|
|
252
|
-
<th style="text-align: center;"><nobr>{{row.sellcishu}}</nobr></th>
|
|
253
|
-
<th style="text-align: center;"><nobr>{{row.sellpregas}}</nobr></th>
|
|
254
|
-
<!-- <th style="text-align: center;"><nobr>{{row.diffday}}</nobr></th>-->
|
|
255
|
-
<th style="text-align: center;"><nobr>{{row.f_orgname}}</nobr></th>
|
|
256
|
-
</template>
|
|
257
|
-
</data-grid>
|
|
258
|
-
</criteria-paged>
|
|
194
|
+
</criteria>
|
|
195
|
+
<data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid>
|
|
196
|
+
<template partial='head'>
|
|
197
|
+
<tr>
|
|
198
|
+
<th><nobr>序号</nobr></th>
|
|
199
|
+
<th><nobr>客户编号</nobr></th>
|
|
200
|
+
<th><nobr>客户电话</nobr></th>
|
|
201
|
+
<th><nobr>档案编号</nobr></th>
|
|
202
|
+
<th><nobr>表号</nobr></th>
|
|
203
|
+
<th><nobr>客户名称</nobr></th>
|
|
204
|
+
<th><nobr>客户状态</nobr></th>
|
|
205
|
+
<th><nobr>地址</nobr></th>
|
|
206
|
+
<th><nobr>用户类型</nobr></th>
|
|
207
|
+
<th><nobr>用气性质</nobr></th>
|
|
208
|
+
<th><nobr>表具状态</nobr></th>
|
|
209
|
+
<th><nobr>气表品牌</nobr></th>
|
|
210
|
+
<th><nobr>气价名称</nobr></th>
|
|
211
|
+
<th><nobr>最后购气日期</nobr></th>
|
|
212
|
+
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '卡表'"><nobr>总购气次数</nobr></th>-->
|
|
213
|
+
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>总抄表次数</nobr></th>-->
|
|
214
|
+
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '卡表'"><nobr>总购气量</nobr></th>-->
|
|
215
|
+
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>总抄表气量</nobr></th>-->
|
|
216
|
+
<th v-show="$parent.$parent.$parent.meter_classify == '卡表' || $parent.$parent.$parent.meter_classify =='物联网表'"><nobr>期间购气次数</nobr></th>
|
|
217
|
+
<th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>期间抄表次数</nobr></th>
|
|
218
|
+
<th v-show="$parent.$parent.$parent.meter_classify == '卡表' || $parent.$parent.$parent.meter_classify == '物联网表'"><nobr>期间购气量</nobr></th>
|
|
219
|
+
<th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>期间抄表气量</nobr></th>
|
|
220
|
+
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '卡表'"><nobr>累计未购气天数</nobr></th>-->
|
|
221
|
+
<!-- <th v-show="$parent.$parent.$parent.meter_classify == '机表'"><nobr>累计未抄表天数</nobr></th>-->
|
|
222
|
+
<th><nobr>组织机构</nobr></th>
|
|
223
|
+
</tr>
|
|
224
|
+
</template>
|
|
225
|
+
<template partial='body'>
|
|
226
|
+
<td style="text-align: center;"><nobr>{{$index+1}}</nobr></td>
|
|
227
|
+
<td style="text-align: center;"><nobr>
|
|
228
|
+
<span @click="$parent.$parent.$parent.showmsg(row)"><a>{{row.f_userinfo_code}}</a></span>
|
|
229
|
+
</nobr> </td>
|
|
230
|
+
<td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>
|
|
231
|
+
<td style="text-align: center;"><nobr>{{row.f_olduserinfo_code}}</nobr></td>
|
|
232
|
+
<td style="text-align: center;"><nobr>{{row.f_meternumber}}</nobr></td>
|
|
233
|
+
<th style="text-align: center;"><nobr>{{row.f_user_name}}</nobr></th>
|
|
234
|
+
<th style="text-align: center;"><nobr>{{row.f_user_state}}</nobr></th>
|
|
235
|
+
<th style="text-align: center;"><nobr>{{row.f_address}}</nobr></th>
|
|
236
|
+
<th style="text-align: center;"><nobr>{{row.f_user_type}}</nobr></th>
|
|
237
|
+
<th style="text-align: center;"><nobr>{{row.f_gasproperties}}</nobr></th>
|
|
238
|
+
<th style="text-align: center;"><nobr>{{row.f_table_state}}</nobr></th>
|
|
239
|
+
<th style="text-align: center;"><nobr>{{row.f_meter_brand}}</nobr></th>
|
|
240
|
+
<th style="text-align: center;"><nobr>{{row.f_price_name}}</nobr></th>
|
|
241
|
+
<th style="text-align: center;"><nobr>{{row.delivery_date}}</nobr></th>
|
|
242
|
+
<!-- <th style="text-align: center;"><nobr>{{row.cishu}}</nobr></th>-->
|
|
243
|
+
<!-- <th style="text-align: center;"><nobr>{{row.pregas}}</nobr></th>-->
|
|
244
|
+
<th style="text-align: center;"><nobr>{{row.sellcishu}}</nobr></th>
|
|
245
|
+
<th style="text-align: center;"><nobr>{{row.sellpregas}}</nobr></th>
|
|
246
|
+
<!-- <th style="text-align: center;"><nobr>{{row.diffday}}</nobr></th>-->
|
|
247
|
+
<th style="text-align: center;"><nobr>{{row.f_orgname}}</nobr></th>
|
|
248
|
+
</template>
|
|
249
|
+
</data-grid>
|
|
250
|
+
</criteria-paged>
|
|
259
251
|
<table class="table-hover">
|
|
260
252
|
<tr style="position: relative" class="table-bordered">
|
|
261
253
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">汇总信息</td>
|
|
@@ -265,7 +257,7 @@
|
|
|
265
257
|
<td v-if="meter_classify == '机表'" style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">期间抄表气量合计: {{sumsmodel.sellpregas}}</td>
|
|
266
258
|
</tr>
|
|
267
259
|
</table>
|
|
268
|
-
|
|
260
|
+
</div>
|
|
269
261
|
<div class="flex" v-if="show">
|
|
270
262
|
<user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
|
|
271
263
|
</div>
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
<nobr>本期结余</nobr>
|
|
80
80
|
</th>
|
|
81
81
|
<th>
|
|
82
|
-
<nobr
|
|
82
|
+
<nobr>气费违约金</nobr>
|
|
83
83
|
</th>
|
|
84
84
|
<th>
|
|
85
85
|
<nobr>退费</nobr>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<nobr>冲正金额</nobr>
|
|
92
92
|
</th>
|
|
93
93
|
<th>
|
|
94
|
-
<nobr
|
|
94
|
+
<nobr>冲正违约金</nobr>
|
|
95
95
|
</th>
|
|
96
96
|
<th>
|
|
97
97
|
<nobr>发卡数</nobr>
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
售气金额合计: {{sumsmodel.f_preamount}}
|
|
155
155
|
</td>
|
|
156
156
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
157
|
-
|
|
157
|
+
气费违约金合计: {{sumsmodel.f_delaypay}}
|
|
158
158
|
</td>
|
|
159
159
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
160
160
|
退费合计: {{sumsmodel.f_returnfee}}
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
冲正金额合计: {{sumsmodel.f_czpreamount}}
|
|
167
167
|
</td>
|
|
168
168
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
169
|
-
|
|
169
|
+
冲正违约金合计: {{sumsmodel.f_czdelaypay}}
|
|
170
170
|
</td>
|
|
171
171
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
172
172
|
发卡数合计: {{sumsmodel.fkcardnum}}
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
<nobr>退费金额</nobr>
|
|
210
210
|
</th>
|
|
211
211
|
<th>
|
|
212
|
-
<nobr
|
|
212
|
+
<nobr>已交违约金</nobr>
|
|
213
213
|
</th>
|
|
214
214
|
<th title="合计金额 = 实收金额 + 其他费">
|
|
215
215
|
<nobr>合计金额</nobr>
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
退费金额合计: {{sumsmodel.tuifei_fee}}
|
|
310
310
|
</td>
|
|
311
311
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
312
|
-
|
|
312
|
+
已交违约金合计: {{sumsmodel.f_delaypay}}
|
|
313
313
|
</td>
|
|
314
314
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
315
315
|
总合计: {{sumsmodel.f_heji}}
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
<nobr>退费金额</nobr>
|
|
213
213
|
</th>
|
|
214
214
|
<th>
|
|
215
|
-
<nobr
|
|
215
|
+
<nobr>已交违约金</nobr>
|
|
216
216
|
</th>
|
|
217
217
|
<th title="合计金额 = 实收金额 + 其他费">
|
|
218
218
|
<nobr>合计金额</nobr>
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
退费金额合计: {{sumsmodel.tuifei_fee}}
|
|
313
313
|
</td>
|
|
314
314
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
315
|
-
|
|
315
|
+
已交违约金合计: {{sumsmodel.f_delaypay}}
|
|
316
316
|
</td>
|
|
317
317
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
318
318
|
总合计: {{sumsmodel.f_heji}}
|
|
@@ -152,10 +152,10 @@
|
|
|
152
152
|
<nobr>未收气费</nobr>
|
|
153
153
|
</th>
|
|
154
154
|
<th>
|
|
155
|
-
<nobr
|
|
155
|
+
<nobr>已收违约金</nobr>
|
|
156
156
|
</th>
|
|
157
157
|
<th>
|
|
158
|
-
<nobr
|
|
158
|
+
<nobr>违约金减免</nobr>
|
|
159
159
|
</th>
|
|
160
160
|
<th>
|
|
161
161
|
<nobr>超用收费</nobr>
|
|
@@ -262,10 +262,10 @@
|
|
|
262
262
|
未收合计: {{sumsmodel.f_w_money}}
|
|
263
263
|
</td>
|
|
264
264
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
265
|
-
|
|
265
|
+
已交违约金合计: {{sumsmodel.f_delaypay}}
|
|
266
266
|
</td>
|
|
267
267
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
268
|
-
|
|
268
|
+
违约金减免合计: {{sumsmodel.f_reduction_fee}}
|
|
269
269
|
</td>
|
|
270
270
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
271
271
|
超用合计: {{sumsmodel.f_h_fee}}
|
|
@@ -90,7 +90,7 @@ export default{
|
|
|
90
90
|
'f_gasproperties': '用气性质', 'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_times': '购气次数', 'f_price_name': '气价名称',
|
|
91
91
|
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_pregas': '气量', 'fee': '金额', 'f_preamount': '燃气费', 'f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余',
|
|
92
92
|
'f_curbalance': '本期结余', 'f_type': '收费类型', 'f_payment': '付款方式', 'f_bank_type': '支付渠道', 'f_state': '状态', 'f_operate_date': '收费日期', 'f_serial_id': '流水号',
|
|
93
|
-
'f_delaypay': '
|
|
93
|
+
'f_delaypay': '违约金', 'f_comments': '备注', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司',
|
|
94
94
|
'f_yucun': '预存金额', 'f_card_id': '卡号', 'f_stairamount1': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
95
95
|
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
96
96
|
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_inputtor': '抄表员','f_residential_area':'小区','f_serial_number':'业务单号'
|
|
@@ -118,11 +118,11 @@ export default{
|
|
|
118
118
|
},
|
|
119
119
|
sellPeopleConfig: {
|
|
120
120
|
'f_operator': '收费员', 'f_oughtfee': '燃气费', 'f_yucun': '预存款', 'f_other_fee': '其他费', 'f_number': '销售笔数', 'f_cal_collection': '冲正金额',
|
|
121
|
-
'f_collection': '实收金额', 'qifei_num': '气费笔数', 'qifei_fee': '气费金额', 'yucun_num': '预存笔数', 'yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额', 'f_delaypay': '
|
|
121
|
+
'f_collection': '实收金额', 'qifei_num': '气费笔数', 'qifei_fee': '气费金额', 'yucun_num': '预存笔数', 'yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额', 'f_delaypay': '已交违约金', 'f_heji': '合计金额'
|
|
122
122
|
},
|
|
123
123
|
sellOrgnameConfig: {
|
|
124
124
|
'f_orgname': '分公司', 'f_oughtfee': '燃气费', 'f_yucun': '预存款', 'f_other_fee': '其他费', 'f_number': '销售笔数', 'f_cal_collection': '冲正金额',
|
|
125
|
-
'f_collection': '实收金额', 'qifei_num': '气费笔数', 'qifei_fee': '气费金额', 'yucun_num': '预存笔数', 'yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额', 'f_delaypay': '
|
|
125
|
+
'f_collection': '实收金额', 'qifei_num': '气费笔数', 'qifei_fee': '气费金额', 'yucun_num': '预存笔数', 'yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额', 'f_delaypay': '已交违约金', 'f_heji': '合计金额'
|
|
126
126
|
},
|
|
127
127
|
handPeopleConfig: {
|
|
128
128
|
'f_inputtor': '抄表员', 'f_user_number': '应抄户数', 'f_no_hand': '未抄户数', 'f_out_hand': '已抄无用量',
|
|
@@ -147,8 +147,8 @@ export default{
|
|
|
147
147
|
|
|
148
148
|
ProceedsOperConfig: {
|
|
149
149
|
'f_operate_date': '日期', 'c': '售气笔数', 'f_pregas': '售气气量', 'f_preamount': '售气金额',
|
|
150
|
-
'f_balance': '上期结余', 'f_curbalance': '本期结余', 'f_delaypay': '
|
|
151
|
-
'f_returnfee': '退费', 'f_czpregas': '冲正气量', 'f_czpreamount': '冲正金额', 'f_czdelaypay': '
|
|
150
|
+
'f_balance': '上期结余', 'f_curbalance': '本期结余', 'f_delaypay': '气费违约金',
|
|
151
|
+
'f_returnfee': '退费', 'f_czpregas': '冲正气量', 'f_czpreamount': '冲正金额', 'f_czdelaypay': '冲正违约金',
|
|
152
152
|
'fkcardnum': '发卡数', 'f_fkcardfees': '发卡费', 'gc': '其他数', 'f_gmoney': '其他费', 'cardnum': '补卡数',
|
|
153
153
|
'f_cardfees': '补卡费', 'f_collection': '实收金额'
|
|
154
154
|
},
|
|
@@ -169,7 +169,7 @@ export default{
|
|
|
169
169
|
'f_user_phone': '客户电话', 'f_rent_phone': '备用电话', 'f_inputtor': '抄表员', 'f_book_name': '抄表册', 'f_user_type': '客户类型',
|
|
170
170
|
'f_gasproperties': '用气性质', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_oughtamount': '用气量',
|
|
171
171
|
'f_oughtfee': '用气金额', 'f_operate_date': '缴费时间', 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费',
|
|
172
|
-
'overdue': '
|
|
172
|
+
'overdue': '违约金', 'f_garbage_fee': '附加费', 'f_last_tablebase': '上期抄表底数', 'f_tablebase': '本期抄表底数', 'f_balance': '上期余额',
|
|
173
173
|
'f_oughtfee_all': '合计欠费金额','f_oughtfee_col': '实际欠费金额', 'f_cost_type': '缴费方式', 'f_meter_type': '气表类型'
|
|
174
174
|
},
|
|
175
175
|
areaChargeQueryConfig: {
|
|
@@ -303,7 +303,7 @@ export default{
|
|
|
303
303
|
},
|
|
304
304
|
handplanConfig: {
|
|
305
305
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址', 'f_zones': '片区', 'phone': '客户手机', 'f_meternumber': '表号', 'ym_data': '数据年月',
|
|
306
|
-
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'overdue': '
|
|
306
|
+
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'overdue': '违约金', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
|
|
307
307
|
'f_actual_arrears': '欠费金额', 'f_balance': '上期余额', 'f_curbalance': '本期余额',
|
|
308
308
|
'f_accounts_state': '下账状态', 'f_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
|
|
309
309
|
'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_audit_date': '审核日期','f_meter_state': '抄表状态', 'f_hand_state': '记录状态',
|
|
@@ -335,8 +335,8 @@ export default{
|
|
|
335
335
|
UserSellHeadDetailConfig: {
|
|
336
336
|
'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址', 'f_balance': '期初余额',
|
|
337
337
|
'f_collection': '实收金额', 'f_m_fee': '免交金额', 'f_t_fee': '退费', 'f_b_fee': '补费', 'f_k_fee': '扣费',
|
|
338
|
-
'f_oughtamount': '应收气费', 'f_debt_money': '已收气费', 'f_w_money': '未收气费', 'f_delaypay': '
|
|
339
|
-
'f_reduction_fee': '
|
|
338
|
+
'f_oughtamount': '应收气费', 'f_debt_money': '已收气费', 'f_w_money': '未收气费', 'f_delaypay': '已收违约金',
|
|
339
|
+
'f_reduction_fee': '违约金减免', 'f_h_fee': '超用收费', 'f_curbalance': '期末余额', 'f_x_balance': '最新余额'
|
|
340
340
|
},
|
|
341
341
|
TransactionSummaryConfig: {
|
|
342
342
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_type': '类型', 'f_price': '气价',
|
|
@@ -360,7 +360,7 @@ export default{
|
|
|
360
360
|
batchBankConfig: {
|
|
361
361
|
'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'f_user_phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
|
|
362
362
|
'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号', 'f_paper_account': '开户行及账号',
|
|
363
|
-
'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额', 'overdue': '
|
|
363
|
+
'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额', 'overdue': '违约金'
|
|
364
364
|
},
|
|
365
365
|
batchBankConfig2: {
|
|
366
366
|
'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
|
|
@@ -678,7 +678,7 @@ export default{
|
|
|
678
678
|
},
|
|
679
679
|
overduelistConfig: {
|
|
680
680
|
'f_month': '月份', 'f_last_balance': '期初余额', 'f_account': '本期发生额', 'f_wechat_pay': '微信', 'f_money_pay': '现金',
|
|
681
|
-
'f_reduction': '本期减免', 'f_bank_pay': '银行转账', 'f_sum_pay': '
|
|
681
|
+
'f_reduction': '本期减免', 'f_bank_pay': '银行转账', 'f_sum_pay': '违约金合计', 'f_balance': '期末余额'
|
|
682
682
|
},
|
|
683
683
|
sellinggaslistConfig: {
|
|
684
684
|
'f_month': '月份', 'f_last_balance': '期初余额', 'f_account': '本期发生额', 'f_wechat_pay': '微信',
|
|
@@ -986,7 +986,7 @@ export default{
|
|
|
986
986
|
'finaltotal': '一日'
|
|
987
987
|
},
|
|
988
988
|
GroupCharge: {
|
|
989
|
-
'id': '收费编号', 'f_user_name': '客户姓名', 'f_user_type': '客户类型', 'f_address': '客户地址','f_pregas': '气量','f_preamount': '气费','f_delay': '
|
|
989
|
+
'id': '收费编号', 'f_user_name': '客户姓名', 'f_user_type': '客户类型', 'f_address': '客户地址','f_pregas': '气量','f_preamount': '气费','f_delay': '应交违约金','f_delaypay': '实交违约金',
|
|
990
990
|
'f_balance': '上期余额','f_curbalance': '本期余额','f_collection': '收款','f_state': '收费状态','f_operate_date': '收费日期','f_payment': '付款方式','f_type': '收费类型','f_comments': '备注',
|
|
991
991
|
'f_operator': '收费人','f_orgname': '部门','f_depname': '公司'
|
|
992
992
|
},
|
|
@@ -320,6 +320,9 @@
|
|
|
320
320
|
<data-order field="f_address" name="客户地址"
|
|
321
321
|
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
322
322
|
</th>
|
|
323
|
+
<th>
|
|
324
|
+
<nobr>表号</nobr>
|
|
325
|
+
</th>
|
|
323
326
|
<th>
|
|
324
327
|
<nobr>小区</nobr>
|
|
325
328
|
</th>
|
|
@@ -412,6 +415,9 @@
|
|
|
412
415
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
413
416
|
<nobr>{{row.f_address}}</nobr>
|
|
414
417
|
</td>
|
|
418
|
+
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
419
|
+
<nobr>{{row.f_meternumber}}</nobr>
|
|
420
|
+
</td>
|
|
415
421
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
416
422
|
<nobr>{{row.f_residential_area}}</nobr>
|
|
417
423
|
</td>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<label class="font_normal_body">用户状态</label>
|
|
117
117
|
<v-select
|
|
118
118
|
placeholder='用户状态'
|
|
119
|
-
value-single
|
|
119
|
+
value-single
|
|
120
120
|
style="width:60%"
|
|
121
121
|
:value.sync="model.f_user_state"
|
|
122
122
|
v-model="model.f_user_state"
|
|
@@ -354,6 +354,7 @@
|
|
|
354
354
|
self.$refs.paged.$refs.cri.model.startDate = year+'-01-01 00:00:00'
|
|
355
355
|
// self.$refs.paged.$refs.cri.model.startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
356
356
|
self.$refs.paged.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
357
|
+
self.$refs.paged.$refs.cri.model.f_user_state='正常'
|
|
357
358
|
self.$refs.paged.$refs.cri.search()
|
|
358
359
|
}
|
|
359
360
|
export default {
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
if (this.groupNameForSql&& this.groupNameForSql !== 'undefined') {
|
|
154
154
|
let load = new HttpResetClass()
|
|
155
155
|
let res = await load.load('POST', 'rs/sql/webmeter_getUserGasSum',
|
|
156
|
-
{data: {condition: this.conditionForSql, groupname: this.groupNameForSql}},
|
|
156
|
+
{data: {condition: this.conditionForSql, groupname: this.groupNameForSql,startDate: this.startdate, endDate: this.enddate}},
|
|
157
157
|
{resolveMsg: null, rejectMsg: null})
|
|
158
158
|
console.log('res返回', res)
|
|
159
159
|
this.model2 = res.data
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<label class="font_normal_body">用户状态</label>
|
|
117
117
|
<v-select
|
|
118
118
|
placeholder='用户状态'
|
|
119
|
-
value-single
|
|
119
|
+
value-single
|
|
120
120
|
style="width:60%"
|
|
121
121
|
:value.sync="model.f_user_state"
|
|
122
122
|
v-model="model.f_user_state"
|
|
@@ -314,6 +314,7 @@
|
|
|
314
314
|
self.initParams()
|
|
315
315
|
self.$refs.paged.$refs.cri.model.notappear='不包含'
|
|
316
316
|
self.$refs.paged.$refs.cri.model.SLday1=10
|
|
317
|
+
self.$refs.paged.$refs.cri.model.f_user_state='正常'
|
|
317
318
|
self.$refs.paged.$refs.cri.search()
|
|
318
319
|
}
|
|
319
320
|
export default {
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
48
48
|
<!--<button class="btn btn-default" @click="$parent.$parent.stamp()">打印</button>-->
|
|
49
49
|
|
|
50
|
-
<export-excel :data="$parent.$parent.getCondition"
|
|
51
|
-
:field="$parent.$parent.getfield" :
|
|
50
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
51
|
+
:field="$parent.$parent.getfield" :
|
|
52
52
|
sqlurl="rs/logic/exportfile" sql-name="changeMeterQuery" template-name='换表查询导出'
|
|
53
53
|
:choose-col="true">
|
|
54
54
|
</export-excel>
|
|
55
55
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
56
56
|
:defaultfield="$parent.$parent.defaultfield"
|
|
57
57
|
titletable="换表记录"
|
|
58
|
-
|
|
58
|
+
></print-data>
|
|
59
59
|
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
60
60
|
</div>
|
|
61
61
|
</div>
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
// self.$refs.paged.$refs.cri.search()
|
|
384
384
|
await self.$MagLoadParams.loadParam()
|
|
385
385
|
self.initParams()
|
|
386
|
-
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
|
|
386
|
+
// self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
|
|
387
387
|
}
|
|
388
388
|
export default {
|
|
389
389
|
|
|
@@ -458,23 +458,23 @@
|
|
|
458
458
|
this.rowdata=obj
|
|
459
459
|
this.show=true
|
|
460
460
|
},
|
|
461
|
-
getotherfooter () {
|
|
461
|
+
// getotherfooter () {
|
|
462
462
|
// this.$refs.paged.$refs.cri.$refs.exports.otherData = [];
|
|
463
463
|
// this.$refs.paged.$refs.cri.$refs.exports.footerData = [];
|
|
464
|
-
this.other = [];
|
|
465
|
-
this.footer = [];
|
|
466
|
-
let exportdata = this.getCondition;
|
|
467
|
-
let otherInData = [];
|
|
468
|
-
otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
|
|
469
|
-
let footerData = [], exportfield = this.getfield;
|
|
470
|
-
footerData.push("合计");
|
|
471
|
-
let self = this;
|
|
472
|
-
for (var field in self.sumsmodel) {
|
|
473
|
-
|
|
474
|
-
}
|
|
475
|
-
this.footer.push(footerData);
|
|
476
|
-
this.other.push(otherInData);
|
|
477
|
-
},
|
|
464
|
+
// this.other = [];
|
|
465
|
+
// this.footer = [];
|
|
466
|
+
// let exportdata = this.getCondition;
|
|
467
|
+
// let otherInData = [];
|
|
468
|
+
// otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
|
|
469
|
+
// let footerData = [], exportfield = this.getfield;
|
|
470
|
+
// footerData.push("合计");
|
|
471
|
+
// let self = this;
|
|
472
|
+
// for (var field in self.sumsmodel) {
|
|
473
|
+
// footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
|
|
474
|
+
// }
|
|
475
|
+
// this.footer.push(footerData);
|
|
476
|
+
// this.other.push(otherInData);
|
|
477
|
+
// },
|
|
478
478
|
async initParams() {
|
|
479
479
|
// 初始化气表品牌
|
|
480
480
|
let brandArr = []
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
}
|
|
495
495
|
args.condition = `${args.condition}` + this.orgCondtionStr
|
|
496
496
|
this.model.search(args.condition, args.model)
|
|
497
|
-
this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
|
|
497
|
+
// this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
|
|
498
498
|
},
|
|
499
499
|
clear() {
|
|
500
500
|
//清空部门和人员
|
|
@@ -571,12 +571,12 @@
|
|
|
571
571
|
'modelval.length'() {
|
|
572
572
|
this.put()
|
|
573
573
|
},
|
|
574
|
-
sumsmodel:{
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
}
|
|
574
|
+
// sumsmodel:{
|
|
575
|
+
// handler: function(val) {
|
|
576
|
+
// this.getotherfooter();
|
|
577
|
+
// },
|
|
578
|
+
// deep: true
|
|
579
|
+
// }
|
|
580
580
|
},
|
|
581
581
|
computed: {
|
|
582
582
|
// getstart(){
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
<nobr>应交气费</nobr>
|
|
326
326
|
</th>
|
|
327
327
|
<th>
|
|
328
|
-
<nobr
|
|
328
|
+
<nobr>违约金</nobr>
|
|
329
329
|
</th>
|
|
330
330
|
<th>
|
|
331
331
|
<nobr>附加费</nobr>
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
气费金额合计: {{sumsmodel.f_oughtfee_new}}
|
|
466
466
|
</td>
|
|
467
467
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
468
|
-
|
|
468
|
+
违约金合计: {{sumsmodel.overdue}}
|
|
469
469
|
</td>
|
|
470
470
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
471
471
|
附加费合计: {{sumsmodel.f_garbage_fee}}
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
<nobr>金额</nobr>
|
|
378
378
|
</th>
|
|
379
379
|
<th>
|
|
380
|
-
<nobr
|
|
380
|
+
<nobr>违约金</nobr>
|
|
381
381
|
</th>
|
|
382
382
|
<!-- <th>-->
|
|
383
383
|
<!-- <nobr>燃气费</nobr>-->
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
应交金额合计: {{sumsmodel.fee}}
|
|
734
734
|
</td>
|
|
735
735
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
736
|
-
|
|
736
|
+
违约金合计: {{sumsmodel.f_delaypay}}
|
|
737
737
|
</td>
|
|
738
738
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
739
739
|
账户支出合计: {{sumsmodel.f_newbalance}}
|
|
@@ -6,7 +6,7 @@ export default{
|
|
|
6
6
|
'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meter_classify': '气表类型',
|
|
7
7
|
'f_cost_type': '缴费类型', 'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_last_tablebase': '上期抄表底数',
|
|
8
8
|
'f_tablebase': '本期抄表底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_operate_date': '缴费时间',
|
|
9
|
-
'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费', 'overdue': '
|
|
9
|
+
'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费', 'overdue': '违约金', 'f_garbage_fee': '附加费',
|
|
10
10
|
'f_balance': '上期余额', 'f_oughtfee_all': '合计欠费', 'f_comments': '备注'
|
|
11
11
|
},
|
|
12
12
|
chargeConfig: {
|
|
@@ -14,14 +14,14 @@ export default{
|
|
|
14
14
|
'f_gasproperties': '用气性质', 'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_times': '购气次数',
|
|
15
15
|
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_pregas': '气量', 'fee': '金额', 'f_preamount': '燃气费', 'f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余', 'f_newbalance': '账户支出', 'f_newcurbalance': '账户存入',
|
|
16
16
|
'f_curbalance': '本期结余', 'f_type': '收费类型', 'f_payment': '付款方式', 'f_bank_type': '支付渠道', 'f_state': '状态', 'f_operate_date': '收费日期', 'f_serial_id': '流水号',
|
|
17
|
-
'f_delaypay': '
|
|
17
|
+
'f_delaypay': '违约金', 'f_comments': '备注', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司',
|
|
18
18
|
'f_yucun': '预存金额', 'f_card_id': '卡号', 'f_stairamount1': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
19
19
|
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
20
20
|
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_inputtor': '抄表员'
|
|
21
21
|
},
|
|
22
22
|
handplanConfig: {
|
|
23
23
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址', 'f_zones': '片区', 'phone': '客户手机', 'f_meternumber': '表号', 'ym_data': '数据年月',
|
|
24
|
-
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'overdue': '
|
|
24
|
+
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'overdue': '违约金', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
|
|
25
25
|
'f_actual_arrears': '欠费金额', 'f_balance': '上期余额', 'f_curbalance': '本期余额', 'f_newbalance': '账户支出', 'f_newcurbalance': '账户存入',
|
|
26
26
|
'f_accounts_state': '下账状态', 'f_sellinggas_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
|
|
27
27
|
'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_audit_date': '审核日期', 'f_meter_state': '抄表状态', 'f_hand_state': '记录状态', 'f_end_date': '违约金起始时间',
|