Browse Source

518合并代码

XMLWAN 2 years ago
parent
commit
7abae96277

File diff suppressed because it is too large
+ 656 - 475
src/xt_pages/hospitalStation/components/deskRecord.vue


+ 6 - 6
src/xt_pages/outpatientDoctorStation/components/deskRecord.vue View File

@@ -793,12 +793,12 @@ export default {
793 793
       this.patientInfo.first_dialysis_date
794 794
     );
795 795
 
796
-    // this.primary_disease = this.case_history.primary_disease
797
-    // this.confirm_failure_date = this.case_history.confirm_failure_date
798
-    // this.drug_allergy_history = this.case_history.drug_allergy_history
799
-    // this.physical_examination = this.case_history.physical_examination
800
-    // this.special_inspection = this.case_history.special_inspection
801
-    // this.lab_apparatus = this.case_history.lab_apparatus
796
+    this.primary_disease = this.case_history.primary_disease
797
+    this.confirm_failure_date = this.case_history.confirm_failure_date
798
+    this.drug_allergy_history = this.case_history.drug_allergy_history
799
+    this.physical_examination = this.case_history.physical_examination
800
+    this.special_inspection = this.case_history.special_inspection
801
+    this.lab_apparatus = this.case_history.lab_apparatus
802 802
   },
803 803
   watch: {
804 804
     detalid: function (val) {