Merge branch 'uat'
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-23 17:47:05 +08:00
commit 87eac9f478
2 changed files with 4 additions and 4 deletions

View File

@ -822,8 +822,7 @@
{{ $t('trials:audit:button:reviewTask') }}
</el-button>
<!-- 指派 -->
<el-button :disabled="isAudit" v-if="SecondReviewState <= 0" size="small" type="primary" round
@click="handleAssign">
<el-button :disabled="isAudit" size="small" type="primary" round @click="handleAssign">
{{ $t('trials:audit:button:assign') }}
</el-button>
<!-- 保存 -->

View File

@ -348,8 +348,9 @@
<!--复核 -->
<el-button v-if="scope.row.SecondReviewState === 1 && scope.row.AuditState * 1 === 8"
v-hasPermi="['trials:trials-panel:visit:qc-check:reviewTask']"
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit-outline"
:disabled="scope.row.IsImageBackApplying" @click="reviewTask(scope.row)" />
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit"
:disabled="(scope.row.CurrentActionUserId && scope.row.CurrentActionUserId !== userId) || scope.row.IsImageBackApplying"
@click="reviewTask(scope.row)" />
<!-- 领取 -->
<!-- ((scope.row.AuditState*1 === 3 || scope.row.AuditState*1 === 5)) ||(!scope.row.IsTake && (scope.row.AuditState*1 === 4 || scope.row.AuditState*1 === 6)) -->
<el-button v-hasPermi="['trials:trials-panel:visit:qc-check:receive']"