irc_web/src/views/trials/trials-panel/reading/reReading-tracking/index.vue

1518 lines
60 KiB
Vue

/* eslint-disable */
<template>
<BaseContainer>
<template slot="search-container">
<el-form :inline="true">
<!-- 是否加急 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:rereadTrack:table:isUrgent')">
<el-select v-model="searchData.IsUrgent" clearable style="width: 120px">
<el-option v-for="item of $d.YesOrNo" :key="'IsUrgent' + item.label" :value="item.value"
:label="item.label" />
</el-select>
</el-form-item>
<!-- 中心编号 -->
<el-form-item :label="$t('trials:rereadTrack:table:siteCode')">
<el-select v-model="searchData.TrialSiteCode" clearable filterable style="width: 120px">
<el-option v-for="(item, index) of siteOptions" :key="index" :label="item" :value="item" />
</el-select>
</el-form-item>
<!-- 受试者编号 -->
<el-form-item :label="$t('trials:rereadTrack:table:subjectCode')">
<el-input v-model="searchData.SubjectCode" style="width: 100px" />
</el-form-item>
<!-- 任务名称 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:rereadTrack:table:taskName')">
<el-input v-model="searchData.TaskName" style="width: 100px" clearable />
</el-form-item>
<!-- 任务类型 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:rereadTrack:table:taskType')">
<el-select v-model="searchData.ReadingCategory" clearable style="width: 120px">
<el-option v-for="item of $d.ReadingCategory" :key="'ReadingCategory' + item.label" :value="item.value"
:label="item.label" />
</el-select>
</el-form-item>
<!-- 阅片人 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:rereadTrack:table:reader')">
<el-select v-model="searchData.DoctorUserId" clearable style="width: 120px">
<el-option v-for="item of DoctorUserList" :key="'DoctorUserId' + item.DoctorUserId"
:value="item.DoctorUserId" :label="`${item.UserName}(${item.FullName})`" />
</el-select>
</el-form-item>
<!-- 角色 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:reviewTrack:table:role')">
<el-select v-model="searchData.ArmEnum" clearable style="width: 120px">
<el-option v-for="item of $d.ArmEnum" :key="'ArmEnum' + item.label" :value="item.value"
:label="item.label" />
</el-select>
</el-form-item>
<!-- 阅片标准 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:rereadTrack:table:criterionName')">
<el-select v-model="searchData.TrialReadingCriterionId" clearable style="width: 120px">
<el-option v-for="item of trialCriterionList"
:key="'TrialReadingCriterionId' + item.TrialReadingCriterionId" :value="item.TrialReadingCriterionId"
:label="item.TrialReadingCriterionName" />
</el-select>
</el-form-item>
<!-- 申请类型 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:rereadTrack:table:applyType')">
<el-select v-model="searchData.RequestReReadingType" clearable style="width: 120px">
<el-option v-for="item of $d.RequestReReadingType" :key="'RequestReReadingType' + item.label"
:value="item.value" :label="item.label" />
</el-select>
</el-form-item>
<!-- 任务状态 -->
<!-- <el-form-item style="margin-bottom:10px" :label="$t('trials:rereadTrack:table:taskStatus')">
<el-select v-model="searchData.TaskState" clearable style="width:120px;">
<el-option v-for="item of $d.TaskState" :key="'TaskState' + item.label" :value="item.value" :label="item.label" />
</el-select>
</el-form-item> -->
<!-- 分配状态 -->
<!-- <el-form-item style="margin-bottom:10px" label="分配状态">
<el-select v-model="searchData.TaskAllocationState" clearable style="width:120px;">
<el-option v-for="item of $d.TaskAllocationState" :key="'TaskAllocationState' + item.label" :value="item.value" :label="item.label" />
</el-select>
</el-form-item> -->
<!-- 申请原因 -->
<!-- <el-form-item style="margin-bottom:10px" :label="$t('trials:rereadTrack:table:applyReason')">
<el-input
v-model="searchData.RequestReReadingReason"
style="width:100px;"
clearable
/>
</el-form-item> -->
<!-- 审批结果 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:rereadTrack:table:approvalResult')">
<el-select v-model="searchData.RequestReReadingResultEnum" clearable style="width: 120px">
<el-option v-for="item of $d.RequestReReadingResult" :key="'RequestReReadingResultEnum' + item.label"
:value="item.value" :label="item.label" />
</el-select>
</el-form-item>
<!-- 申请时间 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:rereadTrack:table:applyTime')">
<el-date-picker v-model="timeList" value-format="yyyy-MM-dd HH:mm:ss" type="datetimerange"
@change="changeTimeList" />
</el-form-item>
<el-form-item style="margin-bottom: 10px">
<el-button type="primary" icon="el-icon-search" @click="handleSearch">
{{ $t('common:button:search') }}
</el-button>
<el-button type="primary" icon="el-icon-refresh-left" @click="handleReset">
{{ $t('common:button:reset') }}
</el-button>
<!--导出-->
<el-button type="primary" icon="el-icon-download" @click="handleExport">
{{ $t('common:button:export') }}
</el-button>
</el-form-item>
</el-form>
</template>
<template slot="main-container">
<el-table v-adaptive="{ bottomOffset: 60 }" v-loading="loading" :data="list" stripe height="100"
@sort-change="handleSortChange">
<!-- 是否加急 -->
<el-table-column prop="OriginalReReadingTask.IsUrgent" :label="$t('trials:rereadTrack:table:isUrgent')"
show-overflow-tooltip width="120" sortable="custom">
<template slot-scope="scope">
<el-tag v-if="scope.row.OriginalReReadingTask.IsUrgent" type="danger">{{
$fd('YesOrNo', scope.row.OriginalReReadingTask.IsUrgent)
}}</el-tag>
<el-tag v-else type="primary">{{
$fd('YesOrNo', scope.row.OriginalReReadingTask.IsUrgent)
}}</el-tag>
</template>
</el-table-column>
<!-- 中心编号 -->
<el-table-column prop="OriginalReReadingTask.TrialSiteCode" :label="$t('trials:rereadTrack:table:siteCode')"
min-width="100" sortable="custom" show-overflow-tooltip />
<!-- 受试者编号 -->
<el-table-column prop="OriginalReReadingTask.SubjectCode" :label="$t('trials:rereadTrack:table:subjectCode')"
min-width="150" sortable="custom" show-overflow-tooltip>
<template slot-scope="scope">
<span>
{{ getSubjectCode(scope.row.OriginalReReadingTask) }}
</span>
</template>
</el-table-column>
<!-- 任务名称 -->
<el-table-column prop="OriginalReReadingTask.TaskName" :label="$t('trials:rereadTrack:table:taskName')"
width="140" sortable="custom" show-overflow-tooltip>
<template slot-scope="scope">
<span v-if="
scope.row.OriginalReReadingTask.TaskBlindName &&
scope.row.OriginalReReadingTask.TaskName !==
scope.row.OriginalReReadingTask.TaskBlindName
">
{{
`${scope.row.OriginalReReadingTask.TaskName}/${scope.row.OriginalReReadingTask.TaskBlindName}`
}}
</span>
<span v-else>{{ scope.row.OriginalReReadingTask.TaskName }}</span>
</template>
</el-table-column>
<!-- 盲态任务标识 -->
<!-- <el-table-column
prop="OriginalReReadingTask.TaskBlindName"
:label="$t('trials:rereadTrack:table:blindName')"
width="160"
sortable="custom"
show-overflow-tooltip
/> -->
<!-- 任务创建时间 -->
<!-- <el-table-column
prop="OriginalReReadingTask.CreateTime"
:label="$t('trials:rereadTrack:table:createTime')"
width="180"
sortable="custom"
show-overflow-tooltip
/> -->
<!-- 任务状态 -->
<!-- <el-table-column
prop="OriginalReReadingTask.TaskState"
:label="$t('trials:rereadTrack:table:taskStatus')"
width="160"
sortable="custom"
show-overflow-tooltip
>
<template slot-scope="scope">
<el-tag v-if="scope.row.OriginalReReadingTask.TaskState === 0" type="primary">{{ $fd('TaskState', scope.row.OriginalReReadingTask.TaskState) }}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.TaskState === 1" type="info">{{ $fd('TaskState', scope.row.OriginalReReadingTask.TaskState) }}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.TaskState === 3" type="danger">{{ $fd('TaskState', scope.row.OriginalReReadingTask.TaskState) }}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.TaskState === 4" type="warning">{{ $fd('TaskState', scope.row.OriginalReReadingTask.TaskState) }}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.TaskState === 5" type="danger">{{ $fd('TaskState', scope.row.OriginalReReadingTask.TaskState) }}</el-tag>
</template>
</el-table-column> -->
<!-- 任务类型 -->
<el-table-column prop="OriginalReReadingTask.ReadingCategory" :label="$t('trials:rereadTrack:table:taskType')"
width="140" sortable="custom" show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.OriginalReReadingTask.ReadingCategory === 1" type="primary">{{
$fd(
'ReadingCategory',
scope.row.OriginalReReadingTask.ReadingCategory
)
}}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.ReadingCategory === 2" type="info">{{
$fd(
'ReadingCategory',
scope.row.OriginalReReadingTask.ReadingCategory
)
}}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.ReadingCategory === 4" type="danger">{{
$fd(
'ReadingCategory',
scope.row.OriginalReReadingTask.ReadingCategory
)
}}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.ReadingCategory === 5" type="warning">{{
$fd(
'ReadingCategory',
scope.row.OriginalReReadingTask.ReadingCategory
)
}}</el-tag>
</template>
</el-table-column>
<!-- 阅片人 -->
<el-table-column prop="OriginalReReadingTask.UserName" :label="$t('trials:rereadTrack:table:reader')"
width="120" sortable="custom" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.OriginalReReadingTask.UserName }}({{
scope.row.OriginalReReadingTask.FullName
}})
</template>
</el-table-column>
<!-- 角色 -->
<el-table-column prop="OriginalReReadingTask.ArmEnum" :label="$t('trials:rereadTrack:table:role')"
sortable="custom" width="100" show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.OriginalReReadingTask.ArmEnum === 1" type="primary">{{
$fd('ArmEnum', scope.row.OriginalReReadingTask.ArmEnum)
}}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.ArmEnum === 2" type="success">{{
$fd('ArmEnum', scope.row.OriginalReReadingTask.ArmEnum)
}}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.ArmEnum === 3" type="info">{{
$fd('ArmEnum', scope.row.OriginalReReadingTask.ArmEnum)
}}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.ArmEnum === 4" type="danger">{{
$fd('ArmEnum', scope.row.OriginalReReadingTask.ArmEnum)
}}</el-tag>
<el-tag v-if="scope.row.OriginalReReadingTask.ArmEnum === 5" type="warning">{{
$fd('ArmEnum', scope.row.OriginalReReadingTask.ArmEnum)
}}</el-tag>
</template>
</el-table-column>
<!-- 阅片标准 -->
<el-table-column prop="OriginalReReadingTask.TrialReadingCriterionName"
:label="$t('trials:rereadTrack:table:criterionName')" width="160" sortable="custom" show-overflow-tooltip />
<!-- 阅片完成时间 -->
<el-table-column prop="OriginalReReadingTask.SignTime" :label="$t('trials:rereadTrack:table:signTime')"
width="210" sortable="custom" show-overflow-tooltip />
<!-- 申请类型 -->
<el-table-column prop="RequestReReadingType" :label="$t('trials:rereadTrack:table:applyType')" width="120"
sortable="custom" show-overflow-tooltip>
<template slot-scope="scope">
<div v-if="scope.row.RequestReReadingType">
<el-tag v-if="scope.row.RequestReReadingType === 2" type="danger">{{
$fd('RequestReReadingType', scope.row.RequestReReadingType)
}}</el-tag>
<el-tag v-else type="primary">{{
$fd('RequestReReadingType', scope.row.RequestReReadingType)
}}</el-tag>
</div>
</template>
</el-table-column>
<!-- 申请时间 -->
<el-table-column prop="RequestReReadingTime" :label="$t('trials:rereadTrack:table:applyTime')" width="160"
sortable="custom" show-overflow-tooltip />
<!-- 申请原因 -->
<el-table-column prop="RequestReReadingReason" :label="$t('trials:rereadTrack:table:applyReason')" width="180"
sortable="custom" show-overflow-tooltip />
<!-- 审批结果 -->
<el-table-column prop="RequestReReadingResultEnum" :label="$t('trials:rereadTrack:table:approvalResult')"
width="120" sortable="custom" show-overflow-tooltip>
<template slot-scope="scope">
<div v-if="
scope.row.RequestReReadingResultEnum ||
scope.row.RequestReReadingResultEnum === 0
">
<el-tooltip v-if="scope.row.RequestReReadingResultEnum === 2" class="item" effect="dark" placement="top">
<div slot="content">
{{ scope.row.RequestReReadingRejectReason }}
</div>
<el-tag type="danger">{{
$fd(
'RequestReReadingResult',
scope.row.RequestReReadingResultEnum
)
}}</el-tag>
</el-tooltip>
<el-tag v-else-if="scope.row.RequestReReadingResultEnum === 1" type="primary">{{
$fd(
'RequestReReadingResult',
scope.row.RequestReReadingResultEnum
)
}}</el-tag>
<el-tag v-else-if="scope.row.RequestReReadingResultEnum === 0" type="warning">{{
$fd(
'RequestReReadingResult',
scope.row.RequestReReadingResultEnum
)
}}</el-tag>
<el-tag v-else type="info">{{
$fd(
'RequestReReadingResult',
scope.row.RequestReReadingResultEnum
)
}}</el-tag>
</div>
</template>
</el-table-column>
<!-- 新任务编号 -->
<!-- <el-table-column
prop="ReReadingNewTaskCode"
:label="$t('trials:rereadTrack:table:newTaskCode')"
width="160"
sortable="custom"
show-overflow-tooltip
/> -->
<el-table-column v-if="hasPermi(['trials:trials-panel:reReadingTracking:edit'])" fixed="right"
:label="$t('common:action:action')" width="210">
<template slot-scope="scope">
<!-- 同意 -->
<!-- <el-button :disabled="!!scope.row.RequestReReadingResultEnum ||
scope.row.RequestReReadingType === 2
" icon="el-icon-check" circle :title="$t('trials:rereadTrack:table:agree')"
@click="openReReadingOrBackList(scope.row, 1)" /> -->
<!-- 拒绝 -->
<!-- <el-button :disabled="!!scope.row.RequestReReadingResultEnum ||
scope.row.RequestReReadingType === 2
" icon="el-icon-close" circle :title="$t('trials:rereadTrack:table:reject')"
@click="confirmReReading(scope.row, 2, true)" /> -->
<el-button :disabled="!!scope.row.RequestReReadingResultEnum ||
scope.row.RequestReReadingType === 2
" icon="el-icon-edit-outline" circle :title="$t('trials:rereadTrack:table:Approval')"
@click="audit(scope.row)" />
<!-- 已影响任务列表 -->
<el-button :disabled="scope.row.RequestReReadingResultEnum !== 1" icon="el-icon-document-copy" circle
:title="$t('trials:rereadTrack:table:influenceTaskList')" @click="getInfluencedTaskList(scope.row)" />
<!-- 新任务 -->
<el-button :disabled="!scope.row.ReReadingNewTaskCode" icon="el-icon-link" circle
:title="$t('trials:rereadTrack:table:newTask')" @click="getNewTaskList(scope.row)" />
</template>
</el-table-column>
</el-table>
<!-- 分页组件 -->
<pagination class="page" :total="total" :page.sync="searchData.PageIndex" :limit.sync="searchData.PageSize"
@pagination="getList" />
<base-model v-if="config.visible" :config="config">
<template slot="dialog-body">
<el-form ref="imageBackform" :model="form" class="demo-form-inline" :rules="rules"
:label-width="isEN ? '200px' : '150px'">
<el-form-item :label="$t('trials:rereadTrack:table:Matters')" prop="Matters">
<span>{{ rowData.title }}</span>
</el-form-item>
<el-form-item :label="$t('trials:rereadTrack:form:ApplyReason')" prop="ApplyReason">
<span>{{ rowData.RequestReReadingReason }}</span>
</el-form-item>
<el-form-item :label="$t('trials:rereadTrack:form:IsAgree')" prop="RequestReReadingResultEnum">
<el-radio-group v-model="form.RequestReReadingResultEnum">
<el-radio :label="1">{{ $t('trials:rereadTrack:button:auditYes') }}</el-radio>
<el-radio :label="2">{{ $t('trials:rereadTrack:button:auditNo') }}</el-radio>
</el-radio-group>
</el-form-item>
<el-form-item :label="$t('trials:rereadTrack:form:ResultRemark')"
v-if="form.RequestReReadingResultEnum !== 2" key="1">
<el-input type="textarea" :autosize="{ minRows: 2, maxRows: 4 }" placeholder=""
v-model="form.RequestReReadingRejectReason">
</el-input>
</el-form-item>
<el-form-item :label="$t('trials:rereadTrack:form:ResultRemark')" prop="RequestReReadingRejectReason" v-else
key="2">
<el-input type="textarea" :autosize="{ minRows: 2, maxRows: 4 }" placeholder=""
v-model="form.RequestReReadingRejectReason">
</el-input>
</el-form-item>
<el-form-item :label="$t('trials:reviewTrack:dialog:backImpactList')" />
<el-table v-loading="loading" :data="InfluenceTaskList" stripe height="100"
style="min-height:200px;max-height: 300px">
<!-- 任务编号 -->
<el-table-column prop="TaskCode" :label="$t('trials:reviewTrack:table:taskCode')" min-width="100"
show-overflow-tooltip />
<!-- 中心编号 -->
<el-table-column prop="TrialSiteCode" :label="$t('trials:reviewTrack:table:siteCode')" min-width="100"
show-overflow-tooltip />
<!-- 受试者编号 -->
<el-table-column prop="SubjectCode" :label="$t('trials:reviewTrack:table:subjectCode')" min-width="120"
show-overflow-tooltip>
<template slot-scope="scope">
<span v-if="
scope.row.BlindSubjectCode &&
scope.row.BlindSubjectCode !== scope.row.SubjectCode
">
{{ `${scope.row.SubjectCode}/${scope.row.BlindSubjectCode}` }}
</span>
<span v-else>{{ scope.row.SubjectCode }}</span>
</template>
</el-table-column>
<!-- 任务名称 -->
<el-table-column prop="VisitTaskNum" :label="$t('trials:reviewTrack:table:taskName')" min-width="120"
show-overflow-tooltip>
<template slot-scope="scope">
<span v-if="
scope.row.TaskBlindName &&
scope.row.TaskName !== scope.row.TaskBlindName
">
{{ `${scope.row.TaskName}/${scope.row.TaskBlindName}` }}
</span>
<span v-else>{{ scope.row.TaskName }}</span>
</template>
</el-table-column>
<!-- 盲态任务标识 -->
<!-- <el-table-column
prop="TaskBlindName"
:label="$t('trials:reviewTrack:table:blindName')"
min-width="120"
show-overflow-tooltip
/> -->
<!-- 阅片标准 -->
<el-table-column prop="TrialReadingCriterionName" :label="$t('trials:reviewTrack:table:criterionName')"
min-width="100" show-overflow-tooltip />
<!-- 任务状态 -->
<el-table-column prop="TaskState" :label="$t('trials:reviewTrack:table:taskStatus')" min-width="100"
show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.TaskState === 0" type="primary">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
<el-tag v-if="scope.row.TaskState === 1" type="info">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
<el-tag v-if="scope.row.TaskState === 3" type="danger">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
<el-tag v-if="scope.row.TaskState === 4" type="warning">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
<el-tag v-if="scope.row.TaskState === 5" type="danger">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
</template>
</el-table-column>
<!-- 任务类型 -->
<el-table-column prop="ReadingCategory" min-width="100" :label="$t('trials:reviewTrack:table:taskType')"
show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.ReadingCategory === 1" type="primary">{{
$fd('ReadingCategory', scope.row.ReadingCategory)
}}</el-tag>
<el-tag v-if="scope.row.ReadingCategory === 2" type="info">{{
$fd('ReadingCategory', scope.row.ReadingCategory)
}}</el-tag>
<el-tag v-if="scope.row.ReadingCategory === 4" type="danger">{{
$fd('ReadingCategory', scope.row.ReadingCategory)
}}</el-tag>
<el-tag v-if="scope.row.ReadingCategory === 5" type="warning">{{
$fd('ReadingCategory', scope.row.ReadingCategory)
}}</el-tag>
</template>
</el-table-column>
<!-- 阅片状态 -->
<el-table-column prop="ReadingTaskState" :label="$t('trials:reviewTrack:table:readingStatus')"
min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.ReadingTaskState === 2" type="primary">{{
$fd('ReadingTaskState', scope.row.ReadingTaskState)
}}</el-tag>
<el-tag v-else type="danger">{{
$fd('ReadingTaskState', scope.row.ReadingTaskState)
}}</el-tag>
</template>
</el-table-column>
<!-- 生效后影响 -->
<el-table-column prop="OptType" :label="$t('trials:reviewTrack:applyReread:title:postEffectiveImpacts')
" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.OptType === 0" type="primary">{{
$fd('ReReadingOrBackOptType', scope.row.OptType)
}}</el-tag>
<el-tag v-if="scope.row.OptType === 1" type="danger">{{
$fd('ReReadingOrBackOptType', scope.row.OptType)
}}</el-tag>
<el-tag v-if="scope.row.OptType === 2" type="warning">{{
$fd('ReReadingOrBackOptType', scope.row.OptType)
}}</el-tag>
</template>
</el-table-column>
<!-- 阅片人 -->
<el-table-column prop="UserName" :label="$t('trials:reviewTrack:table:reader')" min-width="160"
show-overflow-tooltip>
<template v-if="scope.row.DoctorUser" slot-scope="scope">
{{ scope.row.DoctorUser.UserName }}({{
scope.row.DoctorUser.FullName
}})
</template>
</el-table-column>
</el-table>
</el-form>
</template>
<template slot="dialog-footer">
<el-button type="primary" @click="auditImageBack" :loading="loading">
{{ $t('common:button:confirm') }}
</el-button>
<el-button @click="config.visible = false" :loading="loading">
{{ $t('common:button:cancel') }}
</el-button>
</template>
</base-model>
<el-dialog :title="$t('trials:rereadTrack:reject:title:reject')" :visible.sync="ConfirmReReadingVisible"
width="600px" append-to-body :close-on-click-modal="false" custom-class="base-dialog-wrapper">
<div style="
padding: 10px;
border: 1px solid #e0e0e0;
max-height: 650px;
overflow-y: auto;
" v-if="ConfirmReReadingVisible">
<el-form ref="reasonForm" :rules="rules" :model="ConfirmReReadingForm" class="demo-ruleForm" size="small"
label-width="120px">
<!-- 驳回原因 -->
<el-form-item :label="$t('trials:rereadTrack:reject:title:reason')" prop="RequestReReadingRejectReason">
<el-input v-model="ConfirmReReadingForm.RequestReReadingRejectReason" type="textarea"
:autosize="{ minRows: 2, maxRows: 4 }" :placeholder="$t('common:ruleMessage:specify')" maxlength="500"
show-word-limit />
</el-form-item>
</el-form>
</div>
<div slot="footer" class="dialog-footer" v-if="ConfirmReReadingVisible">
<!-- 取消 -->
<el-button :disabled="btnLoading" size="small" type="primary" @click="
ConfirmReReadingVisible = false
ConfirmReReadingForm = { RequestReReadingRejectReason: null }
">
{{ $t('common:button:cancel') }}
</el-button>
<!-- 保存 -->
<el-button :loading="btnLoading" size="small" type="primary" @click="confirmSign(2)">
{{ $t('common:button:save') }}
</el-button>
</div>
</el-dialog>
<!-- 退回影响任务列表/已影响任务列表 -->
<el-dialog v-if="ReReadingOrBackVisible" :title="opentype === 'read'
? $t('trials:reviewTrack:dialog:backImpactList')
: $t('trials:reviewTrack:dialog:impactList')
" :visible.sync="ReReadingOrBackVisible" width="1460px" append-to-body :close-on-click-modal="false"
custom-class="base-dialog-wrapper">
<div class="base-dialog-body">
<el-table v-loading="loading" :data="InfluenceTaskList" stripe height="100" style="min-height: 400px">
<!-- 任务编号 -->
<el-table-column prop="TaskCode" :label="$t('trials:reviewTrack:table:taskCode')" min-width="100"
show-overflow-tooltip />
<!-- 中心编号 -->
<el-table-column prop="TrialSiteCode" :label="$t('trials:reviewTrack:table:siteCode')" min-width="100"
show-overflow-tooltip />
<!-- 受试者编号 -->
<el-table-column prop="SubjectCode" :label="$t('trials:reviewTrack:table:subjectCode')" min-width="120"
show-overflow-tooltip>
<template slot-scope="scope">
<span v-if="
scope.row.BlindSubjectCode &&
scope.row.BlindSubjectCode !== scope.row.SubjectCode
">
{{ `${scope.row.SubjectCode}/${scope.row.BlindSubjectCode}` }}
</span>
<span v-else>{{ scope.row.SubjectCode }}</span>
</template>
</el-table-column>
<!-- 任务名称 -->
<el-table-column prop="VisitTaskNum" :label="$t('trials:reviewTrack:table:taskName')" min-width="120"
show-overflow-tooltip>
<template slot-scope="scope">
<span v-if="
scope.row.TaskBlindName &&
scope.row.TaskName !== scope.row.TaskBlindName
">
{{ `${scope.row.TaskName}/${scope.row.TaskBlindName}` }}
</span>
<span v-else>{{ scope.row.TaskName }}</span>
</template>
</el-table-column>
<!-- 盲态任务标识 -->
<!-- <el-table-column
prop="TaskBlindName"
:label="$t('trials:reviewTrack:table:blindName')"
min-width="120"
show-overflow-tooltip
/> -->
<!-- 阅片标准 -->
<el-table-column prop="TrialReadingCriterionName" :label="$t('trials:reviewTrack:table:criterionName')"
min-width="100" show-overflow-tooltip />
<!-- 任务状态 -->
<el-table-column prop="TaskState" :label="$t('trials:reviewTrack:table:taskStatus')" min-width="100"
show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.TaskState === 0" type="primary">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
<el-tag v-if="scope.row.TaskState === 1" type="info">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
<el-tag v-if="scope.row.TaskState === 3" type="danger">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
<el-tag v-if="scope.row.TaskState === 4" type="warning">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
<el-tag v-if="scope.row.TaskState === 5" type="danger">{{
$fd('TaskState', scope.row.TaskState)
}}</el-tag>
</template>
</el-table-column>
<!-- 任务类型 -->
<el-table-column prop="ReadingCategory" min-width="100" :label="$t('trials:reviewTrack:table:taskType')"
show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.ReadingCategory === 1" type="primary">{{
$fd('ReadingCategory', scope.row.ReadingCategory)
}}</el-tag>
<el-tag v-if="scope.row.ReadingCategory === 2" type="info">{{
$fd('ReadingCategory', scope.row.ReadingCategory)
}}</el-tag>
<el-tag v-if="scope.row.ReadingCategory === 4" type="danger">{{
$fd('ReadingCategory', scope.row.ReadingCategory)
}}</el-tag>
<el-tag v-if="scope.row.ReadingCategory === 5" type="warning">{{
$fd('ReadingCategory', scope.row.ReadingCategory)
}}</el-tag>
</template>
</el-table-column>
<!-- 阅片状态 -->
<el-table-column prop="ReadingTaskState" :label="$t('trials:reviewTrack:table:readingStatus')"
min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.ReadingTaskState === 2" type="primary">{{
$fd('ReadingTaskState', scope.row.ReadingTaskState)
}}</el-tag>
<el-tag v-else type="danger">{{
$fd('ReadingTaskState', scope.row.ReadingTaskState)
}}</el-tag>
</template>
</el-table-column>
<!-- 生效后影响 -->
<el-table-column prop="OptType" :label="$t('trials:reviewTrack:applyReread:title:postEffectiveImpacts')
" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<el-tag v-if="scope.row.OptType === 0" type="primary">{{
$fd('ReReadingOrBackOptType', scope.row.OptType)
}}</el-tag>
<el-tag v-if="scope.row.OptType === 1" type="danger">{{
$fd('ReReadingOrBackOptType', scope.row.OptType)
}}</el-tag>
<el-tag v-if="scope.row.OptType === 2" type="warning">{{
$fd('ReReadingOrBackOptType', scope.row.OptType)
}}</el-tag>
</template>
</el-table-column>
<!-- 阅片人 -->
<el-table-column prop="UserName" :label="$t('trials:reviewTrack:table:reader')" min-width="160"
show-overflow-tooltip>
<template v-if="scope.row.DoctorUser" slot-scope="scope">
{{ scope.row.DoctorUser.UserName }}({{
scope.row.DoctorUser.FullName
}})
</template>
</el-table-column>
</el-table>
</div>
<div v-if="opentype === 'read'" slot="footer" class="dialog-footer">
<!-- 取消 -->
<el-button :disabled="btnLoading" size="small" type="primary" @click="ReReadingOrBackVisible = false">
{{ $t('common:button:cancel') }}
</el-button>
<!-- 保存 -->
<el-button :loading="btnLoading" size="small" type="primary" @click="confirmSign(1)">
{{ $t('common:button:save') }}
</el-button>
</div>
</el-dialog>
<!-- 签名框 -->
<el-dialog v-if="signVisible" :destroy-on-close="true" :visible.sync="signVisible" :close-on-click-modal="false"
append-to-body width="600px" custom-class="base-dialog-wrapper">
<div slot="title">
<span style="font-size: 18px">{{
$t('common:dialogTitle:sign')
}}</span>
<span style="font-size: 12px; margin-left: 5px">{{
`(${$t('common:label:sign')}${currentUser})`
}}</span>
</div>
<SignForm ref="signForm" :sign-code-enum="signCode" @closeDialog="closeSignDialog" />
</el-dialog>
</template>
</BaseContainer>
</template>
<script>
import {
getTrialCriterionList,
applyReReading,
getTrialSiteCodeSelect,
getInfluencedTaskList,
getReReadingOrBackInfluenceTaskList,
confirmReReading,
getReReadingTaskList,
assignSubjectTaskToDoctor,
manualAssignDoctorApplyTask,
autoSubjectAssignDoctor,
getTaskAllocationRuleList,
getSubjectAssignList,
assignSubjectDoctor,
cancelSubjectAssignDoctor,
deleteTaskAllocationRule,
configTrialTaskInfo,
getDoctorUserSelectList,
} from '@/api/trials/reading'
import { getReReadingTaskList_Export } from '@/api/export'
import BaseContainer from '@/components/BaseContainer'
import Pagination from '@/components/Pagination'
import { getToken } from '@/utils/auth'
import const_ from '@/const/sign-code'
import { changeURLStatic } from '@/utils/history.js'
import SignForm from '@/views/trials/components/newSignForm'
import baseModel from '@/components/BaseModel'
const searchDataDefault = () => {
return {
PageIndex: 1,
PageSize: 20,
Asc: true,
SortField: '',
TrialId: null,
TrialSiteId: null,
SubjectId: null,
SubjectCode: null,
TrialSiteCode: null,
IsUrgent: null,
TaskName: null,
TaskState: null,
DoctorUserId: null,
ReadingCategory: null,
TaskAllocationState: null,
BeginAllocateDate: null,
EndAllocateDate: null,
RootReReadingTaskId: null,
TrialReadingCriterionId: null,
RequestReReadingType: null,
ReReadingApplyState: null,
CompleteClinicalDataEnum: null,
ArmEnum: null,
BeginRequestReReadingTime: null,
EndRequestReReadingTime: null,
RequestReReadingReason: null,
}
}
export default {
name: 'TrialsNotice',
components: { BaseContainer, Pagination, SignForm, baseModel },
data() {
return {
searchData: searchDataDefault(),
signVisible: false,
ReReadingOrBackVisible: false,
InfluenceTaskList: [],
maxLength: 0,
list: [],
siteOptions: [],
opentype: '',
currentUser: zzSessionStorage.getItem('userName'),
signCode: null,
total: 0,
SubjectAssignListTotal: 0,
loading: false,
AllocationConfigVisible: false,
ConfirmReReadingForm: {
RequestReReadingRejectReason: null,
},
rules: {
RequestReReadingRejectReason: [
{
required: true,
message: this.$t('common:ruleMessage:specify'),
trigger: 'blur',
},
],
},
ConfirmReReadingVisible: false,
taskAllocationRuleVisible: false,
AutoAlloctionVisible: false,
manualAllocationVisible: false,
trialId: this.$route.query.trialId,
currentData: {},
param: {},
DoctorUserList: [],
TaskAllocationRuleList: [],
btnLoading: false,
value: true,
value1: true,
TrialTaskInfo: {
TrialId: null,
TaskAllocateObjEnum: 0,
FollowVisitAutoAssignDefaultState: 0,
FollowGlobalVisitAutoAssignDefaultState: 0,
TaskAllocateDefaultState: 1,
},
title: '',
rowData: {},
timeList: [],
SubjectAssignList: [],
SubjectAssignSelectList: [],
TaskAllocationRuleSelectList: [],
readVisible: false,
TaskOptType: null,
OtherInfo: null,
ReadingType: null,
trialCriterionList: [],
config: {
visible: false,
title: this.$t("trials:rereadTrack:confirmMessage:imageBack"),
width: '1000px',
appendToBody: true,
},
form: {
RequestReReadingResultEnum: null,
RequestReReadingRejectReason: null
},
rules: {
RequestReReadingResultEnum: [
{
required: true,
message: this.$t('common:ruleMessage:select'),
trigger: ['blur', 'change'],
},
],
RequestReReadingRejectReason: [
{
required: true,
message: this.$t('common:ruleMessage:specify'),
trigger: ['blur', 'change'],
},
]
}
}
},
computed: {
isEN() {
return this.$i18n.locale !== 'zh'
},
},
mounted() {
if (this.$route.query.TrialSiteId) {
this.searchData.TrialSiteId = this.$route.query.TrialSiteId
this.searchData.SubjectCode = this.$route.query.SubjectCode
this.searchData.TaskName = this.$route.query.TaskName
this.searchData.DoctorUserId = this.$route.query.DoctorUserId
changeURLStatic('TrialSiteId', '')
changeURLStatic('SubjectCode', '')
changeURLStatic('TaskName', '')
changeURLStatic('DoctorUserId', '')
}
this.getList()
this.getSite()
this.getDoctorUserSelectList()
this.getTrialCriterionList()
},
methods: {
getSubjectCode(obj) {
let str = obj.SubjectCode
if (obj.MedicalNo && obj.MedicalNo !== obj.SubjectCode) {
str += `/${obj.MedicalNo}`
}
if (obj.BlindSubjectCode && obj.BlindSubjectCode !== obj.SubjectCode) {
str += `/${obj.BlindSubjectCode}`
}
return str
},
async auditImageBack() {
try {
console.log(this.form)
let validate = await this.$refs.imageBackform.validate()
if (!validate) return false
this.confirmSign(this.form.RequestReReadingResultEnum)
} catch (err) {
console.log(err)
}
},
async audit(row) {
try {
this.rowData = Object.assign({}, row)
this.rowData.title = `${row.ApplicantName} (${this.$fd('RequestReReadingType', row.RequestReReadingType)}) ${this.$t('trials:rereadTrack:title:imageBack').replace('xxx', row.OriginalReReadingTask.SubjectCode).replace('yyy', row.OriginalReReadingTask.TaskBlindName)}`
Object.keys(this.form).forEach(key => {
this.form[key] = null
})
this.loading = true
let res = await getReReadingOrBackInfluenceTaskList(
row.OriginalReReadingTaskId,
true,
row.Id
)
if (res.IsSuccess) {
this.InfluenceTaskList = res.Result
this.config.visible = true
this.loading = false
}
} catch (err) {
this.loading = false
console.log(err)
}
},
handleExport() {
getReReadingTaskList_Export(this.searchData)
.then((res) => { })
.catch(() => {
this.loading = false
})
},
getTrialCriterionList() {
getTrialCriterionList(this.trialId)
.then((res) => {
this.trialCriterionList = res.Result
})
.catch(() => { })
},
getInfluencedTaskList(row) {
this.loading = true
this.opentype = 'look'
this.rowData = { ...row }
getInfluencedTaskList(row.OriginalReReadingTaskId).then((res) => {
this.InfluenceTaskList = res.Result
this.ReReadingOrBackVisible = true
this.loading = false
})
},
openReReadingOrBackList(row) {
this.loading = true
this.opentype = 'read'
this.rowData = { ...row }
getReReadingOrBackInfluenceTaskList(
row.OriginalReReadingTaskId,
true,
row.Id
)
.then((res) => {
this.InfluenceTaskList = res.Result
this.ReReadingOrBackVisible = true
this.loading = false
})
.catch(() => {
this.loading = false
})
},
lookReadingResults(row) {
var token = getToken()
var path
if (row.ReadingTool === 0 || row.ReadingTool === 2|| row.ReadingTool === 3) {
path = `/readingDicoms?trialId=${this.trialId}&subjectCode=${row.SubjectCode}&subjectId=${row.SubjectId}&visitTaskId=${row.Id}&isReadingTaskViewInOrder=${row.IsReadingTaskViewInOrder}&criterionType=${row.CriterionType}&readingTool=${row.ReadingTool}&TokenKey=${token}`
} else {
path = `/noneDicomReading?trialId=${this.trialId}&subjectCode=${row.SubjectCode}&subjectId=${row.SubjectId}&visitTaskId=${row.Id}&isReadingTaskViewInOrder=${row.IsReadingTaskViewInOrder}&criterionType=${row.CriterionType}&readingTool=${row.ReadingTool}&TokenKey=${token}`
}
// const routeData = this.$router.resolve({
// path: `/readingPage?subjectId=${row.SubjectId}&trialId=${row.TrialId}&visitTaskId=${row.Id}&TokenKey=${token}`
// })
window.open(path, '_blank')
},
// 申请重阅
applyReReading(row) {
// '确定要申请重阅?'
this.$confirm(this.$t('trials:rereadTrack:message:msg1')).then(() => {
this.loading = true
this.btnLoading = true
var params = {
TaskIdList: [row.NewReReadingTaskId],
TrialId: this.$route.query.trialId,
RequestReReadingType: 2,
RequestReReadingReason: '',
}
applyReReading(params)
.then(() => {
this.loading = false
this.btnLoading = false
// 申请重阅成功
this.$message.success(this.$t('trials:rereadTrack:message:msg2'))
this.getList()
})
.catch(() => {
this.loading = false
this.btnLoading = false
})
})
},
confirmSign(type) {
const { HeavyReadingApproval } = const_.processSignature
this.type = type
if (type === 2) {
return this.$refs.imageBackform.validate((validate) => {
if (validate) {
this.signCode = HeavyReadingApproval
this.signVisible = true
}
})
}
this.signCode = HeavyReadingApproval
this.signVisible = true
},
closeSignDialog(isSign, signInfo) {
if (isSign) {
this.confirmReReading(this.rowData, this.type, false, signInfo)
} else {
this.signVisible = false
}
},
async confirmReReading(row, type, open, signInfo) {
if (open) {
this.rowData = { ...row }
this.ConfirmReReadingVisible = true
this.ConfirmReReadingForm = {
RequestReReadingRejectReason: null,
}
return
}
if (type === 2) {
let valid = await this.$refs.imageBackform.validate()
if (!valid) return
var params = {
data: {
ConfirmReReadingList: [
{
Id: row.Id,
OriginalReReadingTaskId: row.OriginalReReadingTaskId,
RootReReadingTaskId: row.RootReReadingTaskId,
NewReReadingTaskId: row.NewReReadingTaskId,
},
],
RequestReReadingRejectReason:
this.form.RequestReReadingRejectReason,
TrialId: this.$route.query.trialId,
RequestReReadingResultEnum: type,
},
signInfo: signInfo,
}
this.loading = true
this.btnLoading = true
try {
await confirmReReading(params)
this.loading = false
this.btnLoading = false
// 同意申请成功/拒绝申请成功
let message =
type === 1
? this.$t('trials:rereadTrack:message:msg3')
: this.$t('trials:rereadTrack:message:msg4')
this.$message.success(message)
// this.$refs['signForm'].btnLoading = false
this.signVisible = false
this.getList()
this.config.visible = false
} catch (e) {
console.log(e)
this.loading = false
this.$refs['signForm'].btnLoading = false
this.btnLoading = false
}
return
}
var params = {
data: {
ConfirmReReadingList: [
{
Id: row.Id,
OriginalReReadingTaskId: row.OriginalReReadingTaskId,
RootReReadingTaskId: row.RootReReadingTaskId,
NewReReadingTaskId: row.NewReReadingTaskId,
},
],
TrialId: this.$route.query.trialId,
RequestReReadingResultEnum: type,
},
signInfo: signInfo,
}
this.loading = true
this.btnLoading = true
try {
let res = await confirmReReading(params)
this.loading = false
this.btnLoading = false
this.$refs['signForm'].btnLoading = false
if (res.ErrorMessage) {
let alert = await this.$alert(res.ErrorMessage)
if (alert !== 'confirm') return
this.config.visible = false
this.signVisible = false
this.getList()
} else {
// 同意申请成功/拒绝申请成功
let message =
type === 1
? this.$t('trials:rereadTrack:message:msg3')
: this.$t('trials:rereadTrack:message:msg4')
this.$message.success(message)
this.config.visible = false
this.signVisible = false
this.getList()
}
} catch (e) {
this.loading = false
this.$refs['signForm'].btnLoading = false
this.btnLoading = false
}
},
assignSubjectTaskToDoctor(row, type) {
this.rowData = { ...row }
this.rowData.TaskOptType = type
if (type === 1 || type === 2) {
this.readVisible = true
} else if (type === 3) {
this.$confirm('是否确定分配').then(() => {
this.btnLoading = true
this.loading = true
var params = Object.assign({}, this.rowData)
assignSubjectTaskToDoctor(params)
.then(() => {
this.$message.success(this.$t('common:message:savedSuccessfully'))
this.btnLoading = false
this.loading = false
this.readVisible = false
this.getList()
})
.catch(() => {
this.btnLoading = false
this.loading = false
})
})
} else if (type === 4) {
this.$confirm('是否确定取消分配').then(() => {
this.btnLoading = true
this.loading = true
var params = Object.assign({}, this.rowData)
assignSubjectTaskToDoctor(params)
.then(() => {
this.$message.success(this.$t('common:message:savedSuccessfully'))
this.btnLoading = false
this.loading = false
this.readVisible = false
this.getList()
})
.catch(() => {
this.btnLoading = false
this.loading = false
})
})
}
},
assignSubjectTaskToDoctorSave() {
this.$refs.readDataForm.validate((valid) => {
if (!valid) return
this.btnLoading = true
this.loading = true
var params = Object.assign({}, this.rowData)
assignSubjectTaskToDoctor(params)
.then(() => {
this.$message.success(this.$t('common:message:savedSuccessfully'))
this.btnLoading = false
this.loading = false
this.readVisible = false
this.getList()
})
.catch(() => {
this.btnLoading = false
this.loading = false
})
})
},
manualAssignDoctorApplyTask(row) {
console.log(row)
var params = {
TrialId: this.trialId,
}
if (row) {
params.SubjectDoctorUserList = [row]
}
this.$confirm('确定将当前已分配阅片人应用到任务?').then(() => {
this.loading = true
this.btnLoading = true
manualAssignDoctorApplyTask(params)
.then(() => {
this.loading = false
this.btnLoading = false
this.$message.success('应用成功')
this.getList()
this.openAutoAlloction()
})
.catch(() => {
this.loading = false
this.btnLoading = false
})
})
},
autoSubjectAssignDoctor() {
this.$confirm('确定执行自动分配?').then(() => {
this.loading = true
this.btnLoading = true
autoSubjectAssignDoctor({ TrialId: this.trialId })
.then(() => {
this.loading = false
this.btnLoading = false
this.$message.success('自动分配成功')
this.getList()
this.openAutoAlloction()
})
.catch(() => {
this.loading = false
this.btnLoading = false
})
})
},
handleSaveTaskAllocationRuleSelectList() {
if (this.TaskAllocationRuleSelectList.length === 0) {
this.$alert('请选择阅片人')
return
}
var num
if (this.ReadingType === 2) {
num = 2
} else {
num = 1
}
if (this.TaskAllocationRuleSelectList.length !== num) {
this.$alert(
`当前阅片模式为${this.$fd(
'ReadingMethod',
this.ReadingType
)},请选择正确阅片人数量`
)
return
}
this.loading = true
this.btnLoading = true
var params = {
DoctorUserIdArmList: this.TaskAllocationRuleSelectList.map((v, i) => {
return {
DoctorUserId: v.DoctorUserId,
ArmEnum: this.ReadingType === 1 ? 1 : i + 1,
}
}),
SubjectIdList: this.SubjectAssignSelectList.map((v) => v.SubjectId),
TrialId: this.trialId,
IsReAssign: true,
}
assignSubjectDoctor(params)
.then(() => {
this.loading = false
this.btnLoading = false
this.openAutoAlloction()
this.TaskAllocationRuleSelectList = []
this.SubjectAssignSelectList = []
this.getDoctorUserSelectList()
this.$message.success('分配成功')
this.manualAllocationVisible = false
})
.catch(() => {
this.loading = false
this.btnLoading = false
})
},
selectable(row) {
var num
if (this.ReadingType === 2) {
num = 2
} else {
num = 1
}
if (
this.TaskAllocationRuleSelectList.length === num &&
!this.TaskAllocationRuleSelectList.find((v) => {
return v.UserName === row.UserName
})
) {
return false
} else {
return true
}
},
cancelSubjectAssignDoctor(row) {
if (row) {
this.$confirm('确定要清空该受试者的阅片人吗?').then(() => {
var params = {
SubjectIdList: [row.SubjectId],
TrialId: this.trialId,
}
this.loading = true
this.btnLoading = true
cancelSubjectAssignDoctor(params)
.then(() => {
this.$message.success('清空成功')
this.loading = false
this.btnLoading = false
this.openAutoAlloction()
})
.catch(() => {
this.loading = false
this.btnLoading = false
})
})
return
}
if (this.SubjectAssignSelectList.length === 0) {
this.$alert('请勾选要清空阅片人的受试者')
return
}
this.$confirm('确定要清空该受试者的阅片人吗?').then(() => {
var params = {
SubjectIdList: this.SubjectAssignSelectList.map((v) => v.SubjectId),
TrialId: this.trialId,
}
this.loading = true
this.btnLoading = true
cancelSubjectAssignDoctor(params)
.then(() => {
this.$message.success('清空成功')
this.loading = false
this.btnLoading = false
this.openAutoAlloction()
})
.catch(() => {
this.loading = false
this.btnLoading = false
})
})
},
manualAllocation(row) {
if (row) {
this.SubjectAssignSelectList = [row]
}
if (this.SubjectAssignSelectList.length === 0) {
this.$alert('请勾选要分配的受试者')
return
}
this.manualAllocationVisible = true
},
handleTaskAllocationRuleListSelectChange(e) {
this.TaskAllocationRuleSelectList = e
},
handleSubjectAssignListSelectChange(e) {
this.SubjectAssignSelectList = e
},
getNewTaskList(row) {
this.$router.push({
path: `/trials/trials-panel/reading/readingTracking?trialId=${this.$route.query.trialId}&trialCode=${this.$route.query.trialCode}&researchProgramNo=${this.$route.query.researchProgramNo}&TaskName=${row.OriginalReReadingTask.TaskName}&DoctorUserId=${row.OriginalReReadingTask.DoctorUserId}&TrialReadingCriterionId=${row.OriginalReReadingTask.TrialReadingCriterionId}&SubjectCode=${row.OriginalReReadingTask.SubjectCode}`,
})
},
changeTimeList() {
if (this.timeList) {
this.searchData.BeginRequestReReadingTime = this.timeList[0]
this.searchData.EndRequestReReadingTime = this.timeList[1]
} else {
this.searchData.BeginRequestReReadingTime = null
this.searchData.EndRequestReReadingTime = null
}
},
handleCancel() {
this.AllocationConfigVisible = false
},
handleSave() {
this.btnLoading = true
this.loading = true
var params = Object.assign({}, this.TrialTaskInfo)
params.TrialId = this.$route.query.trialId
configTrialTaskInfo(params)
.then(() => {
this.btnLoading = false
this.loading = false
this.AllocationConfigVisible = false
this.getList()
this.$message.success(this.$t('common:message:savedSuccessfully'))
})
.catch(() => {
this.btnLoading = false
this.loading = false
})
},
handleDelete(row) {
this.$confirm(`确定要删除${row.UserName}的任务分配规则?`, {
type: 'warning',
distinguishCancelAndClose: true,
}).then(() => {
this.loading = true
deleteTaskAllocationRule(row.Id)
.then(() => {
this.loading = false
this.$message.success('删除成功')
this.openAllocationConfigVisible()
})
.catch(() => {
this.loading = false
})
})
},
addOrEdit(row) {
if (row) {
this.rowData = { ...row }
this.title = '编辑'
} else {
this.rowData = {}
this.title = '新增'
}
this.taskAllocationRuleVisible = true
},
openAllocationConfigVisible() {
this.loading = true
getTaskAllocationRuleList({
TrialId: this.$route.query.trialId,
})
.then((res) => {
this.loading = false
this.TaskAllocationRuleList = res.Result
this.TrialTaskInfo = Object.assign({}, res.OtherInfo)
this.AllocationConfigVisible = true
this.taskAllocationRuleVisible = false
})
.catch(() => {
this.loading = false
})
},
openAutoAlloction() {
this.loading = true
getTaskAllocationRuleList({
TrialId: this.$route.query.trialId,
})
.then(async (res) => {
this.taskSearchData.TrialId = this.$route.query.trialId
var params = Object.assign({}, this.taskSearchData)
var SubjectAssignListRes = await getSubjectAssignList(params)
this.SubjectAssignList = SubjectAssignListRes.Result.CurrentPageData
this.SubjectAssignListTotal = SubjectAssignListRes.Result.TotalCount
this.loading = false
this.TaskAllocationRuleList = res.Result
this.TrialTaskInfo = Object.assign({}, res.OtherInfo)
this.AutoAlloctionVisible = true
})
.catch(() => {
this.loading = false
})
},
getDoctorUserSelectList() {
getDoctorUserSelectList(this.$route.query.trialId).then((res) => {
this.DoctorUserList = res.Result
if (this.DoctorUserList.length > 0) {
this.ReadingType = this.DoctorUserList[0].ReadingType
}
})
},
getList() {
this.searchData.TrialId = this.$route.query.trialId
this.loading = true
getReReadingTaskList(this.searchData)
.then((res) => {
this.loading = false
this.OtherInfo = res.OtherInfo
this.list = res.Result.CurrentPageData
this.total = res.Result.TotalCount
})
.catch(() => {
this.loading = false
})
},
handleSearch() {
this.searchData.PageIndex = 1
this.getList()
},
handleReset() {
this.timeList = []
this.searchData = searchDataDefault()
this.getList()
},
getSite() {
getTrialSiteCodeSelect(this.trialId).then((res) => {
this.siteOptions = res.Result
})
},
// 排序
handleSortChange(column) {
if (column.order === 'ascending') {
this.searchData.Asc = true
} else {
this.searchData.Asc = false
}
this.searchData.SortField = column.prop
this.searchData.PageIndex = 1
this.getList()
},
},
}
</script>
<style lang="scss" scoped>
::v-deep .hidden-row {
display: none;
}
::v-deep .el-dialog__body {
padding: 15px 20px;
}
::v-deep .el-tag--danger.el-tag--dark {
// background-color: #f56c6c!important;
border-color: none !important;
// color: #fff!important;
}
::v-deep #TaskAllocationRuleList thead .el-checkbox__inner {
display: none;
}
::v-deep .el-descriptions-item__label.has-colon:after {
display: none;
}
</style>