diff --git a/src/components/charge/GoodsDetail.vue b/src/components/charge/GoodsDetail.vue index 75aa846..bf43f1a 100644 --- a/src/components/charge/GoodsDetail.vue +++ b/src/components/charge/GoodsDetail.vue @@ -1,11 +1,15 @@ \ No newline at end of file diff --git a/src/components/outpatient/MedicalInformation.vue b/src/components/outpatient/MedicalInformation.vue deleted file mode 100644 index 57100f5..0000000 --- a/src/components/outpatient/MedicalInformation.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - \ No newline at end of file diff --git a/src/views/charge/index.vue b/src/views/charge/index.vue index c4ff125..952f5ac 100644 --- a/src/views/charge/index.vue +++ b/src/views/charge/index.vue @@ -50,7 +50,7 @@
- +
@@ -121,8 +121,8 @@ const diagnosisSelect = (list: any) => { formData.value.diagnosisMedicalRecord.diagnosisSummary = diagnosisNames } const recordsConsumptionRef= ref("") +const patientCardRef = ref() const clickItem = async (item: any, status: any) => { - formData.value = await post('medical/record/getByDiagnosisCode', {diagnosisCode: item.code}) statusDisabled.value = status getOrderTotalPrice() @@ -131,6 +131,7 @@ const clickItem = async (item: any, status: any) => { let nList = formData.value.diagnosisMedicalRecord.diagnosisSummary.split(',') diagnosisSearchRef.value?.init(list, nList); recordsConsumptionRef.value?.init(formData.value.patientInfo.id); + patientCardRef.value?.init(formData.value.registrationId); }) } const dockerList = ref([]) @@ -271,7 +272,7 @@ const generateOptions = () => { flex-direction: column; .top { - height: 312px; + height: 240px; } .bottom { diff --git a/src/views/outpatient/index.vue b/src/views/outpatient/index.vue index b6b74d0..b84fca4 100644 --- a/src/views/outpatient/index.vue +++ b/src/views/outpatient/index.vue @@ -24,10 +24,11 @@ @edit="edit">
+
- +
@@ -37,7 +38,6 @@