|
@@ -23,7 +23,8 @@
|
|
|
<button @click="confirmAssociationClick" title="关联医嘱">关联</button>
|
|
|
<button @click="openRationalDrugUse" title="进入到合理用药的页面">合理用药</button>
|
|
|
<button @click="allergen.open()" title="患者过敏源信息维护">过敏源维护</button>
|
|
|
- <blood-sugar :pat-no="huanZheXinXi.inpatientNo" :times="huanZheXinXi.admissTimes"/>
|
|
|
+ <blood-sugar :pat-no="huanZheXinXi.inpatientNo"
|
|
|
+ :times="huanZheXinXi.admissTimes"/>
|
|
|
<report-of-infectious-diseases :pat-no="huanZheXinXi.inpatientNo"
|
|
|
:times="huanZheXinXi.admissTimes"
|
|
|
:ward="huanZheXinXi.admissWard"/>
|
|
@@ -393,11 +394,6 @@ const orderTemplateClickCopy = () => {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
-onMounted(async () => {
|
|
|
- await sleep(200)
|
|
|
- zkList.value = await getTheTransferList()
|
|
|
-})
|
|
|
-
|
|
|
|
|
|
// 点击修改医嘱时间
|
|
|
const clickToModifyTheDoctorSOrderTime = () => {
|
|
@@ -500,6 +496,10 @@ const batchDeleteOrdersClick = () => {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
+onMounted(async () => {
|
|
|
+ await sleep(200)
|
|
|
+ zkList.value = await getTheTransferList()
|
|
|
+})
|
|
|
|
|
|
onActivated(async () => {
|
|
|
if (router.currentRoute.value.params.inpatientNo) {
|