zhangyuewww hace 3 años
padre
commit
8b215cc95a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/houseSelfCollect/inspectInfo.vue

+ 2 - 2
src/views/houseSelfCollect/inspectInfo.vue

@@ -595,7 +595,7 @@
               return false
               return false
             })
             })
         } else if (this.types == 3) {
         } else if (this.types == 3) {
-          this.inspect.reInspector = sessionStorage.getItem('ws-pf_staffName')
+          this.inspect.qualityInspector = sessionStorage.getItem('ws-pf_staffName')
           this.inspect.flag=0
           this.inspect.flag=0
           this.$confirm('确定保存初检信息?', '提示', {
           this.$confirm('确定保存初检信息?', '提示', {
               confirmButtonText: '确定',
               confirmButtonText: '确定',
@@ -637,7 +637,7 @@
             })
             })
         }else if (this.types == 5) {
         }else if (this.types == 5) {
           this.inspect.flag=2
           this.inspect.flag=2
-          this.inspect.reInspector=sessionStorage.getItem('ws-pf_roleName') + sessionStorage.getItem('ws-pf_staffName')
+          // this.inspect.reInspector=sessionStorage.getItem('ws-pf_roleName') + sessionStorage.getItem('ws-pf_staffName')
           this.$confirm('确定保存质检信息?', '提示', {
           this.$confirm('确定保存质检信息?', '提示', {
               confirmButtonText: '确定',
               confirmButtonText: '确定',
               cancelButtonText: '取消',
               cancelButtonText: '取消',