Browse Source

25 1月21日 打印单

yq1 1 month ago
parent
commit
fdbe294980
1 changed files with 36 additions and 0 deletions
  1. 36 0
      src/pages/main/template/DialysisPrintOrdereightythree.vue

+ 36 - 0
src/pages/main/template/DialysisPrintOrdereightythree.vue View File

540
             治疗小结
540
             治疗小结
541
             <span class="under-line">&nbsp;{{ summary.dialysis_summary }}</span>
541
             <span class="under-line">&nbsp;{{ summary.dialysis_summary }}</span>
542
           </div>
542
           </div>
543
+          <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
544
+            <div class="inline_block" style="flex: 1; display: inline-block">
545
+              宣教知识:
546
+              <div class="under_line" style="
547
+                  width: 80%;
548
+                  line-height: 25px;
549
+                  text-align: left;
550
+                  margin-left: 2px;
551
+                  display: inline-block;
552
+                  white-space: normal;
553
+                ">
554
+                {{
555
+                  summary.mission
556
+                    ? summary.mission
557
+                    : "/"
558
+                }}
559
+              </div>
560
+            </div>
561
+          </div>
562
+          <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
563
+            <div class="inline_block" style="flex: 1; display: inline-block">
564
+              备注:
565
+              <div class="under_line" style="
566
+                  width: 80%;
567
+                  line-height: 25px;
568
+                  text-align: left;
569
+                  margin-left: 2px;
570
+                  display: inline-block;
571
+                  white-space: normal;
572
+                ">
573
+                {{ afterdialysis.remark ? afterdialysis.remark : "/" }}
574
+              </div>
575
+            </div>
576
+          </div>
543
           <div style="display: flex;">
577
           <div style="display: flex;">
544
             <div style="flex: 1;margin-right: 20px;text-align: right;">
578
             <div style="flex: 1;margin-right: 20px;text-align: right;">
545
               <div style="display: inline-block;margin-right: 20px;">
579
               <div style="display: inline-block;margin-right: 20px;">
1499
 <style>
1533
 <style>
1500
 .row {
1534
 .row {
1501
   font-size: 14px;
1535
   font-size: 14px;
1536
+  margin-right: 0px !important;
1537
+  margin-left: 0px !important;
1502
   line-height: 20px;
1538
   line-height: 20px;
1503
   padding: 5px 0;
1539
   padding: 5px 0;
1504
 }
1540
 }