|
|
@@ -22,13 +22,7 @@
|
|
|
<Overview ref="overview" :showSelection="isUploadPage"/>
|
|
|
</div>
|
|
|
<div class="layout_flex_1-x">
|
|
|
- <router-view v-slot="{ Component }">
|
|
|
- <transition name="fade-transform" mode="out-in">
|
|
|
- <keep-alive>
|
|
|
- <component :is="Component"/>
|
|
|
- </keep-alive>
|
|
|
- </transition>
|
|
|
- </router-view>
|
|
|
+ <LayoutRouterView/>
|
|
|
<Registinfo v-if="showRegisterInfo" :params="patient" @close="showRegisterInfo = false"></Registinfo>
|
|
|
<IdentifyImage v-if="showIdCardImg" :pat-no="patient.inpatientNo" :times="patient.admissTimes"
|
|
|
@close="showIdCardImg = false"></IdentifyImage>
|
|
|
@@ -61,6 +55,7 @@ import {getLodop, initLodop} from "@/utils/c-lodop";
|
|
|
import {useMedinsStore} from "@/pinia/medins-store";
|
|
|
import BloodSugar from "@/views/hospitalization/zhu-yuan-yi-sheng/yi-zhu-lu-ru/components/BloodSugar.vue";
|
|
|
import {useCompRef} from "@/utils/useCompRef";
|
|
|
+import LayoutRouterView from "@/layout/LayoutRouterView.vue";
|
|
|
|
|
|
const search = initSearchParam()
|
|
|
const permission = getGreatestRole()
|
|
|
@@ -164,7 +159,7 @@ const checkTreatmentinfos = (row) => {
|
|
|
showTreatmentinfos.value = true
|
|
|
}
|
|
|
|
|
|
-const childrenDepts = ['1040000','1040100', '1700015']
|
|
|
+const childrenDepts = ['1040000', '1040100', '1700015']
|
|
|
|
|
|
function printWristStrap() {
|
|
|
if (nullPatient()) return
|
|
|
@@ -176,6 +171,7 @@ function printWristStrap() {
|
|
|
}
|
|
|
|
|
|
let LODOP;
|
|
|
+
|
|
|
function printNormalWristStrap() {
|
|
|
LODOP = getLodop();
|
|
|
LODOP.PRINT_INIT('inpatient_info2')
|