Browse Source

8月1日,79打印单预览

yq1 7 months ago
parent
commit
87ebad979a
1 changed files with 11 additions and 8 deletions
  1. 11 8
      src/pages/main/template/DialysisPrintOrderseventyfive.vue

+ 11 - 8
src/pages/main/template/DialysisPrintOrderseventyfive.vue View File

@@ -22,6 +22,7 @@
22 22
             血液透析记录单
23 23
           </div>
24 24
         </div>
25
+
25 26
         <div class="rows" style="display: flex;">
26 27
           <div class="inline_block" style="flex: 1;">
27 28
             姓名:
@@ -72,6 +73,7 @@
72 73
             </div>
73 74
           </div>
74 75
         </div>
76
+
75 77
         <div class="rows">
76 78
           <div class="inline_block" style="" >
77 79
             诊断:
@@ -91,6 +93,7 @@
91 93
         <div style="border: 1px solid black;width: 100%;text-align: center;">
92 94
           <span style="font-size: 14px;">透前情况</span>
93 95
         </div>
96
+
94 97
         <div class="rows" style="border: 1px solid black;border-top: none;">
95 98
           <div class="rows" style="display: flex;width: 100%;">
96 99
             <div class="inline_block" style="flex: 2;" >
@@ -134,8 +137,6 @@
134 137
 
135 138
               </div>
136 139
             </div>
137
-           
138
-            </div>
139 140
           </div>
140 141
           <!-- 治疗方式 -->
141 142
           <div class="rows" style="display: flex;width: 100%;">
@@ -354,7 +355,8 @@
354 355
               >
355 356
                 {{ predialysis.puncture_needle ? predialysis.puncture_needle : "/" }}
356 357
               </div>
357
-            
358
+            </div>
359
+
358 360
             <div class="inline_block" style="flex: 1">
359 361
               医生签名:
360 362
               <div
@@ -372,6 +374,7 @@
372 374
               
373 375
             </div>
374 376
           </div>
377
+        
375 378
           <!-- 特殊医嘱 -->
376 379
           <div class="rows" >
377 380
             <div class="inline_block" style="width: 100%;">
@@ -405,13 +408,13 @@
405 408
                 </td>
406 409
               </tr>
407 410
               <tr style="line-height: 35px; padding: 8px 5px">
408
-                <td style="font-size: 16px" width="10%">时间</td>
409
-                <td style="font-size: 16px" colspan="2" width="45%">
411
+                <td style="font-size: 16px" width="6%">时间</td>
412
+                <td style="font-size: 16px" colspan="2" width="54%">
410 413
                   医嘱内容
411 414
                 </td>
412 415
                 
413 416
                 <td style="font-size: 16px" width="10%">医生签名</td>
414
-                <td style="font-size: 16px" width="10%">时间</td>
417
+                <td style="font-size: 16px" width="6%">时间</td>
415 418
                 <td style="font-size: 16px" width="10%">执行人签名</td>
416 419
 
417 420
                 <td style="font-size: 16px" width="10%">核对人签名</td>
@@ -831,7 +834,7 @@
831 834
               </span>
832 835
             </div>
833 836
           </div>
834
-          <div style="width: 100%;height: 20px;text-align: right;padding-right:30%;">
837
+          <div style="width: 100%;height: 40px;text-align: right;padding-right:30%;">
835 838
             医生签名: 
836 839
             <span style="display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
837 840
               {{ getAdminUser(prescription.creater)}}
@@ -877,7 +880,7 @@
877 880
         </div>
878 881
 
879 882
       </div>
880
-
883
+    
881 884
   </div>
882 885
 
883 886
 </template>