manage-client 3.2.142 → 3.2.145

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 (40) hide show
  1. package/build/dev-server.js +1 -1
  2. package/package.json +1 -1
  3. package/src/components/SellReport/UserFillmoney.vue +1 -1
  4. package/src/components/sale/businessquery/AccountQuery/AccountListManage.vue +2 -2
  5. package/src/components/sale/businessquery/AccountQuery/OverdueList.vue +4 -4
  6. package/src/components/sale/businessquery/ArrearsQuery.vue +10 -10
  7. package/src/components/sale/businessquery/ChargeQuery.vue +2 -2
  8. package/src/components/sale/businessquery/GroupChargeQuery.vue +2 -2
  9. package/src/components/sale/businessquery/HandplanQuery.vue +1 -1
  10. package/src/components/sale/businessquery/InspectListGas.vue +238 -246
  11. package/src/components/sale/businessquery/ProceedsOper.vue +4 -4
  12. package/src/components/sale/businessquery/SellOrgnameQuery.vue +2 -2
  13. package/src/components/sale/businessquery/SellPeopleQuery.vue +2 -2
  14. package/src/components/sale/businessquery/UserSellHeadDetail.vue +4 -4
  15. package/src/components/sale/config/exportConfig.js +12 -12
  16. package/src/components/sale/filesquery/UserQuery.vue +6 -0
  17. package/src/components/sale/filesquery/filequerydetail/ChargeQueryDetail.vue +1 -1
  18. package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +2 -1
  19. package/src/components/webmeter/DrillData/UserGasEform.vue +1 -1
  20. package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +2 -1
  21. package/src/components/webmeter/recharge/RechargeList.vue +1 -1
  22. package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +26 -26
  23. package/src/filiale/dongguan/components/SellReport/BankManager.vue +146 -0
  24. package/src/filiale/dongguan/components/SellReport/SiteManager.vue +147 -0
  25. package/src/filiale/dongguan/components/WebReport/BussinessType.vue +137 -0
  26. package/src/filiale/dongguan/components/WebReport/Paymentpie.vue +157 -0
  27. package/src/filiale/dongguan/reportManage.js +21 -0
  28. package/src/filiale/kelai/UserQuery.vue +963 -0
  29. package/src/filiale/kelai/exportConfig.js +1062 -0
  30. package/src/filiale/kelai/sale.js +8 -0
  31. package/src/filiale/qianneng/ArrearsQuery.vue +2 -2
  32. package/src/filiale/qianneng/ChargeQuery.vue +2 -2
  33. package/src/filiale/qianneng/HandplanQuery.vue +1 -1
  34. package/src/filiale/qianneng/exportConfig.js +3 -3
  35. package/src/filiale/rongcheng/exportConfig.js +2 -2
  36. package/.gradle/4.4/fileContent/fileContent.lock +0 -0
  37. package/.gradle/4.4/taskHistory/taskHistory.bin +0 -0
  38. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  39. package/build/libs/ManageClient-3.1.0-17.jar +0 -0
  40. package/build/tmp/jar/MANIFEST.MF +0 -2
@@ -0,0 +1,8 @@
1
+ // 分公司特殊组件页面注册
2
+ let specialComp = {
3
+ // 收费查询
4
+ // 用户查询
5
+ 'user-query': (resolve) => { require(['./UserQuery'], resolve) }
6
+ }
7
+ exports.specialComp = specialComp
8
+
@@ -325,7 +325,7 @@
325
325
  <nobr>应交气费</nobr>
326
326
  </th>
327
327
  <th>
328
- <nobr>滞纳金</nobr>
328
+ <nobr>违约金</nobr>
329
329
  </th>
330
330
  <th>
331
331
  <nobr>附加费</nobr>
@@ -465,7 +465,7 @@
465
465
  气费金额合计:&emsp;{{sumsmodel.f_oughtfee_new}}
466
466
  </td>
467
467
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
468
- 滞纳金合计:&emsp;{{sumsmodel.overdue}}
468
+ 违约金合计:&emsp;{{sumsmodel.overdue}}
469
469
  </td>
470
470
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
471
471
  附加费合计:&emsp;{{sumsmodel.f_garbage_fee}}
@@ -377,7 +377,7 @@
377
377
  <nobr>金额</nobr>
378
378
  </th>
379
379
  <th>
380
- <nobr>滞纳金</nobr>
380
+ <nobr>违约金</nobr>
381
381
  </th>
382
382
  <!-- <th>-->
383
383
  <!-- <nobr>燃气费</nobr>-->
@@ -733,7 +733,7 @@
733
733
  应交金额合计:&emsp;{{sumsmodel.fee}}
734
734
  </td>
735
735
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
736
- 滞纳金合计:&emsp;{{sumsmodel.f_delaypay}}
736
+ 违约金合计:&emsp;{{sumsmodel.f_delaypay}}
737
737
  </td>
738
738
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
739
739
  账户支出合计:&emsp;{{sumsmodel.f_newbalance}}
@@ -382,7 +382,7 @@
382
382
  <nobr>用气量</nobr>
383
383
  </th>
384
384
  <th>
385
- <nobr>滞纳金</nobr>
385
+ <nobr>违约金</nobr>
386
386
  </th>
387
387
  <th>
388
388
  <nobr>违约金起始时间</nobr>
@@ -6,7 +6,7 @@ export default{
6
6
  'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meter_classify': '气表类型',
7
7
  'f_cost_type': '缴费类型', 'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_last_tablebase': '上期抄表底数',
8
8
  'f_tablebase': '本期抄表底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_operate_date': '缴费时间',
9
- 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费', 'overdue': '滞纳金', 'f_garbage_fee': '附加费',
9
+ 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费', 'overdue': '违约金', 'f_garbage_fee': '附加费',
10
10
  'f_balance': '上期余额', 'f_oughtfee_all': '合计欠费', 'f_comments': '备注'
11
11
  },
12
12
  chargeConfig: {
@@ -14,14 +14,14 @@ export default{
14
14
  'f_gasproperties': '用气性质', 'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_times': '购气次数',
15
15
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_pregas': '气量', 'fee': '金额', 'f_preamount': '燃气费', 'f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余', 'f_newbalance': '账户支出', 'f_newcurbalance': '账户存入',
16
16
  'f_curbalance': '本期结余', 'f_type': '收费类型', 'f_payment': '付款方式', 'f_bank_type': '支付渠道', 'f_state': '状态', 'f_operate_date': '收费日期', 'f_serial_id': '流水号',
17
- 'f_delaypay': '滞纳金', 'f_comments': '备注', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司',
17
+ 'f_delaypay': '违约金', 'f_comments': '备注', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司',
18
18
  'f_yucun': '预存金额', 'f_card_id': '卡号', 'f_stairamount1': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
19
19
  'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
20
20
  'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_inputtor': '抄表员'
21
21
  },
22
22
  handplanConfig: {
23
23
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址', 'f_zones': '片区', 'phone': '客户手机', 'f_meternumber': '表号', 'ym_data': '数据年月',
24
- 'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'overdue': '滞纳金', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
24
+ 'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'overdue': '违约金', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
25
25
  'f_actual_arrears': '欠费金额', 'f_balance': '上期余额', 'f_curbalance': '本期余额', 'f_newbalance': '账户支出', 'f_newcurbalance': '账户存入',
26
26
  'f_accounts_state': '下账状态', 'f_sellinggas_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
27
27
  'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_audit_date': '审核日期', 'f_meter_state': '抄表状态', 'f_hand_state': '记录状态', 'f_end_date': '违约金起始时间',
@@ -72,8 +72,8 @@ export default{
72
72
  'f_total_fee': '表累购金额','f_meternumber': '表号','f_metertitles': '表封号','f_inputtor': '抄表员','f_position': '安装位置',
73
73
  'f_userfiles_address': '安装地址','f_install_person': '安装人','f_install_date': '安装日期','f_gas_person': '通气人','f_gas_date': '通气日期',
74
74
  'f_fire_state': '点火状态','f_valve_state': '阀门状态','f_meter_book_num': '抄表册编号','f_meter_book_sort': '抄表册顺序','f_card_id': '卡号',
75
- 'f_aroundmeter': '左右表','f_whether_hairpin': '是否发卡','f_balance_amount': '表剩余金额','f_min_operate_date': '首次购气日期','f_times': '写卡次数',
76
- 'f_fillcard_times': '补卡次数','f_sell_number': '购气次数','f_hand_date': '最后抄表日期','f_max_operate_date': '最后购气日期','f_sendsuccess': '表同步状态'
75
+ 'f_aroundmeter': '左右表','f_whether_hairpin': '是否发卡','f_balance_amount': '表剩余金额','f_times': '写卡次数',
76
+ 'f_fillcard_times': '补卡次数','f_hand_date': '最后抄表日期','f_sendsuccess': '表同步状态'
77
77
  },
78
78
 
79
79
  changemeterConfig: {
@@ -1,2 +0,0 @@
1
- Manifest-Version: 1.0
2
-