淋巴结非靶病灶和淋巴结新病灶在状态为消失时,允许测量
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
196a20cbc0
commit
e65e6e2208
|
|
@ -399,7 +399,7 @@
|
||||||
<div style="padding:5px;display: flex;">
|
<div style="padding:5px;display: flex;">
|
||||||
<!-- 手册 -->
|
<!-- 手册 -->
|
||||||
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom"
|
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom"
|
||||||
v-if="(isExistsManual || isHaveKeyFile) && readingTaskState < 2">
|
v-if="(isExistsManual || isHaveKeyFile) && currentReadingTaskState < 2">
|
||||||
<div class="tool-wrapper">
|
<div class="tool-wrapper">
|
||||||
<div class="icon" @click.prevent="previewManuals(false)">
|
<div class="icon" @click.prevent="previewManuals(false)">
|
||||||
<svg-icon icon-class="constitution" class="svg-icon" />
|
<svg-icon icon-class="constitution" class="svg-icon" />
|
||||||
|
|
|
||||||
|
|
@ -1118,7 +1118,7 @@ export default {
|
||||||
if (this.lesionType === 1 && lesionState === 3) {
|
if (this.lesionType === 1 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
@ -1292,7 +1292,7 @@ export default {
|
||||||
if (this.lesionType === 2 && lesionState === 3) {
|
if (this.lesionType === 2 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
|
||||||
|
|
@ -713,8 +713,8 @@ export default {
|
||||||
this.$set(this.questionForm, stateId, 0)
|
this.$set(this.questionForm, stateId, 0)
|
||||||
}
|
}
|
||||||
var lesionLength = this.getQuestionVal(0)
|
var lesionLength = this.getQuestionVal(0)
|
||||||
// 当前添加的新病灶不做处理
|
// 当前添加的新病灶不做处理 && this.lesionType === 0
|
||||||
if (!(this.isCurrentTaskAdd === 'True') && this.lesionType === 0 && !this.isBaseLineTask && measureData.type === 'Bidirectional') {
|
if (!(this.isCurrentTaskAdd === 'True') && !this.isBaseLineTask && measureData.type === 'Bidirectional') {
|
||||||
if (isLymphLesion) {
|
if (isLymphLesion) {
|
||||||
// 淋巴结靶病灶
|
// 淋巴结靶病灶
|
||||||
if (lesionLength > 15) {
|
if (lesionLength > 15) {
|
||||||
|
|
@ -1389,7 +1389,7 @@ export default {
|
||||||
if (this.lesionType === 1 && lesionState === 3) {
|
if (this.lesionType === 1 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
@ -1505,7 +1505,7 @@ export default {
|
||||||
if (this.lesionType === 2 && lesionState === 3) {
|
if (this.lesionType === 2 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
|
||||||
|
|
@ -713,8 +713,8 @@ export default {
|
||||||
this.$set(this.questionForm, stateId, 0)
|
this.$set(this.questionForm, stateId, 0)
|
||||||
}
|
}
|
||||||
var lesionLength = this.getQuestionVal(0)
|
var lesionLength = this.getQuestionVal(0)
|
||||||
// 当前添加的新病灶不做处理
|
// 当前添加的新病灶不做处理 && this.lesionType === 0
|
||||||
if (!(this.isCurrentTaskAdd === 'True') && this.lesionType === 0 && !this.isBaseLineTask && measureData.type === 'Bidirectional') {
|
if (!(this.isCurrentTaskAdd === 'True') && !this.isBaseLineTask && measureData.type === 'Bidirectional') {
|
||||||
if (isLymphLesion) {
|
if (isLymphLesion) {
|
||||||
// 淋巴结靶病灶
|
// 淋巴结靶病灶
|
||||||
if (lesionLength > 15) {
|
if (lesionLength > 15) {
|
||||||
|
|
@ -1389,7 +1389,7 @@ export default {
|
||||||
if (this.lesionType === 1 && lesionState === 3) {
|
if (this.lesionType === 1 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
@ -1505,7 +1505,7 @@ export default {
|
||||||
if (this.lesionType === 2 && lesionState === 3) {
|
if (this.lesionType === 2 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
|
||||||
|
|
@ -1068,7 +1068,7 @@ export default {
|
||||||
if (this.lesionType === 1 && lesionState === 3) {
|
if (this.lesionType === 1 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
@ -1184,7 +1184,7 @@ export default {
|
||||||
if (this.lesionType === 2 && lesionState === 3) {
|
if (this.lesionType === 2 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
|
||||||
|
|
@ -340,7 +340,7 @@
|
||||||
<div style="margin-left: auto">
|
<div style="margin-left: auto">
|
||||||
<div style="padding: 5px">
|
<div style="padding: 5px">
|
||||||
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom"
|
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom"
|
||||||
v-if="(isExistsManual || isHaveKeyFile) && readingTaskState < 2">
|
v-if="(isExistsManual || isHaveKeyFile) && currentReadingTaskState < 2">
|
||||||
<div class="tool-wrapper">
|
<div class="tool-wrapper">
|
||||||
<div class="icon" @click.prevent="previewManuals()">
|
<div class="icon" @click.prevent="previewManuals()">
|
||||||
<svg-icon icon-class="constitution" class="svg-icon" />
|
<svg-icon icon-class="constitution" class="svg-icon" />
|
||||||
|
|
|
||||||
|
|
@ -1126,7 +1126,7 @@ export default {
|
||||||
if (lesionType === 1 && lesionState === 3) {
|
if (lesionType === 1 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.markTool === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
@ -1242,7 +1242,7 @@ export default {
|
||||||
if (lesionType === 2 && lesionState === 3) {
|
if (lesionType === 2 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.markTool === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
|
||||||
|
|
@ -1148,7 +1148,7 @@ export default {
|
||||||
if (lesionType === 1 && lesionState === 3) {
|
if (lesionType === 1 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.markTool === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
@ -1304,7 +1304,7 @@ export default {
|
||||||
if (lesionType === 2 && lesionState === 3) {
|
if (lesionType === 2 && lesionState === 3) {
|
||||||
if (lymphNodes === 1) {
|
if (lymphNodes === 1) {
|
||||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||||
if (!(measureData && (measureData.markTool === 'ArrowAnnotate'))) {
|
if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
|
||||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue