manage-client 3.3.62 → 3.3.64

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.
Files changed (67) hide show
  1. package/package.json +1 -1
  2. package/src/components/sale/filesquery/MeterQuery.vue +5 -0
  3. package/src/components/webmeter/DrillData/GetNoMetereadData.vue +1 -1
  4. package/src/components/webmeter/DrillData/LostContactAnalysis.vue +1 -1
  5. package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +1 -1
  6. package/src/components/webmeter/DrillData/UserGasAll.vue +1 -1
  7. package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +1 -1
  8. package/src/components/webmeter/dataCollection/DataCollection.vue +1 -1
  9. package/src/components/webmeter/gasAnalysis/NewWebmeterSettlementAnalysis.vue +1 -1
  10. package/src/components/webmeter/gasAnalysis/WebmeterSettlementAnalysis.vue +1 -1
  11. package/src/components/webmeter/gasStatistics/GasStatistics.vue +1 -1
  12. package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +1 -1
  13. package/src/components/webmeter/handplan/NewWebMeterHandPlan.vue +1 -1
  14. package/src/components/webmeter/instruction/NewQueryInstruct.vue +1 -1
  15. package/src/components/webmeter/newwebmeter/ArrearageQuery.vue +1 -1
  16. package/src/components/webmeter/newwebmeter/NewException/NewMeterException.vue +1 -1
  17. package/src/components/webmeter/newwebmeter/NewException/TotalExceptionByMeter.vue +1 -1
  18. package/src/components/webmeter/newwebmeter/PriceInstructDetail.vue +1 -1
  19. package/src/components/webmeter/newwebmeter/PriceInstructList.vue +1 -1
  20. package/src/components/webmeter/newwebmeter/UserGasList.vue +1 -1
  21. package/src/components/webmeter/newwebmeter/UserInstructList.vue +1 -1
  22. package/src/components/webmeter/newwebmeter/signAnalysisListMain.vue +1 -1
  23. package/src/components/webmeter/recharge/RechargeList.vue +1 -1
  24. package/src/components/webmeter/report/ReportList.vue +1 -1
  25. package/src/components/webmeter/reportdata/ReportDataQuery.vue +1 -1
  26. package/src/filiale/WEINAN/BusinessManage.vue +1 -1
  27. package/src/filiale/WEINAN/CancellationQuery.vue +3 -10
  28. package/src/filiale/WEINAN/ChangeMeterQuery.vue +56 -0
  29. package/src/filiale/WEINAN/ChargeQuery.vue +3 -5
  30. package/src/filiale/WEINAN/DeviceQuery.vue +3 -10
  31. package/src/filiale/WEINAN/DisableQuery.vue +3 -10
  32. package/src/filiale/WEINAN/EnableQuery.vue +3 -10
  33. package/src/filiale/WEINAN/FillGasQuery.vue +3 -10
  34. package/src/filiale/WEINAN/InspectListUser.vue +0 -35
  35. package/src/filiale/WEINAN/MergeFileQuery.vue +3 -10
  36. package/src/filiale/WEINAN/MeterQuery.vue +3 -5
  37. package/src/filiale/WEINAN/NewAccountQuery.vue +3 -5
  38. package/src/filiale/WEINAN/OtherChargeQuery.vue +3 -5
  39. package/src/filiale/WEINAN/RecordInfoQuery.vue +3 -5
  40. package/src/filiale/WEINAN/UserGasAll.vue +3 -10
  41. package/src/filiale/WEINAN/UserGasList.vue +3 -5
  42. package/src/filiale/WEINAN/UserLostContactAnalysis.vue +3 -10
  43. package/src/filiale/WEINAN/UserQuery.vue +3 -10
  44. package/src/filiale/WEINAN/businessquery/FillCardQuery.vue +3 -10
  45. package/src/filiale/WEINAN/businessquery/HandplanQuery.vue +3 -5
  46. package/src/filiale/WEINAN/businessquery/MoveMeterQuery.vue +3 -10
  47. package/src/filiale/WEINAN/businessquery/ReverseQuery.vue +3 -10
  48. package/src/filiale/WEINAN/businessquery/TransferQuery.vue +3 -10
  49. package/src/filiale/WEINAN/businessquery/UserInsured.vue +3 -10
  50. package/src/filiale/WEINAN/filesquery/ChangeUserQuery.vue +3 -10
  51. package/src/filiale/WEINAN/filesquery/FmyGasDeviceQuery.vue +2 -2
  52. package/src/filiale/WEINAN/filesquery/GasDeviceQuery.vue +2 -2
  53. package/src/filiale/WEINAN/filesquery/PriceChangeQuery.vue +3 -10
  54. package/src/filiale/WEINAN/filesquery/UserDeviceQuery.vue +3 -10
  55. package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +3 -10
  56. package/src/filiale/WEINAN/webmeter/LostContactAnalysisList.vue +3 -5
  57. package/src/filiale/WEINAN/webmeter/NewQueryInstruct.vue +3 -10
  58. package/src/filiale/WEINAN/webmeter/ReportList.vue +3 -5
  59. package/src/filiale/WEINAN/webmeter/TotalExceptionByMeter.vue +3 -5
  60. package/src/filiale/WEINAN/webmeter/UserInstructList.vue +3 -5
  61. package/src/filiale/kelai/ChargeQuery.vue +1 -1
  62. package/src/filiale/kelai/GasStatistics.vue +1 -1
  63. package/src/filiale/kelai/NewAccountQuery.vue +1 -1
  64. package/src/filiale/kelai/UserQuery.vue +1 -1
  65. package/src/filiale/ningjin/ManageSellType.vue +1 -1
  66. package/src/filiale/shiquan/ManageSellType.vue +18 -7
  67. package/src/filiale/zhongyi/ManageSellType.vue +1 -1
@@ -53,7 +53,6 @@
53
53
  <label class="font_normal_body">用户类型</label>
54
54
  <v-select :value.sync="model.f_user_type"
55
55
  v-model="model.f_user_type"
56
- @change="$parent.$parent.userTypeChange()"
57
56
  :options='$parent.$parent.userTypes' placeholder='请选择'
58
57
  condition="f_user_type = '{}'"
59
58
  close-on-select></v-select>
@@ -195,7 +194,6 @@
195
194
  data() {
196
195
  return {
197
196
  model: new PagedList('rs/sql/mergeFileQuery', 20),
198
- userusetypes: [],
199
197
  useinstitutions: [],
200
198
  userusenatures: []
201
199
  }
@@ -223,14 +221,6 @@
223
221
  let str = this.$refs.paged.$refs.cri.model.f_user_usetype + '机构'
224
222
  this.useinstitutions = this.$appdata.getParam(str)
225
223
  }
226
- },
227
- userTypeChange () {
228
- this.userusetypes = []
229
- if(this.$refs.paged.$refs.cri.model !==null) {
230
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
231
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
232
- this.userusetypes = this.$appdata.getParam(str)
233
- }
234
224
  },
235
225
  search() {
236
226
  this.$refs.paged.$refs.cri.search()
@@ -253,6 +243,9 @@
253
243
  }
254
244
  },
255
245
  computed: {
246
+ userusetypes () {
247
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
248
+ },
256
249
  userTypes() {
257
250
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
258
251
  },
@@ -598,7 +598,6 @@
598
598
  allorgid:[],
599
599
  tempfalg :false,
600
600
  lastorgstr:'',
601
- userusetypes: [],
602
601
  useinstitutions: [],
603
602
  userusenatures: [],
604
603
  // issecond: [{label:'是',value:" = '二次挂表'"},{label:'否',value:" <> '二次挂表'"}],
@@ -766,13 +765,9 @@
766
765
  },
767
766
  userTypeChange () {
768
767
  this.gasproperties=[]
769
- this.userusetypes = []
770
768
  if(this.$refs.paged.$refs.cri.model !==null) {
771
769
  this.$refs.paged.$refs.cri.model.f_gasproperties=''
772
770
  this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
773
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
774
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
775
- this.userusetypes = this.$appdata.getParam(str)
776
771
  }
777
772
  else{
778
773
  this.gasproperties =[{label: '全部', value: ''}]
@@ -905,6 +900,9 @@
905
900
  },
906
901
  },
907
902
  computed: {
903
+ userusetypes () {
904
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
905
+ },
908
906
  metersize() {
909
907
  return [{label:'全部',value:''}, ...this.$appdata.getParam('表具大小')]
910
908
  },
@@ -269,7 +269,6 @@
269
269
  rowdata:{},
270
270
  //合计数据
271
271
  sumsmodel: {},
272
- userusetypes: [],
273
272
  useinstitutions: [],
274
273
  userusenatures: [],
275
274
  gasproperties:[],
@@ -408,13 +407,9 @@
408
407
  },
409
408
  userTypeChange () {
410
409
  this.gasproperties=[]
411
- this.userusetypes = []
412
410
  if(this.$refs.paged.$refs.cri.model !==null) {
413
411
  this.$refs.paged.$refs.cri.model.f_gasproperties=''
414
412
  this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
415
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
416
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
417
- this.userusetypes = this.$appdata.getParam(str)
418
413
  }
419
414
  else{
420
415
  this.gasproperties =[{label: '全部', value: ''}]
@@ -435,6 +430,9 @@
435
430
  }
436
431
  },
437
432
  computed: {
433
+ userusetypes () {
434
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
435
+ },
438
436
  authArr () {
439
437
  return this.$login.r ? this.$login.r : []
440
438
  },
@@ -374,7 +374,6 @@ export default {
374
374
  gasproperties: [],
375
375
  // 品名规格
376
376
  typeNameList: [],
377
- userusetypes: [],
378
377
  useinstitutions: [],
379
378
  userusenatures: [],
380
379
  // 型号
@@ -515,13 +514,9 @@ export default {
515
514
  },
516
515
  userTypeChange (f_user_type) {
517
516
  this.gasproperties = []
518
- this.userusetypes = []
519
517
  if (f_user_type) {
520
518
  this.$refs.paged.$refs.cri.model.f_gasproperties = ''
521
519
  this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
522
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
523
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
524
- this.userusetypes = this.$appdata.getParam(str)
525
520
  } else {
526
521
  this.gasproperties = [{label: '全部', value: ''}]
527
522
  }
@@ -554,6 +549,9 @@ export default {
554
549
  }
555
550
  },
556
551
  computed: {
552
+ userusetypes () {
553
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
554
+ },
557
555
  getCondition() {
558
556
  return {condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr}
559
557
  },
@@ -772,7 +772,6 @@
772
772
  },
773
773
  // 合计数据
774
774
  sumsmodel: {},
775
- userusetypes: [],
776
775
  useinstitutions: [],
777
776
  userusenatures: [],
778
777
  //表册片区
@@ -981,14 +980,10 @@
981
980
  },
982
981
  userTypeChange () {
983
982
  this.gasproperties=[]
984
- this.userusetypes = []
985
983
  if(this.$refs.paged.$refs.cri.model !==null) {
986
984
  this.$refs.paged.$refs.cri.model.f_gasproperties=''
987
985
  this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
988
986
  // this.gasproperties.push({label: '全部', value: ''})
989
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
990
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
991
- this.userusetypes = this.$appdata.getParam(str)
992
987
  }
993
988
  else{
994
989
  this.gasproperties =[{label: '全部', value: ''}]
@@ -1132,6 +1127,9 @@
1132
1127
  },
1133
1128
  },
1134
1129
  computed:{
1130
+ userusetypes () {
1131
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
1132
+ },
1135
1133
  metersize() {
1136
1134
  return [{label:'全部',value:''}, ...this.$appdata.getParam('表具类型')]
1137
1135
  },
@@ -91,7 +91,6 @@
91
91
  close-on-select
92
92
  style="width:60%"
93
93
  condition="f_user_type = '{}'"
94
- @change="$parent.$parent.userTypeChange()"
95
94
  id="f_user_type"
96
95
  placeholder='客户类型'
97
96
  v-model="model.f_user_type"
@@ -406,7 +405,6 @@ import {HttpResetClass, PagedList} from 'vue-client'
406
405
  searchshow: true,
407
406
  startDate1:'',
408
407
  endDate1:'',
409
- userusetypes: [],
410
408
  useinstitutions: [],
411
409
  userusenatures: [],
412
410
  // startDate: '',
@@ -476,14 +474,6 @@ import {HttpResetClass, PagedList} from 'vue-client'
476
474
  this.useinstitutions = this.$appdata.getParam(str)
477
475
  }
478
476
  },
479
- userTypeChange () {
480
- this.userusetypes = []
481
- if(this.$refs.paged.$refs.cri.model !==null) {
482
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
483
- let str = this.$refs.paged.$refs.cri.model.f_user_type + '用气类型'
484
- this.userusetypes = this.$appdata.getParam(str)
485
- }
486
- },
487
477
  // 查询开关
488
478
  hidden() {
489
479
  this.criteriaShow = !this.criteriaShow
@@ -602,6 +592,9 @@ import {HttpResetClass, PagedList} from 'vue-client'
602
592
  }
603
593
  },
604
594
  computed: {
595
+ userusetypes () {
596
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
597
+ },
605
598
  startDate(){
606
599
  return this.startDate1 + ' 00:00:00'
607
600
  },
@@ -282,7 +282,6 @@
282
282
  echarts: false,
283
283
  orgCondtionStr: '(' + this.$login.f.orgid + ')',
284
284
  searchshow: false,
285
- userusetypes: [],
286
285
  useinstitutions: [],
287
286
  userusenatures: [],
288
287
  initres: {
@@ -367,16 +366,12 @@
367
366
  this.styles = true
368
367
  },
369
368
  userTypeChange () {
370
- this.userusetypes = []
371
369
  this.gasproperties=[{label: '全部', value: ''}]
372
370
  if(this.$refs.paged.$refs.cri.model !==null) {
373
371
  this.$refs.paged.$refs.cri.model.f_gasproperties=''
374
372
 
375
373
  console.log(this.$refs.paged.$refs.cri.model.f_user_type[0])
376
374
  this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
377
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
378
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
379
- this.userusetypes = this.$appdata.getParam(str)
380
375
 
381
376
  // this.gasproperties.push({label: '全部', value: ''})
382
377
  }
@@ -465,6 +460,9 @@
465
460
  }
466
461
 
467
462
  },
463
+ userusetypes () {
464
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
465
+ },
468
466
  usertypes () {
469
467
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
470
468
  },
@@ -66,7 +66,6 @@
66
66
  v-model="model.f_user_type"
67
67
  placeholder='客户类型'
68
68
  :value.sync="model.f_user_type"
69
- @change="$parent.$parent.userTypeChange()"
70
69
  :options='$parent.$parent.usertypes'
71
70
  condition="f_user_type = '{}'"
72
71
  close-on-select>
@@ -372,7 +371,6 @@
372
371
  f_comments: ''
373
372
  },
374
373
  filename: '',
375
- userusetypes: [],
376
374
  useinstitutions: [],
377
375
  userusenatures: [],
378
376
  WarningType: [
@@ -419,14 +417,6 @@
419
417
  this.useinstitutions = this.$appdata.getParam(str)
420
418
  }
421
419
  },
422
- userTypeChange () {
423
- this.userusetypes = []
424
- if(this.$refs.paged.$refs.cri.model !==null) {
425
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
426
- let str = this.$refs.paged.$refs.cri.model.f_user_type + '用气类型'
427
- this.userusetypes = this.$appdata.getParam(str)
428
- }
429
- },
430
420
  getMeterType() {
431
421
  this.Warningstyle = [{label: '全部', value: ''}]
432
422
  this.styles = false
@@ -599,6 +589,9 @@
599
589
  condition: condition
600
590
  }
601
591
  },
592
+ userusetypes () {
593
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
594
+ },
602
595
  usertypes() {
603
596
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
604
597
  },
@@ -65,7 +65,6 @@
65
65
  <div class="col-sm-2 form-group">
66
66
  <label class="font_normal_body">客户类型</label>
67
67
  <v-select :value.sync="model.f_user_type"
68
- @change="$parent.$parent.userTypeChange()"
69
68
  v-model="model.f_user_type" condition="f_user_type = '{}'"
70
69
  :options='$parent.$parent.userTypes' placeholder='请选择'
71
70
  close-on-select></v-select>
@@ -652,7 +651,6 @@
652
651
  bookSlice:[{label: '全部',value: ''}],
653
652
  inputtores:[{label: '全部',value: ''}], //抄表员
654
653
  allorgid:[],
655
- userusetypes: [],
656
654
  useinstitutions: [],
657
655
  userusenatures: [],
658
656
  f_filialeid: this.$login.f.f_orgid,
@@ -686,14 +684,6 @@
686
684
  this.useinstitutions = this.$appdata.getParam(str)
687
685
  }
688
686
  },
689
- userTypeChange () {
690
- this.userusetypes = []
691
- if(this.$refs.paged.$refs.cri.model !==null) {
692
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
693
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
694
- this.userusetypes = this.$appdata.getParam(str)
695
- }
696
- },
697
687
  async getinputtores () {
698
688
  // 获取抄表员
699
689
  let rs = []
@@ -997,6 +987,9 @@
997
987
 
998
988
  return [{label: '全部', value: ''}, ...rs]
999
989
  },
990
+ userusetypes () {
991
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
992
+ },
1000
993
  userstates() {
1001
994
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('客户状态')]
1002
995
  },
@@ -131,7 +131,6 @@
131
131
  <label class="font_normal_body">用户类型</label>
132
132
  <v-select :value.sync="model.f_user_type"
133
133
  v-model="model.f_user_type"
134
- @change="$parent.$parent.userTypeChange()"
135
134
  :options='$parent.$parent.userTypes' placeholder='请选择'
136
135
  condition="f_user_type = '{}'"
137
136
  close-on-select></v-select>
@@ -390,7 +389,6 @@
390
389
  //小区
391
390
  residentialArea: [],
392
391
  meterbrands: [],
393
- userusetypes: [],
394
392
  useinstitutions: [],
395
393
  userusenatures: [],
396
394
  // tablestate: [{label: '全部', value: ''}, {label: '正常', value: '正常'}, {label: '停用', value: '停用'}],
@@ -426,14 +424,6 @@
426
424
  this.useinstitutions = this.$appdata.getParam(str)
427
425
  }
428
426
  },
429
- userTypeChange () {
430
- this.userusetypes = []
431
- if(this.$refs.paged.$refs.cri.model !==null) {
432
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
433
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
434
- this.userusetypes = this.$appdata.getParam(str)
435
- }
436
- },
437
427
  view(row){
438
428
  this.showupload = true
439
429
  this.selected= row
@@ -617,6 +607,9 @@
617
607
  }
618
608
  },
619
609
  computed: {
610
+ userusetypes () {
611
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
612
+ },
620
613
  getCondition() {
621
614
  return {
622
615
  condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
@@ -865,7 +865,6 @@
865
865
  percent:0,
866
866
  progressShow:false,
867
867
  uuida:'',
868
- userusetypes: [],
869
868
  useinstitutions: [],
870
869
  userusenatures: [],
871
870
  timer:'',
@@ -1205,13 +1204,9 @@
1205
1204
 
1206
1205
  userTypeChange () {
1207
1206
  this.gasproperties=[]
1208
- this.userusetypes = []
1209
1207
  if(this.$refs.paged.$refs.cri.model !==null) {
1210
1208
  this.$refs.paged.$refs.cri.model.f_gasproperties=''
1211
1209
  this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
1212
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
1213
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
1214
- this.userusetypes = this.$appdata.getParam(str)
1215
1210
  }
1216
1211
  else{
1217
1212
  this.gasproperties =[{label: '全部', value: ''}]
@@ -1300,6 +1295,9 @@
1300
1295
  getfield() {
1301
1296
  return exportConfig.handplanConfig
1302
1297
  },
1298
+ userusetypes () {
1299
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
1300
+ },
1303
1301
  getBankfield(){
1304
1302
  return exportConfig.batchBankConfig2
1305
1303
  },
@@ -68,7 +68,6 @@
68
68
  <label class="font_normal_body">用户类型</label>
69
69
  <v-select :value.sync="model.f_user_type"
70
70
  v-model="model.f_user_type"
71
- @change="$parent.$parent.userTypeChange()"
72
71
  :options='$parent.$parent.userTypes' placeholder='请选择'
73
72
  condition="f_user_type = '{}'"
74
73
  close-on-select></v-select>
@@ -286,7 +285,6 @@
286
285
  tfoot: '',
287
286
  showupload:false,
288
287
  selected:{},
289
- userusetypes: [],
290
288
  useinstitutions: [],
291
289
  userusenatures: [],
292
290
  //合计数据
@@ -318,14 +316,6 @@
318
316
  this.useinstitutions = this.$appdata.getParam(str)
319
317
  }
320
318
  },
321
- userTypeChange () {
322
- this.userusetypes = []
323
- if(this.$refs.paged.$refs.cri.model !==null) {
324
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
325
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
326
- this.userusetypes = this.$appdata.getParam(str)
327
- }
328
- },
329
319
  view(row){
330
320
  this.showupload = true
331
321
  this.selected= row
@@ -462,6 +452,9 @@
462
452
  }
463
453
  },
464
454
  computed: {
455
+ userusetypes () {
456
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
457
+ },
465
458
  userTypes() {
466
459
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
467
460
  },
@@ -77,7 +77,6 @@
77
77
  <div class="col-sm-2 form-group">
78
78
  <label class="font_normal_body">客户类型</label>
79
79
  <v-select :value.sync="model.f_user_type"
80
- @change="$parent.$parent.userTypeChange()"
81
80
  :options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
82
81
  condition="f_user_type = '{}'"
83
82
  close-on-select></v-select>
@@ -314,7 +313,6 @@
314
313
  showupload:false,
315
314
  selected:{},
316
315
  tfoot: '',
317
- userusetypes: [],
318
316
  useinstitutions: [],
319
317
  userusenatures: [],
320
318
  //合计数据
@@ -344,14 +342,6 @@
344
342
  this.useinstitutions = this.$appdata.getParam(str)
345
343
  }
346
344
  },
347
- userTypeChange () {
348
- this.userusetypes = []
349
- if(this.$refs.paged.$refs.cri.model !==null) {
350
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
351
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
352
- this.userusetypes = this.$appdata.getParam(str)
353
- }
354
- },
355
345
  view(row){
356
346
  this.showupload = true
357
347
  this.selected= row
@@ -490,6 +480,9 @@
490
480
  },
491
481
  },
492
482
  computed: {
483
+ userusetypes () {
484
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
485
+ },
493
486
  getCondition() {
494
487
  return {
495
488
  condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
@@ -103,7 +103,6 @@
103
103
  <label class="font_normal_body">用户类型</label>
104
104
  <v-select :value.sync="model.f_user_type"
105
105
  v-model="model.f_user_type"
106
- @change="$parent.$parent.userTypeChange()"
107
106
  :options='$parent.$parent.userTypes' placeholder='请选择'
108
107
  condition="f_user_type = '{}'"
109
108
  close-on-select></v-select>
@@ -351,7 +350,6 @@
351
350
  label: '全部',
352
351
  value: ''
353
352
  }, ...this.$appdata.getParam('过户状态')] : [],
354
- userusetypes: [],
355
353
  useinstitutions: [],
356
354
  userusenatures: [],
357
355
  //合计数据
@@ -383,14 +381,6 @@
383
381
  this.useinstitutions = this.$appdata.getParam(str)
384
382
  }
385
383
  },
386
- userTypeChange () {
387
- this.userusetypes = []
388
- if(this.$refs.paged.$refs.cri.model !==null) {
389
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
390
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
391
- this.userusetypes = this.$appdata.getParam(str)
392
- }
393
- },
394
384
  view(row){
395
385
  this.showupload = true
396
386
  this.selected= row
@@ -537,6 +527,9 @@
537
527
  }
538
528
  },
539
529
  computed: {
530
+ userusetypes () {
531
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
532
+ },
540
533
  userTypes() {
541
534
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
542
535
  },
@@ -69,7 +69,6 @@
69
69
  <label class="font_normal_body">用户类型</label>
70
70
  <v-select :value.sync="model.f_user_type"
71
71
  v-model="model.f_user_type"
72
- @change="$parent.$parent.userTypeChange()"
73
72
  :options='$parent.$parent.userTypes' placeholder='请选择'
74
73
  condition="f_user_type = '{}'"
75
74
  close-on-select></v-select>
@@ -251,7 +250,6 @@
251
250
  selected:{},
252
251
  showinfo:false,
253
252
  rowdata:{},
254
- userusetypes: [],
255
253
  useinstitutions: [],
256
254
  userusenatures: [],
257
255
  //合计数据
@@ -282,14 +280,6 @@
282
280
  this.useinstitutions = this.$appdata.getParam(str)
283
281
  }
284
282
  },
285
- userTypeChange () {
286
- this.userusetypes = []
287
- if(this.$refs.paged.$refs.cri.model !==null) {
288
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
289
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
290
- this.userusetypes = this.$appdata.getParam(str)
291
- }
292
- },
293
283
  view(row){
294
284
  this.showupload = true
295
285
  this.selected= row
@@ -447,6 +437,9 @@
447
437
  }
448
438
  },
449
439
  computed: {
440
+ userusetypes () {
441
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
442
+ },
450
443
  authArr () {
451
444
  return this.$login.r ? this.$login.r : []
452
445
  },
@@ -91,7 +91,6 @@
91
91
  <label class="font_normal_body">用户类型</label>
92
92
  <v-select :value.sync="model.f_user_type"
93
93
  v-model="model.f_user_type"
94
- @change="$parent.$parent.userTypeChange()"
95
94
  :options='$parent.$parent.userTypes' placeholder='请选择'
96
95
  condition="f_user_type = '{}'"
97
96
  close-on-select></v-select>
@@ -275,7 +274,6 @@
275
274
  rowdata:{},
276
275
  thead: '',
277
276
  tfoot: '',
278
- userusetypes: [],
279
277
  useinstitutions: [],
280
278
  userusenatures: [],
281
279
 
@@ -306,14 +304,6 @@
306
304
  this.useinstitutions = this.$appdata.getParam(str)
307
305
  }
308
306
  },
309
- userTypeChange () {
310
- this.userusetypes = []
311
- if(this.$refs.paged.$refs.cri.model !==null) {
312
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
313
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
314
- this.userusetypes = this.$appdata.getParam(str)
315
- }
316
- },
317
307
  getotherfooter () {
318
308
  // this.$refs.paged.$refs.cri.$refs.exports.otherData = [];
319
309
  // this.$refs.paged.$refs.cri.$refs.exports.footerData = [];
@@ -448,6 +438,9 @@
448
438
  },
449
439
  },
450
440
  computed: {
441
+ userusetypes () {
442
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
443
+ },
451
444
  authArr () {
452
445
  return this.$login.r ? this.$login.r : []
453
446
  },
@@ -886,8 +886,8 @@
886
886
  getExportField() {
887
887
  return exportConfig.userConfig
888
888
  },
889
- userusetypes() {
890
- return this.$appdata.getParam('非民用用气类型')
889
+ userusetypes () {
890
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
891
891
  },
892
892
  addressstate() {
893
893
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('地址状态')]
@@ -987,8 +987,8 @@
987
987
  getExportField() {
988
988
  return exportConfig.userConfig
989
989
  },
990
- userusetypes() {
991
- return this.$appdata.getParam('民用用气类型')
990
+ userusetypes () {
991
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
992
992
  },
993
993
  addressstate() {
994
994
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('地址状态')]
@@ -90,7 +90,6 @@
90
90
  <label class="font_normal_body">用户类型</label>
91
91
  <v-select :value.sync="model.f_user_type"
92
92
  v-model="model.f_user_type"
93
- @change="$parent.$parent.userTypeChange()"
94
93
  :options='$parent.$parent.userTypes' placeholder='请选择'
95
94
  condition="f_user_type = '{}'"
96
95
  close-on-select></v-select>
@@ -264,7 +263,6 @@
264
263
  thead: '',
265
264
  tfoot: '',
266
265
  price: [],
267
- userusetypes: [],
268
266
  useinstitutions: [],
269
267
  userusenatures: [],
270
268
  // tablestate: [{label: '全部', value: ''}, {label: '正常', value: '正常'}, {label: '停用', value: '停用'}],
@@ -294,14 +292,6 @@
294
292
  this.useinstitutions = this.$appdata.getParam(str)
295
293
  }
296
294
  },
297
- userTypeChange () {
298
- this.userusetypes = []
299
- if(this.$refs.paged.$refs.cri.model !==null) {
300
- this.$refs.paged.$refs.cri.model.f_use_institution = ''
301
- let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
302
- this.userusetypes = this.$appdata.getParam(str)
303
- }
304
- },
305
295
  getPricenames() {
306
296
  this.price = []
307
297
  let priceArr = []
@@ -448,6 +438,9 @@
448
438
  },
449
439
  },
450
440
  computed: {
441
+ userusetypes () {
442
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
443
+ },
451
444
  authArr () {
452
445
  return this.$login.r ? this.$login.r : []
453
446
  },