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.
- package/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileChanges/last-build.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/build/dev-server.js +4 -4
- package/package.json +1 -1
- package/src/filiale/WEINAN/CancellationQuery.vue +528 -486
- package/src/filiale/WEINAN/ChargeQuery.vue +800 -800
- package/src/filiale/WEINAN/EnableQuery.vue +456 -456
- package/src/filiale/WEINAN/UserAddress.vue +655 -0
- package/src/filiale/WEINAN/UserAddressChange.vue +58 -0
- package/src/filiale/WEINAN/config/exportConfig.js +824 -824
- package/src/filiale/WEINAN/sale.js +52 -48
- package/src/filiale/huayin/ChangeMeterQuery.vue +657 -0
- package/src/filiale/huayin/ChargeQuery.vue +1305 -0
- package/src/filiale/huayin/config/DefaultPrint.js +6 -0
- package/src/filiale/huayin/config/exportConfig.js +1084 -0
- package/src/filiale/huayin/sale.js +8 -0
- package/src/filiale/qianneng/BusinessManage.vue +3 -0
- package/src/filiale/qianneng/OtherChargeQuery.vue +10 -1
- package/src/filiale/qianneng/WebHandplanQuery.vue +992 -0
- package/src/filiale/qianneng/WebmeterQuery.vue +67 -0
- package/src/filiale/qianneng/exportConfig.js +9 -1
- package/src/filiale/qianneng/sale.js +2 -0
- package/src/filiale/qianneng/webmeterManage.js +3 -1
- package/src/filiale/rizhao/ChargeQuery.vue +3 -3
- package/src/filiale/shangluo/UserQuery.vue +932 -0
- package/src/filiale/shangluo/sale.js +11 -0
- package/src/filiale/shanxian/BankManager.vue +146 -0
- package/src/filiale/shanxian/BussinessType.vue +137 -0
- package/src/filiale/shanxian/InspectListUserNew.vue +466 -0
- package/src/filiale/shanxian/InspectManage.vue +50 -0
- package/src/filiale/shanxian/reportManage.js +4 -0
- package/src/filiale/shanxian/sale.js +3 -1
- package/yarn-error.log +0 -7659
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
package/build/dev-server.js
CHANGED
|
@@ -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://
|
|
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
|
}
|