see999 před 4 roky
rodič
revize
86f96d080a

+ 13 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyOne.vue Zobrazit soubor

@@ -33,7 +33,7 @@
33 33
           </div>
34 34
         </div>
35 35
         <div class="inline_block" style="margin-right:10px;">
36
-          性别&nbsp;&nbsp;&nbsp;&nbsp;
36
+          性别&nbsp;
37 37
           <label-box :isChecked="patientInfo.gender == '男'" showValue="男" ></label-box>&nbsp;
38 38
           <label-box :isChecked="patientInfo.gender == '女'" showValue="女" ></label-box>
39 39
         </div>
@@ -402,7 +402,7 @@
402 402
 
403 403
       <table class="print-table" border="1">
404 404
         <tbody>
405
-            <tr style="height:40px;line-height:40px">
405
+            <tr style="line-height:20px;">
406 406
               <td width="60">时间</td>
407 407
               <td width="60">BP</td>
408 408
               <td width="40">心率</td>
@@ -447,7 +447,7 @@
447 447
         <tbody>
448 448
           <tr style="height:30px;line-height:30px">
449 449
             <td width="70" rowspan="3" style="padding-left:5px;border:none;border-right:1px solid #000;">
450
-              透后评估
450
+              透后小结
451 451
             </td>
452 452
 
453 453
             <td width="25" style="border:none;padding-left:5px;">
@@ -554,11 +554,18 @@
554 554
       </table>
555 555
 
556 556
       <table class="print-table" border="1">
557
-        <tr style="height:36px;text-align:left;border:none;">
557
+        <tr style="line-height:25px;text-align:left;border:none;">
558 558
           <td style="padding-left:5px;border:none">
559
-              <p style="margin-bottom:30px">
559
+              <div style="padding-bottom:10px;">
560 560
                 透析小结:{{ summary.dialysis_summary ? summary.dialysis_summary : "" }}
561
-              </p>
561
+              </div>
562
+          </td>
563
+        </tr>
564
+        <tr style="line-height:25px;text-align:left;border:none;">
565
+          <td style="padding-left:5px;border:none">
566
+              <div style="padding-bottom:10px;">
567
+                病情记录:{{ summary.special_record ? summary.special_record : "" }}
568
+              </div>
562 569
           </td>
563 570
         </tr>
564 571
         <tr style="height:40px">

+ 1 - 1
src/xt_pages/outpatientCharges/statementPrint.vue Zobrazit soubor

@@ -65,7 +65,7 @@ export default {
65 65
       this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
66 66
 
67 67
       const style =
68
-        '@media print {.statementTitle{font-size: 28px;text-align: center;font-weight: bold;margin-bottom: 10px;}.statementTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 40px;font-size: 14px;border-color: #000;}}';
68
+        '@media print {.statementTitle{font-size: 28px;text-align: center;font-weight: bold;margin-bottom: 10px;}.statementTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 40px;font-size: 16px;border-color: #000;}}';
69 69
         printJS({
70 70
             printable: "statement-print",
71 71
             type: "html",