diff --git a/admin/src/components/prescription-slip/index.vue b/admin/src/components/prescription-slip/index.vue index 1454af3d2..07b5f9b88 100644 --- a/admin/src/components/prescription-slip/index.vue +++ b/admin/src/components/prescription-slip/index.vue @@ -1,8 +1,13 @@
+ + + + + +
@@ -5296,6 +5309,8 @@ const SLIP_ADDRESS_LINE = '地址:四川省成都市双流区黄甲街道黄 const prescriptionViewVisible = ref(false) const prescriptionViewLoading = ref(false) const prescriptionViewData = ref(null) +/** 查看处方联次:药房联 / 处方联 */ +const prescriptionTabType = ref<'internal' | 'user'>('internal') const rxSlipRef = ref | null>(null) const prescriptionSlipExporting = ref(false) @@ -5563,7 +5578,8 @@ async function openPrescriptionView(row: any) { prescriptionViewVisible.value = true prescriptionViewLoading.value = true prescriptionViewData.value = null - + prescriptionTabType.value = 'internal' + try { const res: any = await prescriptionDetail({ id: row.prescription_id }) const base = res?.data ?? res ?? null diff --git a/admin/src/views/first_visit/my_patients/components/PaibanPanel.vue b/admin/src/views/first_visit/my_patients/components/PaibanPanel.vue index bcb5b03f9..3ebc6e6a1 100644 --- a/admin/src/views/first_visit/my_patients/components/PaibanPanel.vue +++ b/admin/src/views/first_visit/my_patients/components/PaibanPanel.vue @@ -1,92 +1,100 @@ - - + + - +