manage-client 3.2.210 → 3.2.212
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 +3 -2
- package/package.json +1 -1
- 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/WebHandplanQuery.vue +2 -61
- package/src/filiale/qianneng/WebmeterQuery.vue +0 -3
- package/src/filiale/qianneng/exportConfig.js +2 -3
- package/src/filiale/qianneng/sale.js +2 -0
- package/src/filiale/qianneng/webmeterManage.js +0 -1
- package/src/filiale/shanxian/AreaGeneralQuery.vue +690 -430
- package/src/filiale/shanxian/BankManager.vue +146 -0
- package/src/filiale/shanxian/BussinessType.vue +137 -0
- package/src/filiale/shanxian/reportManage.js +4 -0
- package/src/main.js +1 -1
- package/yarn-error.log +34 -34
package/build/dev-server.js
CHANGED
|
@@ -19,7 +19,8 @@ var qtx= 'http://36.103.222.144:6300/'
|
|
|
19
19
|
// var bendi = 'http://203.57.101.233:8400/'
|
|
20
20
|
// var bendi = 'http://121.36.106.17:8400/'
|
|
21
21
|
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
|
-
var bendi = 'http://192.168.50.4:8400'
|
|
22
|
+
// var bendi = 'http://192.168.50.4:8400'
|
|
23
|
+
var bendi = 'http://119.187.112.234:8400/'
|
|
23
24
|
// 192.168.
|
|
24
25
|
// var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
|
|
25
26
|
// var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
|
|
@@ -186,5 +187,5 @@ module.exports = app.listen(8015, function (err) {
|
|
|
186
187
|
console.log(err)
|
|
187
188
|
return
|
|
188
189
|
}
|
|
189
|
-
console.log('Listening at http://localhost:
|
|
190
|
+
console.log('Listening at http://localhost:8015')
|
|
190
191
|
})
|