Compare commits
6 Commits
5dc5213202
...
v1.11.3
| Author | SHA1 | Date | |
|---|---|---|---|
| cc788b9833 | |||
| 0aaf2f3edb | |||
| ef489552ea | |||
| 0c040719b0 | |||
| bdfef06b5f | |||
| c03e85ff22 |
@@ -85,7 +85,7 @@
|
||||
</template>
|
||||
</el-select>
|
||||
<span
|
||||
v-else-if="questionForm[scope.row.QuestionId] instanceof Array && scope.row.Type === 'select' || scope.row.Type === 'radio'">
|
||||
v-else-if="questionForm[scope.row.QuestionId] instanceof Array && (scope.row.Type === 'select' || scope.row.Type === 'radio')">
|
||||
{{ questionForm[scope.row.QuestionId][scope.row.xfIndex][scope.row.TableQuestionId] }}
|
||||
</span>
|
||||
<el-select
|
||||
|
||||
@@ -824,8 +824,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>
|
||||
<!-- 保存 -->
|
||||
|
||||
@@ -344,8 +344,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']"
|
||||
|
||||
Reference in New Issue
Block a user