From e15934d7bac16702ae8badf261b4388716f3e112 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 23 May 2025 13:49:36 +0800
Subject: [PATCH] =?UTF-8?q?iqc=E8=B4=A8=E6=8E=A7=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B7=B2=E9=80=80=E5=9B=9E=E7=A6=81=E7=94=A8?=
=?UTF-8?q?=E6=89=80=E6=9C=89=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials/trials-panel/visit/qc-check/index.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue
index 7c678209..1e445054 100644
--- a/src/views/trials/trials-panel/visit/qc-check/index.vue
+++ b/src/views/trials/trials-panel/visit/qc-check/index.vue
@@ -345,14 +345,14 @@
@@ -360,7 +360,7 @@
:title="$t('trials:crcQuestion:button:replaceTask')" circle icon="el-icon-refresh" :disabled="scope.row.CurrentActionUserId === userId ||
scope.row.PreliminaryAuditUserId === userId ||
!scope.row.IsTake ||
- scope.row.AuditState * 1 > 6
+ scope.row.AuditState * 1 > 6 || scope.row.IsImageBackApplying
" @click="handleReplaceTask(scope.row)" />
@@ -369,7 +369,7 @@
? scope.row.CurrentActionUserId !== userId
: false) ||
!scope.row.IsTake ||
- scope.row.AuditState * 1 > 6
+ scope.row.AuditState * 1 > 6 || scope.row.IsImageBackApplying
" @click="handlePrimaryQC(scope.row)" />
@@ -380,7 +380,7 @@
? scope.row.CurrentActionUserId !== userId
: false) ||
!scope.row.IsTake ||
- scope.row.AuditState * 1 > 6
+ scope.row.AuditState * 1 > 6 || scope.row.IsImageBackApplying
" @click="handlePrimaryQC(scope.row)" />
@@ -391,7 +391,7 @@
!scope.row.IsTake ||
scope.row.AuditState * 1 > 6 ||
scope.row.CurrentActionUserId !== userId
- " @click="handleSecondaryQC(scope.row)" />
+ || scope.row.IsImageBackApplying" @click="handleSecondaryQC(scope.row)" />