manage-client 3.3.195 → 3.3.197
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/package.json +1 -1
- 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/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/components/webmeter/DrillData/GetNoMetereadData.vue +26 -0
- package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +27 -1
- package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +27 -1
- package/src/components/webmeter/gasAnalysis/WebmeterSettlementAnalysis.vue +25 -1
- package/src/components/webmeter/instruction/NewQueryInstruct.vue +33 -1
- package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +31 -3
- package/src/components/webmeter/newwebmeter/WebhandMonthGas.vue +6 -0
- package/src/components/webmeter/recharge/RechargeList.vue +26 -2
- package/src/components/webmeter/report/ReportList.vue +26 -2
- package/src/components/webmeter/reportdata/ReportDataQuery.vue +15 -3
- package/src/filiale/jingyang/ChargeQuery.vue +156 -127
- package/src/filiale/kelai/AreaChargeQuery.vue +4 -0
- package/src/filiale/kelai/GasStatistics.vue +29 -4
- 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/xinjiangdexin/ChargeQuery.vue +1435 -0
- package/src/filiale/xinjiangdexin/config/exportConfig.js +2764 -0
- package/src/filiale/yuncheng/DeviceQuery.vue +602 -0
- package/src/filiale/yuncheng/sale.js +3 -0
package/package.json
CHANGED
|
@@ -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('开始获取小区')
|
|
@@ -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('开始获取小区')
|
|
@@ -310,6 +310,10 @@
|
|
|
310
310
|
}
|
|
311
311
|
this.footer.push(footerData);
|
|
312
312
|
this.other.push(otherInData);
|
|
313
|
+
let date = []
|
|
314
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
315
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
316
|
+
this.other.push(date)
|
|
313
317
|
},
|
|
314
318
|
async getaddress() {
|
|
315
319
|
console.log('开始获取小区')
|
|
@@ -458,6 +458,10 @@
|
|
|
458
458
|
}
|
|
459
459
|
this.footer.push(footerData);
|
|
460
460
|
this.other.push(otherInData);
|
|
461
|
+
let date = []
|
|
462
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
463
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
464
|
+
this.other.push(date)
|
|
461
465
|
},
|
|
462
466
|
async getaddress(){
|
|
463
467
|
console.log('开始获取小区')
|
|
@@ -523,6 +523,10 @@
|
|
|
523
523
|
}
|
|
524
524
|
this.footer.push(footerData);
|
|
525
525
|
this.other.push(otherInData);
|
|
526
|
+
let date = []
|
|
527
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
528
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
529
|
+
this.other.push(date)
|
|
526
530
|
},
|
|
527
531
|
async getaddress(){
|
|
528
532
|
console.log('开始获取小区')
|
|
@@ -296,6 +296,10 @@
|
|
|
296
296
|
}
|
|
297
297
|
this.footer.push(footerData);
|
|
298
298
|
this.other.push(otherInData);
|
|
299
|
+
let date = []
|
|
300
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
301
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
302
|
+
this.other.push(date)
|
|
299
303
|
},
|
|
300
304
|
search(){
|
|
301
305
|
this.$refs.paged.$refs.cri.search()
|
|
@@ -206,6 +206,10 @@
|
|
|
206
206
|
let footerData = [], exportfield = this.getfield;
|
|
207
207
|
this.footer.push(footerData);
|
|
208
208
|
this.other.push(otherInData);
|
|
209
|
+
let date = []
|
|
210
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
211
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
212
|
+
this.other.push(date)
|
|
209
213
|
},
|
|
210
214
|
search(){
|
|
211
215
|
this.$refs.paged.$refs.cri.search()
|
|
@@ -422,6 +422,10 @@
|
|
|
422
422
|
}
|
|
423
423
|
this.footer.push(footerData);
|
|
424
424
|
this.other.push(otherInData);
|
|
425
|
+
let date = []
|
|
426
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
427
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
428
|
+
this.other.push(date)
|
|
425
429
|
},
|
|
426
430
|
search(){
|
|
427
431
|
this.$refs.paged.$refs.cri.search()
|
|
@@ -369,6 +369,10 @@
|
|
|
369
369
|
}
|
|
370
370
|
this.footer.push(footerData);
|
|
371
371
|
this.other.push(otherInData);
|
|
372
|
+
let date = []
|
|
373
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
374
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
375
|
+
this.other.push(date)
|
|
372
376
|
},
|
|
373
377
|
async getinputtores () {
|
|
374
378
|
// 获取抄表员
|
|
@@ -216,6 +216,10 @@
|
|
|
216
216
|
}
|
|
217
217
|
this.footer.push(footerData);
|
|
218
218
|
this.other.push(otherInData);
|
|
219
|
+
let date = []
|
|
220
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
221
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
222
|
+
this.other.push(date)
|
|
219
223
|
},
|
|
220
224
|
// userTypeChange () {
|
|
221
225
|
// this.gasproperties=[]
|
|
@@ -178,6 +178,10 @@ export default {
|
|
|
178
178
|
}
|
|
179
179
|
this.footer.push(footerData);
|
|
180
180
|
this.other.push(otherInData);
|
|
181
|
+
let date = []
|
|
182
|
+
date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
|
|
183
|
+
date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
|
|
184
|
+
this.other.push(date)
|
|
181
185
|
},
|
|
182
186
|
userTypeChange () {
|
|
183
187
|
this.gasproperties=[]
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
<button class="button_clear button_spacing" @click="clear">清空</button>
|
|
39
39
|
<export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
|
|
40
40
|
:field="$parent.$parent.getfield" :sumname="$parent.$parent.sumName"
|
|
41
|
+
:header="$parent.$parent.other"
|
|
41
42
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="webmeter_getNoMetereadData" template-name='未上报查询'
|
|
42
43
|
:choose-col="true"></export-excel>
|
|
43
44
|
|
|
@@ -219,6 +220,8 @@
|
|
|
219
220
|
self.initParams()
|
|
220
221
|
self.$refs.paged.$refs.cri.model.startDate = Util.toStandardDateString() +' 00:00:00'
|
|
221
222
|
self.$refs.paged.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
223
|
+
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums;
|
|
224
|
+
|
|
222
225
|
}
|
|
223
226
|
export default {
|
|
224
227
|
title: '未上报查询',
|
|
@@ -240,6 +243,8 @@
|
|
|
240
243
|
endDate: '',
|
|
241
244
|
criteriaShow:false,
|
|
242
245
|
outlets: [],
|
|
246
|
+
other: [],
|
|
247
|
+
sumsmodel: {},
|
|
243
248
|
gasproperties:[{label: '全部', value: ''}],
|
|
244
249
|
operator: [],
|
|
245
250
|
meterbrands: [],
|
|
@@ -255,7 +260,22 @@
|
|
|
255
260
|
readySomething(this)
|
|
256
261
|
},
|
|
257
262
|
methods: {
|
|
263
|
+
getotherfooter() {
|
|
264
|
+
this.other = [];
|
|
265
|
+
|
|
266
|
+
let firstLine = [`导出时间: ${this.$login.toStandardTimeString()}`];
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
let secondLine = [
|
|
270
|
+
`开始时间: ${this.$refs.paged.$refs.cri.model.startDate}`,
|
|
271
|
+
`结束时间: ${this.$refs.paged.$refs.cri.model.endDate}`
|
|
272
|
+
];
|
|
258
273
|
|
|
274
|
+
this.other.push(firstLine);
|
|
275
|
+
this.other.push(secondLine);
|
|
276
|
+
|
|
277
|
+
console.log('Header Data:', this.other);
|
|
278
|
+
},
|
|
259
279
|
userTypeChange () {
|
|
260
280
|
this.gasproperties=[{label: '全部', value: ''}]
|
|
261
281
|
if(this.$refs.paged.$refs.cri.model && this.$refs.paged.$refs.cri.model.f_user_type) {
|
|
@@ -319,6 +339,12 @@
|
|
|
319
339
|
}
|
|
320
340
|
},
|
|
321
341
|
watch: {
|
|
342
|
+
sumsmodel:{
|
|
343
|
+
handler: function(val) {
|
|
344
|
+
this.getotherfooter();
|
|
345
|
+
},
|
|
346
|
+
deep: true
|
|
347
|
+
},
|
|
322
348
|
},
|
|
323
349
|
computed: {
|
|
324
350
|
getCondition() {
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
<button class="button_clear button_spacing" @click="clear">清空</button>
|
|
45
45
|
<export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
|
|
46
46
|
:field="$parent.$parent.getfield" :sumname="$parent.$parent.sumName"
|
|
47
|
+
:header="$parent.$parent.other"
|
|
47
48
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="webmeter_getAllLoseQuery" template-name='失联分析'
|
|
48
49
|
:choose-col="true"></export-excel>
|
|
49
50
|
<!-- <button class="button_export button_spacing" @click="$parent.$parent.SaveAsFile('lostuserlist')">导出</button>-->
|
|
@@ -380,6 +381,7 @@
|
|
|
380
381
|
// self.$refs.paged.$refs.cri.model.startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
381
382
|
self.$refs.paged.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
382
383
|
self.$refs.paged.$refs.cri.model.f_user_state='正常'
|
|
384
|
+
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums;
|
|
383
385
|
}
|
|
384
386
|
export default {
|
|
385
387
|
title: '失联分析',
|
|
@@ -411,6 +413,8 @@
|
|
|
411
413
|
show: false,
|
|
412
414
|
showdetail:false,
|
|
413
415
|
rowdata:{},
|
|
416
|
+
other: [],
|
|
417
|
+
sumsmodel: {},
|
|
414
418
|
startDate: '',
|
|
415
419
|
endDate: '',
|
|
416
420
|
criteriaShow:false,
|
|
@@ -448,6 +452,22 @@
|
|
|
448
452
|
this.getMeterTypeAndBrand('f_meter_brand', '1=1')
|
|
449
453
|
},
|
|
450
454
|
methods: {
|
|
455
|
+
getotherfooter() {
|
|
456
|
+
this.other = [];
|
|
457
|
+
|
|
458
|
+
let firstLine = [`导出时间: ${this.$login.toStandardTimeString()}`];
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
let secondLine = [
|
|
462
|
+
`开始时间: ${this.$refs.paged.$refs.cri.model.startDate}`,
|
|
463
|
+
`结束时间: ${this.$refs.paged.$refs.cri.model.endDate}`
|
|
464
|
+
];
|
|
465
|
+
|
|
466
|
+
this.other.push(firstLine);
|
|
467
|
+
this.other.push(secondLine);
|
|
468
|
+
|
|
469
|
+
console.log('Header Data:', this.other);
|
|
470
|
+
},
|
|
451
471
|
getMeterType() {
|
|
452
472
|
this.Warningstyle = [{label: '全部', value: ''}]
|
|
453
473
|
this.styles = false
|
|
@@ -599,7 +619,13 @@
|
|
|
599
619
|
} else {
|
|
600
620
|
this.reportStr = null
|
|
601
621
|
}
|
|
602
|
-
}
|
|
622
|
+
},
|
|
623
|
+
sumsmodel:{
|
|
624
|
+
handler: function(val) {
|
|
625
|
+
this.getotherfooter();
|
|
626
|
+
},
|
|
627
|
+
deep: true
|
|
628
|
+
},
|
|
603
629
|
},
|
|
604
630
|
computed: {
|
|
605
631
|
// usertypes () {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
<button class="button_clear button_spacing" @click="$parent.$parent.clearmsg">清空</button>
|
|
46
46
|
<export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
|
|
47
47
|
:field="$parent.$parent.getfield" :sumname="$parent.$parent.sumName"
|
|
48
|
+
:header="$parent.$parent.other"
|
|
48
49
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="webmeter_getUserLoseQuery" template-name='用户失联查询'
|
|
49
50
|
:choose-col="true"></export-excel>
|
|
50
51
|
<!-- <button class="button_export button_spacing" @click="$parent.$parent.SaveAsFile('lostuserlist')">导出</button>-->
|
|
@@ -342,6 +343,7 @@
|
|
|
342
343
|
self.$refs.paged.$refs.cri.model.notappear='不包含'
|
|
343
344
|
self.$refs.paged.$refs.cri.model.SLday1=10
|
|
344
345
|
self.$refs.paged.$refs.cri.model.f_user_state='正常'
|
|
346
|
+
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums;
|
|
345
347
|
}
|
|
346
348
|
export default {
|
|
347
349
|
title: '失联分析',
|
|
@@ -374,6 +376,8 @@
|
|
|
374
376
|
criteriaShow:false,
|
|
375
377
|
outlets: [],
|
|
376
378
|
operator: [],
|
|
379
|
+
other: [],
|
|
380
|
+
sumsmodel: {},
|
|
377
381
|
filename: '',
|
|
378
382
|
WarningType: [
|
|
379
383
|
{label: '全部', value: ''}
|
|
@@ -403,6 +407,22 @@
|
|
|
403
407
|
},
|
|
404
408
|
|
|
405
409
|
methods: {
|
|
410
|
+
getotherfooter() {
|
|
411
|
+
this.other = [];
|
|
412
|
+
|
|
413
|
+
let firstLine = [`导出时间: ${this.$login.toStandardTimeString()}`];
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
let secondLine = [
|
|
417
|
+
`开始时间: ${this.$refs.paged.$refs.cri.model.startDate}`,
|
|
418
|
+
`结束时间: ${this.$refs.paged.$refs.cri.model.endDate}`
|
|
419
|
+
];
|
|
420
|
+
|
|
421
|
+
this.other.push(firstLine);
|
|
422
|
+
this.other.push(secondLine);
|
|
423
|
+
|
|
424
|
+
console.log('Header Data:', this.other);
|
|
425
|
+
},
|
|
406
426
|
getMeterType() {
|
|
407
427
|
this.Warningstyle = [{label: '全部', value: ''}]
|
|
408
428
|
this.styles = false
|
|
@@ -543,7 +563,13 @@
|
|
|
543
563
|
} else {
|
|
544
564
|
this.reportStr = null
|
|
545
565
|
}
|
|
546
|
-
}
|
|
566
|
+
},
|
|
567
|
+
sumsmodel:{
|
|
568
|
+
handler: function(val) {
|
|
569
|
+
this.getotherfooter();
|
|
570
|
+
},
|
|
571
|
+
deep: true
|
|
572
|
+
},
|
|
547
573
|
},
|
|
548
574
|
computed: {
|
|
549
575
|
// usertypes () {
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
<button class="button_clear button_spacing" @click="clear">清空</button>
|
|
39
39
|
<export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
|
|
40
40
|
:field="$parent.$parent.getfield" :sumname="$parent.$parent.sumName"
|
|
41
|
+
:header="$parent.$parent.other"
|
|
41
42
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="webmeterSettlementAnalysis" template-name='物联网表结算分析'
|
|
42
43
|
:choose-col="true"></export-excel>
|
|
43
44
|
|
|
@@ -276,6 +277,7 @@
|
|
|
276
277
|
self.$refs.paged.$refs.cri.model.startDate = Util.toStandardDateString() +' 00:00:00'
|
|
277
278
|
self.$refs.paged.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
278
279
|
self.$refs.paged.$refs.cri.search()
|
|
280
|
+
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums;
|
|
279
281
|
}
|
|
280
282
|
export default {
|
|
281
283
|
title: '物联网表结算分析',
|
|
@@ -300,6 +302,8 @@
|
|
|
300
302
|
endDate: '',
|
|
301
303
|
criteriaShow:false,
|
|
302
304
|
outlets: [],
|
|
305
|
+
other: [],
|
|
306
|
+
sumsmodel: {},
|
|
303
307
|
gasproperties:[{label: '全部', value: ''}],
|
|
304
308
|
operator: [],
|
|
305
309
|
meterbrands: [],
|
|
@@ -316,7 +320,22 @@
|
|
|
316
320
|
readySomething(this)
|
|
317
321
|
},
|
|
318
322
|
methods: {
|
|
323
|
+
getotherfooter() {
|
|
324
|
+
this.other = [];
|
|
319
325
|
|
|
326
|
+
let firstLine = [`导出时间: ${this.$login.toStandardTimeString()}`];
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
let secondLine = [
|
|
330
|
+
`开始时间: ${this.$refs.paged.$refs.cri.model.startDate}`,
|
|
331
|
+
`结束时间: ${this.$refs.paged.$refs.cri.model.endDate}`
|
|
332
|
+
];
|
|
333
|
+
|
|
334
|
+
this.other.push(firstLine);
|
|
335
|
+
this.other.push(secondLine);
|
|
336
|
+
|
|
337
|
+
console.log('Header Data:', this.other);
|
|
338
|
+
},
|
|
320
339
|
userTypeChange () {
|
|
321
340
|
this.gasproperties=[{label: '全部', value: ''}]
|
|
322
341
|
if(this.$refs.paged.$refs.cri.model && this.$refs.paged.$refs.cri.model.f_user_type) {
|
|
@@ -381,6 +400,12 @@
|
|
|
381
400
|
}
|
|
382
401
|
},
|
|
383
402
|
watch: {
|
|
403
|
+
sumsmodel:{
|
|
404
|
+
handler: function(val) {
|
|
405
|
+
this.getotherfooter();
|
|
406
|
+
},
|
|
407
|
+
deep: true
|
|
408
|
+
},
|
|
384
409
|
},
|
|
385
410
|
computed: {
|
|
386
411
|
getCondition() {
|
|
@@ -390,7 +415,6 @@
|
|
|
390
415
|
startDate:`${this.$refs.paged.$refs.cri.model.startDate}`,
|
|
391
416
|
endDate:`${this.$refs.paged.$refs.cri.model.endDate}`
|
|
392
417
|
}
|
|
393
|
-
|
|
394
418
|
},
|
|
395
419
|
usertypes() {
|
|
396
420
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
f_start_date: $parent.$parent.f_start_date,
|
|
50
50
|
f_end_date: $parent.$parent.f_end_date
|
|
51
51
|
}"
|
|
52
|
+
:header="$parent.$parent.other"
|
|
52
53
|
:field="$parent.$parent.getfield" sql-name="manage_getNewQueryInstruct" sqlurl="api/af-revenue/logic/openapi/exportfile"
|
|
53
54
|
template-name='指令查看'></export-excel>
|
|
54
55
|
<div
|
|
@@ -337,6 +338,7 @@
|
|
|
337
338
|
console.log('指令查看config', self.config)
|
|
338
339
|
self.getfield = self.config.excelHeaders
|
|
339
340
|
self.getOperators(self.$login.f.orgid)
|
|
341
|
+
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums;
|
|
340
342
|
// self.reflash()
|
|
341
343
|
}
|
|
342
344
|
export default {
|
|
@@ -351,6 +353,8 @@
|
|
|
351
353
|
Gasproperties:[],
|
|
352
354
|
meterbrand: [],
|
|
353
355
|
operators:[],
|
|
356
|
+
other: [],
|
|
357
|
+
sumsmodel: {},
|
|
354
358
|
userType:[],
|
|
355
359
|
instructtype:[],
|
|
356
360
|
instructstate:[],
|
|
@@ -546,15 +550,43 @@
|
|
|
546
550
|
await this.$refs.paged.$refs.grid.displayColumnSettings(undefined)
|
|
547
551
|
|
|
548
552
|
},
|
|
553
|
+
getotherfooter() {
|
|
554
|
+
this.other = [];
|
|
555
|
+
|
|
556
|
+
let firstLine = [`导出时间: ${this.$login.toStandardTimeString()}`];
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
let secondLine = [
|
|
560
|
+
`开始时间: ${this.$refs.paged.$refs.criteria.model.f_start_date}`,
|
|
561
|
+
`结束时间: ${this.$refs.paged.$refs.criteria.model.f_end_date}`
|
|
562
|
+
];
|
|
563
|
+
|
|
564
|
+
this.other.push(firstLine);
|
|
565
|
+
this.other.push(secondLine);
|
|
566
|
+
|
|
567
|
+
console.log('Header Data:', this.other);
|
|
568
|
+
},
|
|
549
569
|
|
|
550
570
|
},
|
|
571
|
+
watch:{
|
|
572
|
+
sumsmodel:{
|
|
573
|
+
handler: function(val) {
|
|
574
|
+
this.getotherfooter();
|
|
575
|
+
},
|
|
576
|
+
deep: true
|
|
577
|
+
},
|
|
578
|
+
},
|
|
551
579
|
computed: {
|
|
552
580
|
userType () {
|
|
553
581
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
554
582
|
},
|
|
555
583
|
Gasproperties () {
|
|
556
584
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
|
|
557
|
-
}
|
|
585
|
+
},
|
|
586
|
+
mounted() {
|
|
587
|
+
this.getotherfooter();
|
|
588
|
+
}
|
|
589
|
+
|
|
558
590
|
|
|
559
591
|
}
|
|
560
592
|
}
|