safecheck-client 3.0.34-76 → 3.0.34-77

Sign up to get free protection for your applications and to get access to all the features.
@@ -609,10 +609,13 @@
609
609
  'selectAll'(val){
610
610
  if(!val){
611
611
  this.checkes=[]
612
- }
613
- this.checkes=[]
614
- for (let row of this.model.rows){
615
- this.checkes.push(row)
612
+ }else {
613
+ this.checkes=[]
614
+ for (let row of this.model.rows){
615
+ if (['用户自行整改', '现场已处理', '维修已处理', '转维修'].indexOf(row.f_is_repaired) == -1){
616
+ this.checkes.push(row)
617
+ }
618
+ }
616
619
  }
617
620
  }
618
621
  },
@@ -802,6 +805,7 @@
802
805
  this.showModal3=false
803
806
  this.cancel1()
804
807
  this.$showMessage('本次转维修成功'+successCount+'单')
808
+ this.$refs.paged.$refs.criteria.search()
805
809
  },
806
810
  getDefectInfoConfig(val){
807
811
  try {
@@ -986,6 +990,7 @@
986
990
  },
987
991
  selfSearch(args) {
988
992
  ////tag
993
+ this.selectAll = false
989
994
  if (args.model.f_is_visit == '已回访'){
990
995
  args.condition += ` and f_is_visit = '是'`
991
996
  }else if (args.model.f_is_visit == '未回访'){