manage-client 3.3.178 → 3.3.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/components/sale/filesquery/RecordInfoQuery.vue +1 -1
- package/src/filiale/kelai/GasStatistics.vue +536 -536
- package/src/filiale/meihekou/AreaGeneralQuery.vue +206 -0
- package/src/filiale/meihekou/CardHandplanQuery.vue +2 -2
- package/src/filiale/meihekou/CollectManage.vue +3 -3
- package/src/filiale/meihekou/OtherChargeQuery.vue +4 -5
- package/src/filiale/meihekou/UserSellHeadDetail.vue +492 -0
- package/src/filiale/meihekou/config/exportConfig.js +1 -2
- package/src/filiale/meihekou/sale.js +5 -0
- package/src/filiale/yangchun/RecordInfoQuery.vue +1477 -0
- package/src/filiale/yangchun/config/exportConfig.js +2 -3
- package/src/filiale/yangchun/sale.js +4 -0
|
@@ -221,7 +221,7 @@ export default{
|
|
|
221
221
|
'f_valve_state': '阀门状态', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'value': '气价详情',
|
|
222
222
|
'f_open_date': '开户时间', 'f_credentials': '证件类型', 'f_idnumber': '身份证号', 'f_people_num': '人口数', 'f_ins_stop_date': '保险结束日期',
|
|
223
223
|
'f_createfile_date': '建档日期', 'f_createfile_person': '建档人', 'f_depname': '所属营业厅', 'f_comments': '备注信息',
|
|
224
|
-
'f_used_name': '曾用名', '
|
|
224
|
+
'f_used_name': '曾用名', 'f_rent_name': '租户姓名', 'f_zuhu_phone': '租户电话',
|
|
225
225
|
'f_contract_id': '供气合同编号', 'f_is_mgq': '是否煤改气', 'f_send_usegas_card': '是否发放天然气使用证',
|
|
226
226
|
'f_meter_style': '型号', 'f_table_state': '表具状态', 'f_initial_base': '初始气表底数',
|
|
227
227
|
'f_total_usegas_amount': '累计用气金额', 'f_total_gas': '表累购气量', 'f_total_fee': '表累购金额', 'f_inputtor': '档案抄表员',
|
|
@@ -232,9 +232,8 @@ export default{
|
|
|
232
232
|
'f_fillcard_times': '补卡次数', 'f_sendsuccess': '表同步状态', 'f_isband': '微信绑定', 'f_cost_type': '缴费类型',
|
|
233
233
|
'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号',
|
|
234
234
|
'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_maxdate': '换表时间', 'f_devices_type': '灶具信息', 'f_network_valve': '自动阀控',
|
|
235
|
-
'f_defendcard': '防盗卡号', 'f_factory_date': '生产年月'
|
|
235
|
+
'f_defendcard': '防盗卡号', 'f_factory_date': '生产年月', 'f_rent_phone': '曾用电话', 'f_uservent_date': '用户通气日期', 'f_gas_pointsnumber': '用气点数量', 'f_kitchen_type': '厨房类型', 'f_customer_source': '客户来源', 'f_is_insure': '是否投保', 'f_salecount': '保险期限', 'f_ins_start_date': '保险生效日期', 'f_expiration_date': '保险结束日期'
|
|
236
236
|
},
|
|
237
|
-
|
|
238
237
|
compreConfigGY: {
|
|
239
238
|
'f_user_state': '客户状态', 'f_userinfo_code': '客户编号', 'f_card_id': '卡号', 'f_user_name': '客户名称',
|
|
240
239
|
'f_residential_area': '小区名称', 'f_address': '客户地址', 'f_user_phone': '客户电话',
|