manage-client 3.2.209 → 3.2.211

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 (42) hide show
  1. package/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
  2. package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
  3. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  4. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  5. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  6. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  7. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  8. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  9. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  10. package/.gradle/7.1/gc.properties +0 -0
  11. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  12. package/build/dev-server.js +4 -4
  13. package/package.json +1 -1
  14. package/src/filiale/WEINAN/CancellationQuery.vue +528 -486
  15. package/src/filiale/WEINAN/ChargeQuery.vue +800 -800
  16. package/src/filiale/WEINAN/EnableQuery.vue +456 -456
  17. package/src/filiale/WEINAN/UserAddress.vue +655 -0
  18. package/src/filiale/WEINAN/UserAddressChange.vue +58 -0
  19. package/src/filiale/WEINAN/config/exportConfig.js +824 -824
  20. package/src/filiale/WEINAN/sale.js +52 -48
  21. package/src/filiale/huayin/ChangeMeterQuery.vue +657 -0
  22. package/src/filiale/huayin/ChargeQuery.vue +1305 -0
  23. package/src/filiale/huayin/config/DefaultPrint.js +6 -0
  24. package/src/filiale/huayin/config/exportConfig.js +1084 -0
  25. package/src/filiale/huayin/sale.js +8 -0
  26. package/src/filiale/qianneng/BusinessManage.vue +3 -0
  27. package/src/filiale/qianneng/OtherChargeQuery.vue +10 -1
  28. package/src/filiale/qianneng/WebHandplanQuery.vue +992 -0
  29. package/src/filiale/qianneng/WebmeterQuery.vue +67 -0
  30. package/src/filiale/qianneng/exportConfig.js +9 -1
  31. package/src/filiale/qianneng/sale.js +2 -0
  32. package/src/filiale/qianneng/webmeterManage.js +3 -1
  33. package/src/filiale/rizhao/ChargeQuery.vue +3 -3
  34. package/src/filiale/shangluo/UserQuery.vue +932 -0
  35. package/src/filiale/shangluo/sale.js +11 -0
  36. package/src/filiale/shanxian/BankManager.vue +146 -0
  37. package/src/filiale/shanxian/BussinessType.vue +137 -0
  38. package/src/filiale/shanxian/InspectListUserNew.vue +466 -0
  39. package/src/filiale/shanxian/InspectManage.vue +50 -0
  40. package/src/filiale/shanxian/reportManage.js +4 -0
  41. package/src/filiale/shanxian/sale.js +3 -1
  42. package/yarn-error.log +0 -7659
File without changes
@@ -16,7 +16,7 @@ var qtx= 'http://36.103.222.144:6300/'
16
16
  // var bendi = 'http://220.194.141.253:8600/'
17
17
  // var bendi = 'http://203.57.101.233:9001'
18
18
  // var bendi = 'http://172.168.1.11:9001/'
19
- var bendi = 'http://121.36.106.17:8400/'
19
+ var bendi = 'http://172.168.1.11:8400/#'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
22
  var system = 'http://192.168.50.4:8400'
@@ -24,9 +24,6 @@ var system = 'http://192.168.50.4:8400'
24
24
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
25
25
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
26
26
  var proxyTable = {
27
- '/report':{
28
- target: 'http://aote-office.f3322.net:31039'
29
- },
30
27
  '/rs/logic/exportfile': {
31
28
  target: bendi
32
29
  },
@@ -97,6 +94,9 @@ var proxyTable = {
97
94
  '/rs/logic/SumSettleFileImport': {
98
95
  target: 'http://127.0.0.1:8080'
99
96
  },
97
+ '/rs/sql/CancellationQuery': {
98
+ target: 'http://127.0.0.1:8080'
99
+ },
100
100
  '/rs': {
101
101
  target: bendi
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.209",
3
+ "version": "3.2.211",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {