zhangyuewww 3 năm trước cách đây
mục cha
commit
8b215cc95a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/houseSelfCollect/inspectInfo.vue

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

@@ -595,7 +595,7 @@
               return false
             })
         } 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.$confirm('确定保存初检信息?', '提示', {
               confirmButtonText: '确定',
@@ -637,7 +637,7 @@
             })
         }else if (this.types == 5) {
           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('确定保存质检信息?', '提示', {
               confirmButtonText: '确定',
               cancelButtonText: '取消',