| | |
| | | pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight, |
| | | datetime:da, |
| | | clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight, |
| | | isScheduled:resultInfo.isScheduled |
| | | isScheduled:resultInfo.isScheduled, |
| | | isAfterMed:resultInfo.isAfterMed |
| | | } |
| | | // 写入vuex里 |
| | | patientInfoStore().setpatientInfo(info) |
| | |
| | | datetime:'', |
| | | clothesWeight:0, |
| | | isScheduled:0, |
| | | isAfterMed:0 |
| | | |
| | | })// 初始值 |
| | | const viewNumber=ref(150) |
| | |
| | | patientCodeLs = mode.patientCode |
| | | } |
| | | // 计算目标脱水量 |
| | | if (Number(weightInfo.value.result) > 0 && Number(patientInfo.value.pureWeight) !== 0) { |
| | | if (Number(weightInfo.value.result) > 0 && Number(patientInfo.value.pureWeight) !== 0&&patientInfo.value.isAfterMed===0) { |
| | | state.aimTSL = (Number(weightInfo.value.result) - Number(patientInfo.value.pureWeight)- Number(patientInfo.value.clothesWeight)).toFixed(2) |
| | | } |
| | | } |