manage-client 4.0.82-qtx → 4.0.83
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.
|
Binary file
|
|
Binary file
|
package/build/dev-server.js
CHANGED
|
@@ -19,9 +19,9 @@ var qtx = 'http://36.103.222.144:6300/'
|
|
|
19
19
|
// var bendi = 'http://203.57.101.233:9001/'
|
|
20
20
|
// var bendi = 'http://121.36.106.17:8400/'
|
|
21
21
|
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
|
-
var bendi = 'http://
|
|
22
|
+
var bendi = 'http://192.168.50.67:31467/'
|
|
23
23
|
// var bendi = 'http://119.187.112.234:8400/'
|
|
24
|
-
var wode = 'http://
|
|
24
|
+
var wode = 'http://192.168.50.67:31467/'
|
|
25
25
|
// 192.168.
|
|
26
26
|
// var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
|
|
27
27
|
// var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
|
|
@@ -33,15 +33,26 @@ var proxyTable = {
|
|
|
33
33
|
target: 'http://203.57.101.233:9001/'
|
|
34
34
|
|
|
35
35
|
},
|
|
36
|
-
'/api/af-revenue/
|
|
36
|
+
'/api/af-revenue/report': {
|
|
37
37
|
pathRewrite: {
|
|
38
|
-
'
|
|
38
|
+
'/api/af-revenue/report': '/report'
|
|
39
|
+
},
|
|
40
|
+
target: 'http://127.0.0.1:9026/'
|
|
41
|
+
},
|
|
42
|
+
'/api/af-revenue/sql': {
|
|
43
|
+
pathRewrite: {
|
|
44
|
+
'/api/af-revenue/sql': '/sql'
|
|
45
|
+
},
|
|
46
|
+
target: 'http://127.0.0.1:9026/'
|
|
47
|
+
},
|
|
48
|
+
'/api/af-revenue/logic': {
|
|
49
|
+
pathRewrite: {
|
|
50
|
+
'/api/af-revenue/logic': '/logic'
|
|
39
51
|
},
|
|
40
52
|
target: 'http://127.0.0.1:9026/'
|
|
41
53
|
},
|
|
42
54
|
'/api': {
|
|
43
|
-
target: 'http://192.168.50.67:
|
|
44
|
-
|
|
55
|
+
target: 'http://192.168.50.67:31467/'
|
|
45
56
|
},
|
|
46
57
|
'/rs/sql/chargeQuery_by_gasproperties': {
|
|
47
58
|
target: 'http://localhost:8084/'
|
|
@@ -54,7 +65,7 @@ var proxyTable = {
|
|
|
54
65
|
},
|
|
55
66
|
// 查找资源服务数据
|
|
56
67
|
'/rs/search': {
|
|
57
|
-
target: 'http://192.168.50.67:
|
|
68
|
+
target: 'http://192.168.50.67:31567/'
|
|
58
69
|
},
|
|
59
70
|
// 查找资源服务数据
|
|
60
71
|
'/rs/logic/getLogin': {
|
|
@@ -96,7 +107,7 @@ var proxyTable = {
|
|
|
96
107
|
target: bendi
|
|
97
108
|
},
|
|
98
109
|
'/rs/vue': {
|
|
99
|
-
target: 'http://192.168.50.67:
|
|
110
|
+
target: 'http://192.168.50.67:31567/'
|
|
100
111
|
},
|
|
101
112
|
'/rs/file': {
|
|
102
113
|
target: bendi
|
package/package.json
CHANGED
|
@@ -426,7 +426,6 @@
|
|
|
426
426
|
import {PagedList} from 'vue-client'
|
|
427
427
|
import getLodop from '../../plugins/LodopFuncs'
|
|
428
428
|
import plugins from '../../plugins/GetLoginInfoService'
|
|
429
|
-
import * as Util from '../../Util'
|
|
430
429
|
|
|
431
430
|
let readyGen = async function (self) {
|
|
432
431
|
await self.$getConfig(self, 'HandManager')
|
|
@@ -502,9 +501,10 @@
|
|
|
502
501
|
ready() {
|
|
503
502
|
/*this.$refs.paged.$refs.criteria.model.startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
504
503
|
this.$refs.paged.$refs.criteria.model.endDate = Util.toStandardDateString() + ' 23:59:59'*/
|
|
505
|
-
this.$refs.paged.$refs.criteria.model.startDate1 = Util.toStandardDateString() + ' 00:00:00'
|
|
506
|
-
this.$refs.paged.$refs.criteria.model.endDate1 = Util.toStandardDateString() + ' 23:59:59'
|
|
504
|
+
// this.$refs.paged.$refs.criteria.model.startDate1 = Util.toStandardDateString() + ' 00:00:00'
|
|
505
|
+
// this.$refs.paged.$refs.criteria.model.endDate1 = Util.toStandardDateString() + ' 23:59:59'
|
|
507
506
|
//初始化用户类型,用气性质,用气属性下拉框
|
|
507
|
+
this.search({'condition': '1=1'})
|
|
508
508
|
readyGen(this)
|
|
509
509
|
},
|
|
510
510
|
methods: {
|
package/src/main.js
CHANGED
|
@@ -6,8 +6,8 @@ import { all } from 'vue-client'
|
|
|
6
6
|
import { system } from 'system-clients'
|
|
7
7
|
import { ldap } from 'ldap-clients'
|
|
8
8
|
import saleManage from './saleManage'
|
|
9
|
-
import ShanXianSaleManage from './filiale/
|
|
10
|
-
import ShanXianwebSaleManage from './filiale/
|
|
9
|
+
import ShanXianSaleManage from './filiale/yangchun/sale'
|
|
10
|
+
import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
|
|
11
11
|
import webmeterManage from './webmeterManage'
|
|
12
12
|
import reportManage from './reportManage'
|
|
13
13
|
import newmanage from './newmanage'
|