manage-client 3.3.76 → 3.3.78
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 +2 -2
- package/package.json +2 -2
- package/src/components/SellReport/shexian/SxSellSummary.vue +1 -1
- package/src/filiale/daliyihua/RecordInfoQuery.vue +1449 -0
- package/src/filiale/daliyihua/config/DefaultPrint.js +6 -0
- package/src/filiale/daliyihua/config/exportConfig.js +2276 -0
- package/src/filiale/daliyihua/config/tableConfig.js +45 -0
- package/src/filiale/daliyihua/sale.js +9 -0
- package/src/filiale/shexian/UserQuery.vue +990 -0
- package/src/filiale/shexian/config/exportConfig.js +4 -2
- package/src/filiale/shexian/sale.js +4 -0
- package/src/filiale/wenxi/config/exportConfig.js +1 -1
|
@@ -9,6 +9,9 @@ export default {
|
|
|
9
9
|
'f_balance': '账户余额',
|
|
10
10
|
'f_user_level': '客户等级',
|
|
11
11
|
'f_user_type': '用户类型',
|
|
12
|
+
'f_price_type': '气价类型',
|
|
13
|
+
'f_price_name': '气价名称',
|
|
14
|
+
'f_stairuserprice_list': '气价',
|
|
12
15
|
'f_address': '客户地址',
|
|
13
16
|
'f_residential_area': '小区',
|
|
14
17
|
'f_building': '楼栋',
|
|
@@ -18,8 +21,7 @@ export default {
|
|
|
18
21
|
'f_user_state': '客户状态',
|
|
19
22
|
'f_createfile_date': '建档日期',
|
|
20
23
|
'f_createfile_person': '建档人',
|
|
21
|
-
'f_comments': '备注'
|
|
22
|
-
,
|
|
24
|
+
'f_comments': '备注',
|
|
23
25
|
'f_bank_accopen': '银行户名',
|
|
24
26
|
'f_bank_name': '银行名称',
|
|
25
27
|
'f_bank_account': '银行账号',
|
|
@@ -261,7 +261,7 @@ export default{
|
|
|
261
261
|
},
|
|
262
262
|
cardhandplanConfig: {
|
|
263
263
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
|
|
264
|
-
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_real_amount': '用气量', '
|
|
264
|
+
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_real_amount': '用气量', 'totalgas': '总购气量',
|
|
265
265
|
'f_yuliang': '余量', 'f_inputtor': '抄表员', 'f_hand_date': '下发日期', 'f_input_date': '录入日期',
|
|
266
266
|
'f_meter_state': '抄表状态', 'f_operator': '操作员', 'f_depname': '部门'
|
|
267
267
|
},
|