修改脾脏状态自动计算规则

uat_us
caiyiling 2024-01-16 13:14:07 +08:00
parent 1c2a9eba87
commit d5e6a324bf
1 changed files with 2 additions and 1 deletions

View File

@ -465,6 +465,7 @@ export default {
} }
}, },
setSpleenStatus(length) { setSpleenStatus(length) {
console.log('setSpleenStatus')
var status = '' var status = ''
if (length) { if (length) {
if (this.isBaseLineTask) { if (this.isBaseLineTask) {
@ -503,7 +504,7 @@ export default {
// this.$set(this.questionForm, this.spleenStatusId, '4') // this.$set(this.questionForm, this.spleenStatusId, '4')
// this.calculateSpleenStatus = '4' // this.calculateSpleenStatus = '4'
status = '4' status = '4'
} else if (this.spleenInfo.BaseLineSpleenLength > 130 && this.spleenInfo.LowSpleenLength <= 130 && diffFromBaseline >= 20 && length > 130) { } else if (this.spleenInfo.BaseLineSpleenLength > 130 && this.spleenInfo.LowSpleenLength <= 130 && length - this.spleenInfo.LowSpleenLength >= 20 && length > 130) {
// 1线 >130 mm // 1线 >130 mm
// 2访访 130mm // 2访访 130mm
// 320 mm // 320 mm