See999 4 years ago
parent
commit
59c5a43b29
1 changed files with 17 additions and 9 deletions
  1. 17 9
      src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue

+ 17 - 9
src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue View File

22
             </td>
22
             </td>
23
             <td width="30">岁</td>
23
             <td width="30">岁</td>
24
 
24
 
25
-            <td width="50">住院号:</td>
25
+            
26
+            <td width="50">门诊号:</td>
26
             <td width="150">
27
             <td width="150">
27
-              <div class="under-line">&nbsp;
28
-                  {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "/" }}
28
+              <div class="under-line">
29
+                {{ patientInfo.dialysis_no ? patientInfo.dialysis_no : "" }}
29
               </div>
30
               </div>
30
             </td>
31
             </td>
31
             <td width="20"></td>
32
             <td width="20"></td>
32
 
33
 
33
-            <td width="50">门诊号:</td>
34
+            <td width="50">住院号:</td>
34
             <td width="150">
35
             <td width="150">
35
-              <div class="under-line">
36
-                {{ patientInfo.dialysis_no ? patientInfo.dialysis_no : "" }}
36
+              <div class="under-line">&nbsp;
37
+                  {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "/" }}
37
               </div>
38
               </div>
38
             </td>
39
             </td>
39
             <td></td>
40
             <td></td>
473
                         <div class="under-line">&nbsp;{{ prescription.mode ? prescription.mode : "" }}</div>
474
                         <div class="under-line">&nbsp;{{ prescription.mode ? prescription.mode : "" }}</div>
474
                     </td>
475
                     </td>
475
                     <td width="20"></td>
476
                     <td width="20"></td>
476
-                    <td width="140">透析器/灌流器型号:</td>
477
+                    <td width="80">透析器:</td>
477
                     <td width="80">
478
                     <td width="80">
478
                       <div class="under-line">
479
                       <div class="under-line">
479
-                        &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "" }}
480
+                        &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split('-')[0] : "" }}
481
+                      </div>
482
+                    </td>
483
+                    <td width="20"></td>
484
+                    <td width="80">灌流器型号:</td>
485
+                    <td width="80">
486
+                      <div class="under-line">
487
+                        &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split('-')[1] : "" }}
480
                       </div>
488
                       </div>
481
                     </td>
489
                     </td>
482
                     <td></td>
490
                     <td></td>
824
               </table>
832
               </table>
825
 
833
 
826
 
834
 
827
-              <table class="table-box" style="margin-bottom:200px;">
835
+              <table class="table-box" style="margin-bottom:130px;">
828
                 <tbody>
836
                 <tbody>
829
                   <tr>
837
                   <tr>
830
                     <!-- <td width="70">其他记录:</td> -->
838
                     <!-- <td width="70">其他记录:</td> -->