阅片模块下相关页面展示字段隐藏及阅片标注信息更改
parent
c7603f4369
commit
c7f5a193aa
|
@ -156,7 +156,7 @@ const getTextBoxText = (data, rowPixelSpacing, colPixelSpacing) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const lengthText = ` L ${data.longestDiameter}${suffix}`
|
const lengthText = ` L ${data.longestDiameter}${suffix}`
|
||||||
const widthText = ` W ${data.shortestDiameter}${suffix}`
|
const widthText = ` S ${data.shortestDiameter}${suffix}`
|
||||||
|
|
||||||
const { labels } = data
|
const { labels } = data
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 任务类型 -->
|
<!-- 任务类型 -->
|
||||||
<el-form-item
|
<!-- <el-form-item
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
:label="$t('trials:readTask:table:readingCategory')"
|
:label="$t('trials:readTask:table:readingCategory')"
|
||||||
>
|
>
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
:label="i.label"
|
:label="i.label"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
<!-- 签名时间 -->
|
<!-- 签名时间 -->
|
||||||
<el-form-item :label="$t('trials:readTask:table:signTime')">
|
<el-form-item :label="$t('trials:readTask:table:signTime')">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 任务类型 -->
|
<!-- 任务类型 -->
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
prop="ReadingCategory"
|
prop="ReadingCategory"
|
||||||
min-width="90"
|
min-width="90"
|
||||||
:label="$t('trials:readTask:table:readingCategory')"
|
:label="$t('trials:readTask:table:readingCategory')"
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
$fd("ReadingCategory", scope.row.ReadingCategory)
|
$fd("ReadingCategory", scope.row.ReadingCategory)
|
||||||
}}</el-tag>
|
}}</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<!-- 签名时间 -->
|
<!-- 签名时间 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="SignTime"
|
prop="SignTime"
|
||||||
|
@ -456,7 +456,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 任务类型 -->
|
<!-- 任务类型 -->
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
prop="ReadingCategory"
|
prop="ReadingCategory"
|
||||||
min-width="100"
|
min-width="100"
|
||||||
:label="$t('trials:readTask:table:readingCategory')"
|
:label="$t('trials:readTask:table:readingCategory')"
|
||||||
|
@ -476,7 +476,7 @@
|
||||||
$fd("ReadingCategory", scope.row.ReadingCategory)
|
$fd("ReadingCategory", scope.row.ReadingCategory)
|
||||||
}}</el-tag>
|
}}</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<!-- 阅片状态 -->
|
<!-- 阅片状态 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="ReadingTaskState"
|
prop="ReadingTaskState"
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item of CriterionTypeList"
|
v-for="item of CriterionTypeList"
|
||||||
:key="item.Id"
|
:key="item.TrialReadingCriterionId"
|
||||||
:label="item.CriterionName"
|
:label="item.TrialReadingCriterionName"
|
||||||
:value="item.Id"
|
:value="item.TrialReadingCriterionId"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
@ -276,7 +276,8 @@ import BaseContainer from "@/components/BaseContainer";
|
||||||
import Pagination from "@/components/Pagination";
|
import Pagination from "@/components/Pagination";
|
||||||
import { getPatientVisitTaskList } from "@/api/readManagenent.js";
|
import { getPatientVisitTaskList } from "@/api/readManagenent.js";
|
||||||
import { getToken } from "@/utils/auth";
|
import { getToken } from "@/utils/auth";
|
||||||
import { getSystemConfirmedCreiterionList } from "@/api/trials";
|
// import { getSystemConfirmedCreiterionList } from "@/api/trials";
|
||||||
|
import { getTrialCriterionList } from '@/api/trials/reading'
|
||||||
import { downLoadReadReport } from "@/api/export";
|
import { downLoadReadReport } from "@/api/export";
|
||||||
import { downloadImage } from "@/utils/uploadZip.js";
|
import { downloadImage } from "@/utils/uploadZip.js";
|
||||||
const defaultSearchData = () => {
|
const defaultSearchData = () => {
|
||||||
|
@ -320,7 +321,7 @@ export default {
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getList();
|
this.getList();
|
||||||
this.getSystemConfirmedCreiterionList();
|
this.getTrialConfirmedCreiterionList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 下拉菜单操作
|
// 下拉菜单操作
|
||||||
|
@ -339,9 +340,10 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 获取阅片标准
|
// 获取阅片标准
|
||||||
async getSystemConfirmedCreiterionList() {
|
async getTrialConfirmedCreiterionList() {
|
||||||
try {
|
try {
|
||||||
let res = await getSystemConfirmedCreiterionList();
|
let trialId = this.$route.query.trialId;
|
||||||
|
let res = await getTrialCriterionList(trialId);
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.CriterionTypeList = res.Result;
|
this.CriterionTypeList = res.Result;
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 阅片人 -->
|
<!-- 阅片人 -->
|
||||||
<el-form-item
|
<!-- <el-form-item
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
:label="$t('trials:reviewTrack:table:reader')"
|
:label="$t('trials:reviewTrack:table:reader')"
|
||||||
>
|
>
|
||||||
|
@ -70,9 +70,9 @@
|
||||||
:label="`${item.UserName}(${item.FullName})`"
|
:label="`${item.UserName}(${item.FullName})`"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
<!-- 审核结果 -->
|
<!-- 审核结果 -->
|
||||||
<el-form-item
|
<!-- <el-form-item
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
:label="$t('trials:auditRecord:table:auditResult')"
|
:label="$t('trials:auditRecord:table:auditResult')"
|
||||||
>
|
>
|
||||||
|
@ -88,9 +88,9 @@
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
<!-- 是否入组 -->
|
<!-- 是否入组 -->
|
||||||
<el-form-item
|
<!-- <el-form-item
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
:label="$t('trials:auditRecord:table:isEnrollment')"
|
:label="$t('trials:auditRecord:table:isEnrollment')"
|
||||||
>
|
>
|
||||||
|
@ -106,9 +106,9 @@
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
<!-- 是否PD -->
|
<!-- 是否PD -->
|
||||||
<el-form-item
|
<!-- <el-form-item
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
:label="$t('trials:auditRecord:table:isPDConfirm')"
|
:label="$t('trials:auditRecord:table:isPDConfirm')"
|
||||||
>
|
>
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
<el-button type="primary" icon="el-icon-search" @click="handleSearch">
|
<el-button type="primary" icon="el-icon-search" @click="handleSearch">
|
||||||
|
@ -349,7 +349,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- 审批结果 -->
|
<!-- 审批结果 -->
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
prop="RequestReReadingResultEnum"
|
prop="RequestReReadingResultEnum"
|
||||||
min-width="100"
|
min-width="100"
|
||||||
:label="$t('trials:rereadTask:table:requestReReadingResultEnum')"
|
:label="$t('trials:rereadTask:table:requestReReadingResultEnum')"
|
||||||
|
@ -401,7 +401,7 @@
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<!-- 新任务编号 -->
|
<!-- 新任务编号 -->
|
||||||
<!-- <el-table-column
|
<!-- <el-table-column
|
||||||
prop="ReReadingNewTaskCode"
|
prop="ReReadingNewTaskCode"
|
||||||
|
|
|
@ -107,14 +107,14 @@
|
||||||
>
|
>
|
||||||
<el-table-column type="index" width="40" fixed="left" align="left" />
|
<el-table-column type="index" width="40" fixed="left" align="left" />
|
||||||
<!-- 研究方案号 -->
|
<!-- 研究方案号 -->
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
prop="ResearchProgramNo"
|
prop="ResearchProgramNo"
|
||||||
width="120"
|
width="120"
|
||||||
:label="$t('trials:auditRecord:table:researchNo')"
|
:label="$t('trials:auditRecord:table:researchNo')"
|
||||||
fixed="left"
|
fixed="left"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
/>
|
/> -->
|
||||||
<!-- 受试者 -->
|
<!-- 受试者 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="SubjectCode"
|
prop="SubjectCode"
|
||||||
|
@ -148,6 +148,7 @@
|
||||||
min-width="100"
|
min-width="100"
|
||||||
:label="$t('trials:auditRecord:table:criterion')"
|
:label="$t('trials:auditRecord:table:criterion')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
|
sortable="custom"
|
||||||
/>
|
/>
|
||||||
<!-- 功能模块 -->
|
<!-- 功能模块 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|
Loading…
Reference in New Issue