Compare commits
No commits in common. "87eac9f478f9a0a77ba8ca23e4b74eb1724a7bfc" and "dd80abed022a99cf236540580841bb3d7213b7bc" have entirely different histories.
87eac9f478
...
dd80abed02
|
|
@ -822,7 +822,8 @@
|
||||||
{{ $t('trials:audit:button:reviewTask') }}
|
{{ $t('trials:audit:button:reviewTask') }}
|
||||||
</el-button>
|
</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') }}
|
{{ $t('trials:audit:button:assign') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<!-- 保存 -->
|
<!-- 保存 -->
|
||||||
|
|
|
||||||
|
|
@ -348,9 +348,8 @@
|
||||||
<!--复核 -->
|
<!--复核 -->
|
||||||
<el-button v-if="scope.row.SecondReviewState === 1 && scope.row.AuditState * 1 === 8"
|
<el-button v-if="scope.row.SecondReviewState === 1 && scope.row.AuditState * 1 === 8"
|
||||||
v-hasPermi="['trials:trials-panel:visit:qc-check:reviewTask']"
|
v-hasPermi="['trials:trials-panel:visit:qc-check:reviewTask']"
|
||||||
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit"
|
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit-outline"
|
||||||
:disabled="(scope.row.CurrentActionUserId && scope.row.CurrentActionUserId !== userId) || scope.row.IsImageBackApplying"
|
:disabled="scope.row.IsImageBackApplying" @click="reviewTask(scope.row)" />
|
||||||
@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)) -->
|
<!-- ((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']"
|
<el-button v-hasPermi="['trials:trials-panel:visit:qc-check:receive']"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue