manage-client 3.3.194 → 3.3.196
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/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +190 -193
- package/package.json +2 -2
- package/src/components/sale/businessquery/AreaChargeQuery.vue +4 -0
- package/src/components/sale/businessquery/AreaGeneralQuery.vue +4 -0
- package/src/components/sale/businessquery/ArrearsQuery.vue +4 -0
- package/src/components/sale/businessquery/BalanceTable.vue +4 -0
- package/src/components/sale/businessquery/CommunityPaymen.vue +4 -0
- package/src/components/sale/businessquery/FillGasQuery.vue +1 -0
- package/src/components/sale/businessquery/HandBookQuery.vue +4 -0
- package/src/components/sale/businessquery/HandBookTwoQuery.vue +4 -0
- package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +4 -0
- package/src/components/sale/businessquery/HandPeopleQuery.vue +4 -0
- package/src/components/sale/businessquery/HandRateQuery.vue +4 -0
- package/src/components/sale/businessquery/Handgasquery.vue +4 -0
- package/src/components/sale/businessquery/MonthGasQuery.vue +4 -0
- package/src/components/sale/businessquery/NoBusinessQuery.vue +4 -0
- package/src/components/sale/businessquery/PlotSummaryQuery.vue +4 -0
- package/src/components/sale/businessquery/ProceedsOper.vue +4 -0
- package/src/components/sale/businessquery/ResidentialCardQuery.vue +4 -0
- package/src/components/sale/businessquery/ResidentialQuery.vue +4 -0
- package/src/components/sale/businessquery/SellOrgnameQuery.vue +4 -0
- package/src/components/sale/businessquery/SellPeopleQuery.vue +4 -0
- package/src/components/sale/businessquery/SellingHand.vue +4 -0
- package/src/components/sale/businessquery/UnhandBusiness.vue +4 -0
- package/src/components/sale/businessquery/UserSellHeadDetail.vue +4 -0
- package/src/components/sale/businessquery/YingShouMingXi.vue +4 -0
- package/src/components/sale/businessquery/YonghuJieyu.vue +4 -0
- package/src/components/sale/businessquery/usergas.vue +4 -0
- package/src/filiale/jingyang/ChargeQuery.vue +156 -127
- package/src/filiale/kelai/AreaChargeQuery.vue +4 -0
- package/src/filiale/meihekou/YingShouMingXi.vue +556 -556
- package/src/filiale/qingtongxia/ChargeQuery.vue +11 -1
- package/src/filiale/qingtongxia/config/exportConfig.js +474 -474
- package/src/filiale/taizhoukesi/NewGasStatistics.vue +16 -13
- package/src/filiale/yuncheng/DeviceQuery.vue +602 -0
- package/src/filiale/yuncheng/sale.js +3 -0
- package/src/main.js +68 -76
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/build/dev-server.js
CHANGED
|
@@ -1,193 +1,190 @@
|
|
|
1
|
-
var express = require('express')
|
|
2
|
-
var webpack = require('webpack')
|
|
3
|
-
var config = require('./webpack.dev.conf')
|
|
4
|
-
var proxyMiddleware = require('http-proxy-middleware')
|
|
5
|
-
// var httpProxy = require('http-proxy')
|
|
6
|
-
|
|
7
|
-
var app = express()
|
|
8
|
-
var compiler = webpack(config)
|
|
9
|
-
// var proxy = httpProxy.createProxyServer()
|
|
10
|
-
|
|
11
|
-
// Define HTTP proxies to your custom API backend
|
|
12
|
-
// https://github.com/chimurai/http-proxy-middleware
|
|
13
|
-
// var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// var bendi = 'http://220.194.141.253:8600/'
|
|
17
|
-
// var bendi = 'http://203.57.101.233:9001'
|
|
18
|
-
// var bendi = 'http://172.168.1.11:9001/'
|
|
19
|
-
// var bendi = 'http://203.57.101.233:8400/'
|
|
20
|
-
// var bendi = 'http://121.36.106.17:8400/'
|
|
21
|
-
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
|
-
var bendi = 'http://192.168.50.4:8400/'
|
|
23
|
-
// var bendi = 'http://119.187.112.234:8400/'
|
|
24
|
-
var wode = 'http://
|
|
25
|
-
// 192.168.
|
|
26
|
-
// var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
|
|
27
|
-
// var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
|
|
28
|
-
var proxyTable = {
|
|
29
|
-
'/rs/logic/exportfile': {
|
|
30
|
-
target: bendi
|
|
31
|
-
},
|
|
32
|
-
'/
|
|
33
|
-
target:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
'/rs/
|
|
37
|
-
target:
|
|
38
|
-
},
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
'/rs/
|
|
55
|
-
target: bendi
|
|
56
|
-
},
|
|
57
|
-
'/rs/
|
|
58
|
-
target: bendi
|
|
59
|
-
},
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
target: bendi
|
|
93
|
-
},
|
|
94
|
-
'/
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
//
|
|
132
|
-
|
|
133
|
-
//
|
|
134
|
-
// res.header('
|
|
135
|
-
// res.header('Access-Control-Allow-
|
|
136
|
-
// res.header('
|
|
137
|
-
//
|
|
138
|
-
//
|
|
139
|
-
|
|
140
|
-
//
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
//
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
//
|
|
148
|
-
app.use(
|
|
149
|
-
|
|
150
|
-
//
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
//
|
|
154
|
-
//
|
|
155
|
-
|
|
156
|
-
//
|
|
157
|
-
//
|
|
158
|
-
|
|
159
|
-
//
|
|
160
|
-
//
|
|
161
|
-
//
|
|
162
|
-
//
|
|
163
|
-
//
|
|
164
|
-
//
|
|
165
|
-
//
|
|
166
|
-
|
|
167
|
-
//
|
|
168
|
-
//
|
|
169
|
-
|
|
170
|
-
//
|
|
171
|
-
//
|
|
172
|
-
|
|
173
|
-
//
|
|
174
|
-
//
|
|
175
|
-
|
|
176
|
-
//
|
|
177
|
-
//
|
|
178
|
-
//
|
|
179
|
-
//
|
|
180
|
-
//
|
|
181
|
-
//
|
|
182
|
-
//
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
console.log('Listening at http://localhost:8015')
|
|
193
|
-
})
|
|
1
|
+
var express = require('express')
|
|
2
|
+
var webpack = require('webpack')
|
|
3
|
+
var config = require('./webpack.dev.conf')
|
|
4
|
+
var proxyMiddleware = require('http-proxy-middleware')
|
|
5
|
+
// var httpProxy = require('http-proxy')
|
|
6
|
+
|
|
7
|
+
var app = express()
|
|
8
|
+
var compiler = webpack(config)
|
|
9
|
+
// var proxy = httpProxy.createProxyServer()
|
|
10
|
+
|
|
11
|
+
// Define HTTP proxies to your custom API backend
|
|
12
|
+
// https://github.com/chimurai/http-proxy-middleware
|
|
13
|
+
// var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
|
|
14
|
+
var shaoguan = 'http://119.146.1.106:8300/'
|
|
15
|
+
var qtx= 'http://36.103.222.144:6300/'
|
|
16
|
+
// var bendi = 'http://220.194.141.253:8600/'
|
|
17
|
+
// var bendi = 'http://203.57.101.233:9001'
|
|
18
|
+
// var bendi = 'http://172.168.1.11:9001/'
|
|
19
|
+
// var bendi = 'http://203.57.101.233:8400/'
|
|
20
|
+
// var bendi = 'http://121.36.106.17:8400/'
|
|
21
|
+
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
|
+
var bendi = 'http://192.168.50.4:8400/'
|
|
23
|
+
// var bendi = 'http://119.187.112.234:8400/'
|
|
24
|
+
var wode = 'http://192.168.50.4:8400/'
|
|
25
|
+
// 192.168.
|
|
26
|
+
// var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
|
|
27
|
+
// var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
|
|
28
|
+
var proxyTable = {
|
|
29
|
+
'/rs/logic/exportfile': {
|
|
30
|
+
target: bendi
|
|
31
|
+
},
|
|
32
|
+
'/api': {
|
|
33
|
+
target: 'http://192.168.50.4:8400'
|
|
34
|
+
|
|
35
|
+
},
|
|
36
|
+
'/rs/sql/chargeQuery_by_gasproperties': {
|
|
37
|
+
target: 'http://localhost:8084/'
|
|
38
|
+
},
|
|
39
|
+
'/rs/logic/chargeQuery_by_gasproperties_line': {
|
|
40
|
+
target: 'http://localhost:8084/'
|
|
41
|
+
},
|
|
42
|
+
'/files': {
|
|
43
|
+
target: bendi
|
|
44
|
+
},
|
|
45
|
+
// 查找资源服务数据
|
|
46
|
+
'/rs/search': {
|
|
47
|
+
target: bendi
|
|
48
|
+
},
|
|
49
|
+
// 查找资源服务数据
|
|
50
|
+
'/rs/logic/getLogin': {
|
|
51
|
+
target: bendi
|
|
52
|
+
},
|
|
53
|
+
// 查找资源服务数据
|
|
54
|
+
'/rs/logic/getInitData': {
|
|
55
|
+
target: bendi
|
|
56
|
+
},
|
|
57
|
+
'/rs/logic/getSaleInitData': {
|
|
58
|
+
target: bendi
|
|
59
|
+
},
|
|
60
|
+
// 用户登录服务地址
|
|
61
|
+
'/rs/user': {
|
|
62
|
+
target: bendi
|
|
63
|
+
},
|
|
64
|
+
'/rs/path/getParams': {
|
|
65
|
+
target: bendi
|
|
66
|
+
},
|
|
67
|
+
'/rs/data': {
|
|
68
|
+
target: bendi
|
|
69
|
+
},
|
|
70
|
+
'/rs/license': {
|
|
71
|
+
target: bendi
|
|
72
|
+
},
|
|
73
|
+
'/rs/db': {
|
|
74
|
+
target: bendi
|
|
75
|
+
},
|
|
76
|
+
'/excel': {
|
|
77
|
+
target: bendi
|
|
78
|
+
},
|
|
79
|
+
'/rs/config': {
|
|
80
|
+
target: bendi
|
|
81
|
+
},
|
|
82
|
+
'/rs/sql/getLicenseById': {
|
|
83
|
+
target: bendi
|
|
84
|
+
},
|
|
85
|
+
'/rs/report': {
|
|
86
|
+
target: bendi
|
|
87
|
+
},
|
|
88
|
+
'/rs/vue': {
|
|
89
|
+
target: bendi
|
|
90
|
+
},
|
|
91
|
+
'/rs/file': {
|
|
92
|
+
target: bendi
|
|
93
|
+
},
|
|
94
|
+
'/rs/sql/singleTable': {
|
|
95
|
+
target: bendi
|
|
96
|
+
},
|
|
97
|
+
'/rs': {
|
|
98
|
+
target: wode
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
var devMiddleware = require('webpack-dev-middleware')(compiler, {
|
|
103
|
+
publicPath: config.output.publicPath,
|
|
104
|
+
stats: {
|
|
105
|
+
colors: true,
|
|
106
|
+
chunks: false
|
|
107
|
+
}
|
|
108
|
+
})
|
|
109
|
+
|
|
110
|
+
var hotMiddleware = require('webpack-hot-middleware')(compiler)
|
|
111
|
+
// force page reload when html-webpack-plugin template changes
|
|
112
|
+
compiler.plugin('compilation', function (compilation) {
|
|
113
|
+
compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
|
|
114
|
+
hotMiddleware.publish({action: 'reload'})
|
|
115
|
+
cb()
|
|
116
|
+
})
|
|
117
|
+
})
|
|
118
|
+
|
|
119
|
+
// proxy api requests
|
|
120
|
+
Object.keys(proxyTable).forEach(function (context) {
|
|
121
|
+
var options = proxyTable[context]
|
|
122
|
+
if (typeof options === 'string') {
|
|
123
|
+
options = {target: options}
|
|
124
|
+
}
|
|
125
|
+
app.use(proxyMiddleware(context, options))
|
|
126
|
+
})
|
|
127
|
+
|
|
128
|
+
// handle fallback for HTML5 history API
|
|
129
|
+
app.use(require('connect-history-api-fallback')())
|
|
130
|
+
// app.use(function (req, res, next) {
|
|
131
|
+
// res.header('Access-Control-Allow-Origin', '*')
|
|
132
|
+
// res.header('Access-Control-Allow-Headers', 'X-Requested-With')
|
|
133
|
+
// res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
|
|
134
|
+
// res.header('X-Powered-By', '3,2,1')
|
|
135
|
+
// res.header('Access-Control-Allow-Credentials', 'true')
|
|
136
|
+
// res.header('Content-Type', 'application/json;charset=utf-8')
|
|
137
|
+
// next()
|
|
138
|
+
// })
|
|
139
|
+
|
|
140
|
+
// serve webpack bundle output
|
|
141
|
+
app.use(devMiddleware)
|
|
142
|
+
|
|
143
|
+
// enable hot-reload and state-preserving
|
|
144
|
+
// compilation error display
|
|
145
|
+
app.use(hotMiddleware)
|
|
146
|
+
|
|
147
|
+
// serve pure static assets
|
|
148
|
+
app.use('/static', express.static('./static'))
|
|
149
|
+
|
|
150
|
+
// app.all('/rs/*', function (req, res) {
|
|
151
|
+
// proxy.web(req, res, {
|
|
152
|
+
// target: 'http://127.0.0.1:8081/reports'
|
|
153
|
+
// })
|
|
154
|
+
// })
|
|
155
|
+
|
|
156
|
+
// app.all('/rs/*', function (req, res) {
|
|
157
|
+
// proxy.web(req, res, {
|
|
158
|
+
// target: 'http://127.0.0.1:8081/ldap'
|
|
159
|
+
// })
|
|
160
|
+
// })
|
|
161
|
+
// app.all('/excel/*', function (req, res) {
|
|
162
|
+
// proxy.web(req, res, {
|
|
163
|
+
// target: 'http://127.0.0.1:8081/charge'
|
|
164
|
+
// })
|
|
165
|
+
// })
|
|
166
|
+
|
|
167
|
+
// app.all('/rs/*', function (req, res) {
|
|
168
|
+
// proxy.web(req, res, {
|
|
169
|
+
// target: 'http://127.0.0.1:82/charge'
|
|
170
|
+
// })
|
|
171
|
+
// })
|
|
172
|
+
|
|
173
|
+
// app.all('/*', function (req, res) {
|
|
174
|
+
// proxy.web(req, res, {
|
|
175
|
+
// target: 'http://127.0.0.1:82'
|
|
176
|
+
// })
|
|
177
|
+
// })
|
|
178
|
+
// app.all('/rs/user', function (req, res) {
|
|
179
|
+
// proxy.web(req, res, {
|
|
180
|
+
// target: 'http://127.0.0.1:82'
|
|
181
|
+
// })
|
|
182
|
+
// })
|
|
183
|
+
|
|
184
|
+
module.exports = app.listen(8015, function (err) {
|
|
185
|
+
if (err) {
|
|
186
|
+
console.log(err)
|
|
187
|
+
return
|
|
188
|
+
}
|
|
189
|
+
console.log('Listening at http://localhost:8015')
|
|
190
|
+
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "manage-client",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.196",
|
|
4
4
|
"description": "经营管控模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"system-clients": "3.2.61",
|
|
72
72
|
"url-loader": "^0.5.7",
|
|
73
73
|
"vue-amap": "0.5.10",
|
|
74
|
-
"vue-client": "1.24.
|
|
74
|
+
"vue-client": "1.24.141",
|
|
75
75
|
"vue-hot-reload-api": "^1.2.0",
|
|
76
76
|
"vue-html-loader": "^1.0.0",
|
|
77
77
|
"vue-loader": "8.2.1",
|
|
@@ -236,6 +236,10 @@
|
|
|
236
236
|
}
|
|
237
237
|
this.footer.push(footerData);
|
|
238
238
|
this.other.push(otherInData);
|
|
239
|
+
let date = []
|
|
240
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
241
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
242
|
+
this.other.push(date)
|
|
239
243
|
},
|
|
240
244
|
async getaddress(){
|
|
241
245
|
console.log('开始获取小区')
|
|
@@ -447,6 +447,10 @@
|
|
|
447
447
|
}
|
|
448
448
|
this.footer.push(footerData);
|
|
449
449
|
this.other.push(otherInData);
|
|
450
|
+
let date = []
|
|
451
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
452
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
453
|
+
this.other.push(date)
|
|
450
454
|
},
|
|
451
455
|
async getaddress(){
|
|
452
456
|
console.log('开始获取小区')
|
|
@@ -749,6 +749,10 @@ export default {
|
|
|
749
749
|
}
|
|
750
750
|
this.footer.push(footerData);
|
|
751
751
|
this.other.push(otherInData);
|
|
752
|
+
let date = []
|
|
753
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
754
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
755
|
+
this.other.push(date)
|
|
752
756
|
},
|
|
753
757
|
async getaddress() {
|
|
754
758
|
console.log('开始获取小区')
|
|
@@ -325,6 +325,10 @@
|
|
|
325
325
|
}
|
|
326
326
|
this.footer.push(footerData);
|
|
327
327
|
this.other.push(otherInData);
|
|
328
|
+
let date = []
|
|
329
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
330
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
331
|
+
this.other.push(date)
|
|
328
332
|
},
|
|
329
333
|
search(){
|
|
330
334
|
this.$refs.paged.$refs.cri.search()
|
|
@@ -230,6 +230,10 @@
|
|
|
230
230
|
}
|
|
231
231
|
this.footer.push(footerData);
|
|
232
232
|
this.other.push(otherInData);
|
|
233
|
+
let date = []
|
|
234
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
235
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
236
|
+
this.other.push(date)
|
|
233
237
|
},
|
|
234
238
|
async getaddress() {
|
|
235
239
|
console.log('开始获取小区')
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
<label class="font_normal_body">气价名称</label>
|
|
115
115
|
<v-select :value.sync="model.f_price_name"
|
|
116
116
|
v-model="model.f_price_name"
|
|
117
|
+
multiple
|
|
117
118
|
:options="$parent.$parent.pricenames" placeholder='气价名称'
|
|
118
119
|
condition="f_price_name in {}"
|
|
119
120
|
></v-select>
|
|
@@ -474,6 +474,10 @@
|
|
|
474
474
|
}
|
|
475
475
|
this.footer.push(footerData);
|
|
476
476
|
this.other.push(otherInData);
|
|
477
|
+
let date = []
|
|
478
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
479
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
480
|
+
this.other.push(date)
|
|
477
481
|
},
|
|
478
482
|
async getaddress(){
|
|
479
483
|
// await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
@@ -486,6 +486,10 @@
|
|
|
486
486
|
}
|
|
487
487
|
this.footer.push(footerData);
|
|
488
488
|
this.other.push(otherInData);
|
|
489
|
+
let date = []
|
|
490
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
491
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
492
|
+
this.other.push(date)
|
|
489
493
|
},
|
|
490
494
|
async getaddress(){
|
|
491
495
|
// await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
@@ -464,6 +464,10 @@
|
|
|
464
464
|
}
|
|
465
465
|
this.footer.push(footerData);
|
|
466
466
|
this.other.push(otherInData);
|
|
467
|
+
let date = []
|
|
468
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
469
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
470
|
+
this.other.push(date)
|
|
467
471
|
},
|
|
468
472
|
async getaddress(){
|
|
469
473
|
// await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
@@ -494,6 +494,10 @@
|
|
|
494
494
|
}
|
|
495
495
|
this.footer.push(footerData);
|
|
496
496
|
this.other.push(otherInData);
|
|
497
|
+
let date = []
|
|
498
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
499
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
500
|
+
this.other.push(date)
|
|
497
501
|
},
|
|
498
502
|
async getaddress(){
|
|
499
503
|
// await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
@@ -374,6 +374,10 @@
|
|
|
374
374
|
}
|
|
375
375
|
this.footer.push(footerData);
|
|
376
376
|
this.other.push(otherInData);
|
|
377
|
+
let date = []
|
|
378
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
379
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
380
|
+
this.other.push(date)
|
|
377
381
|
},
|
|
378
382
|
userTypeChange () {
|
|
379
383
|
this.gasproperties = []
|
|
@@ -312,6 +312,10 @@
|
|
|
312
312
|
}
|
|
313
313
|
this.footer.push(footerData);
|
|
314
314
|
this.other.push(otherInData);
|
|
315
|
+
let date = []
|
|
316
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
317
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
318
|
+
this.other.push(date)
|
|
315
319
|
},
|
|
316
320
|
userTypeChange () {
|
|
317
321
|
this.gasproperties=[]
|
|
@@ -337,6 +337,10 @@
|
|
|
337
337
|
}
|
|
338
338
|
this.footer.push(footerData);
|
|
339
339
|
this.other.push(otherInData);
|
|
340
|
+
let date = []
|
|
341
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
342
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
343
|
+
this.other.push(date)
|
|
340
344
|
},
|
|
341
345
|
userTypeChange () {
|
|
342
346
|
this.gasproperties=[]
|
|
@@ -561,6 +561,10 @@
|
|
|
561
561
|
}
|
|
562
562
|
this.footer.push(footerData);
|
|
563
563
|
this.other.push(otherInData);
|
|
564
|
+
let date = []
|
|
565
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
566
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
567
|
+
this.other.push(date)
|
|
564
568
|
},
|
|
565
569
|
async getaddress(){
|
|
566
570
|
console.log('开始获取小区')
|
|
@@ -305,6 +305,10 @@
|
|
|
305
305
|
}
|
|
306
306
|
this.footer.push(footerData);
|
|
307
307
|
this.other.push(otherInData);
|
|
308
|
+
let date = []
|
|
309
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
310
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
311
|
+
this.other.push(date)
|
|
308
312
|
},
|
|
309
313
|
async getaddress(){
|
|
310
314
|
console.log('开始获取小区')
|
|
@@ -286,6 +286,10 @@
|
|
|
286
286
|
}
|
|
287
287
|
this.footer.push(footerData);
|
|
288
288
|
this.other.push(otherInData);
|
|
289
|
+
let date = []
|
|
290
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
291
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
292
|
+
this.other.push(date)
|
|
289
293
|
},
|
|
290
294
|
search(){
|
|
291
295
|
this.$refs.paged.$refs.cri.search()
|
|
@@ -272,6 +272,10 @@
|
|
|
272
272
|
}
|
|
273
273
|
this.footer.push(footerData);
|
|
274
274
|
this.other.push(otherInData);
|
|
275
|
+
let date = []
|
|
276
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
277
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
278
|
+
this.other.push(date)
|
|
275
279
|
},
|
|
276
280
|
async getaddress() {
|
|
277
281
|
console.log('开始获取小区')
|