see999 3 years ago
parent
commit
1f2198c7c3

+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printThree.vue View File

@@ -23,7 +23,7 @@
23 23
           <div class="infoMain">
24 24
               <div style="margin-bottom: 10px;display:flex;">门诊号码:<span class="under_line">{{hisPatient.number?hisPatient.number:""}}</span></div>
25 25
               <div style="margin-bottom: 10px;display:flex;">科别:<span class="under_line">{{item.info?getDepart(item.info.departments):''}}</span></div>
26
-              <div style="margin-bottom: 10px;display:flex;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
26
+              <div style="margin-bottom: 10px;display:flex;">临床诊断:{{item.info.diagnosis}}</div>
27 27
               <div style="margin-bottom: 10px;display:flex;">自费药品签名:<span class="under_line"></span></div>
28 28
               <!-- <div style="margin-bottom: 10px;display:flex;">医保卡号:{{item.hisPatient.number?item.hisPatient.number:""}}</div> -->
29 29
               <div style="margin-bottom: 10px;display:flex;">联系方式:<span class="under_line">{{item.patient.phone}}</span></div>

+ 1 - 1
src/xt_pages/outpatientDoctorStation/treatTemplate/printTwo.vue View File

@@ -22,7 +22,7 @@
22 22
         <div class="infoMain">
23 23
             <div style="margin-bottom: 10px;display:flex;">门诊号码:<span class="under_line">{{hisPatient.number?hisPatient.number:""}}</span></div>
24 24
             <div style="margin-bottom: 10px;display:flex;">科别:<span class="under_line">{{item.info?getDepart(item.info.departments):''}}</span></div>
25
-            <div style="margin-bottom: 10px;display:flex;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
25
+            <div style="margin-bottom: 10px;display:flex;">临床诊断:{{item.info.diagnosis}}</div>
26 26
             <div style="margin-bottom: 10px;display:flex;">自费药品签名:<span class="under_line"></span></div>
27 27
             <!-- <div style="margin-bottom: 10px;display:flex;">医保卡号:{{item.hisPatient.number?item.hisPatient.number:""}}</div> -->
28 28
             <div style="margin-bottom: 10px;display:flex;">联系方式:<span class="under_line">{{item.patient.phone}}</span></div>