manage-client 3.2.232 → 3.2.233

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.
@@ -0,0 +1,625 @@
1
+ <template>
2
+ <div id="unit" class="flex-row">
3
+ <div class="basic-main" @keyup.enter="search" v-if="!show">
4
+ <div class="flex">
5
+ <div style="flex:1;" class="flex" >
6
+ <criteria-paged :model="model" v-ref:paged @sort="sort">
7
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
8
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
9
+ <div class="row">
10
+ <res-select-group :show-component="['company']" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
11
+ <div class="col-sm-2 form-group">
12
+ <label for="startDate" class="font_normal_body">审核日期起</label>
13
+ <datepicker id="startDate" placeholder="审核日期起" style="width:60%"
14
+ v-model="model.startDate"
15
+ :value.sync="model.startDate"
16
+ :format="'yyyy-MM-dd'"
17
+ :show-reset-button="true"
18
+ condition="f_audit_date >= '{} 00:00:00'">
19
+ </datepicker>
20
+ </div>
21
+ <div class="col-sm-2 form-group">
22
+ <label for="endDate" class="font_normal_body">审核日期止</label>
23
+ <datepicker id="endDate" placeholder="审核日期止" style="width:60%"
24
+ v-model="model.endDate"
25
+ :value.sync="model.endDate"
26
+ :format="'yyyy-MM-dd'"
27
+ :show-reset-button="true"
28
+ condition="f_audit_date <= '{} 23:59:59'">
29
+ </datepicker>
30
+ </div>
31
+
32
+ <div class="col-sm-2 form-group">
33
+ <label class="font_normal_body">气表类型</label>
34
+ <v-select :value.sync="model.f_meter_classify"
35
+ :options='$parent.$parent.metertypes' placeholder='请选择' v-model="model.f_meter_classify"
36
+ condition="f_meter_classify in {}"
37
+ close-on-select></v-select>
38
+ </div>
39
+
40
+ <div class="col-sm-2 form-group">
41
+ <label class="font_normal_body">结算方式</label>
42
+ <v-select :value.sync="model.f_calculation"
43
+ :options='$parent.$parent.fcalculation' placeholder='请选择' v-model="model.f_calculation"
44
+ condition="f_calculation in {}"
45
+ close-on-select></v-select>
46
+ </div>
47
+
48
+ <div class="span" style="float:right;">
49
+ <button class="button_search button_spacing" @click="$parent.$parent.search()">查询</button>
50
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
51
+ <!--<button class="btn btn-default" @click="$parent.$parent.stamp()">打印</button>-->
52
+
53
+ <export-excel :data="$parent.$parent.getCondition"
54
+ :field="$parent.$parent.getExportField"
55
+ :footer="$parent.$parent.footer"
56
+ :header="$parent.$parent.other"
57
+ sqlurl="rs/logic/exportfile" sql-name="qnChaobiaoyhhz" template-name='抄表按用户汇总导出'
58
+ :choose-col="true"></export-excel>
59
+
60
+ <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
61
+ </div>
62
+ </div>
63
+ <div class="row" v-show="$parent.$parent.criteriaShow">
64
+ <div class="col-sm-2 form-group">
65
+ <label class="font_normal_body">客户编号</label>
66
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
67
+ condition="f_userinfo_code = '{}' " placeholder="客户编号">
68
+ </div>
69
+ <div class="col-sm-2 form-group">
70
+ <label class="font_normal_body">客户名称</label>
71
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
72
+ condition="f_user_name like '%{}%'" placeholder="客户名称">
73
+ </div>
74
+ <div class="col-sm-2 form-group">
75
+ <label class="font_normal_body">下账状态</label>
76
+ <v-select :value.sync="model.f_accounts_state"
77
+ :options='$parent.$parent.accountsState' placeholder='请选择' v-model="model.f_accounts_state"
78
+ condition="f_accounts_state = '{}'"
79
+ close-on-select></v-select>
80
+ </div>
81
+ <div class="col-sm-2 form-group">
82
+ <label class="font_normal_body">客户类型</label>
83
+ <v-select :value.sync="model.f_user_type"
84
+ @change="$parent.$parent.userTypeChange()"
85
+ :options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
86
+ condition="f_user_type = '{}'"
87
+ close-on-select></v-select>
88
+ </div>
89
+ <div class="col-sm-2 form-group">
90
+ <label class="font_normal_body">用气性质</label>
91
+ <v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
92
+ :options='$parent.$parent.gasproperties' placeholder='请选择'
93
+ condition="f_gasproperties = '{}'"
94
+ close-on-select></v-select>
95
+ </div>
96
+ </div>
97
+ <div class="row" v-show="$parent.$parent.criteriaShow">
98
+ <div class="col-sm-2 form-group">
99
+ <label class="font_normal_body">气量大于</label>
100
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_gas"
101
+ condition="f_gas > {} " placeholder="气量大于">
102
+ </div>
103
+ </div>
104
+ </div>
105
+ </criteria>
106
+
107
+ <data-grid :model="model" partial='list' class="list_area table_sy" @dblclick="$parent.dblclick" v-ref:grid>
108
+ <template partial='head'>
109
+ <tr>
110
+ <th>
111
+ <nobr>用户号</nobr>
112
+ </th>
113
+ <th>
114
+ <nobr>用户名</nobr>
115
+ </th>
116
+ <th>
117
+ <nobr>表号</nobr>
118
+ </th>
119
+ <th>
120
+ <nobr>客户类型</nobr>
121
+ </th>
122
+ <th>
123
+ <nobr>用气性质</nobr>
124
+ </th>
125
+ <th>
126
+ <nobr>起方</nobr>
127
+ </th>
128
+ <th>
129
+ <nobr>止方</nobr>
130
+ </th>
131
+ <th>
132
+ <nobr>单价</nobr>
133
+ </th>
134
+ <th>
135
+ <nobr>气量</nobr>
136
+ </th>
137
+ <th>
138
+ <nobr>金额</nobr>
139
+ </th>
140
+ </tr>
141
+ </template>
142
+ <template partial='body'>
143
+ <td style="text-align: center;">
144
+ <nobr>{{row.f_userinfo_code}}</nobr>
145
+ </td>
146
+ <td style="text-align: center;">
147
+ <nobr>{{row.f_user_name}}</nobr>
148
+ </td>
149
+ <td style="text-align: center;">
150
+ <nobr>{{row.f_meternumber}}</nobr>
151
+ </td>
152
+ <td style="text-align: center;">
153
+ <nobr>{{row.f_user_type}}</nobr>
154
+ </td>
155
+ <td style="text-align: center;">
156
+ <nobr>{{row.f_gasproperties}}</nobr>
157
+ </td>
158
+ <td style="text-align: center;">
159
+ <nobr>{{row.f_last_tablebase}}</nobr>
160
+ </td>
161
+ <td style="text-align: center;">
162
+ <nobr>{{row.f_tablebase}}</nobr>
163
+ </td>
164
+ <td style="text-align: center;">
165
+ <nobr>{{row.f_price}}</nobr>
166
+ </td>
167
+ <td style="text-align: center;">
168
+ <nobr>{{row.f_gas}}</nobr>
169
+ </td>
170
+ <td style="text-align: center;">
171
+ <nobr>{{row.f_money}}</nobr>
172
+ </td>
173
+ </template>
174
+ <template partial='foot'>
175
+ </template>
176
+ </data-grid>
177
+ </criteria-paged>
178
+ <table class="table-hover">
179
+ <tr style="position: relative" class="table-bordered">
180
+ <td
181
+ style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">
182
+ 汇总信息
183
+ </td>
184
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
185
+ 气量合计:&emsp;{{sumsmodel.f_gas}}&emsp;&emsp;金额合计:&emsp;{{sumsmodel.f_money}}
186
+ </td>
187
+ </tr>
188
+ </table>
189
+ </div>
190
+
191
+ </div>
192
+ </div>
193
+ <div class="basic-main" style="width:99%;height:98%;margin-bottom:0px" v-if="show">
194
+ <user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
195
+ </div>
196
+ </div>
197
+ </template>
198
+
199
+ <script>
200
+ import {HttpResetClass, PagedList} from 'vue-client'
201
+ import defaultPrint from '../../components/sale/config/DefaultPrint'
202
+ import exportConfig from './exportConfig'
203
+
204
+ let readySomething = async function (self) {
205
+ self.$MagGetSaleParam.initinputtor();
206
+ self.getinputtores();
207
+ // 获取区县
208
+ self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString()
209
+ self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
210
+ // await self.$refs.paged.$refs.cri.search()
211
+ self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
212
+ self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
213
+ }
214
+
215
+ export default {
216
+ title: '抄表按用户汇总',
217
+ data() {
218
+ return {
219
+ other:[],
220
+ footer:[],
221
+ model: new PagedList('rs/sql/qnChaobiaoyhhz', 20, {}, {f_gas: 0, f_money: 0}),
222
+ criteriaShow: false,
223
+ orgCondtionStr: '',
224
+ modelval: [],
225
+ printshow: false,
226
+ all: false,
227
+ fields: {},
228
+ //排序
229
+ orderitem:'',
230
+ orderFields: {
231
+
232
+ },
233
+ gasproperties:[],
234
+ //默认打印列
235
+ defaultfield: [],
236
+ config: {
237
+ defaultPrint: []
238
+ },
239
+ balance2:'',
240
+ thead: '',
241
+ tfoot: '',
242
+ area: [],
243
+ //合计数据
244
+ sumsmodel: {},
245
+ initres: {
246
+ org:[this.$login.f.orgid],
247
+ dep:[],
248
+ user:[],
249
+ },
250
+ userdetail: {
251
+ show: false,
252
+ f_userinfo_code: '',
253
+ f_filialeids: ''
254
+ },
255
+
256
+ show:false,
257
+ rowdata:{},
258
+ meterInfo:{},
259
+ deviceInfo:{},
260
+ condition2:'',
261
+
262
+
263
+ weixinSign:[{label:"全部",value:""},{label:"已绑定",value:"已绑定"},{label:"未绑定",value:"未绑定"}],
264
+ //小区
265
+ residentialArea: [],
266
+ //表册片区
267
+ bookSlice:[{label: '全部',value: ''}],
268
+ inputtores:[{label: '全部',value: ''}], //抄表员
269
+ allorgid:[],
270
+ f_filialeid: this.$login.f.f_orgid,
271
+ dypayment:[{label:"全部",value:""},{label:"银行代扣",value:"银行代扣",},{label:"现金缴费",value:"现金缴费",}],
272
+ }
273
+ },
274
+ ready() {
275
+ this.getaddress()
276
+ // this.$refs.paged.$refs.cri.model.f_user_state=['正常']
277
+ readySomething(this).then(() => {
278
+ this.$emit('ready')
279
+ }).catch((error) => {
280
+ this.$emit('error', error)
281
+ })
282
+ this.initAreas(this.$login.f.orgid)
283
+ self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString()
284
+ self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
285
+ },
286
+ methods: {
287
+ async getinputtores () {
288
+ // 获取抄表员
289
+ let rs = []
290
+ if (this.$login.f.f_gasman.length > 0) {
291
+ for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
292
+ let temp = {
293
+ label: this.$login.f.f_gasman[i].name,
294
+ value: this.$login.f.f_gasman[i].name
295
+ }
296
+ rs.push(temp)
297
+ }
298
+ }
299
+ this.inputtores = [{label: '全部', value: ''}, ...rs]
300
+ },
301
+ async updateParams() {
302
+ await this.$MagLoadParams.loadParam(this.f_filialeid)
303
+ this.inputtores = [];
304
+ this.inputtores.push({label: "全部", value: ""})
305
+ this.initSlice(this.f_filialeid)
306
+ if(this.allorgid!=null){
307
+ this.allorgid.forEach((res)=>{
308
+ this.inputtores = this.inputtores.concat(this.$MagGetSaleParam.getresinputtor(res));
309
+ })
310
+ }
311
+ },
312
+ getotherfooter () {
313
+ // this.$refs.paged.$refs.cri.$refs.exports.otherData = [];
314
+ // this.$refs.paged.$refs.cri.$refs.exports.footerData = [];
315
+ this.other = [];
316
+ this.footer = [];
317
+ let exportdata = this.getCondition;
318
+ let otherInData = [];
319
+ otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
320
+ let footerData = [], exportfield = this.getExportField;
321
+ footerData.push("合计");
322
+ let self = this;
323
+ for (var field in self.sumsmodel) {
324
+ footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
325
+ }
326
+ this.footer.push(footerData);
327
+ this.other.push(otherInData);
328
+ },
329
+ async getaddress(){
330
+ console.log('开始获取小区')
331
+ let HttpReset = new HttpResetClass()
332
+ var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
333
+ data: {
334
+ condition: `1=1 and s.f_filialeid = '${this.$login.f.orgid}'`
335
+ }
336
+ }, {resolveMsg: null, rejectMsg: '获取小区失败!'})
337
+ console.log('小区',data)
338
+ let house = []
339
+ for (let row of data.data){
340
+ console.log('开始保存小区')
341
+ house.push({label: row.f_residential_area, value: row.f_residential_area})
342
+ }
343
+ this.residentialArea = house
344
+ },
345
+
346
+ //把数据库查询数据转换为下拉数据
347
+ calculate(rows){
348
+ let data = []
349
+ rows.forEach((row, n) => {
350
+ data[n] = {label: row.f_residential_area, value: row.id}
351
+ })
352
+ return data
353
+ },
354
+ search(){
355
+ console.log("=====search====")
356
+ //this.$refs.paged.$refs.cri.search()
357
+ this.$refs.paged.$refs.cri.search()
358
+ },
359
+ cancel(obj) {
360
+ console.log("=====cancel====" + obj)
361
+ this.show = false
362
+ },
363
+ showmsg(obj){
364
+ this.rowdata=obj
365
+ this.show=true
366
+ // let http = new HttpResetClass()
367
+ // http.load('POST','rs/sql/getUserMeter',{data: {condition: `f_userinfo_id ='${obj.f_userinfo_id}'`}},
368
+ // {resolveMsg: null, rejectMsg: null}).then((res) => {
369
+ // this.meterInfo = res.data})
370
+ // let http2 = new HttpResetClass()
371
+ // http2.load('POST','rs/sql/deviceQuery',{data: {condition: `f_userinfo_id ='${obj.f_userinfo_id}'`}},
372
+ // {resolveMsg: null, rejectMsg: null}).then((res) => {
373
+ // this.deviceInfo = res.data})
374
+
375
+ // this.f_userinfo_id=obj.f_userinfo_id
376
+ },
377
+ userTypeChange () {
378
+ this.gasproperties=[]
379
+ if(this.$refs.paged.$refs.cri.model !==null) {
380
+ this.$refs.paged.$refs.cri.model.f_gasproperties=''
381
+ this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
382
+ }
383
+ else{
384
+ this.gasproperties =[{label: '全部', value: ''}]
385
+ }
386
+ },
387
+ //初始化片区
388
+ async initSlice (val) {
389
+ if (val) {
390
+ let getAllArea = await this.$resetpost('/rs/search', {
391
+ source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
392
+ userid: this.$login.f.id
393
+ }, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
394
+ let arr = getAllArea.data.filter((res) => {
395
+ return res.parentid == val
396
+ })
397
+ this.bookSlice = []
398
+ console.log('过滤之后的片区-------------------', arr)
399
+ arr.forEach((res) => {
400
+ this.bookSlice.push({label: res.name, value: res.name})
401
+ })
402
+ }
403
+ },
404
+ async initAreas (val) {
405
+
406
+ if (val) {
407
+ let getAllArea = await this.$resetpost('/rs/search', {
408
+ source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
409
+ userid: this.$login.f.id
410
+ }, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
411
+
412
+ let arr = getAllArea.data.filter((res) => {
413
+ return res.parentid == val
414
+ })
415
+ console.log('过滤之后的片区', arr)
416
+ this.sliceArea = []
417
+ arr.forEach((res) => {
418
+ this.sliceArea.push({label: res.name, value: res.name})
419
+ })
420
+ }
421
+ },
422
+ selfSearch(args) {
423
+ console.log('args', args)
424
+ console.log('this.orgCondtionStr', this.orgCondtionStr)
425
+ if (!this.orgCondtionStr) {
426
+ args.condition = `${args.condition}` + " and tr.f_orgid = " + this.$login.f.orgid
427
+ } else {
428
+ args.condition = `${args.condition}` + this.orgCondtionStr
429
+ }
430
+ this.condition2 = args.condition
431
+ this.model.search(args.condition, args.model)
432
+ this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
433
+ console.log('合计字段', this.sumsmodel)
434
+ },
435
+ clear() {
436
+ Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
437
+ this.$refs.paged.$refs.cri.model[key] = []
438
+ })
439
+ },
440
+ hidden() {
441
+ this.criteriaShow = !this.criteriaShow
442
+ },
443
+ getRes(obj) {
444
+ this.orgCondtionStr = obj
445
+ },
446
+ stamp() {
447
+ this.all = false
448
+ //默认选择要打印的列
449
+ this.modelval = defaultPrint.config
450
+ this.fields = this.getfield
451
+ console.log('所有打印字段', this.fields)
452
+ this.printshow = true
453
+ this.put()
454
+ },
455
+ put() {
456
+ // 对Modelval进行排序
457
+ this.sortModelval()
458
+ this.thead = `<tr><th colspan=${this.modelval.length}>用户查询统计报表</th></tr><tr>`
459
+ for (let key of this.modelval) {
460
+ this.thead += '<th>' + this.fields[key] + '</th>'
461
+ }
462
+ this.thead += '</tr>'
463
+ },
464
+ print() {
465
+ this.$refs.print.PrintAsFile()
466
+ this.printshow = false
467
+ },
468
+ close() {
469
+ this.printshow = false
470
+ },
471
+ // 对选择的列进行排序
472
+ sortModelval() {
473
+ let sortModel = []
474
+ Object.keys(this.fields).forEach((key) => {
475
+ if (this.modelval.includes(key)) {
476
+ sortModel.push(key)
477
+ }
478
+ })
479
+ this.modelval = sortModel
480
+ console.log('选择的打印的字段', this.modelval)
481
+ },
482
+ dblclick(row, index) {
483
+ console.log('双击之后数据', row, index)
484
+ this.userdetail.show = true
485
+ this.userdetail.f_userinfo_code = row.f_userinfo_code
486
+ this.userdetail.f_filialeids = row.f_filialeids
487
+ },
488
+ sort (field, rule) {
489
+ // 将所有排序方式设为不排序,实现相互排斥
490
+ for (let key in this.orderFields) {
491
+ if (key === field) {
492
+ this.orderFields[key] = rule
493
+ } else {
494
+ this.orderFields[key] = 'no'
495
+ }
496
+ }
497
+ // 如果新规则不排序,还原为默认排序
498
+ if (rule === 'no') {
499
+ this.model.paramSource.orderitem = `'${this.orderitem}'`
500
+ } else {
501
+ this.model.paramSource.orderitem = `'${field} ${rule}'`
502
+ }
503
+
504
+ this.search()
505
+ }
506
+ },
507
+
508
+ watch: {
509
+ 'all'(val) {
510
+ if (val) {
511
+ this.modelval = this.bodyData
512
+ } else {
513
+ this.modelval = defaultPrint.config
514
+ this.put()
515
+ }
516
+ },
517
+ 'modelval.length'() {
518
+ this.put()
519
+ },
520
+ sumsmodel:{
521
+ handler: function(val) {
522
+ this.getotherfooter();
523
+ },
524
+ deep: true
525
+ },
526
+ 'orgCondtionStr'(val) {
527
+ let res = val.match(/'(.*?)'/)
528
+ console.log('正则提取:',res && res[1])
529
+ if (res) {
530
+ this.f_filialeid = res[1]
531
+ if(res.input !=null){
532
+ let resorgid = res.input.substring(res.input.indexOf("'"));
533
+ if(resorgid!= null && resorgid!=''){
534
+ resorgid = resorgid.substring(0,resorgid.lastIndexOf("'")+1);
535
+ // resorgid = resorgid.replaceAll("'","");
536
+ resorgid = resorgid.replace(/'/g,"");
537
+ this.allorgid = resorgid.split(",")
538
+ }
539
+ }
540
+ this.updateParams()
541
+ }
542
+ },
543
+ },
544
+ computed: {
545
+ // defaultexport() {
546
+ // return exportConfig.chargeexportConfig
547
+ // },
548
+ authArr () {
549
+ return this.$login.r ? this.$login.r : []
550
+ },
551
+
552
+ getCondition() {
553
+ return {condition: this.condition2,orderitem:this.orderitem}
554
+ },
555
+ getfield() {
556
+ let data = {}
557
+ this.bodyData.forEach((value, index) => {
558
+ data[this.bodyData[index]] = this.headData[index]
559
+ })
560
+ //合计字段打印
561
+ this.tfoot = `<tr><th colspan=${this.modelval.length}>全表汇总信息: `
562
+ if (this.sumsmodel) {
563
+ Object.keys(this.sumsmodel).forEach((key) => {
564
+ this.tfoot += this.fields[key] + '合计: ' + `<font color="blue">${this.sumsmodel[key]} </font>`
565
+ })
566
+ } else {
567
+ this.tfoot += '暂无'
568
+ }
569
+ this.tfoot += '</th></tr>'
570
+ return data
571
+ },
572
+ getExportField() {
573
+ return exportConfig.qnChaobiaoyhhz
574
+ },
575
+ inputtor () {
576
+ // 获取抄表员
577
+ console.log('获取抄表员', this.$login.f)
578
+ let rs = []
579
+ if (this.$login.f.f_gasman.length > 0) {
580
+ for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
581
+ let temp = {
582
+ label: this.$login.f.f_gasman[i].name,
583
+ value: this.$login.f.f_gasman[i].name
584
+ }
585
+ rs.push(temp)
586
+ }
587
+ }
588
+
589
+ return [{label: '全部', value: ''}, ...rs]
590
+ },
591
+ userstates() {
592
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('客户状态')]
593
+ },
594
+ userLevels () {
595
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户等级')]
596
+ },
597
+ usertypes () {
598
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
599
+ },
600
+ hairpin() {
601
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('发卡状态')]
602
+ },
603
+ addressstate() {
604
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('地址状态')]
605
+ },
606
+ fcalculation() {
607
+ return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('结算方式')]
608
+ },
609
+ metertypes() {
610
+ return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('气表类型')]
611
+ },
612
+ accountsState() {
613
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('下账状态')]
614
+ }
615
+ }
616
+ }
617
+ </script>
618
+ <style>
619
+ .back-red{ /* 红色背景 */
620
+ background-color: #F6C6CE;
621
+ }
622
+ .back-blue{ /* 蓝色背景 */
623
+
624
+ }
625
+ </style>
@@ -0,0 +1,67 @@
1
+ <template>
2
+ <tab-button v-ref:list :active="-1">
3
+ <tabs header="综合档案查询" >
4
+ <qn-jgq-zhdacx v-if="show.includes('综合档案查询')" @deal-msg="dealMsg" :data="data"></qn-jgq-zhdacx>
5
+ </tabs>
6
+ <tabs header="煤改气报表" >
7
+ <qn-jgq-mgqbb v-if="show.includes('煤改气报表')" @deal-msg="dealMsg" :data="data"></qn-jgq-mgqbb>
8
+ </tabs>
9
+ <tabs header="工商汇总报表" >
10
+ <qn-jgq-gshzbb v-if="show.includes('工商汇总报表')" @deal-msg="dealMsg" :data="data"></qn-jgq-gshzbb>
11
+ </tabs>
12
+ <tabs header="工商销售明细" >
13
+ <qn-jgq-gsxsmx v-if="show.includes('工商销售明细')" @deal-msg="dealMsg" :data="data"></qn-jgq-gsxsmx>
14
+ </tabs>
15
+ <tabs header="民用汇总报表" >
16
+ <qn-jgq-myhzbb v-if="show.includes('民用汇总报表')" @deal-msg="dealMsg" :data="data"></qn-jgq-myhzbb>
17
+ </tabs>
18
+ <tabs header="民用销售明细" >
19
+ <qn-jgq-myxsmx v-if="show.includes('民用销售明细')" @deal-msg="dealMsg" :data="data"></qn-jgq-myxsmx>
20
+ </tabs>
21
+ <tabs header="销售结构报表" >
22
+ <qn-jgq-xsjgbb v-if="show.includes('销售结构报表')" @deal-msg="dealMsg" :data="data"></qn-jgq-xsjgbb>
23
+ </tabs>
24
+ <tabs header="用户数报表" > <!-- 成武使用 -->
25
+ <qn-jgq-yhsbb v-if="show.includes('用户数报表')" @deal-msg="dealMsg" :data="data"></qn-jgq-yhsbb>
26
+ </tabs>
27
+ </tab-button>
28
+
29
+ </template>
30
+
31
+ <script>
32
+ import TabButton from '../../components/sale/common/TabButton'
33
+ import Tabs from '../../components/sale/common/Tabs'
34
+
35
+ export default {
36
+ title: '业务报表',
37
+ data () {
38
+ return {
39
+ f_start_date: '',
40
+ f_end_date: '',
41
+ listpage: true,
42
+ width: {
43
+ left: '100%',
44
+ right: '0%'
45
+ },
46
+ // searchNumber:'',
47
+ rowData: {},
48
+ show: []
49
+ }
50
+ },
51
+ components: {Tabs, TabButton},
52
+ methods: {
53
+ permission (name) {
54
+ if (this.$login.r.find(value => value == '综合查询')) {
55
+ if (!this.$login.r.find(value => value == name)) {
56
+ return false
57
+ }
58
+ }
59
+ return true
60
+ }
61
+ }
62
+
63
+ }
64
+ </script>
65
+
66
+ <style scoped>
67
+ </style>