manage-client-xy 3.2.0 → 3.2.1

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 (27) hide show
  1. package/build/dev-server.js +11 -17
  2. package/package.json +1 -1
  3. package/src/components/ManageHome/ImportSupplygas/UpdateSupply.vue +187 -187
  4. package/src/components/ManageHomeCS/ImportSupplygas/UpdateSupply.vue +187 -187
  5. package/src/components/sale/businessquery/AttachmentViewer.vue +252 -0
  6. package/src/components/sale/businessquery/ChangeMeterQuery.vue +22 -0
  7. package/src/components/sale/businessquery/ChargeQuery.vue +28 -4
  8. package/src/components/sale/businessquery/DisableQuery.vue +22 -0
  9. package/src/components/sale/businessquery/EnableQuery.vue +22 -0
  10. package/src/components/sale/businessquery/FillCardQuery.vue +22 -0
  11. package/src/components/sale/businessquery/FillGasQuery.vue +22 -0
  12. package/src/components/sale/businessquery/MoveQuery.vue +22 -3
  13. package/src/components/sale/businessquery/OtherChargeQuery.vue +20 -3
  14. package/src/components/sale/businessquery/RecordQuery.vue +22 -0
  15. package/src/components/sale/businessquery/TransferQuery.vue +23 -2
  16. package/src/components/sale/businessquery/cancelAccountQuery.vue +488 -488
  17. package/src/components/sale/report/aode/DayReport.vue +50 -50
  18. package/src/components/sale/report/aode/DayReportSummary.vue +75 -75
  19. package/src/components/sale/report/aode/widget/LifeDayReportListPrint.vue +189 -189
  20. package/src/components/sale/report/aode/widget/LifeMonthPrint.vue +153 -153
  21. package/src/components/sale/report/aode/widget/LifeYearPrint.vue +143 -143
  22. package/src/components/sale/report/aode/widget/MonthByChargePrint.vue +236 -236
  23. package/src/components/sale/report/aode/widget/MonthByUserPrint.vue +232 -232
  24. package/src/plugins/FileDownloadR.js +61 -0
  25. package/src/saleManage.js +40 -40
  26. package/static/qh.json +2410 -2410
  27. package/webstorm.config.js +13 -13
@@ -1,13 +1,13 @@
1
- 'use strict'
2
- const path = require('path')
3
-
4
- module.exports = {
5
- context: path.resolve(__dirname, './'),
6
- resolve: {
7
- extensions: ['.js', '.vue', '.json'],
8
- alias: {
9
- '@src': path.resolve('src')
10
- }
11
- }
12
- }
13
-
1
+ 'use strict'
2
+ const path = require('path')
3
+
4
+ module.exports = {
5
+ context: path.resolve(__dirname, './'),
6
+ resolve: {
7
+ extensions: ['.js', '.vue', '.json'],
8
+ alias: {
9
+ '@src': path.resolve('src')
10
+ }
11
+ }
12
+ }
13
+