| | |
| | | const roomBedVO = ref<RoomBedVO>({ |
| | | roomId: null, |
| | | roomName: null, |
| | | bedNo: null |
| | | bedNo: null, |
| | | checkTypes: null, |
| | | opType: null |
| | | }) |
| | | |
| | | const installingPatient = ref<QueueVO>({ |
| | |
| | | } |
| | | |
| | | const callAgain = async () => { |
| | | await DoctorApi.callAgainPatient(roomBedVO.value) |
| | | await DoctorApi.callInstallingPatientAgain(roomBedVO.value) |
| | | } |
| | | |
| | | const getInstallingPatient = () => { |
| | |
| | | roomBedVO.value.roomId = userStore.room!.roomId |
| | | roomBedVO.value.roomName = userStore.room!.roomName |
| | | roomBedVO.value.bedNo = userStore.room!.bedNo |
| | | roomBedVO.value.checkTypes = userStore.room!.checkTypes |
| | | roomBedVO.value.opType = userStore.room!.opType |
| | | |
| | | timerRunFlag = true |
| | | doctorTimer() |
| | |
| | | |
| | | const onEventDevInstall = () => { |
| | | //console.info("onDevInstallPanelEvent...") |
| | | // onStagePatient.value.patId = "" |
| | | installingPatient.value.patId = "" |
| | | initLoad() |
| | | } |
| | | |
| | | const onEventRecallFinish = () => { |
| | |
| | | <template> |
| | | <el-container> |
| | | <el-header style="background-color: var(--el-color-primary-light-7); font-size: 24px"> |
| | | <TitlePanel :titleType=1 :room="roomBedVO" :patientStatistic="patientStat" /> |
| | | <TitlePanel :titleType=2 :room="roomBedVO" :patientStatistic="patientStat" /> |
| | | </el-header> |
| | | <el-container style="height: 100%;"> |
| | | <el-main style="border: solid var(--el-color-primary-light-7)"> |