licp
2024-08-23 7867bca5edf776f893e7d9978ea3057fb9f68a20
修改再次试验
已修改2个文件
8 ■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/Inspection.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b1-inspect-order-plan.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3310,7 +3310,7 @@
            console.error(error)
            this.reviewLoading = false;
          })
        } else if (e == 1) {
        } else{
          // 再次试验
          this.reviewDia = true;
        }
@@ -3405,6 +3405,7 @@
                  verifyUser: this.verifyUser
                }).then( res => {
                  if (res.code === 200) {
                    this.submitLoading = false;
                    this.$message.success("操作成功")
                    this.$emit('goback')
                  }
@@ -3415,7 +3416,6 @@
            }
          }
          this.submitLoading = false;
        }).catch(error => {
          console.error(error)
          this.submitLoading = false;
src/components/view/b1-inspect-order-plan.vue
@@ -323,7 +323,7 @@
                            type: 'text',
                            method: 'handleInspection',
                            disabFun: (row, index) => {
                                return row.userName == null || row.insState == 3 || row.insState == 5||(row.userName&&!row.userName.includes(JSON.parse(localStorage.getItem("user")).name))
                                return row.userName == null || row.insState == 3 || row.insState == 5||row.insState == 6||(row.userName&&!row.userName.includes(JSON.parse(localStorage.getItem("user")).name))
                            }
              // disabFun: (row, index) => {
                            //     return row.userId == null || row.insState == 3 || row.insState == 5
@@ -334,7 +334,7 @@
                            type: 'text',
                            method: 'handleConnect',
                            disabFun: (row, index) => {
                                return row.userName == null || row.insState == 5  || row.insState == 3||(row.userName&&!row.userName.includes(JSON.parse(localStorage.getItem("user")).name))
                                return row.userName == null || row.insState == 5  || row.insState == 3||row.insState == 6||(row.userName&&!row.userName.includes(JSON.parse(localStorage.getItem("user")).name))
                            }
                        },
                        {