Compare commits

..

No commits in common. "87eac9f478f9a0a77ba8ca23e4b74eb1724a7bfc" and "dd80abed022a99cf236540580841bb3d7213b7bc" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -348,9 +348,8 @@
<!--复核 -->
<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"
:disabled="(scope.row.CurrentActionUserId && scope.row.CurrentActionUserId !== userId) || scope.row.IsImageBackApplying"
@click="reviewTask(scope.row)" />
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit-outline"
:disabled="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']"