manage-client 3.3.1 → 3.3.2
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 +180 -180
- package/lib/package_2022-12-01-14-30-50.json +109 -0
- package/package.json +1 -1
- package/src/components/sale/businessquery/GroupChargeQuery.vue +481 -481
- package/src/components/sale/businessquery/NewAreaGeneralQuery.vue +633 -633
- package/src/components/webmeter/recharge/RechargeList.vue +346 -346
- package/src/filiale/gehua/GroupChargeQuery.vue +486 -486
- package/src/filiale/huayin/ChargeQuery.vue +1305 -1305
- package/src/filiale/rongcheng/AreaBuildingDetailInfo.vue +281 -281
- package/src/filiale/rongcheng/AreaBuildingInfoSummary.vue +301 -301
- package/src/filiale/rongcheng/exportConfig.js +536 -536
- package/src/filiale/rongcheng/sale.js +22 -22
- package/src/filiale/shanxian/FillCardQuery.vue +569 -569
- package/src/filiale/shanxian/FillGasQuery.vue +588 -588
- package/src/filiale/shanxian/LostContactAnalysisList.vue +632 -632
- package/src/filiale/shanxian/OtherChargeQuery.vue +684 -684
- package/src/filiale/shanxian/UserLostContactAnalysis.vue +583 -583
- package/src/filiale/shanxian/UserQuery.vue +959 -959
- package/src/filiale/shanxian/sale.js +26 -26
- package/src/filiale/wenxi/ChangeMeterQuery.vue +704 -704
- package/src/filiale/wenxi/ChangeUserQuery.vue +371 -371
- package/src/filiale/wenxi/ChargeQuery.vue +1260 -1260
- package/src/filiale/wenxi/FmyGasDeviceQuery.vue +944 -944
- package/src/filiale/wenxi/GasDeviceQuery.vue +1041 -1041
- package/src/filiale/wenxi/GasStatistics.vue +515 -515
- package/src/filiale/wenxi/GetNoMetereadData.vue +374 -374
- package/src/filiale/wenxi/HandplanQuery.vue +1370 -1370
- package/src/filiale/wenxi/ManageUserTypeSell.vue +173 -173
- package/src/filiale/wenxi/MeterQuery.vue +964 -964
- package/src/filiale/wenxi/NewGasStatistics.vue +522 -522
- package/src/filiale/wenxi/RecordInfoQuery.vue +1213 -1213
- package/src/filiale/wenxi/WebHandQuery.vue +475 -475
- package/src/filiale/wenxi/config/exportConfig.js +916 -916
- package/src/filiale/wenxi/sale.js +24 -24
- package/src/filiale/wenxi/webmeterManage.js +13 -13
- package/src/filiale/xinkang/EchartsBox.vue +139 -139
- package/src/filiale/xinkang/ManageBrandHouseCount.vue +347 -347
- package/src/filiale/xinkang/NewGasStatistics.vue +526 -526
- package/src/filiale/xinkang/exportConfig.js +1998 -1998
- package/src/filiale/xinkang/meterFaultChangeSummary.vue +196 -196
- package/src/filiale/xinkang/reportManage.js +15 -15
- package/src/filiale/xinkang/sale.js +13 -13
- package/src/filiale/xinkang/webmeterManage.js +9 -9
- package/src/filiale/zhongyi/GasStatistics.vue +521 -521
- package/src/main.js +72 -66
- 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
|
@@ -1,536 +1,536 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
// 把打印需要默认选中的字段名放在config数组中
|
|
3
|
-
userConfig: {
|
|
4
|
-
'f_userinfo_code': '客户编号',
|
|
5
|
-
'f_user_name': '客户名称',
|
|
6
|
-
'f_user_phone': '客户电话',
|
|
7
|
-
'f_idnumber': '身份证号',
|
|
8
|
-
'f_balance': '账户余额',
|
|
9
|
-
'f_address': '客户地址',
|
|
10
|
-
'f_residential_area': '小区',
|
|
11
|
-
'f_building': '楼栋',
|
|
12
|
-
'f_unit': '单元',
|
|
13
|
-
'f_floor': '楼层',
|
|
14
|
-
'f_room': '门牌号',
|
|
15
|
-
'f_user_state': '客户状态',
|
|
16
|
-
'f_createfile_date': '建档日期',
|
|
17
|
-
'f_createfile_person': '建档人'
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
meterConfig: {
|
|
21
|
-
'f_userinfo_code': '客户编号',
|
|
22
|
-
'f_user_name': '客户名称',
|
|
23
|
-
'f_user_phone': '客户电话',
|
|
24
|
-
'f_idnumber': '身份证号',
|
|
25
|
-
'f_address': '客户地址',
|
|
26
|
-
'f_balance_amount': '表上余额',
|
|
27
|
-
'f_user_type': '客户类型',
|
|
28
|
-
'f_gasproperties': '用气性质',
|
|
29
|
-
'f_meternumber': '表号',
|
|
30
|
-
'f_card_id': '卡号',
|
|
31
|
-
'f_price_name': '气价名称',
|
|
32
|
-
'value': '气价详情',
|
|
33
|
-
'f_meter_brand': '气表品牌',
|
|
34
|
-
'f_meter_style': '气表型号',
|
|
35
|
-
'f_gongye_type': '用气类型',
|
|
36
|
-
'f_gas_person': '通气人',
|
|
37
|
-
'f_gas_date': '通气时间',
|
|
38
|
-
'f_input_date': '建表时间',
|
|
39
|
-
'f_table_state': '气表状态'
|
|
40
|
-
},
|
|
41
|
-
ResidentialQuery: {
|
|
42
|
-
'f_residential_area': '小区', 'hushu': '户数', 'xinhushu': '新建户数', 'f_oughtfee': '用气金额', 'f_oughtamount': '用气量',
|
|
43
|
-
'f_debt_money': '相抵', 'f_charge_money': '实收', 'f_qianfei': '欠费'
|
|
44
|
-
},
|
|
45
|
-
deviceConfig: {
|
|
46
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_address': '客户地址',
|
|
47
|
-
'f_user_state': '客户状态', 'f_meternumber': '表号', 'watchpurchase': '购买方式', 'f_devices_type': '设备类型',
|
|
48
|
-
'f_devices_no': '设备编号', 'f_manufactor': '厂家', 'f_rate_flow': '流量', 'f_pressure_range': '压力范围', 'f_firstcheck_date': '首校日期', 'f_nextcheck_date': '下次校验日期',
|
|
49
|
-
'f_brand': '设备品牌', 'f_devices_model': '设备型号', 'f_devices_num': '设备数量', 'f_userinfodevices_state': '设备状态',
|
|
50
|
-
'f_pipe_type': '管道类型', 'f_make_date': '生产日期', 'f_service_life': '使用年限', 'f_input_person': '安装人',
|
|
51
|
-
'f_input_date': '安装日期', 'f_expire_date': '到期日期', 'f_operator': '操作人', 'f_operate_date': '操作时间',
|
|
52
|
-
'f_comments': '备注'
|
|
53
|
-
},
|
|
54
|
-
|
|
55
|
-
chargeConfig: {
|
|
56
|
-
'id': '收费编号',
|
|
57
|
-
'f_userinfo_code': '客户编号',
|
|
58
|
-
'f_user_name': '客户名称',
|
|
59
|
-
'f_street': '街道',
|
|
60
|
-
'f_address': '客户地址',
|
|
61
|
-
'f_user_type': '客户类型',
|
|
62
|
-
'f_gasproperties': '用气性质',
|
|
63
|
-
'f_meternumber': '表号',
|
|
64
|
-
'f_times': '购气次数',
|
|
65
|
-
'f_pregas': '气量',
|
|
66
|
-
'f_preamount': '金额',
|
|
67
|
-
'f_collection': '收款',
|
|
68
|
-
'f_privilege_money': '优惠金额',
|
|
69
|
-
'f_balance': '上期结余',
|
|
70
|
-
'f_curbalance': '本期结余',
|
|
71
|
-
'f_type': '收费类型',
|
|
72
|
-
'f_payment': '付款方式',
|
|
73
|
-
'f_state': '状态',
|
|
74
|
-
'f_operate_date': '收费日期',
|
|
75
|
-
'f_delaypay': '滞纳金',
|
|
76
|
-
'f_comments': '备注',
|
|
77
|
-
'f_operator': '操作员',
|
|
78
|
-
'f_depname': '部门',
|
|
79
|
-
'f_orgname': '公司',
|
|
80
|
-
'f_rest_date': '所属年月',
|
|
81
|
-
'f_yucun': '预存金额',
|
|
82
|
-
'f_card_id': '卡号',
|
|
83
|
-
'f_stairamount1': '一阶气量',
|
|
84
|
-
'f_stair1price': '一阶单价',
|
|
85
|
-
'f_stair1fee': '一阶气费',
|
|
86
|
-
'f_stair2amount': '二阶气量',
|
|
87
|
-
'f_stair2price': '二阶单价',
|
|
88
|
-
'f_stair2fee': '二阶气费',
|
|
89
|
-
'f_stair3amount': '三阶气量',
|
|
90
|
-
'f_stair3price': '三阶单价',
|
|
91
|
-
'f_stair3fee': '三阶气费',
|
|
92
|
-
'f_idnumber': '证件号码'
|
|
93
|
-
},
|
|
94
|
-
chargeexportConfig: {
|
|
95
|
-
'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_street': '街道', 'f_address': '客户地址'
|
|
96
|
-
, 'f_collection': '收款', 'f_payment': '付款方式', 'f_operate_date': '收费日期', 'f_delaypay': '滞纳金'
|
|
97
|
-
, 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
98
|
-
'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
99
|
-
'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费'
|
|
100
|
-
},
|
|
101
|
-
sellPeopleConfig: {
|
|
102
|
-
'f_operator': '收费员',
|
|
103
|
-
'f_oughtfee': '燃气费',
|
|
104
|
-
'f_yucun': '预存款',
|
|
105
|
-
'f_other_fee': '其他费',
|
|
106
|
-
'f_number': '销售笔数',
|
|
107
|
-
'f_cal_collection': '冲正金额',
|
|
108
|
-
'f_collection': '实收金额',
|
|
109
|
-
'f_heji': '合计金额'
|
|
110
|
-
},
|
|
111
|
-
handPeopleConfig: {
|
|
112
|
-
'f_inputtor': '抄表员', 'f_user_number': '应抄户数', 'f_no_hand': '未抄户数', 'f_out_hand': '已抄无用量',
|
|
113
|
-
'f_hand_num': '实抄户数', 'f_hand_lv': '抄表率', 'f_oughtamount': '期间抄表气量', 'f_oughtfee': '期间抄表金额',
|
|
114
|
-
'f_debt_money': '期间实收气费金额', 'f_sell_hand': '已收户数', 'f_sell_lv': '收费率'
|
|
115
|
-
},
|
|
116
|
-
arrearsConfig: {
|
|
117
|
-
'f_userinfo_code': '客户编号', 'f_userinfo_id': '户编号', 'f_user_name': '客户名称', 'f_user_type': '客户类型',
|
|
118
|
-
'f_gasproperties': '用气性质', 'f_residential_area': '小区名称', 'f_address': '客户地址', 'f_user_phone': '客户电话',
|
|
119
|
-
'f_rent_phone': '备用电话', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费时间', 'f_oughtamount': '用气量',
|
|
120
|
-
'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '气费金额', 'overdue': '滞纳金', 'f_garbage_fee': '附加费',
|
|
121
|
-
'f_oughtfee_all': '合计欠费金额'
|
|
122
|
-
},
|
|
123
|
-
sellingHandConfig: {
|
|
124
|
-
'f_userinfo_code': '客户编号',
|
|
125
|
-
'f_user_name': '客户名称',
|
|
126
|
-
'f_last_balance': '上期结余',
|
|
127
|
-
'f_balance': '本期结余',
|
|
128
|
-
'f_pregas': '气量',
|
|
129
|
-
'f_preamount': '气费',
|
|
130
|
-
'f_charge_money': '收费金额',
|
|
131
|
-
'f_debt_money': '清欠金额',
|
|
132
|
-
'f_overdue': '违约金金额',
|
|
133
|
-
'f_type': '收费类型',
|
|
134
|
-
'f_state': '收费状态',
|
|
135
|
-
'f_operate_date': '操作时间',
|
|
136
|
-
'f_orgname': '所属公司'
|
|
137
|
-
},
|
|
138
|
-
|
|
139
|
-
compreConfig: {
|
|
140
|
-
'f_userinfo_code': '客户编号',
|
|
141
|
-
'f_olduserinfo_code': '旧客户编号',
|
|
142
|
-
'f_user_name': '客户名称',
|
|
143
|
-
'f_user_phone': '客户电话',
|
|
144
|
-
'f_residential_area': '小区名称',
|
|
145
|
-
'f_address': '客户地址',
|
|
146
|
-
'f_user_state': '客户状态',
|
|
147
|
-
'f_balance': '账户余额',
|
|
148
|
-
'f_usestate': '使用状态',
|
|
149
|
-
'f_usetype': '使用类型',
|
|
150
|
-
'f_user_type': '客户类型',
|
|
151
|
-
'f_gasproperties': '用气性质',
|
|
152
|
-
'f_price_name': '气价名称',
|
|
153
|
-
'value': '气价详情',
|
|
154
|
-
'f_used_name': '曾用名',
|
|
155
|
-
'f_rent_phone': '备用电话',
|
|
156
|
-
'f_rent_name': '租户姓名',
|
|
157
|
-
'f_zuhu_phone': '租户电话',
|
|
158
|
-
'f_open_date': '开户时间',
|
|
159
|
-
'f_contract_id': '合同ID',
|
|
160
|
-
'f_is_mgq': '是否煤改气',
|
|
161
|
-
'f_ins_stop_date': '保险结束日期',
|
|
162
|
-
'f_send_usegas_card': '是否发放天然气使用证',
|
|
163
|
-
'f_comments': '备注信息',
|
|
164
|
-
'f_credentials': '证件类型',
|
|
165
|
-
'f_idnumber': '证件号码',
|
|
166
|
-
'f_createfile_date': '建档日期',
|
|
167
|
-
'f_createfile_person': '建档人',
|
|
168
|
-
'f_depname': '所属营业厅',
|
|
169
|
-
'f_people_num': '人口数',
|
|
170
|
-
'f_meter_brand': '气表品牌',
|
|
171
|
-
'f_meter_style': '气表型号',
|
|
172
|
-
'f_meter_type': '气表类型',
|
|
173
|
-
'f_table_state': '表状态',
|
|
174
|
-
'f_initial_base': '初始气表底数',
|
|
175
|
-
'f_meter_base': '气表底数',
|
|
176
|
-
'f_total_usegas_amount': '累计用气金额',
|
|
177
|
-
'f_total_gas': '表累购气量',
|
|
178
|
-
'f_total_fee': '表累购金额',
|
|
179
|
-
'f_meternumber': '表号',
|
|
180
|
-
'f_metertitles': '表封号',
|
|
181
|
-
'f_inputtor': '抄表员',
|
|
182
|
-
'f_position': '安装位置',
|
|
183
|
-
'f_userfiles_address': '安装地址',
|
|
184
|
-
'f_install_person': '安装人',
|
|
185
|
-
'f_install_date': '安装日期',
|
|
186
|
-
'f_gas_person': '通气人',
|
|
187
|
-
'f_gas_date': '通气日期',
|
|
188
|
-
'f_fire_state': '点火状态',
|
|
189
|
-
'f_valve_state': '阀门状态',
|
|
190
|
-
'f_meter_book_num': '抄表册编号',
|
|
191
|
-
'f_meter_book_sort': '抄表册顺序',
|
|
192
|
-
'f_card_id': '卡号',
|
|
193
|
-
'f_aroundmeter': '左右表',
|
|
194
|
-
'f_whether_hairpin': '是否发卡',
|
|
195
|
-
'f_balance_amount': '表剩余金额',
|
|
196
|
-
'f_times': '写卡次数',
|
|
197
|
-
'f_fillcard_times': '补卡次数',
|
|
198
|
-
'f_hand_date': '最后抄表日期',
|
|
199
|
-
'f_sendsuccess': '表同步状态'
|
|
200
|
-
},
|
|
201
|
-
|
|
202
|
-
changemeterConfig: {
|
|
203
|
-
'f_userinfo_code': '客户编号',
|
|
204
|
-
'f_user_name': '客户名称',
|
|
205
|
-
'f_address': '客户地址',
|
|
206
|
-
'f_meternumber': '表号',
|
|
207
|
-
'f_type': '换表类型',
|
|
208
|
-
'f_changemeter_fee': '换表费',
|
|
209
|
-
'f_meter_base': '旧表底数',
|
|
210
|
-
'f_newmeter_base': '新表底数',
|
|
211
|
-
'f_card_id': '旧表卡号',
|
|
212
|
-
'f_newcard_id': '新表卡号',
|
|
213
|
-
'f_meter_classify': '旧气表类型',
|
|
214
|
-
'f_newmeter_classify': '新气表类型',
|
|
215
|
-
'f_state': '状态',
|
|
216
|
-
'f_changemeter_date': '换表日期',
|
|
217
|
-
'f_comments': '备注',
|
|
218
|
-
'f_operator': '操作员',
|
|
219
|
-
'f_depname': '部门',
|
|
220
|
-
'f_orgname': '公司'
|
|
221
|
-
},
|
|
222
|
-
|
|
223
|
-
otherchargeConfig: {
|
|
224
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
225
|
-
'f_brand_spec': '收费类型', 'f_unitprice': '单价', 'f_number': '数量', 'f_collection': '收款',
|
|
226
|
-
'f_payment': '付款方式', 'f_state': '状态', 'f_operate_date': '收费日期',
|
|
227
|
-
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
228
|
-
},
|
|
229
|
-
|
|
230
|
-
handplanConfig: {
|
|
231
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
|
|
232
|
-
'f_tablebase': '本期底数', 'f_last_tablebase': '上期底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额',
|
|
233
|
-
'f_inputtor': '抄表员', 'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_meter_state': '抄表状态', 'f_hand_state': '状态',
|
|
234
|
-
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_surplus_gas': '剩余气量', 'f_haircut_gas': '扣减气量',
|
|
235
|
-
'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
236
|
-
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
237
|
-
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_rest_date': '所属年月'
|
|
238
|
-
},
|
|
239
|
-
batchBankConfig: {
|
|
240
|
-
'f_oughtfee': '付款金额', 'f_paper_account': '付方卡号', 'f_user_name': '付方户名', 'f_bank_pay_number': '缴费编号'
|
|
241
|
-
},
|
|
242
|
-
fmygasConfig: {
|
|
243
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
|
|
244
|
-
'f_meter_brand': '气表品牌', 'f_meter_type': '气表类型', 'yongqiliang': '用气量', 'yongqijine': '用气金额'
|
|
245
|
-
},
|
|
246
|
-
|
|
247
|
-
reverseConfig: {
|
|
248
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
249
|
-
'f_type': '冲正类型', 'f_pregas': '冲正气量', 'f_preamount': '冲正金额', 'f_collection': '冲正收款', 'f_operate_date': '冲正日期',
|
|
250
|
-
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
251
|
-
},
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
transferConfig: {
|
|
255
|
-
'f_userinfo_code': '客户编号',
|
|
256
|
-
'f_newuser_name': '客户名称',
|
|
257
|
-
'f_address': '客户地址',
|
|
258
|
-
'f_user_name': '原客户名称',
|
|
259
|
-
'f_newuser_phone': '新客户电话',
|
|
260
|
-
'f_user_phone': '原客户电话',
|
|
261
|
-
'f_transfer_fees': '过户费',
|
|
262
|
-
'f_operate_date': '过户日期',
|
|
263
|
-
'f_operator': '操作员',
|
|
264
|
-
'f_depname': '部门',
|
|
265
|
-
'f_orgname': '公司'
|
|
266
|
-
},
|
|
267
|
-
|
|
268
|
-
fillgasConfig: {
|
|
269
|
-
'f_userinfo_code': '客户编号',
|
|
270
|
-
'f_user_name': '客户名称',
|
|
271
|
-
'f_address': '客户地址',
|
|
272
|
-
'f_card_id': '卡号',
|
|
273
|
-
'f_meter_brand': '气表品牌',
|
|
274
|
-
'f_type': '补气类型',
|
|
275
|
-
'f_comments': '补气原因',
|
|
276
|
-
'f_pregas': '补气量',
|
|
277
|
-
'f_operate_date': '补气日期',
|
|
278
|
-
'f_operator': '操作员',
|
|
279
|
-
'f_depname': '部门',
|
|
280
|
-
'f_orgname': '公司'
|
|
281
|
-
},
|
|
282
|
-
|
|
283
|
-
fillcardConfig: {
|
|
284
|
-
'f_userinfo_code': '客户编号',
|
|
285
|
-
'f_user_name': '客户名称',
|
|
286
|
-
'f_address': '客户地址',
|
|
287
|
-
'f_card_id': '卡号',
|
|
288
|
-
'f_meter_brand': '气表品牌',
|
|
289
|
-
'f_type': '补卡类型',
|
|
290
|
-
'f_comments': '补卡原因',
|
|
291
|
-
'f_cardfees': '卡费',
|
|
292
|
-
'f_operate_date': '补卡日期',
|
|
293
|
-
'f_operator': '操作员',
|
|
294
|
-
'f_depname': '部门',
|
|
295
|
-
'f_orgname': '公司'
|
|
296
|
-
},
|
|
297
|
-
|
|
298
|
-
enableConfig: {
|
|
299
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
300
|
-
'f_enable_reason': '启用原因', 'f_state': '启用状态', 'f_operate_date': '启用日期',
|
|
301
|
-
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
302
|
-
},
|
|
303
|
-
monthGasConfig: {
|
|
304
|
-
'code': '客户编号', 'username': '客户名称', 'jan': '一月',
|
|
305
|
-
'feb': '二月', 'mar': '三月', 'apr': '四月',
|
|
306
|
-
'may': '五月', 'jun': '六月', 'jul': '七月', 'jug': '八月',
|
|
307
|
-
'sep': '九月', 'oct': '十月', 'nov': '十一月', 'dec': '十二月',
|
|
308
|
-
'sum_oughtamount': '累计气量', 'f_oughtfee': '累计金额', 'avg_oughtamount': '月平均气量'
|
|
309
|
-
},
|
|
310
|
-
disableConfig: {
|
|
311
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
312
|
-
'f_disable_reason': '停用原因', 'f_state': '停用状态', 'f_operate_date': '停用日期',
|
|
313
|
-
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
314
|
-
},
|
|
315
|
-
GasAnalysisManageConfig: {
|
|
316
|
-
'f_userinfo_code': '客户编号',
|
|
317
|
-
'f_user_name': '客户名称',
|
|
318
|
-
'f_address': '客户地址',
|
|
319
|
-
'f_balance': '期初余额',
|
|
320
|
-
'f_pregas': '用气气量',
|
|
321
|
-
'f_preamount': '用气金额',
|
|
322
|
-
'f_charge_money': '收款',
|
|
323
|
-
'f_curbalance': '期末结余'
|
|
324
|
-
},
|
|
325
|
-
|
|
326
|
-
dataReportConfig: {
|
|
327
|
-
'f_userinfo_code': '客户编号',
|
|
328
|
-
'f_user_name': '客户姓名',
|
|
329
|
-
'f_address': '地址',
|
|
330
|
-
'f_meter_brand': '气表厂家',
|
|
331
|
-
'f_operate_date': '充值时间',
|
|
332
|
-
'f_stair1amount': '1单价',
|
|
333
|
-
'f_stair1price': '1气量',
|
|
334
|
-
'f_stair2amount': '2单价',
|
|
335
|
-
'f_stair2price': '2气量',
|
|
336
|
-
'f_stair3amount': '3单价',
|
|
337
|
-
'f_stair3price': '3气量',
|
|
338
|
-
'f_pregas': '气量',
|
|
339
|
-
'f_preamount': '应收金额',
|
|
340
|
-
'f_collection': '实收金额',
|
|
341
|
-
'f_balance': '上期结余',
|
|
342
|
-
'f_curbalance': '本期结余',
|
|
343
|
-
'f_payment': '付款方式',
|
|
344
|
-
'f_type': '收费类型',
|
|
345
|
-
'f_operator': '操作员',
|
|
346
|
-
'f_user_type': '用户类型',
|
|
347
|
-
'f_comments': '备注'
|
|
348
|
-
},
|
|
349
|
-
lifeDataReportConfig: {
|
|
350
|
-
'f_userinfo_code': '客户编号',
|
|
351
|
-
'f_user_name': '客户姓名',
|
|
352
|
-
'f_pregas': '气量',
|
|
353
|
-
'f_collection': '金额',
|
|
354
|
-
'f_operate_date': '写卡时间',
|
|
355
|
-
'f_stair1amount': '1单价',
|
|
356
|
-
'f_stair1price': '1气量',
|
|
357
|
-
'f_stair2amount': '2单价',
|
|
358
|
-
'f_stair2price': '2气量',
|
|
359
|
-
'f_stair3amount': '3单价',
|
|
360
|
-
'f_stair3price': '3气量',
|
|
361
|
-
'f_payment': '付款方式',
|
|
362
|
-
'f_type': '收费类型',
|
|
363
|
-
'f_pay_id': '交易号',
|
|
364
|
-
'f_terminal_num': '写卡服务机'
|
|
365
|
-
},
|
|
366
|
-
monthByUserConfig: {
|
|
367
|
-
'f_operate_date': '日期', 'f_open_my': '民用开户', 'f_count_my': '民用人次', 'f_pregas_my': '民用气量', 'f_collection_my': '民用金额',
|
|
368
|
-
'f_open_sy': '商业开户', 'f_count_sy': '商业人次', 'f_pregas_sy': '商业气量',
|
|
369
|
-
'f_collection_sy': '商业金额', 'f_open_gy': '工业开户', 'f_count_gy': '工业人次', 'f_pregas_gy': '工业气量',
|
|
370
|
-
'f_collection_gy': '工业金额', 'f_open': '合计开户', 'f_count': '合计人次', 'f_pregas': '合计气量',
|
|
371
|
-
'f_collection': '合计金额'
|
|
372
|
-
},
|
|
373
|
-
lifeMonthByChargeConfig: {
|
|
374
|
-
'f_operate_date': '日期', 'f_count': '人次', 'f_pregas': '气量',
|
|
375
|
-
'f_collection': '金额'
|
|
376
|
-
},
|
|
377
|
-
monthByChargeConfig: {
|
|
378
|
-
'f_operate_date': '月份',
|
|
379
|
-
'f_count_open': '开户人次', 'f_pregas_open': '开户气量', 'f_collection_open': '开户金额',
|
|
380
|
-
'f_count_zg': '再购人次', 'f_pregas_zg': '再购气量', 'f_collection_zg': '再购金额',
|
|
381
|
-
'f_count_bk': '补卡人次', 'f_collection_bk': '补卡金额',
|
|
382
|
-
'f_count_bq': '补气人次', 'f_pregas_bq': '补气气量', 'f_collection_bq': '补气金额',
|
|
383
|
-
'f_count_hb': '换表人次', 'f_collection_hb': '换表金额',
|
|
384
|
-
'f_count': '总次数', 'f_pregas': '总气量', 'f_collection': '总金额'
|
|
385
|
-
},
|
|
386
|
-
yearByUserConfig: {
|
|
387
|
-
'f_operate_date': '日期', 'f_open_my': '民用开户', 'f_count_my': '民用人次', 'f_pregas_my': '民用气量', 'f_collection_my': '民用金额',
|
|
388
|
-
'f_open_sy': '商业开户', 'f_count_sy': '商业人次', 'f_pregas_sy': '商业气量',
|
|
389
|
-
'f_collection_sy': '商业金额', 'f_open_gy': '工业开户', 'f_count_gy': '工业人次', 'f_pregas_gy': '工业气量',
|
|
390
|
-
'f_collection_gy': '工业金额', 'f_open': '合计开户', 'f_count': '合计人次', 'f_pregas': '合计气量',
|
|
391
|
-
'f_collection': '合计金额'
|
|
392
|
-
},
|
|
393
|
-
yearByChargeConfig: {
|
|
394
|
-
'f_operate_date': '月份',
|
|
395
|
-
'f_count_open': '开户人次', 'f_pregas_open': '开户气量', 'f_collection_open': '开户金额',
|
|
396
|
-
'f_count_zg': '再购人次', 'f_pregas_zg': '再购气量', 'f_collection_zg': '再购金额',
|
|
397
|
-
'f_count': '总次数', 'f_pregas': '总气量', 'f_collection': '总金额'
|
|
398
|
-
},
|
|
399
|
-
lifeYearByChargeConfig: {
|
|
400
|
-
'f_operate_date': '月份',
|
|
401
|
-
'f_count': '次数', 'f_pregas': '气量', 'f_collection': '金额'
|
|
402
|
-
},
|
|
403
|
-
BackListConfig: {
|
|
404
|
-
'f_userinfo_code': '用户编号',
|
|
405
|
-
'f_user_name': '用户姓名',
|
|
406
|
-
'f_operate_date': '操作时间',
|
|
407
|
-
'f_operat_type': '操作类型',
|
|
408
|
-
'f_comments': '备注',
|
|
409
|
-
'f_operator': '操作员',
|
|
410
|
-
'f_depname': '部门',
|
|
411
|
-
'f_orgname': '公司'
|
|
412
|
-
},
|
|
413
|
-
NewAccountConfig: {
|
|
414
|
-
'f_userinfo_code': '用户编号',
|
|
415
|
-
'f_user_name': '用户姓名',
|
|
416
|
-
'f_user_phone': '用户电话',
|
|
417
|
-
'f_idnumber': '身份证号',
|
|
418
|
-
'f_address': '客户地址',
|
|
419
|
-
'f_price_name': '气价名称',
|
|
420
|
-
'f_open_date': '开户时间',
|
|
421
|
-
'f_meternumber': '表号',
|
|
422
|
-
'f_gas_person': '置换员',
|
|
423
|
-
'f_gas_date': '通气时间',
|
|
424
|
-
'f_total_gas': '累购气量',
|
|
425
|
-
'f_meter_brand': '气表品牌',
|
|
426
|
-
'isbgl': '是否有壁挂炉',
|
|
427
|
-
'f_operator': '操作员'
|
|
428
|
-
},
|
|
429
|
-
AreaGeneralQuery: {
|
|
430
|
-
'f_residential_area': '小区名称', 'f_zhengchang': '正常', 'f_tingyong': '停用', 'f_daikaitong': '待开通',
|
|
431
|
-
'f_yichang': '销户', 'f_jibiao': '机表抄表户数', 'f_oughtamount': '机表抄表气量', 'f_oughtfee': '机表抄表金额',
|
|
432
|
-
'f_collection_hand': '机表实收金额', 'f_wulian': '物联网表用气户数', 'f_oughtamount_wab': '物联网表用气量', 'f_oughtfee_wab': '物联网表用气金额',
|
|
433
|
-
'f_collection_web': '物联网表实收金额', 'f_kabiao': '卡表购气户数', 'f_pregas': '卡表售气量', 'f_preamount': '卡表售气金额',
|
|
434
|
-
'f_collection_card': '卡表实收金额', 'f_collection': '总实收金额'
|
|
435
|
-
},
|
|
436
|
-
ReportListConfig: {
|
|
437
|
-
'f_userinfo_code': '客户编号',
|
|
438
|
-
'f_meternumber': '表号',
|
|
439
|
-
'f_user_name': '客户姓名',
|
|
440
|
-
'f_user_phone': '客户电话',
|
|
441
|
-
'f_address': '客户地址',
|
|
442
|
-
'f_hand_date': '上报日期',
|
|
443
|
-
'f_meterbalanceamt': '表内剩余金额',
|
|
444
|
-
'f_tablebase': '本次抄表底数',
|
|
445
|
-
'f_valvestate': '阀门状态',
|
|
446
|
-
'f_upload_type': '上报类型',
|
|
447
|
-
'f_insert_date': '系统接收时间',
|
|
448
|
-
'f_meterdebitamt': '表内累计充值金额',
|
|
449
|
-
'f_signal': '噪音强度',
|
|
450
|
-
'f_snr': '信噪比',
|
|
451
|
-
'f_batterylevel': '电压',
|
|
452
|
-
'f_lowlithiumbattery': '电压状态',
|
|
453
|
-
'f_networkshutvalve': '阀门强制状态',
|
|
454
|
-
'f_wmprepaytype': '计量类型',
|
|
455
|
-
'f_moneystate': '金额状态',
|
|
456
|
-
'f_magneticInterference': '磁干扰异常',
|
|
457
|
-
'f_compensateState': '补偿状态'
|
|
458
|
-
|
|
459
|
-
},
|
|
460
|
-
ReportDataQueryConfig: {
|
|
461
|
-
'f_userinfo_code': '客户编号',
|
|
462
|
-
'f_tablebase': '本次抄表底数',
|
|
463
|
-
'f_last_tablebase': '上次抄表底数',
|
|
464
|
-
'f_jval': '表计剩余余额',
|
|
465
|
-
'f_hand_date': '抄表日期',
|
|
466
|
-
'f_last_hand_date': '上次抄表日期',
|
|
467
|
-
'f_gas_date': '开户日期',
|
|
468
|
-
'f_software_version': '软件版本号',
|
|
469
|
-
'f_table_msg': '表状态信息',
|
|
470
|
-
'f_last_meter_state_msg': '上次表状态信息',
|
|
471
|
-
'f_insert_date': '插入日期',
|
|
472
|
-
'f_last_insertdate': '上次插入日期',
|
|
473
|
-
'f_whether_clear': '是否结算',
|
|
474
|
-
'f_address': '地址',
|
|
475
|
-
'f_user_name': '用户名称',
|
|
476
|
-
'f_meternumber': '表号',
|
|
477
|
-
'f_super_gas': '超用气量',
|
|
478
|
-
'f_electricity': '电量等级',
|
|
479
|
-
'f_times': '购气次数',
|
|
480
|
-
'f_price': '单价',
|
|
481
|
-
'f_signal': '信号强度',
|
|
482
|
-
'f_snr': '信噪比',
|
|
483
|
-
'f_batteryLevel': '电压',
|
|
484
|
-
'f_networkShutValve': '阀门强制状态',
|
|
485
|
-
'f_valveState': '阀门状态',
|
|
486
|
-
'f_wmprepaytype': '计量类型',
|
|
487
|
-
'f_upload_type': '上报类型',
|
|
488
|
-
'f_moneyState': '金额状态',
|
|
489
|
-
'f_LowLithiumBattery': '电压状态',
|
|
490
|
-
'f_magneticInterference': '磁干扰异常',
|
|
491
|
-
'f_meterBalanceAmt': '表内剩余金额',
|
|
492
|
-
'f_meterDebitAmt': '表内累计充值金额',
|
|
493
|
-
'f_compensateState': '补偿状态',
|
|
494
|
-
'f_filiale': '分公司'
|
|
495
|
-
},
|
|
496
|
-
expectgasConfig: {
|
|
497
|
-
'f_gy_num': '工业户数',
|
|
498
|
-
'f_my_num': '民用户数',
|
|
499
|
-
'f_jt_num': '集体户数',
|
|
500
|
-
'f_sy_num': '商业户数',
|
|
501
|
-
'f_sum_num': '户数合计',
|
|
502
|
-
'f_gy_gas': '工业抄表量',
|
|
503
|
-
'f_my_gas': '民用抄表量',
|
|
504
|
-
'f_jt_gas': '集体抄表量',
|
|
505
|
-
'f_sy_gas': '商业抄表量',
|
|
506
|
-
'f_sum_gas': '抄表量合计',
|
|
507
|
-
'f_gy_account': '工业抄表金额',
|
|
508
|
-
'f_my_account': '民用抄表金额',
|
|
509
|
-
'f_jt_account': '集体抄表金额',
|
|
510
|
-
'f_sy_account': '商业抄表金额',
|
|
511
|
-
'f_sum_account': '抄表金额合计'
|
|
512
|
-
},
|
|
513
|
-
pregaslistConfig: {
|
|
514
|
-
'f_month': '月份', 'f_last_balance': '期初余额', 'f_wechat_pay': '微信', 'f_money_pay': '现金', 'f_bank_pay': '银行转账',
|
|
515
|
-
'f_sum_pay': '预收款合计', 'f_pre_deduct_money': '本期预收抵减气费金额', 'f_balance': '期末余额',
|
|
516
|
-
'f_comments': '备注'
|
|
517
|
-
},
|
|
518
|
-
overduelistConfig: {
|
|
519
|
-
'f_month': '月份', 'f_last_balance': '期初余额', 'f_account': '本期发生额', 'f_wechat_pay': '微信', 'f_money_pay': '现金',
|
|
520
|
-
'f_reduction': '本期减免', 'f_bank_pay': '银行转账', 'f_sum_pay': '滞纳金合计', 'f_balance': '期末余额', 'f_comments': '备注'
|
|
521
|
-
},
|
|
522
|
-
sellinggaslistConfig: {
|
|
523
|
-
'f_month': '月份', 'f_last_balance': '期初余额', 'f_account': '本期发生额', 'f_wechat_pay': '微信',
|
|
524
|
-
'f_money_pay': '现金', 'f_bank_pay': '银行转账', 'f_pre_pay': '预付账款抵减', 'f_sum_pay': '收款金额合计',
|
|
525
|
-
'f_balance': '期末余额', 'f_comments': '备注'
|
|
526
|
-
},
|
|
527
|
-
areaBuildingInfoSummary: {
|
|
528
|
-
'f_residential_area': '小区名称', 'f_building_num': '楼栋数', 'f_user_num': '用户数',
|
|
529
|
-
'f_open_num': '已开户', 'f_gas_num': '已通气', 'f_nogas_num': '未通气', 'f_empty_num': '空户'
|
|
530
|
-
},
|
|
531
|
-
areaBuildingInfoSum: {
|
|
532
|
-
'f_user_num': '小区总用户数', 'f_open_num': '已开户用户数', 'f_gas_num': '已通气用户数',
|
|
533
|
-
'f_nogas_num': '未通气用户数', 'f_empty_num': '空户用户数'
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
}
|
|
1
|
+
export default {
|
|
2
|
+
// 把打印需要默认选中的字段名放在config数组中
|
|
3
|
+
userConfig: {
|
|
4
|
+
'f_userinfo_code': '客户编号',
|
|
5
|
+
'f_user_name': '客户名称',
|
|
6
|
+
'f_user_phone': '客户电话',
|
|
7
|
+
'f_idnumber': '身份证号',
|
|
8
|
+
'f_balance': '账户余额',
|
|
9
|
+
'f_address': '客户地址',
|
|
10
|
+
'f_residential_area': '小区',
|
|
11
|
+
'f_building': '楼栋',
|
|
12
|
+
'f_unit': '单元',
|
|
13
|
+
'f_floor': '楼层',
|
|
14
|
+
'f_room': '门牌号',
|
|
15
|
+
'f_user_state': '客户状态',
|
|
16
|
+
'f_createfile_date': '建档日期',
|
|
17
|
+
'f_createfile_person': '建档人'
|
|
18
|
+
},
|
|
19
|
+
|
|
20
|
+
meterConfig: {
|
|
21
|
+
'f_userinfo_code': '客户编号',
|
|
22
|
+
'f_user_name': '客户名称',
|
|
23
|
+
'f_user_phone': '客户电话',
|
|
24
|
+
'f_idnumber': '身份证号',
|
|
25
|
+
'f_address': '客户地址',
|
|
26
|
+
'f_balance_amount': '表上余额',
|
|
27
|
+
'f_user_type': '客户类型',
|
|
28
|
+
'f_gasproperties': '用气性质',
|
|
29
|
+
'f_meternumber': '表号',
|
|
30
|
+
'f_card_id': '卡号',
|
|
31
|
+
'f_price_name': '气价名称',
|
|
32
|
+
'value': '气价详情',
|
|
33
|
+
'f_meter_brand': '气表品牌',
|
|
34
|
+
'f_meter_style': '气表型号',
|
|
35
|
+
'f_gongye_type': '用气类型',
|
|
36
|
+
'f_gas_person': '通气人',
|
|
37
|
+
'f_gas_date': '通气时间',
|
|
38
|
+
'f_input_date': '建表时间',
|
|
39
|
+
'f_table_state': '气表状态'
|
|
40
|
+
},
|
|
41
|
+
ResidentialQuery: {
|
|
42
|
+
'f_residential_area': '小区', 'hushu': '户数', 'xinhushu': '新建户数', 'f_oughtfee': '用气金额', 'f_oughtamount': '用气量',
|
|
43
|
+
'f_debt_money': '相抵', 'f_charge_money': '实收', 'f_qianfei': '欠费'
|
|
44
|
+
},
|
|
45
|
+
deviceConfig: {
|
|
46
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_address': '客户地址',
|
|
47
|
+
'f_user_state': '客户状态', 'f_meternumber': '表号', 'watchpurchase': '购买方式', 'f_devices_type': '设备类型',
|
|
48
|
+
'f_devices_no': '设备编号', 'f_manufactor': '厂家', 'f_rate_flow': '流量', 'f_pressure_range': '压力范围', 'f_firstcheck_date': '首校日期', 'f_nextcheck_date': '下次校验日期',
|
|
49
|
+
'f_brand': '设备品牌', 'f_devices_model': '设备型号', 'f_devices_num': '设备数量', 'f_userinfodevices_state': '设备状态',
|
|
50
|
+
'f_pipe_type': '管道类型', 'f_make_date': '生产日期', 'f_service_life': '使用年限', 'f_input_person': '安装人',
|
|
51
|
+
'f_input_date': '安装日期', 'f_expire_date': '到期日期', 'f_operator': '操作人', 'f_operate_date': '操作时间',
|
|
52
|
+
'f_comments': '备注'
|
|
53
|
+
},
|
|
54
|
+
|
|
55
|
+
chargeConfig: {
|
|
56
|
+
'id': '收费编号',
|
|
57
|
+
'f_userinfo_code': '客户编号',
|
|
58
|
+
'f_user_name': '客户名称',
|
|
59
|
+
'f_street': '街道',
|
|
60
|
+
'f_address': '客户地址',
|
|
61
|
+
'f_user_type': '客户类型',
|
|
62
|
+
'f_gasproperties': '用气性质',
|
|
63
|
+
'f_meternumber': '表号',
|
|
64
|
+
'f_times': '购气次数',
|
|
65
|
+
'f_pregas': '气量',
|
|
66
|
+
'f_preamount': '金额',
|
|
67
|
+
'f_collection': '收款',
|
|
68
|
+
'f_privilege_money': '优惠金额',
|
|
69
|
+
'f_balance': '上期结余',
|
|
70
|
+
'f_curbalance': '本期结余',
|
|
71
|
+
'f_type': '收费类型',
|
|
72
|
+
'f_payment': '付款方式',
|
|
73
|
+
'f_state': '状态',
|
|
74
|
+
'f_operate_date': '收费日期',
|
|
75
|
+
'f_delaypay': '滞纳金',
|
|
76
|
+
'f_comments': '备注',
|
|
77
|
+
'f_operator': '操作员',
|
|
78
|
+
'f_depname': '部门',
|
|
79
|
+
'f_orgname': '公司',
|
|
80
|
+
'f_rest_date': '所属年月',
|
|
81
|
+
'f_yucun': '预存金额',
|
|
82
|
+
'f_card_id': '卡号',
|
|
83
|
+
'f_stairamount1': '一阶气量',
|
|
84
|
+
'f_stair1price': '一阶单价',
|
|
85
|
+
'f_stair1fee': '一阶气费',
|
|
86
|
+
'f_stair2amount': '二阶气量',
|
|
87
|
+
'f_stair2price': '二阶单价',
|
|
88
|
+
'f_stair2fee': '二阶气费',
|
|
89
|
+
'f_stair3amount': '三阶气量',
|
|
90
|
+
'f_stair3price': '三阶单价',
|
|
91
|
+
'f_stair3fee': '三阶气费',
|
|
92
|
+
'f_idnumber': '证件号码'
|
|
93
|
+
},
|
|
94
|
+
chargeexportConfig: {
|
|
95
|
+
'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_street': '街道', 'f_address': '客户地址'
|
|
96
|
+
, 'f_collection': '收款', 'f_payment': '付款方式', 'f_operate_date': '收费日期', 'f_delaypay': '滞纳金'
|
|
97
|
+
, 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
98
|
+
'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
99
|
+
'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费'
|
|
100
|
+
},
|
|
101
|
+
sellPeopleConfig: {
|
|
102
|
+
'f_operator': '收费员',
|
|
103
|
+
'f_oughtfee': '燃气费',
|
|
104
|
+
'f_yucun': '预存款',
|
|
105
|
+
'f_other_fee': '其他费',
|
|
106
|
+
'f_number': '销售笔数',
|
|
107
|
+
'f_cal_collection': '冲正金额',
|
|
108
|
+
'f_collection': '实收金额',
|
|
109
|
+
'f_heji': '合计金额'
|
|
110
|
+
},
|
|
111
|
+
handPeopleConfig: {
|
|
112
|
+
'f_inputtor': '抄表员', 'f_user_number': '应抄户数', 'f_no_hand': '未抄户数', 'f_out_hand': '已抄无用量',
|
|
113
|
+
'f_hand_num': '实抄户数', 'f_hand_lv': '抄表率', 'f_oughtamount': '期间抄表气量', 'f_oughtfee': '期间抄表金额',
|
|
114
|
+
'f_debt_money': '期间实收气费金额', 'f_sell_hand': '已收户数', 'f_sell_lv': '收费率'
|
|
115
|
+
},
|
|
116
|
+
arrearsConfig: {
|
|
117
|
+
'f_userinfo_code': '客户编号', 'f_userinfo_id': '户编号', 'f_user_name': '客户名称', 'f_user_type': '客户类型',
|
|
118
|
+
'f_gasproperties': '用气性质', 'f_residential_area': '小区名称', 'f_address': '客户地址', 'f_user_phone': '客户电话',
|
|
119
|
+
'f_rent_phone': '备用电话', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费时间', 'f_oughtamount': '用气量',
|
|
120
|
+
'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '气费金额', 'overdue': '滞纳金', 'f_garbage_fee': '附加费',
|
|
121
|
+
'f_oughtfee_all': '合计欠费金额'
|
|
122
|
+
},
|
|
123
|
+
sellingHandConfig: {
|
|
124
|
+
'f_userinfo_code': '客户编号',
|
|
125
|
+
'f_user_name': '客户名称',
|
|
126
|
+
'f_last_balance': '上期结余',
|
|
127
|
+
'f_balance': '本期结余',
|
|
128
|
+
'f_pregas': '气量',
|
|
129
|
+
'f_preamount': '气费',
|
|
130
|
+
'f_charge_money': '收费金额',
|
|
131
|
+
'f_debt_money': '清欠金额',
|
|
132
|
+
'f_overdue': '违约金金额',
|
|
133
|
+
'f_type': '收费类型',
|
|
134
|
+
'f_state': '收费状态',
|
|
135
|
+
'f_operate_date': '操作时间',
|
|
136
|
+
'f_orgname': '所属公司'
|
|
137
|
+
},
|
|
138
|
+
|
|
139
|
+
compreConfig: {
|
|
140
|
+
'f_userinfo_code': '客户编号',
|
|
141
|
+
'f_olduserinfo_code': '旧客户编号',
|
|
142
|
+
'f_user_name': '客户名称',
|
|
143
|
+
'f_user_phone': '客户电话',
|
|
144
|
+
'f_residential_area': '小区名称',
|
|
145
|
+
'f_address': '客户地址',
|
|
146
|
+
'f_user_state': '客户状态',
|
|
147
|
+
'f_balance': '账户余额',
|
|
148
|
+
'f_usestate': '使用状态',
|
|
149
|
+
'f_usetype': '使用类型',
|
|
150
|
+
'f_user_type': '客户类型',
|
|
151
|
+
'f_gasproperties': '用气性质',
|
|
152
|
+
'f_price_name': '气价名称',
|
|
153
|
+
'value': '气价详情',
|
|
154
|
+
'f_used_name': '曾用名',
|
|
155
|
+
'f_rent_phone': '备用电话',
|
|
156
|
+
'f_rent_name': '租户姓名',
|
|
157
|
+
'f_zuhu_phone': '租户电话',
|
|
158
|
+
'f_open_date': '开户时间',
|
|
159
|
+
'f_contract_id': '合同ID',
|
|
160
|
+
'f_is_mgq': '是否煤改气',
|
|
161
|
+
'f_ins_stop_date': '保险结束日期',
|
|
162
|
+
'f_send_usegas_card': '是否发放天然气使用证',
|
|
163
|
+
'f_comments': '备注信息',
|
|
164
|
+
'f_credentials': '证件类型',
|
|
165
|
+
'f_idnumber': '证件号码',
|
|
166
|
+
'f_createfile_date': '建档日期',
|
|
167
|
+
'f_createfile_person': '建档人',
|
|
168
|
+
'f_depname': '所属营业厅',
|
|
169
|
+
'f_people_num': '人口数',
|
|
170
|
+
'f_meter_brand': '气表品牌',
|
|
171
|
+
'f_meter_style': '气表型号',
|
|
172
|
+
'f_meter_type': '气表类型',
|
|
173
|
+
'f_table_state': '表状态',
|
|
174
|
+
'f_initial_base': '初始气表底数',
|
|
175
|
+
'f_meter_base': '气表底数',
|
|
176
|
+
'f_total_usegas_amount': '累计用气金额',
|
|
177
|
+
'f_total_gas': '表累购气量',
|
|
178
|
+
'f_total_fee': '表累购金额',
|
|
179
|
+
'f_meternumber': '表号',
|
|
180
|
+
'f_metertitles': '表封号',
|
|
181
|
+
'f_inputtor': '抄表员',
|
|
182
|
+
'f_position': '安装位置',
|
|
183
|
+
'f_userfiles_address': '安装地址',
|
|
184
|
+
'f_install_person': '安装人',
|
|
185
|
+
'f_install_date': '安装日期',
|
|
186
|
+
'f_gas_person': '通气人',
|
|
187
|
+
'f_gas_date': '通气日期',
|
|
188
|
+
'f_fire_state': '点火状态',
|
|
189
|
+
'f_valve_state': '阀门状态',
|
|
190
|
+
'f_meter_book_num': '抄表册编号',
|
|
191
|
+
'f_meter_book_sort': '抄表册顺序',
|
|
192
|
+
'f_card_id': '卡号',
|
|
193
|
+
'f_aroundmeter': '左右表',
|
|
194
|
+
'f_whether_hairpin': '是否发卡',
|
|
195
|
+
'f_balance_amount': '表剩余金额',
|
|
196
|
+
'f_times': '写卡次数',
|
|
197
|
+
'f_fillcard_times': '补卡次数',
|
|
198
|
+
'f_hand_date': '最后抄表日期',
|
|
199
|
+
'f_sendsuccess': '表同步状态'
|
|
200
|
+
},
|
|
201
|
+
|
|
202
|
+
changemeterConfig: {
|
|
203
|
+
'f_userinfo_code': '客户编号',
|
|
204
|
+
'f_user_name': '客户名称',
|
|
205
|
+
'f_address': '客户地址',
|
|
206
|
+
'f_meternumber': '表号',
|
|
207
|
+
'f_type': '换表类型',
|
|
208
|
+
'f_changemeter_fee': '换表费',
|
|
209
|
+
'f_meter_base': '旧表底数',
|
|
210
|
+
'f_newmeter_base': '新表底数',
|
|
211
|
+
'f_card_id': '旧表卡号',
|
|
212
|
+
'f_newcard_id': '新表卡号',
|
|
213
|
+
'f_meter_classify': '旧气表类型',
|
|
214
|
+
'f_newmeter_classify': '新气表类型',
|
|
215
|
+
'f_state': '状态',
|
|
216
|
+
'f_changemeter_date': '换表日期',
|
|
217
|
+
'f_comments': '备注',
|
|
218
|
+
'f_operator': '操作员',
|
|
219
|
+
'f_depname': '部门',
|
|
220
|
+
'f_orgname': '公司'
|
|
221
|
+
},
|
|
222
|
+
|
|
223
|
+
otherchargeConfig: {
|
|
224
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
225
|
+
'f_brand_spec': '收费类型', 'f_unitprice': '单价', 'f_number': '数量', 'f_collection': '收款',
|
|
226
|
+
'f_payment': '付款方式', 'f_state': '状态', 'f_operate_date': '收费日期',
|
|
227
|
+
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
228
|
+
},
|
|
229
|
+
|
|
230
|
+
handplanConfig: {
|
|
231
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
|
|
232
|
+
'f_tablebase': '本期底数', 'f_last_tablebase': '上期底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额',
|
|
233
|
+
'f_inputtor': '抄表员', 'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_meter_state': '抄表状态', 'f_hand_state': '状态',
|
|
234
|
+
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_surplus_gas': '剩余气量', 'f_haircut_gas': '扣减气量',
|
|
235
|
+
'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
236
|
+
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
237
|
+
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_rest_date': '所属年月'
|
|
238
|
+
},
|
|
239
|
+
batchBankConfig: {
|
|
240
|
+
'f_oughtfee': '付款金额', 'f_paper_account': '付方卡号', 'f_user_name': '付方户名', 'f_bank_pay_number': '缴费编号'
|
|
241
|
+
},
|
|
242
|
+
fmygasConfig: {
|
|
243
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
|
|
244
|
+
'f_meter_brand': '气表品牌', 'f_meter_type': '气表类型', 'yongqiliang': '用气量', 'yongqijine': '用气金额'
|
|
245
|
+
},
|
|
246
|
+
|
|
247
|
+
reverseConfig: {
|
|
248
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
249
|
+
'f_type': '冲正类型', 'f_pregas': '冲正气量', 'f_preamount': '冲正金额', 'f_collection': '冲正收款', 'f_operate_date': '冲正日期',
|
|
250
|
+
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
251
|
+
},
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
transferConfig: {
|
|
255
|
+
'f_userinfo_code': '客户编号',
|
|
256
|
+
'f_newuser_name': '客户名称',
|
|
257
|
+
'f_address': '客户地址',
|
|
258
|
+
'f_user_name': '原客户名称',
|
|
259
|
+
'f_newuser_phone': '新客户电话',
|
|
260
|
+
'f_user_phone': '原客户电话',
|
|
261
|
+
'f_transfer_fees': '过户费',
|
|
262
|
+
'f_operate_date': '过户日期',
|
|
263
|
+
'f_operator': '操作员',
|
|
264
|
+
'f_depname': '部门',
|
|
265
|
+
'f_orgname': '公司'
|
|
266
|
+
},
|
|
267
|
+
|
|
268
|
+
fillgasConfig: {
|
|
269
|
+
'f_userinfo_code': '客户编号',
|
|
270
|
+
'f_user_name': '客户名称',
|
|
271
|
+
'f_address': '客户地址',
|
|
272
|
+
'f_card_id': '卡号',
|
|
273
|
+
'f_meter_brand': '气表品牌',
|
|
274
|
+
'f_type': '补气类型',
|
|
275
|
+
'f_comments': '补气原因',
|
|
276
|
+
'f_pregas': '补气量',
|
|
277
|
+
'f_operate_date': '补气日期',
|
|
278
|
+
'f_operator': '操作员',
|
|
279
|
+
'f_depname': '部门',
|
|
280
|
+
'f_orgname': '公司'
|
|
281
|
+
},
|
|
282
|
+
|
|
283
|
+
fillcardConfig: {
|
|
284
|
+
'f_userinfo_code': '客户编号',
|
|
285
|
+
'f_user_name': '客户名称',
|
|
286
|
+
'f_address': '客户地址',
|
|
287
|
+
'f_card_id': '卡号',
|
|
288
|
+
'f_meter_brand': '气表品牌',
|
|
289
|
+
'f_type': '补卡类型',
|
|
290
|
+
'f_comments': '补卡原因',
|
|
291
|
+
'f_cardfees': '卡费',
|
|
292
|
+
'f_operate_date': '补卡日期',
|
|
293
|
+
'f_operator': '操作员',
|
|
294
|
+
'f_depname': '部门',
|
|
295
|
+
'f_orgname': '公司'
|
|
296
|
+
},
|
|
297
|
+
|
|
298
|
+
enableConfig: {
|
|
299
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
300
|
+
'f_enable_reason': '启用原因', 'f_state': '启用状态', 'f_operate_date': '启用日期',
|
|
301
|
+
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
302
|
+
},
|
|
303
|
+
monthGasConfig: {
|
|
304
|
+
'code': '客户编号', 'username': '客户名称', 'jan': '一月',
|
|
305
|
+
'feb': '二月', 'mar': '三月', 'apr': '四月',
|
|
306
|
+
'may': '五月', 'jun': '六月', 'jul': '七月', 'jug': '八月',
|
|
307
|
+
'sep': '九月', 'oct': '十月', 'nov': '十一月', 'dec': '十二月',
|
|
308
|
+
'sum_oughtamount': '累计气量', 'f_oughtfee': '累计金额', 'avg_oughtamount': '月平均气量'
|
|
309
|
+
},
|
|
310
|
+
disableConfig: {
|
|
311
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
312
|
+
'f_disable_reason': '停用原因', 'f_state': '停用状态', 'f_operate_date': '停用日期',
|
|
313
|
+
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
314
|
+
},
|
|
315
|
+
GasAnalysisManageConfig: {
|
|
316
|
+
'f_userinfo_code': '客户编号',
|
|
317
|
+
'f_user_name': '客户名称',
|
|
318
|
+
'f_address': '客户地址',
|
|
319
|
+
'f_balance': '期初余额',
|
|
320
|
+
'f_pregas': '用气气量',
|
|
321
|
+
'f_preamount': '用气金额',
|
|
322
|
+
'f_charge_money': '收款',
|
|
323
|
+
'f_curbalance': '期末结余'
|
|
324
|
+
},
|
|
325
|
+
|
|
326
|
+
dataReportConfig: {
|
|
327
|
+
'f_userinfo_code': '客户编号',
|
|
328
|
+
'f_user_name': '客户姓名',
|
|
329
|
+
'f_address': '地址',
|
|
330
|
+
'f_meter_brand': '气表厂家',
|
|
331
|
+
'f_operate_date': '充值时间',
|
|
332
|
+
'f_stair1amount': '1单价',
|
|
333
|
+
'f_stair1price': '1气量',
|
|
334
|
+
'f_stair2amount': '2单价',
|
|
335
|
+
'f_stair2price': '2气量',
|
|
336
|
+
'f_stair3amount': '3单价',
|
|
337
|
+
'f_stair3price': '3气量',
|
|
338
|
+
'f_pregas': '气量',
|
|
339
|
+
'f_preamount': '应收金额',
|
|
340
|
+
'f_collection': '实收金额',
|
|
341
|
+
'f_balance': '上期结余',
|
|
342
|
+
'f_curbalance': '本期结余',
|
|
343
|
+
'f_payment': '付款方式',
|
|
344
|
+
'f_type': '收费类型',
|
|
345
|
+
'f_operator': '操作员',
|
|
346
|
+
'f_user_type': '用户类型',
|
|
347
|
+
'f_comments': '备注'
|
|
348
|
+
},
|
|
349
|
+
lifeDataReportConfig: {
|
|
350
|
+
'f_userinfo_code': '客户编号',
|
|
351
|
+
'f_user_name': '客户姓名',
|
|
352
|
+
'f_pregas': '气量',
|
|
353
|
+
'f_collection': '金额',
|
|
354
|
+
'f_operate_date': '写卡时间',
|
|
355
|
+
'f_stair1amount': '1单价',
|
|
356
|
+
'f_stair1price': '1气量',
|
|
357
|
+
'f_stair2amount': '2单价',
|
|
358
|
+
'f_stair2price': '2气量',
|
|
359
|
+
'f_stair3amount': '3单价',
|
|
360
|
+
'f_stair3price': '3气量',
|
|
361
|
+
'f_payment': '付款方式',
|
|
362
|
+
'f_type': '收费类型',
|
|
363
|
+
'f_pay_id': '交易号',
|
|
364
|
+
'f_terminal_num': '写卡服务机'
|
|
365
|
+
},
|
|
366
|
+
monthByUserConfig: {
|
|
367
|
+
'f_operate_date': '日期', 'f_open_my': '民用开户', 'f_count_my': '民用人次', 'f_pregas_my': '民用气量', 'f_collection_my': '民用金额',
|
|
368
|
+
'f_open_sy': '商业开户', 'f_count_sy': '商业人次', 'f_pregas_sy': '商业气量',
|
|
369
|
+
'f_collection_sy': '商业金额', 'f_open_gy': '工业开户', 'f_count_gy': '工业人次', 'f_pregas_gy': '工业气量',
|
|
370
|
+
'f_collection_gy': '工业金额', 'f_open': '合计开户', 'f_count': '合计人次', 'f_pregas': '合计气量',
|
|
371
|
+
'f_collection': '合计金额'
|
|
372
|
+
},
|
|
373
|
+
lifeMonthByChargeConfig: {
|
|
374
|
+
'f_operate_date': '日期', 'f_count': '人次', 'f_pregas': '气量',
|
|
375
|
+
'f_collection': '金额'
|
|
376
|
+
},
|
|
377
|
+
monthByChargeConfig: {
|
|
378
|
+
'f_operate_date': '月份',
|
|
379
|
+
'f_count_open': '开户人次', 'f_pregas_open': '开户气量', 'f_collection_open': '开户金额',
|
|
380
|
+
'f_count_zg': '再购人次', 'f_pregas_zg': '再购气量', 'f_collection_zg': '再购金额',
|
|
381
|
+
'f_count_bk': '补卡人次', 'f_collection_bk': '补卡金额',
|
|
382
|
+
'f_count_bq': '补气人次', 'f_pregas_bq': '补气气量', 'f_collection_bq': '补气金额',
|
|
383
|
+
'f_count_hb': '换表人次', 'f_collection_hb': '换表金额',
|
|
384
|
+
'f_count': '总次数', 'f_pregas': '总气量', 'f_collection': '总金额'
|
|
385
|
+
},
|
|
386
|
+
yearByUserConfig: {
|
|
387
|
+
'f_operate_date': '日期', 'f_open_my': '民用开户', 'f_count_my': '民用人次', 'f_pregas_my': '民用气量', 'f_collection_my': '民用金额',
|
|
388
|
+
'f_open_sy': '商业开户', 'f_count_sy': '商业人次', 'f_pregas_sy': '商业气量',
|
|
389
|
+
'f_collection_sy': '商业金额', 'f_open_gy': '工业开户', 'f_count_gy': '工业人次', 'f_pregas_gy': '工业气量',
|
|
390
|
+
'f_collection_gy': '工业金额', 'f_open': '合计开户', 'f_count': '合计人次', 'f_pregas': '合计气量',
|
|
391
|
+
'f_collection': '合计金额'
|
|
392
|
+
},
|
|
393
|
+
yearByChargeConfig: {
|
|
394
|
+
'f_operate_date': '月份',
|
|
395
|
+
'f_count_open': '开户人次', 'f_pregas_open': '开户气量', 'f_collection_open': '开户金额',
|
|
396
|
+
'f_count_zg': '再购人次', 'f_pregas_zg': '再购气量', 'f_collection_zg': '再购金额',
|
|
397
|
+
'f_count': '总次数', 'f_pregas': '总气量', 'f_collection': '总金额'
|
|
398
|
+
},
|
|
399
|
+
lifeYearByChargeConfig: {
|
|
400
|
+
'f_operate_date': '月份',
|
|
401
|
+
'f_count': '次数', 'f_pregas': '气量', 'f_collection': '金额'
|
|
402
|
+
},
|
|
403
|
+
BackListConfig: {
|
|
404
|
+
'f_userinfo_code': '用户编号',
|
|
405
|
+
'f_user_name': '用户姓名',
|
|
406
|
+
'f_operate_date': '操作时间',
|
|
407
|
+
'f_operat_type': '操作类型',
|
|
408
|
+
'f_comments': '备注',
|
|
409
|
+
'f_operator': '操作员',
|
|
410
|
+
'f_depname': '部门',
|
|
411
|
+
'f_orgname': '公司'
|
|
412
|
+
},
|
|
413
|
+
NewAccountConfig: {
|
|
414
|
+
'f_userinfo_code': '用户编号',
|
|
415
|
+
'f_user_name': '用户姓名',
|
|
416
|
+
'f_user_phone': '用户电话',
|
|
417
|
+
'f_idnumber': '身份证号',
|
|
418
|
+
'f_address': '客户地址',
|
|
419
|
+
'f_price_name': '气价名称',
|
|
420
|
+
'f_open_date': '开户时间',
|
|
421
|
+
'f_meternumber': '表号',
|
|
422
|
+
'f_gas_person': '置换员',
|
|
423
|
+
'f_gas_date': '通气时间',
|
|
424
|
+
'f_total_gas': '累购气量',
|
|
425
|
+
'f_meter_brand': '气表品牌',
|
|
426
|
+
'isbgl': '是否有壁挂炉',
|
|
427
|
+
'f_operator': '操作员'
|
|
428
|
+
},
|
|
429
|
+
AreaGeneralQuery: {
|
|
430
|
+
'f_residential_area': '小区名称', 'f_zhengchang': '正常', 'f_tingyong': '停用', 'f_daikaitong': '待开通',
|
|
431
|
+
'f_yichang': '销户', 'f_jibiao': '机表抄表户数', 'f_oughtamount': '机表抄表气量', 'f_oughtfee': '机表抄表金额',
|
|
432
|
+
'f_collection_hand': '机表实收金额', 'f_wulian': '物联网表用气户数', 'f_oughtamount_wab': '物联网表用气量', 'f_oughtfee_wab': '物联网表用气金额',
|
|
433
|
+
'f_collection_web': '物联网表实收金额', 'f_kabiao': '卡表购气户数', 'f_pregas': '卡表售气量', 'f_preamount': '卡表售气金额',
|
|
434
|
+
'f_collection_card': '卡表实收金额', 'f_collection': '总实收金额'
|
|
435
|
+
},
|
|
436
|
+
ReportListConfig: {
|
|
437
|
+
'f_userinfo_code': '客户编号',
|
|
438
|
+
'f_meternumber': '表号',
|
|
439
|
+
'f_user_name': '客户姓名',
|
|
440
|
+
'f_user_phone': '客户电话',
|
|
441
|
+
'f_address': '客户地址',
|
|
442
|
+
'f_hand_date': '上报日期',
|
|
443
|
+
'f_meterbalanceamt': '表内剩余金额',
|
|
444
|
+
'f_tablebase': '本次抄表底数',
|
|
445
|
+
'f_valvestate': '阀门状态',
|
|
446
|
+
'f_upload_type': '上报类型',
|
|
447
|
+
'f_insert_date': '系统接收时间',
|
|
448
|
+
'f_meterdebitamt': '表内累计充值金额',
|
|
449
|
+
'f_signal': '噪音强度',
|
|
450
|
+
'f_snr': '信噪比',
|
|
451
|
+
'f_batterylevel': '电压',
|
|
452
|
+
'f_lowlithiumbattery': '电压状态',
|
|
453
|
+
'f_networkshutvalve': '阀门强制状态',
|
|
454
|
+
'f_wmprepaytype': '计量类型',
|
|
455
|
+
'f_moneystate': '金额状态',
|
|
456
|
+
'f_magneticInterference': '磁干扰异常',
|
|
457
|
+
'f_compensateState': '补偿状态'
|
|
458
|
+
|
|
459
|
+
},
|
|
460
|
+
ReportDataQueryConfig: {
|
|
461
|
+
'f_userinfo_code': '客户编号',
|
|
462
|
+
'f_tablebase': '本次抄表底数',
|
|
463
|
+
'f_last_tablebase': '上次抄表底数',
|
|
464
|
+
'f_jval': '表计剩余余额',
|
|
465
|
+
'f_hand_date': '抄表日期',
|
|
466
|
+
'f_last_hand_date': '上次抄表日期',
|
|
467
|
+
'f_gas_date': '开户日期',
|
|
468
|
+
'f_software_version': '软件版本号',
|
|
469
|
+
'f_table_msg': '表状态信息',
|
|
470
|
+
'f_last_meter_state_msg': '上次表状态信息',
|
|
471
|
+
'f_insert_date': '插入日期',
|
|
472
|
+
'f_last_insertdate': '上次插入日期',
|
|
473
|
+
'f_whether_clear': '是否结算',
|
|
474
|
+
'f_address': '地址',
|
|
475
|
+
'f_user_name': '用户名称',
|
|
476
|
+
'f_meternumber': '表号',
|
|
477
|
+
'f_super_gas': '超用气量',
|
|
478
|
+
'f_electricity': '电量等级',
|
|
479
|
+
'f_times': '购气次数',
|
|
480
|
+
'f_price': '单价',
|
|
481
|
+
'f_signal': '信号强度',
|
|
482
|
+
'f_snr': '信噪比',
|
|
483
|
+
'f_batteryLevel': '电压',
|
|
484
|
+
'f_networkShutValve': '阀门强制状态',
|
|
485
|
+
'f_valveState': '阀门状态',
|
|
486
|
+
'f_wmprepaytype': '计量类型',
|
|
487
|
+
'f_upload_type': '上报类型',
|
|
488
|
+
'f_moneyState': '金额状态',
|
|
489
|
+
'f_LowLithiumBattery': '电压状态',
|
|
490
|
+
'f_magneticInterference': '磁干扰异常',
|
|
491
|
+
'f_meterBalanceAmt': '表内剩余金额',
|
|
492
|
+
'f_meterDebitAmt': '表内累计充值金额',
|
|
493
|
+
'f_compensateState': '补偿状态',
|
|
494
|
+
'f_filiale': '分公司'
|
|
495
|
+
},
|
|
496
|
+
expectgasConfig: {
|
|
497
|
+
'f_gy_num': '工业户数',
|
|
498
|
+
'f_my_num': '民用户数',
|
|
499
|
+
'f_jt_num': '集体户数',
|
|
500
|
+
'f_sy_num': '商业户数',
|
|
501
|
+
'f_sum_num': '户数合计',
|
|
502
|
+
'f_gy_gas': '工业抄表量',
|
|
503
|
+
'f_my_gas': '民用抄表量',
|
|
504
|
+
'f_jt_gas': '集体抄表量',
|
|
505
|
+
'f_sy_gas': '商业抄表量',
|
|
506
|
+
'f_sum_gas': '抄表量合计',
|
|
507
|
+
'f_gy_account': '工业抄表金额',
|
|
508
|
+
'f_my_account': '民用抄表金额',
|
|
509
|
+
'f_jt_account': '集体抄表金额',
|
|
510
|
+
'f_sy_account': '商业抄表金额',
|
|
511
|
+
'f_sum_account': '抄表金额合计'
|
|
512
|
+
},
|
|
513
|
+
pregaslistConfig: {
|
|
514
|
+
'f_month': '月份', 'f_last_balance': '期初余额', 'f_wechat_pay': '微信', 'f_money_pay': '现金', 'f_bank_pay': '银行转账',
|
|
515
|
+
'f_sum_pay': '预收款合计', 'f_pre_deduct_money': '本期预收抵减气费金额', 'f_balance': '期末余额',
|
|
516
|
+
'f_comments': '备注'
|
|
517
|
+
},
|
|
518
|
+
overduelistConfig: {
|
|
519
|
+
'f_month': '月份', 'f_last_balance': '期初余额', 'f_account': '本期发生额', 'f_wechat_pay': '微信', 'f_money_pay': '现金',
|
|
520
|
+
'f_reduction': '本期减免', 'f_bank_pay': '银行转账', 'f_sum_pay': '滞纳金合计', 'f_balance': '期末余额', 'f_comments': '备注'
|
|
521
|
+
},
|
|
522
|
+
sellinggaslistConfig: {
|
|
523
|
+
'f_month': '月份', 'f_last_balance': '期初余额', 'f_account': '本期发生额', 'f_wechat_pay': '微信',
|
|
524
|
+
'f_money_pay': '现金', 'f_bank_pay': '银行转账', 'f_pre_pay': '预付账款抵减', 'f_sum_pay': '收款金额合计',
|
|
525
|
+
'f_balance': '期末余额', 'f_comments': '备注'
|
|
526
|
+
},
|
|
527
|
+
areaBuildingInfoSummary: {
|
|
528
|
+
'f_residential_area': '小区名称', 'f_building_num': '楼栋数', 'f_user_num': '用户数',
|
|
529
|
+
'f_open_num': '已开户', 'f_gas_num': '已通气', 'f_nogas_num': '未通气', 'f_empty_num': '空户'
|
|
530
|
+
},
|
|
531
|
+
areaBuildingInfoSum: {
|
|
532
|
+
'f_user_num': '小区总用户数', 'f_open_num': '已开户用户数', 'f_gas_num': '已通气用户数',
|
|
533
|
+
'f_nogas_num': '未通气用户数', 'f_empty_num': '空户用户数'
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
}
|