manage-client 4.1.21 → 4.1.22

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.
@@ -0,0 +1,6 @@
1
+ export default{
2
+ //把打印需要默认选中的字段名放在config数组中
3
+ config: [
4
+ "f_userinfo_code","f_user_name","f_user_phone","f_pregas","f_preamount","f_collection","f_balance","f_curbalance","f_idnumber"
5
+ ]
6
+ }
@@ -0,0 +1,18 @@
1
+ export default{
2
+ compreConfig: {
3
+ 'f_userinfo_code': '客户编号',
4
+ 'f_card_id': '卡号',
5
+ 'f_user_name': '客户名称',
6
+ 'f_residential_area': '小区名称',
7
+ 'f_address': '详细地址',
8
+ 'f_user_phone': '联系电话',
9
+ 'f_gas_date': '通气日期',
10
+ 'f_meternumber': '表号',
11
+ 'f_user_type': '客户类型',
12
+ 'f_open_date': '开户时间',
13
+ 'f_balance_amount': '表剩余金额',
14
+ 'f_total_gas': '表累购气量',
15
+ 'f_total_fee': '表累购金额',
16
+ 'f_maxdate': '换表时间'
17
+ }
18
+ }