| | |
| | | } |
| | | const writePatient=(resultInfo:any)=>{ |
| | | // 给一个时间变化 |
| | | const da=new Date().toTimeString() |
| | | const da=new Date() |
| | | console.log(da) |
| | | const info={ |
| | | id:resultInfo.patientInfo===null?0:resultInfo.patientInfo.id, |
| | | code:resultInfo.patientInfo===null?'':resultInfo.patientInfo.code, |
| | | name:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientName, |
| | | patientNamePyFull:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientNamePyFull, |
| | | patientAvatarIcon:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientAvatarIcon, |
| | | deviceCode:resultInfo.deviceCode===null?"":resultInfo.deviceCode, |
| | | patientGender:resultInfo.patientInfo.patientGender, |
| | |
| | | isScheduled:resultInfo.isScheduled, |
| | | isAfterMed:resultInfo.isAfterMed, |
| | | deviceNo:resultInfo.deviceNo, |
| | | 设备分区名称:resultInfo.设备分区名称, |
| | | preWeight:resultInfo.preWeight, |
| | | // s上次体重 |
| | | lastTimeAfterWeight:resultInfo.lastTimeAfterWeight, |
| | |
| | | txq:resultInfo.txq, |
| | | medMethod:resultInfo.medMethod, |
| | | glq:resultInfo.glq, |
| | | preBP:resultInfo.preBP |
| | | preBP:resultInfo.preBP, |
| | | nextRecordDate:resultInfo.nextRecordDate, |
| | | actuallyClliang:resultInfo.actuallyClliang |
| | | } |
| | | // 写入vuex里 |
| | | patientInfoStore().setpatientInfo(info) |