病灶验证更改
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-04-16 16:43:30 +08:00
parent 2323cbdd27
commit a0c5c7d304
1 changed files with 8 additions and 7 deletions

View File

@ -545,6 +545,7 @@ export default {
}
},
modifyAnnotation(obj) {
console.log('modifyAnnotation')
const { annotation, toolName } = obj
const formData = Object.values(this.innerFormData).find(
i => i.LesionName === annotation.data.label
@ -794,9 +795,10 @@ export default {
// 0
if (lesionType === 0 && lesionState === 0) {
if (lymphNodes === 1) {
if ((lesionPart === '肝门淋巴结' || lesionPart === 'Lymph node-hilum of liver') && !(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 20)) {
// 2cm
this.$confirm(this.$t('trials:mRecist:warnning:msg2'), {
// 使,15mm
if (!(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 15)) {
// 使15mm
this.$confirm(this.$t('trials:reading:warnning:msg19'), {
type: 'warning',
showCancelButton: false,
callback: action => {}
@ -804,10 +806,9 @@ export default {
loading.close()
return
}
// 使,15mm
if (!(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 15)) {
// 使15mm
this.$confirm(this.$t('trials:reading:warnning:msg19'), {
if ((lesionPart === '肝门淋巴结' || lesionPart === 'Lymph node-hilum of liver') && !(measureData && measureData.markTool === 'Bidirectional' && lesionShort >= 20)) {
// 2cm
this.$confirm(this.$t('trials:mRecist:warnning:msg2'), {
type: 'warning',
showCancelButton: false,
callback: action => {}