修改脾脏状态自动计算规则
parent
1c2a9eba87
commit
d5e6a324bf
|
@ -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
|
||||||
// 3、与最低点相比脾脏垂直径的增加值≥20 mm
|
// 3、与最低点相比脾脏垂直径的增加值≥20 mm
|
||||||
|
|
Loading…
Reference in New Issue