manage-client 3.3.1 → 3.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/package.json +1 -1
  2. package/src/components/sale/businessquery/GroupChargeQuery.vue +1 -1
  3. package/src/filiale/gehua/GroupChargeQuery.vue +1 -1
  4. package/src/filiale/macheng/config/exportConfig.js +1 -1
  5. package/src/filiale/shanxian/CancellationQuery.vue +426 -0
  6. package/src/filiale/shanxian/ChangeUserQuery.vue +395 -0
  7. package/src/filiale/shanxian/DeviceQuery.vue +586 -0
  8. package/src/filiale/shanxian/DisableQuery.vue +528 -0
  9. package/src/filiale/shanxian/EnableQuery.vue +461 -0
  10. package/src/filiale/shanxian/FMYGasQuery.vue +731 -0
  11. package/src/filiale/shanxian/FmyGasDeviceQuery.vue +68 -33
  12. package/src/filiale/shanxian/InspectListUserNew.vue +18 -16
  13. package/src/filiale/shanxian/LostContactAnalysisList.vue +19 -18
  14. package/src/filiale/shanxian/MeterQuery.vue +968 -0
  15. package/src/filiale/shanxian/MonthGasQuery.vue +481 -0
  16. package/src/filiale/shanxian/NewQueryInstruct.vue +457 -0
  17. package/src/filiale/shanxian/ReverseQuery.vue +454 -0
  18. package/src/filiale/shanxian/TransferQuery.vue +469 -0
  19. package/src/filiale/shanxian/UserGasAll.vue +15 -14
  20. package/src/filiale/shanxian/UserLostContactAnalysis.vue +18 -17
  21. package/src/filiale/shanxian/UserQuery.vue +27 -26
  22. package/src/filiale/shanxian/config/exportConfig.js +100 -100
  23. package/src/filiale/shanxian/newwebmeter/TotalExceptionByMeter.vue +608 -0
  24. package/src/filiale/shanxian/sale.js +20 -0
  25. package/src/filiale/shanxian/webmeterManage.js +4 -0
  26. package/src/filiale/wenxi/GasStatistics.vue +6 -6
  27. package/src/filiale/wenxi/HandplanQuery.vue +10 -10
  28. package/src/filiale/wenxi/MeterQuery.vue +41 -68
  29. package/.gradle/4.4/fileChanges/last-build.bin +0 -0
  30. package/.gradle/6.1/executionHistory/executionHistory.bin +0 -0
  31. package/.gradle/6.1/executionHistory/executionHistory.lock +0 -0
  32. package/.gradle/6.1/fileChanges/last-build.bin +0 -0
  33. package/.gradle/6.1/fileHashes/fileHashes.bin +0 -0
  34. package/.gradle/6.1/fileHashes/fileHashes.lock +0 -0
@@ -2,11 +2,11 @@ import OnTimePressureRegulatorStation from '../../../components/scada/OnTimePres
2
2
 
3
3
  export default{
4
4
  // 把打印需要默认选中的字段名放在config数组中
5
- userConfig: { 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话',
6
- 'f_idnumber': '身份证号', 'f_balance': '账户余额', 'f_user_level': '客户等级', 'f_user_type': '用户类型',
7
- 'f_address': '客户地址', 'f_residential_area': '小区', 'address': '详细地址',
5
+ userConfig: { 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '用户电话',
6
+ 'f_idnumber': '身份证号', 'f_balance': '账户余额', 'f_user_level': '用户等级', 'f_user_type': '用户类型',
7
+ 'f_address': '用户地址', 'f_residential_area': '小区', 'address': '详细地址',
8
8
  'f_building': '楼栋', 'f_unit': '单元', 'f_floor': '楼层', 'f_room': '门牌号',
9
- 'f_user_state': '客户状态', 'f_createfile_date': '建档日期', 'f_createfile_person': '建档人', 'f_comments': '备注'
9
+ 'f_user_state': '用户状态', 'f_createfile_date': '建档日期', 'f_createfile_person': '建档人', 'f_comments': '备注'
10
10
  , 'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号', 'f_inputtor': '抄表员',
11
11
  'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_gas_date': '点火时间'
12
12
  },
@@ -18,22 +18,22 @@ export default{
18
18
  },
19
19
  // 业务查询
20
20
  businesConfig: {
21
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_money': '收款金额', 'f_operat_type': '操作类型',
21
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_money': '收款金额', 'f_operat_type': '操作类型',
22
22
  'f_state': '操作状态', 'f_operate_date': '操作日期', 'f_orgname': '组织名称', 'f_depname': '部门名称', 'f_operator': '操作人', 'f_meternumber': '表号'
23
23
  },
24
24
  //收据查询
25
25
  receiptConfig: {
26
- 'f_userinfo_code':'用户编号', 'f_user_name':'客户名称','f_address':'客户地址', 'f_meternumber':'表号',
26
+ 'f_userinfo_code':'用户编号', 'f_user_name':'用户名称','f_address':'用户地址', 'f_meternumber':'表号',
27
27
  'f_olduserinfo_code':'档案编号', 'f_total_money':'余额', 'f_tax_money':'税金', 'f_bill_number':'发票号码',
28
- 'ef':'收票人', 'f_operate_date':'操作日期', 'f_type':'收费类型', 'f_buy_name':'客户名称',
29
- 'f_buy_address':'客户地址', 'f_buy_phone':'客户电话', 'f_balance':'余额', 'f_meter_type':'气表类型',
30
- 'f_payment':'付款方式', 'f_user_type':'客户类型', 'f_gasproperties':'用气性质', 'f_orgid':'组织编号',
28
+ 'ef':'收票人', 'f_operate_date':'操作日期', 'f_type':'收费类型', 'f_buy_name':'用户名称',
29
+ 'f_buy_address':'用户地址', 'f_buy_phone':'用户电话', 'f_balance':'余额', 'f_meter_type':'气表类型',
30
+ 'f_payment':'付款方式', 'f_user_type':'用户类型', 'f_gasproperties':'用气性质', 'f_orgid':'组织编号',
31
31
  'f_orgname':'公司名称', 'f_depid':'部门编号', 'f_depname':'部门名称', 'f_operatorid':'人员编号', 'sf':'收费员',
32
32
  'f_preamount':'预收款', 'f_pregas':'应收气量', 'f_collection':'实收款'
33
33
  },
34
34
  //收据查询默认选择
35
35
  receiptexportConfig: {
36
- 'f_userinfo_code':'用户编号', 'f_user_name':'客户名称','f_address':'客户地址', 'f_meternumber':'表号'
36
+ 'f_userinfo_code':'用户编号', 'f_user_name':'用户名称','f_address':'用户地址', 'f_meternumber':'表号'
37
37
  },
38
38
  // 资源操作
39
39
  resourceConfig: {
@@ -41,14 +41,14 @@ export default{
41
41
  'userid': '登录id', 'loginip': '登录ip', 'username': '登陆人', 'usertelephone': '电话', 'logindate': '登陆时间', 'ltype': '登录类型'
42
42
 
43
43
  },
44
- wechatConfig: { 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_meter_brand': '气表品牌',
45
- 'f_meter_type': '气表类型', 'f_user_phone': '客户电话', 'f_open_id': '微信标识', 'f_band_state': '绑定状态',
46
- 'f_address': '客户地址'
44
+ wechatConfig: { 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_meter_brand': '气表品牌',
45
+ 'f_meter_type': '气表类型', 'f_user_phone': '用户电话', 'f_open_id': '微信标识', 'f_band_state': '绑定状态',
46
+ 'f_address': '用户地址'
47
47
  },
48
48
  meterConfig: {
49
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_customer': '团缴编号',
50
- 'f_user_phone': '客户电话','f_rent_phone': '备用电话', 'idnumber': '身份证号', 'f_address': '客户地址', 'f_book_slice_area': '表册片区',
51
- 'f_balance_amount': '表上余额', 'f_user_type': '客户类型', 'f_usetype': '使用类型', 'f_gasproperties': '用气性质',
49
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_customer': '团缴编号',
50
+ 'f_user_phone': '用户电话','f_rent_phone': '备用电话', 'idnumber': '身份证号', 'f_address': '用户地址', 'f_book_slice_area': '表册片区',
51
+ 'f_balance_amount': '表上余额', 'f_user_type': '用户类型', 'f_usetype': '使用类型', 'f_gasproperties': '用气性质',
52
52
  'f_meternumber': '表号', 'f_card_id': '卡号', 'f_price_name': '气价名称', 'value': '气价详情', 'f_meter_brand': '气表品牌',
53
53
  'f_meter_style': '气表型号', 'f_inputtor': '户管员', 'f_gas_person': '通气人', 'f_gas_date': '通气时间',
54
54
  'f_input_date': '建表时间', 'f_table_state': '气表状态', 'isbgl': '是否壁挂炉', 'f_networkvalve': '自动阀控'
@@ -62,8 +62,8 @@ export default{
62
62
  'f_balance': '余额'
63
63
  },
64
64
  deviceConfig: {
65
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_address': '客户地址',
66
- 'f_user_state': '客户状态', 'f_meternumber': '表号', 'watchpurchase': '购买方式', 'f_devices_type': '设备类型',
65
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '用户电话', 'f_address': '用户地址',
66
+ 'f_user_state': '用户状态', 'f_meternumber': '表号', 'watchpurchase': '购买方式', 'f_devices_type': '设备类型',
67
67
  'f_devices_no': '设备编号',
68
68
  'f_brand': '设备品牌', 'f_devices_model': '设备型号', 'f_devices_num': '设备数量', 'f_userinfodevices_state': '设备状态',
69
69
  'f_pipe_type': '管道类型', 'f_make_date': '生产日期', 'f_service_life': '使用年限', 'f_input_person': '安装人',
@@ -71,22 +71,22 @@ export default{
71
71
  'f_comments': '备注'
72
72
  },
73
73
  userDeviceConfig: {
74
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_nature': '用户性质', 'f_userinfodevices_type': '设备类型',
74
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_nature': '用户性质', 'f_userinfodevices_type': '设备类型',
75
75
  'f_userinfodevices_no': '设备编号', 'f_userinfodevices_model': '设备型号', 'f_userinfodevices_num': '设备数量',
76
76
  'f_userinfodevices_name': '设备别名',
77
77
  'f_expire_date': '缴费到期时间', 'f_mtc_fee': '累计维护缴费金额'
78
78
  },
79
79
  changUserConfig: {
80
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_field_name': '更改内容',
80
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '用户电话', 'f_field_name': '更改内容',
81
81
  'f_used_content': '更改前', 'f_new_content': '更改后', 'f_operator': '操作人', 'f_operate_date': '操作日期',
82
82
  'f_depname': '部门', 'f_orgname': '公司', 'f_comments': '修改原因'
83
83
  },
84
84
  sellingChargePriceConfig: {
85
- 'f_userinfo_code': '客户编号','f_user_name': '客户名称', 'f_user_type': '客户类型','f_gasproperties': '用气性质','f_meter_type': '气表类型',
85
+ 'f_userinfo_code': '用户编号','f_user_name': '用户名称', 'f_user_type': '用户类型','f_gasproperties': '用气性质','f_meter_type': '气表类型',
86
86
  'f_price_name': '气价名称','f_type': '收费类型', 'f_price': '单价', 'f_gas': '气量','f_money': '气费'
87
87
  },
88
88
  chargeConfig: {
89
- 'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话', 'f_address': '客户地址', 'f_zones': '片区', 'f_user_type': '客户类型',
89
+ 'id': '收费编号', 'f_userinfo_code': '用户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '用户名称', 'f_user_phone': '用户电话', 'f_address': '用户地址', 'f_zones': '片区', 'f_user_type': '用户类型',
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': '流水号',
@@ -102,16 +102,16 @@ export default{
102
102
  'f_price': '价格类型', 'f_gas': '当日售气量', 'f_money': '当日售气金额'
103
103
  },
104
104
  cardhandanalysisConfig: {
105
- 'f_operate_date': '收费日期', 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meter_brand': '气表品牌', 'f_sell_price': '购气单价', 'f_pregas': '购气量', 'f_preamount': '购气金额', 'f_collection': '充值金额', 'f_surplus_fee': '调价补差', 'f_curbalance': '本期结余', 'f_payment': '付款方式', 'f_price': '单价', 'f_real_gas': '用气量', 'f_real_money': '用气金额', 'f_residual_volume': '余量', 'f_total_usegas_amount': '剩余金额'
105
+ 'f_operate_date': '收费日期', 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_meter_brand': '气表品牌', 'f_sell_price': '购气单价', 'f_pregas': '购气量', 'f_preamount': '购气金额', 'f_collection': '充值金额', 'f_surplus_fee': '调价补差', 'f_curbalance': '本期结余', 'f_payment': '付款方式', 'f_price': '单价', 'f_real_gas': '用气量', 'f_real_money': '用气金额', 'f_residual_volume': '余量', 'f_total_usegas_amount': '剩余金额'
106
106
  },
107
107
  chargeexportConfig: {
108
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_pregas': '气量', 'f_collection': '收款', 'f_stairamount1': '一阶气量', 'f_stair2amount': '二阶气量', 'f_stair3amount': '三阶气量'
108
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_pregas': '气量', 'f_collection': '收款', 'f_stairamount1': '一阶气量', 'f_stair2amount': '二阶气量', 'f_stair3amount': '三阶气量'
109
109
  },
110
110
  loginQueryexportConfig:{
111
111
  'f_userinfo_id': '登录人编号','f_user_name': '登录人名称', 'logindate': '登录时间', 'type': '类型'
112
112
  },
113
113
  reverseexportConfig: {
114
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址'
114
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_address': '用户地址'
115
115
  },
116
116
  priceGasexportConfig: {
117
117
  'f_price': '价格类型', 'f_gas': '当日售气量', 'f_money': '当日售气金额'
@@ -165,8 +165,8 @@ export default{
165
165
  'f_minyongjibiao': '民用机表', 'f_gongfujibiao': '公福机表', 'f_gongyejibiao': '工业机表', 'f_minyongkabiao': '民用卡表', 'f_gongfukabiao': '公福卡表', 'f_gongyekabiao': '工业卡表'
166
166
  },
167
167
  arrearsConfig: {
168
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_book_no': '用户证号', 'f_meter_book_sort': '册内序号', 'f_residential_area': '小区名称', 'f_address': '客户地址',
169
- 'f_user_phone': '客户电话', 'f_rent_phone': '备用电话', 'f_inputtor': '抄表员', 'f_book_name': '抄表册', 'f_user_type': '客户类型',
168
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_book_no': '用户证号', 'f_meter_book_sort': '册内序号', 'f_residential_area': '小区名称', 'f_address': '用户地址',
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_debt_money': '已交金额', 'f_oughtfee_new': '应交气费',
172
172
  'overdue': '违约金', 'f_garbage_fee': '附加费', 'f_last_tablebase': '上期抄表底数', 'f_tablebase': '本期抄表底数',
@@ -176,14 +176,14 @@ export default{
176
176
  'f_residential_area': '小区','f_price': '单价','f_gas': '购气方量','f_money': '购气金额'
177
177
  },
178
178
  arrearsGYConfig: {
179
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_meternumber': '表号', 'f_residential_area': '小区名称', 'f_address': '客户地址',
180
- 'f_user_phone': '客户电话', 'f_rent_phone': '备用电话', 'f_inputtor': '抄表员', 'f_book_name': '抄表册', 'f_user_type': '客户类型',
179
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_meternumber': '表号', 'f_residential_area': '小区名称', 'f_address': '用户地址',
180
+ 'f_user_phone': '用户电话', 'f_rent_phone': '备用电话', 'f_inputtor': '抄表员', 'f_book_name': '抄表册', 'f_user_type': '用户类型',
181
181
  'f_gasproperties': '用气性质', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_oughtamount': '用气量',
182
182
  'f_oughtfee': '用气金额', 'f_operate_date': '缴费时间', 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费',
183
183
  'f_tablebase': '本期底数', 'f_balance': '账户余额', 'f_oughtfee_all': '合计欠费', 'f_oughtfee_all_new': '实际欠费'
184
184
  },
185
185
  sellingHandConfig: {
186
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_last_balance': '上期结余', 'f_balance': '本期结余',
186
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_last_balance': '上期结余', 'f_balance': '本期结余',
187
187
  'f_pregas': '气量', 'f_preamount': '气费', 'f_charge_money': '收费金额', 'f_debt_money': '清欠金额', 'f_overdue': '违约金金额',
188
188
  'f_type': '收费类型', 'f_state': '收费状态', 'f_operate_date': '操作时间', 'f_orgname': '所属公司'
189
189
  },
@@ -206,13 +206,13 @@ export default{
206
206
  'f_meternumber': '表号'
207
207
  },
208
208
  compreConfig: {
209
- 'f_user_state': '客户状态', 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_card_id': '卡号', 'f_user_name': '户主姓名',
209
+ 'f_user_state': '用户状态', 'f_userinfo_code': '用户编号', 'f_olduserinfo_code': '档案编号', 'f_card_id': '卡号', 'f_user_name': '户主姓名',
210
210
  'f_residential_area': '小区名称', 'address': '详细地址', 'f_building': '楼栋', 'f_unit': '单元', 'f_floor': '楼层', 'f_room': '门牌号', 'f_address': '用户地址',
211
211
  'f_user_phone': '联系电话', 'f_usetype': '使用类型',
212
212
  'f_gas_date': '通气日期', 'f_price_name': '气价名称', 'f_position': '安装位置', 'f_meter_type': '类型', 'f_meter_brand': '气表品牌',
213
213
  'f_meternumber': '表号', 'f_metertitles': '表封号', 'f_aroundmeter': '表向', 'f_install_date': '气表安装日期', 'f_meter_base': '气表底数',
214
214
  'f_balance': '账户余额', 'f_hand_date': '最后抄表日期', 'f_whether_hairpin': '是否发卡',
215
- 'f_valve_state': '阀门状态', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'value': '气价详情',
215
+ 'f_valve_state': '阀门状态', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'value': '气价详情',
216
216
  'f_open_date': '开户时间', 'f_credentials': '证件类型', 'f_idnumber': '身份证号', 'f_people_num': '人口数', 'f_ins_stop_date': '保险结束日期',
217
217
  'f_createfile_date': '建档日期', 'f_createfile_person': '建档人', 'f_depname': '所属营业厅', 'f_comments': '备注信息',
218
218
  'f_used_name': '曾用名', 'f_rent_phone': '备用电话', 'f_rent_name': '租户姓名', 'f_zuhu_phone': '租户电话',
@@ -234,12 +234,12 @@ export default{
234
234
  },
235
235
 
236
236
  compreConfigGY: {
237
- 'f_user_state': '客户状态', 'f_userinfo_code': '客户编号', 'f_card_id': '卡号', 'f_user_name': '客户名称',
238
- 'f_residential_area': '小区名称', 'f_address': '客户地址', 'f_user_phone': '客户电话',
237
+ 'f_user_state': '用户状态', 'f_userinfo_code': '用户编号', 'f_card_id': '卡号', 'f_user_name': '用户名称',
238
+ 'f_residential_area': '小区名称', 'f_address': '用户地址', 'f_user_phone': '用户电话',
239
239
  'f_gas_date': '通气日期', 'f_price_name': '气价名称', 'f_position': '安装位置', 'f_meter_type': '气表类型', 'f_meter_brand': '气表品牌',
240
240
  'f_meternumber': '表号', 'f_metertitles': '表封号', 'f_aroundmeter': '左右表', 'f_install_date': '安装日期', 'f_meter_base': '气表底数',
241
241
  'f_balance': '账户余额', 'f_hand_date': '最后抄表日期', 'f_whether_hairpin': '是否发卡',
242
- 'f_valve_state': '阀门状态', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'value': '气价详情',
242
+ 'f_valve_state': '阀门状态', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'value': '气价详情',
243
243
  'f_open_date': '开户时间', 'f_credentials': '证件类型', 'f_idnumber': '证件号码', 'f_people_num': '人口数', 'f_ins_stop_date': '保险结束日期',
244
244
  'f_createfile_date': '建档日期', 'f_createfile_person': '建档人', 'f_depname': '所属营业厅', 'f_comments': '备注信息',
245
245
  'f_used_name': '曾用名', 'f_rent_phone': '备用电话', 'f_rent_name': '租户姓名', 'f_zuhu_phone': '租户电话',
@@ -263,14 +263,14 @@ export default{
263
263
  'f_operator': '人员', 'f_depname': '部门', 'f_orgname': '公司', 'f_using_base_old': '旧表底数', 'f_initial_base_new': '新表初始底数'
264
264
  },
265
265
  changemeterprintConfig: {
266
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
266
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_address': '用户地址',
267
267
  'f_type': '换表类型', 'f_changemeter_fee': '换表费', 'f_meternumber_old': '旧表号', 'f_meternumber': '新表号',
268
268
  'f_meter_brand_old': '旧气表品牌', 'f_meter_brand': '新气表品牌', 'f_remanent_gas': '补气量', 'f_remanent_money': '补气金额',
269
269
  'f_change_operator': '换表人', 'f_state': '状态', 'f_operate_date': '换表日期'
270
270
  },
271
271
 
272
272
  otherchargeConfigGY: {
273
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话', 'f_address': '客户地址',
273
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_user_phone': '用户电话', 'f_address': '用户地址',
274
274
  'f_bill_number': '收据票号', 'f_brand_spec': '收费类型', 'f_typename': '品名规格',
275
275
  'f_typenumber': '型号', 'f_unitprice': '单价', 'f_number': '数量',
276
276
  'f_money': '收款', 'f_payment': '付款方式', 'f_state': '状态', 'f_operate_date': '收费日期',
@@ -289,7 +289,7 @@ export default{
289
289
  },
290
290
 
291
291
  otherchargenopayConfig: {
292
- 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_user_phone': '客户电话',
292
+ 'f_userinfo_code': '用户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '用户名称', 'f_address': '用户地址', 'f_user_phone': '用户电话',
293
293
  'f_bill_number': '收据票号', 'f_brand_spec': '收费类型', 'f_typename': '品名规格',
294
294
  'f_typenumber': '型号', 'f_unitprice': '单价', 'f_number': '数量',
295
295
  'f_money': '收款', 'f_payment': '付款方式', 'f_state': '状态', 'f_time_date': '收费日期', 'f_operate_date': '欠费日期', 'f_is_pay': '是否缴费',
@@ -298,17 +298,17 @@ export default{
298
298
  },
299
299
 
300
300
  otherchargePrintConfig: {
301
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
301
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_address': '用户地址',
302
302
  'f_money': '收款', 'f_payment': '付款方式', 'f_state': '状态', 'f_operate_date': '收费日期'
303
303
  },
304
304
  cardhandplanConfig: {
305
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_meternumber': '表号', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址',
305
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_meternumber': '表号', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址',
306
306
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_real_amount': '用气量', 'f_total_gas': '总购气量',
307
307
  'f_yuliang': '余量', 'f_inputtor': '抄表员', 'f_hand_date': '下发日期', 'f_input_date': '录入日期',
308
308
  'f_meter_state': '抄表状态', 'f_operator': '操作员', 'f_depname': '部门'
309
309
  },
310
310
  handplanConfig: {
311
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址', 'f_zones': '片区', 'phone': '客户手机', 'f_meternumber': '表号', 'ym_data': '数据年月',
311
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址', 'f_zones': '片区', 'phone': '用户手机', 'f_meternumber': '表号', 'ym_data': '数据年月',
312
312
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'overdue': '违约金', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
313
313
  'f_actual_arrears': '欠费金额', 'f_balance': '上期余额', 'f_curbalance': '本期余额',
314
314
  'f_accounts_state': '下账状态', 'f_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
@@ -320,22 +320,22 @@ export default{
320
320
  },
321
321
  handplanInfoConfig: {
322
322
  'f_userinfo_code': '用户号', 'f_residential_area': '小区', 'f_address': '地址', 'f_user_name': '用户名',
323
- 'f_meternumber': '表钢号', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质',
323
+ 'f_meternumber': '表钢号', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质',
324
324
  'f_month1': '一月','f_month2': '二月', 'f_month3': '三月', 'f_month4': '四月', 'f_month5': '五月', 'f_month6': '六月',
325
325
  'f_month7': '七月','f_month8': '八月', 'f_month9': '九月', 'f_month10': '十月', 'f_month11': '十一月', 'f_month12': '十二月'
326
326
  },
327
327
  gaslossConfig: {
328
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
328
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_address': '用户地址', 'f_meternumber': '表号',
329
329
  'f_charge_person': '缴费人', 'f_charge_phone': '缴费人电话', 'f_charge_address': '缴费人地址', 'f_collection': '金额',
330
330
  'f_payment': '付款方式','f_bill_style': '打印格式', 'f_serial_id': '流水号', 'f_pay_id': '支付单号', 'detail': '详情'
331
331
  ,'f_charge_date': '缴费日期', 'f_operator': '操作人', 'f_depname': '部门', 'f_orgname': '公司'
332
332
  },
333
333
  balanceConfig: {
334
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_balance': '期初余额', 'f_oughtfee': '期间应收',
334
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_balance': '期初余额', 'f_oughtfee': '期间应收',
335
335
  'f_preamount': '期间已缴', 'f_curbalance': '期末余额', 'f_user_balance': '最新余额'
336
336
  },
337
337
  BalanceTableConfig: {
338
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_balance': '期初余额', 'f_oughtfee': '期间应收',
338
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_balance': '期初余额', 'f_oughtfee': '期间应收',
339
339
  'f_collection': '期间已收', 'f_last_balance': '期末余额', 'f_balances': '最新余额'
340
340
  },
341
341
  UserSellHeadDetailConfig: {
@@ -345,12 +345,12 @@ export default{
345
345
  'f_reduction_fee': '违约金减免', 'f_h_fee': '超用收费', 'f_curbalance': '期末余额', 'f_x_balance': '最新余额'
346
346
  },
347
347
  TransactionSummaryConfig: {
348
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_type': '类型', 'f_price': '气价',
348
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_type': '类型', 'f_price': '气价',
349
349
  'f_oughtamount': '气量', 'f_oughtfee': '金额', 'f_whether_pay': '是否交费', 'f_hand_date': '计划日期'
350
350
  },
351
351
  ChargeDayReportConfig: {
352
- 'ord': '序号', 'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_residential_area': '小区',
353
- 'f_address': '客户地址', 'f_pregas': '气量', 'f_preamount': '收款', 'price': '单价',
352
+ 'ord': '序号', 'id': '收费编号', 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_residential_area': '小区',
353
+ 'f_address': '用户地址', 'f_pregas': '气量', 'f_preamount': '收款', 'price': '单价',
354
354
  'f_payment': '付款方式', 'f_date': '收费时间', 'f_operator': '操作员', 'f_type': '收费类型'
355
355
  },
356
356
  UserGasFillCardConfig: {
@@ -366,13 +366,13 @@ export default{
366
366
  'f_userinfo_code': '用户号', 'f_user_name': '用户名', 'f_address': '用户地址', 'f_last_tablebase': '起方',
367
367
  'f_tablebase': '止方', 'gas': '气量', 'f_price': '单价',
368
368
  'f_money': '金额', 'f_accounts_state': '下账状态', 'f_book_name': '抄表册', 'f_inputtor': '抄表员', 'f_operatorr': '录入员', 'f_audit_person': '审核人',
369
- 'f_audit_date': '审核日期','f_meter_state': '抄表状态','f_hand_state': '表单状态','f_user_type': '客户类型','f_gasproperties': '用气性质',
369
+ 'f_audit_date': '审核日期','f_meter_state': '抄表状态','f_hand_state': '表单状态','f_user_type': '用户类型','f_gasproperties': '用气性质',
370
370
  'f_price_id': '气价编号','f_price_name': '气价名称','f_meter_classify': '气表分类','f_accounting_date': '截止日期','beizhu': '备注',
371
371
  'f_meter_brand': '气表型号','f_calculation': '结算方式'
372
372
  },
373
373
  shoufeistyle: {
374
- 'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
375
- 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_price_name': '价格类型',
374
+ 'id': '收费编号', 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_address': '用户地址',
375
+ 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_price_name': '价格类型',
376
376
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_price': '单价', 'f_gas': '气量', 'f_money': '金额', 'f_type': '收费类型',
377
377
  'f_payment': '收款方式','f_operate_date': '收费日期','f_operator': '操作员','f_depname': '部门','f_orgname': '公司'
378
378
  },
@@ -382,12 +382,12 @@ export default{
382
382
  'f_depname': '部门', 'f_operate_date': '收费时间'
383
383
  },
384
384
  batchBankConfig: {
385
- 'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'f_user_phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
385
+ 'f_userinfo_code': '用户编号', 'f_userinfo_id': '用户编号', 'f_user_phone': '用户电话', 'f_user_name': '用户姓名', 'f_address': '用户地址',
386
386
  'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号', 'f_paper_account': '开户行及账号',
387
387
  'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额', 'overdue': '违约金'
388
388
  },
389
389
  batchBankConfig2: {
390
- 'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
390
+ 'f_userinfo_code': '用户编号', 'f_userinfo_id': '用户编号', 'phone': '用户电话', 'f_user_name': '用户姓名', 'f_address': '用户地址',
391
391
  'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号', 'f_paper_account': '开户行及账号',
392
392
  'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额'
393
393
  },
@@ -398,32 +398,32 @@ export default{
398
398
  'f_version': '版本号', 'f_state': '状态', 'detailvalue': '气价信息'
399
399
  },
400
400
  fmygasConfig: {
401
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_credentials': '证件类型',
402
- 'f_idnumber': '证件号码', 'f_address': '客户地址', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_residential_area': '小区',
401
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '用户电话', 'f_credentials': '证件类型',
402
+ 'f_idnumber': '证件号码', 'f_address': '用户地址', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_residential_area': '小区',
403
403
  'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_meter_classify': '气表类型', 'f_price_value': '气价详情', 'f_createfile_date': '建档日期',
404
404
  'f_pregas': '预购气量', 'f_preamount': '预购金额', 'f_collection': '实交金额', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
405
405
  'f_hand_number': '抄表次数', 'f_date': '抄表区间', 'f_input_day': '天数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_usetype': '使用类型'
406
406
  },
407
407
  notgasConfig: {
408
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_credentials': '证件类型',
409
- 'f_idnumber': '证件号码', 'f_address': '客户地址', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_residential_area': '小区',
408
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '用户电话', 'f_credentials': '证件类型',
409
+ 'f_idnumber': '证件号码', 'f_address': '用户地址', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_residential_area': '小区',
410
410
  'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_meter_classify': '气表类型','f_oughtamount': '用气量'
411
411
  },
412
412
  handRateConfig: {
413
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_address': '客户地址',
414
- 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meternumber': '表号', 'f_meter_classify': '气表类型',
413
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '用户电话', 'f_address': '用户地址',
414
+ 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_meternumber': '表号', 'f_meter_classify': '气表类型',
415
415
  'f_price_value': '气价详情', 'f_oughtfee': '应收金额', 'f_oughtamount': '应收气量', 'f_yijiao': '已收金额',
416
416
  'f_weijiao': '未收金额', 'f_oughtfee_all': '累计未收', 'f_oughtamount_all': '未收气量', 'f_hv': '回收率',
417
417
  'f_inputtor': '抄表员'
418
418
  },
419
419
  reverseConfig: {
420
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址',
420
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址',
421
421
  'f_type': '冲正类型', 'f_pregas': '冲正气量', 'f_preamount': '冲正金额', 'f_collection': '冲正收款', 'f_operate_date': '冲正日期',
422
422
  'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号'
423
423
  },
424
424
  transferConfig: {
425
- 'f_userinfo_code': '客户编号', 'f_newuser_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址',
426
- 'f_user_name': '新客户名称', 'f_newuser_phone': '新客户电话', 'f_user_phone': '原客户电话', 'f_transfer_fees': '过户费', 'f_operate_date': '过户日期',
425
+ 'f_userinfo_code': '用户编号', 'f_newuser_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址',
426
+ 'f_user_name': '新用户名称', 'f_newuser_phone': '新用户电话', 'f_user_phone': '原用户电话', 'f_transfer_fees': '过户费', 'f_operate_date': '过户日期',
427
427
  'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号'
428
428
  },
429
429
  transferRecordConfig: {
@@ -431,8 +431,8 @@ export default{
431
431
  'f_operate_date': '转移日期', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
432
432
  },
433
433
  transferPrintConfig: {
434
- 'f_userinfo_code': '客户编号', 'f_newuser_name': '客户名称', 'f_address': '客户地址',
435
- 'f_user_name': '新客户名称', 'f_newuser_phone': '新客户电话', 'f_user_phone': '原客户电话', 'f_transfer_fees': '过户费', 'f_operate_date': '过户日期'
434
+ 'f_userinfo_code': '用户编号', 'f_newuser_name': '用户名称', 'f_address': '用户地址',
435
+ 'f_user_name': '新用户名称', 'f_newuser_phone': '新用户电话', 'f_user_phone': '原用户电话', 'f_transfer_fees': '过户费', 'f_operate_date': '过户日期'
436
436
  },
437
437
  fillgasConfig: {
438
438
  'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_type': '用户类型', 'f_user_phone': '用户电话', 'f_address': '用户地址',
@@ -448,12 +448,12 @@ export default{
448
448
  },
449
449
 
450
450
  enableConfig: {
451
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址',
451
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址',
452
452
  'f_enable_reason': '启用原因', 'f_othereason': '其他原因', 'f_state': '启用状态', 'f_operate_date': '启用日期',
453
453
  'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号'
454
454
  },
455
455
  movemeterConfig: {
456
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '旧地址',
456
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '旧地址',
457
457
  'f_address_new': '新地址', 'f_metertitles': '旧表箱号', 'f_metertitles_new': '新表箱号', 'f_operate_date': '操作日期',
458
458
  'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号'
459
459
  },
@@ -474,21 +474,21 @@ export default{
474
474
  'benyiyong': '期间已用', 'shangqijieyu': '上期结余', 'benqijieyu': '本期结余'
475
475
  },
476
476
  monthGasConfig: {
477
- 'code': '客户编号', 'username': '客户名称', 'f_olduserinfo_code': '档案编号', 'jan': '一月',
477
+ 'code': '用户编号', 'username': '用户名称', 'f_olduserinfo_code': '档案编号', 'jan': '一月',
478
478
  'feb': '二月', 'mar': '三月', 'apr': '四月',
479
479
  'may': '五月', 'jun': '六月', 'jul': '七月', 'jug': '八月',
480
480
  'sep': '九月', 'oct': '十月', 'nov': '十一月', 'dec': '十二月',
481
481
  'sum_oughtamount': '累计气量', 'f_oughtfee': '累计金额', 'avg_oughtamount': '月平均气量'
482
482
  },
483
483
  priceChangeConfig: {
484
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_type': '客户类型',
485
- 'f_address': '客户地址', 'f_user_phone': '客户电话', 'f_meter_classify': '气表类型',
484
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_type': '用户类型',
485
+ 'f_address': '用户地址', 'f_user_phone': '用户电话', 'f_meter_classify': '气表类型',
486
486
  'old_price_name': '旧气价名称', 'new_price_name': '新气价名称', 'f_change_type': '变更类型', 'f_operate_date': '变更时间',
487
487
  'f_perform_date': '执行时间', 'f_operator': '变更操作员', 'f_sendsuccess': '是否同步成功', 'f_meternumber': '表号'
488
488
  },
489
489
  ysConfig: {
490
- 'f_userinfo_code': '客户编号',
491
- 'f_user_name': '客户名称',
490
+ 'f_userinfo_code': '用户编号',
491
+ 'f_user_name': '用户名称',
492
492
  'f_address': '地址',
493
493
  'f_meter_classify': '气表类型',
494
494
  'f_user_type': '用户类型',
@@ -532,29 +532,29 @@ export default{
532
532
  'sep': '九月', 'oct': '十月', 'nov': '十一月', 'dec': '十二月', 'sum_oughtamount': '累计气量'
533
533
  },
534
534
  YearGasConfig: {
535
- 'code': '客户编号', 'username': '客户名称', 'f_meter_brand': '气表品牌', 'jan': '一月',
535
+ 'code': '用户编号', 'username': '用户名称', 'f_meter_brand': '气表品牌', 'jan': '一月',
536
536
  'feb': '二月', 'mar': '三月', 'apr': '四月',
537
537
  'may': '五月', 'jun': '六月', 'jul': '七月', 'jug': '八月',
538
538
  'sep': '九月', 'oct': '十月', 'nov': '十一月', 'dec': '十二月', 'sum_oughtamount': '累计气量'
539
539
  },
540
540
  disableConfig: {
541
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'cy_lxr': '常用联系人',
542
- 'f_userfiles_address': '用气点名称', 'f_address': '客户地址', 'f_disable_reason': '停用原因',
541
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '用户电话', 'cy_lxr': '常用联系人',
542
+ 'f_userfiles_address': '用气点名称', 'f_address': '用户地址', 'f_disable_reason': '停用原因',
543
543
  'f_othereason': '其他原因', 'f_comments': '备注', 'f_state': '停用状态',
544
544
  'f_operate_date': '停用日期', 'f_operat_type': '操作类型', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号','f_meter_brand':'气表品牌'
545
545
  },
546
546
  sendbookConfig: {
547
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_type': '客户类型', 'f_user_phone': '联系电话', 'f_address': '客户地址',
547
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_type': '用户类型', 'f_user_phone': '联系电话', 'f_address': '用户地址',
548
548
  'f_send_date': '发折时间', 'f_meternumber': '表号',
549
549
  'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
550
550
  },
551
551
  CancellationConfig: {
552
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '联系电话',
553
- 'f_address': '客户地址', 'f_comments': '销户原因', 'f_state': '销户状态','f_meternumber':'表号',
552
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '联系电话',
553
+ 'f_address': '用户地址', 'f_comments': '销户原因', 'f_state': '销户状态','f_meternumber':'表号',
554
554
  'f_operate_date': '销户日期', 'f_operat_type': '操作类型', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
555
555
  },
556
556
  overDueQueryConfig: {
557
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址',
557
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址',
558
558
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_input_date': '抄表日期', 'f_latefee_ought': '减免金额',
559
559
  'f_operator_date': '减免时间', 'f_operator': '操作员', 'f_meternumber': '表号'
560
560
  },
@@ -563,19 +563,19 @@ export default{
563
563
  'hjje': '合计金额', 'f_charge_money': '本月已收', 'ljwsje': '累计未收金额', 'ljhkl': '累计回款率', 'f_weixin': '微信缴费户数', 'f_zhv': '微信转化率', 'f_yucun': '预存金额'
564
564
  },
565
565
  UserInsured: {
566
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_toubao_startdate': '投保日期',
566
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_toubao_startdate': '投保日期',
567
567
  'f_toubao_money': '参保额度', 'f_oprete_date': '办理时间', 'qixian': '有效期限', 'f_operator': '办理人'
568
568
  },
569
- GasAnalysisManageConfig: {'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_balance': '期初余额', 'f_pregas': '用气气量', 'f_preamount': '用气金额', 'f_charge_money': '收款', 'f_curbalance': '期末结余'},
569
+ GasAnalysisManageConfig: {'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_address': '用户地址', 'f_balance': '期初余额', 'f_pregas': '用气气量', 'f_preamount': '用气金额', 'f_charge_money': '收款', 'f_curbalance': '期末结余'},
570
570
 
571
571
  dataReportConfig: {
572
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_address': '地址', 'f_meter_brand': '气表厂家', 'f_operate_date': '充值时间', 'f_stair1price': '1单价', 'f_stair1amount': '1气量',
572
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户姓名', 'f_address': '地址', 'f_meter_brand': '气表厂家', 'f_operate_date': '充值时间', 'f_stair1price': '1单价', 'f_stair1amount': '1气量',
573
573
  'f_stair2price': '2单价', 'f_stair2amount': '2气量', 'f_stair3price': '3单价', 'f_stair3amount': '3气量', 'f_pregas': '气量', 'f_preamount': '应收金额', 'f_collection': '实收金额',
574
574
  'f_balance': '上期结余', 'f_curbalance': '本期结余', 'f_payment': '付款方式', 'f_type': '收费类型', 'f_state': '收费状态', 'f_operator': '操作员',
575
575
  'f_user_type': '用户类型', 'f_comments': '备注'
576
576
  },
577
577
  lifeDataReportConfig: {
578
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_pregas': '气量', 'f_collection': '金额', 'f_operate_date': '写卡时间', 'f_stair1amount': '1单价', 'f_stair1price': '1气量',
578
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户姓名', 'f_pregas': '气量', 'f_collection': '金额', 'f_operate_date': '写卡时间', 'f_stair1amount': '1单价', 'f_stair1price': '1气量',
579
579
  'f_stair2amount': '2单价', 'f_stair2price': '2气量', 'f_stair3amount': '3单价', 'f_stair3price': '3气量',
580
580
  'f_payment': '付款方式', 'f_type': '收费类型', 'f_pay_id': '交易号',
581
581
  'f_terminal_num': '写卡服务机'
@@ -622,7 +622,7 @@ export default{
622
622
  'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
623
623
  },
624
624
  NewAccountConfig: {
625
- 'f_userinfo_code': '用户编号', 'f_user_name': '用户姓名', 'f_user_phone': '用户电话', 'f_idnumber': '身份证号', 'f_address': '客户地址', 'f_price_name': '气价名称',
625
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户姓名', 'f_user_phone': '用户电话', 'f_idnumber': '身份证号', 'f_address': '用户地址', 'f_price_name': '气价名称',
626
626
  'f_open_date': '开户时间', 'f_meternumber': '表号', 'f_gas_person': '置换员', 'f_gas_date': '通气时间',
627
627
  'f_total_gas': '累购气量', 'f_meter_brand': '气表品牌', 'isbgl': '是否有壁挂炉', 'f_operator': '操作员'
628
628
  },
@@ -647,26 +647,26 @@ export default{
647
647
  'fm_account': '销户非民用', 'fm_znum': '民用非总户', 'f_znum': '合计'
648
648
  },
649
649
  ReportListConfig: {
650
- 'f_userinfo_code': '客户编号', 'f_meternumber': '表号', 'f_user_name': '客户姓名', 'f_user_phone': '客户电话', 'f_address': '客户地址',
650
+ 'f_userinfo_code': '用户编号', 'f_meternumber': '表号', 'f_user_name': '用户姓名', 'f_user_phone': '用户电话', 'f_address': '用户地址',
651
651
  'f_hand_date': '上报日期', 'f_jval': '表内剩余金额', 'f_tablebase': '本次抄表底数', 'f_valvestate': '阀门状态',
652
652
  'f_upload_type': '上报类型', 'f_insert_date': '系统接收时间', 'f_meterDebitAmt': '表内累计充值金额',
653
653
  'f_signal': '噪音强度', 'f_snr': '信噪比', 'f_batterylevel': '电压', 'f_lowlithiumbattery': '电压状态', 'f_networkshutvalve': '阀门强制状态',
654
654
  'f_wmprepaytype': '计量类型', 'f_moneystate': '金额状态', 'f_magneticInterference': '磁干扰异常', 'f_compensateState': '补偿状态'
655
655
  },
656
656
  RechargeInstruct: {
657
- 'f_userinfo_code': '客户编号', 'f_meternumber': '表号', 'f_user_name': '客户姓名', 'f_user_phone': '客户电话', 'f_address': '客户地址', 'f_type': '收费类型',
657
+ 'f_userinfo_code': '用户编号', 'f_meternumber': '表号', 'f_user_name': '用户姓名', 'f_user_phone': '用户电话', 'f_address': '用户地址', 'f_type': '收费类型',
658
658
  'f_collection': '实收金额', 'f_instruct_state': '指令状态', 'f_receive_state': '表返回状态', 'f_instruct_date': '生成指令时间'
659
659
  },
660
660
  GasStatistics: {
661
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_residential_area': '小区', 'f_address': '地址', 'f_user_phone': '电话', 'f_gascode': '燃气证号', 'f_meternumber': '表号',
661
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户姓名', 'f_residential_area': '小区', 'f_address': '地址', 'f_user_phone': '电话', 'f_gascode': '燃气证号', 'f_meternumber': '表号',
662
662
  'f_meter_classify': '表具类型', 'f_meter_title': '表描述', 'f_price_name': '气价名称', 'f_user_nature': '用气类型','f_gasproperties': '用气性质', 'f_balance': '期初余额', 'f_last_tablebase': '起方', 'f_tablebase': '止方',
663
663
  'f_oughtamount': '期间用气量', 'f_oughtfee': '期间用气金额', 'f_collection': '期末充值金额', 'f_curbalance': '期末余额', 'f_gas_state': '用气状态', 'f_changetable_state': '是否换表', 'f_input_date': '最后通讯日期'
664
664
  },
665
665
  ArrearageConfig: {
666
- 'f_userinfo_code': '客户编号', 'f_meternumber': '表号', 'f_user_name': '客户姓名', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_curbalance': '欠费金额', 'f_oughtamount': '欠费气量'
666
+ 'f_userinfo_code': '用户编号', 'f_meternumber': '表号', 'f_user_name': '用户姓名', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_curbalance': '欠费金额', 'f_oughtamount': '欠费气量'
667
667
  },
668
668
  ReportDataQueryConfig: {
669
- 'f_userinfo_code': '客户编号', 'f_tablebase': '本次抄表底数', 'f_last_tablebase': '上次抄表底数', 'f_jval': '表计剩余余额', 'f_hand_date': '抄表日期',
669
+ 'f_userinfo_code': '用户编号', 'f_tablebase': '本次抄表底数', 'f_last_tablebase': '上次抄表底数', 'f_jval': '表计剩余余额', 'f_hand_date': '抄表日期',
670
670
  'f_last_hand_date': '上次抄表日期', 'f_gas_date': '开户日期', 'f_software_version': '软件版本号', 'f_table_msg': '表状态信息', 'f_last_meter_state_msg': '上次表状态信息',
671
671
  'f_insert_date': '插入日期', 'f_last_insertdate': '上次插入日期', 'f_whether_clear': '是否结算',
672
672
  'f_address': '地址', 'f_user_name': '用户名称', 'f_meternumber': '表号', 'f_super_gas': '超用气量', 'f_electricity': '电量等级',
@@ -709,18 +709,18 @@ export default{
709
709
  'f_money_pay': '现金', 'f_bank_pay': '银行转账', 'f_pre_pay': '预付账款抵减', 'f_sum_pay': '收款金额合计',
710
710
  'f_balance': '期末余额'
711
711
  },
712
- gasInspectionConfig: {'f_userinfo_code': '客户编号','f_user_phone': '客户电话', 'f_olduserinfo_code': '档案编号', 'f_meternumber': '表号', 'f_user_name': '客户名称',
712
+ gasInspectionConfig: {'f_userinfo_code': '用户编号','f_user_phone': '用户电话', 'f_olduserinfo_code': '档案编号', 'f_meternumber': '表号', 'f_user_name': '用户名称',
713
713
  'f_address': '地址', 'f_metertitles': '表箱号', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_table_state': '表具状态',
714
714
  'f_meter_brand': '气表品牌', 'f_book_slice_area': '表册片区', 'end_time': '最后抄表日期', 'f_meter_base': '表底数',
715
715
  'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'qianfei_month_num': '欠费月数', 'qianfei_num': '欠费条数',
716
716
  'qianfei_avg_gas': '欠费月平均气量', 'f_totalowe_gas': '欠费气量', 'f_totalowe_fee': '欠费金额'},
717
717
  surplusConfig: {
718
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '地址', 'f_change_price': '单价调整量',
718
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '地址', 'f_change_price': '单价调整量',
719
719
  'f_real_amount': '补差气量', 'f_surplus_fee': '补差金额', 'f_qujian': '调价区间', 'f_whether_pay': '是否缴费',
720
720
  'f_state': '状态', 'f_operate_date': '操作日期', 'f_operator': '人员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号'
721
721
  },
722
722
  pricechangeRecordConfig: {
723
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址', 'f_user_type': '客户类型',
723
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址', 'f_user_type': '用户类型',
724
724
  'f_gasproperties': '用气性质', 'f_oldprice': '原价格', 'f_newprice': '新价格', 'oldprice_performdate': '原价执行时间',
725
725
  'newprice_performdate': '新价执行时间', 'f_slice_area': '片区', 'f_comments': '调价原因', 'f_meter_classify': '气表分类',
726
726
  'f_meter_brand': '气表品牌', 'f_meter_style': '气表型号', 'f_operator': '人员', 'f_depname': '部门', 'f_operate_date': '操作日期'
@@ -731,20 +731,20 @@ export default{
731
731
  'newvalue': '修改后内容', 'modifitime': '修改时间', 'operator': '修改人'
732
732
  },
733
733
  depositDetail: {
734
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址', 'f_user_state': '客户状态',
734
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '用户地址', 'f_user_state': '用户状态',
735
735
  'f_meter_base': '余额底数', 'f_balance': '账户余额', 'f_hand_date': '最后抄表日期', 'f_meter_classify': '气表类型'
736
736
  },
737
737
  // 巩义导出特殊需求
738
738
  GYfmygasConfig: {
739
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话', 'f_address': '客户地址',
739
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_user_phone': '用户电话', 'f_address': '用户地址',
740
740
  'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_date': '抄表区间', 'f_input_day': '天数', 'f_pregas': '预购气量',
741
- 'f_preamount': '预购金额', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meternumber': '表号',
741
+ 'f_preamount': '预购金额', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_meternumber': '表号',
742
742
  'f_meter_brand': '气表品牌', 'f_meter_classify': '气表类型', 'f_price_value': '气价详情', 'f_collection': '实交金额',
743
743
  'f_inputtor': '抄表员', 'f_hand_number': '抄表次数', 'f_usetype': '使用类型'
744
744
  },
745
745
  GYarrearsGYConfig: {
746
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_meternumber': '表号', 'f_residential_area': '小区名称', 'f_address': '地址',
747
- 'f_user_phone': '客户电话', 'f_rent_phone': '备用电话', 'f_inputtor': '抄表员', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质',
746
+ 'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_meternumber': '表号', 'f_residential_area': '小区名称', 'f_address': '地址',
747
+ 'f_user_phone': '用户电话', 'f_rent_phone': '备用电话', 'f_inputtor': '抄表员', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质',
748
748
  'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_balance': '账户余额', 'f_oughtfee_all_new': '实际欠费',
749
749
  'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_book_name': '抄表册'
750
750
  },
@@ -1010,7 +1010,7 @@ export default{
1010
1010
  'finaltotal': '一日'
1011
1011
  },
1012
1012
  GroupCharge: {
1013
- 'id': '收费编号', 'f_user_name': '客户姓名', 'f_user_type': '客户类型', 'f_address': '客户地址','f_pregas': '气量','f_preamount': '气费','f_delay': '应交违约金','f_delaypay': '实交违约金',
1013
+ 'id': '收费编号', 'f_user_name': '用户姓名', 'f_user_type': '用户类型', 'f_address': '用户地址','f_pregas': '气量','f_preamount': '气费','f_delay': '应交违约金','f_delaypay': '实交违约金',
1014
1014
  'f_balance': '上期余额','f_curbalance': '本期余额','f_newbalance': '账户支出', 'f_newcurbalance': '账户存入', 'f_collection': '收款','f_state': '收费状态','f_operate_date': '收费日期','f_payment': '付款方式','f_type': '收费类型','f_comments': '备注',
1015
1015
  'f_operator': '收费人','f_orgname': '部门','f_depname': '公司'
1016
1016
  },
@@ -1059,7 +1059,7 @@ export default{
1059
1059
 
1060
1060
  },
1061
1061
  valueinfoConfig:{
1062
- 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address': '客户地址','f_meternumber':'表号','f_user_phone':'客户电话','f_user_type':'用户类型','f_gasproperties':'用气性质','f_operate_date':'操作时间',
1062
+ 'f_userinfo_code': '用户编号','f_user_name':'用户名称','f_address': '用户地址','f_meternumber':'表号','f_user_phone':'用户电话','f_user_type':'用户类型','f_gasproperties':'用气性质','f_operate_date':'操作时间',
1063
1063
  'f_open_state':'是否开通',
1064
1064
  'f_change_state':'状态','f_field_name':'增值服务类型','f_used_content':'变更前','f_new_content':'变更后','f_operator':'操作人','operator_orgname':'操作人所属公司',
1065
1065
  'f_orgname': '所属公司'
@@ -1068,12 +1068,12 @@ export default{
1068
1068
  'itemname': '增值业务名称','num':'数量'
1069
1069
  },
1070
1070
  valueuserinfoConfig:{
1071
- 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address':'客户地址','f_user_type':'用户类型','f_gasproperties':'用气性质','f_meter_classify':'气表类型',
1071
+ 'f_userinfo_code': '用户编号','f_user_name':'用户名称','f_address':'用户地址','f_user_type':'用户类型','f_gasproperties':'用气性质','f_meter_classify':'气表类型',
1072
1072
  'f_meternumber':'表号','itemname':'增值服务类型','ishas':'有无增值业务','startdate':'购买时间','f_operate_date':'最后操作时间',
1073
1073
  'f_orgname': '所属公司'
1074
1074
  },
1075
1075
  renewalvalueuserinfoConfig:{
1076
- 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address':'客户地址','f_meternumber':'表号','f_user_type':'用户类型','f_gasproperties':'用气性质','f_meter_classify':'气表类型',
1076
+ 'f_userinfo_code': '用户编号','f_user_name':'用户名称','f_address':'用户地址','f_meternumber':'表号','f_user_type':'用户类型','f_gasproperties':'用气性质','f_meter_classify':'气表类型',
1077
1077
  'itemname':'增值服务类型','yearstartdate':'上次购买时间','yearenddate':'本次购买时间',
1078
1078
  'f_orgname': '所属公司'
1079
1079
  },