Browse Source

处方笺

huangyw 3 years ago
parent
commit
e756f228bc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/outpatientDoctorStation/template/printSix.vue

+ 3 - 3
src/xt_pages/outpatientDoctorStation/template/printSix.vue View File

28
           <p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
28
           <p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
29
           <p style="width: 150px">费别:</p>
29
           <p style="width: 150px">费别:</p>
30
           <p style="width: 210px" v-if="hisPatient.number.length <= 11">
30
           <p style="width: 210px" v-if="hisPatient.number.length <= 11">
31
-            门诊号:12345678912{{ hisPatient.number ? hisPatient.number : "" }}
31
+            门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
32
           </p>
32
           </p>
33
 
33
 
34
           <p style="text-align: right; width: 155px">
34
           <p style="text-align: right; width: 155px">
62
         <div class="infoTitle" style="border-bottom: 1px solid #000">
62
         <div class="infoTitle" style="border-bottom: 1px solid #000">
63
           <p style="width:100%">地址:{{ item.patient.home_address }}</p>
63
           <p style="width:100%">地址:{{ item.patient.home_address }}</p>
64
         </div>
64
         </div>
65
-        <div class="infoTitle">
66
-          <p style="width:100%">诊断:{{ getDiagnosis(item.info.diagnosis) }}</p>
65
+        <div class="infoMain">
66
+          <div style="display:flex;width:100%">诊断:{{ getDiagnosis(item.info.diagnosis) }}</div>
67
         </div>
67
         </div>
68
 
68
 
69
         <div class="prescriptionBox">
69
         <div class="prescriptionBox">