Browse Source

7月30,血管通路问题

yq1 8 months ago
parent
commit
e1ac38c917

+ 3 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue View File

@@ -1176,8 +1176,8 @@
1176 1176
             </div>
1177 1177
           </div>
1178 1178
           <!-- 透析小结 -->
1179
-          <div  style="width: 99%;border: 1px solid black;height: 120px;white-space: normal;padding:5px ;">
1180
-            <div style="height: 80px;width: 100%;">
1179
+          <div  style="width: 99%;border: 1px solid black;white-space: normal;padding:5px ;">
1180
+            <div style="width: 100%;">
1181 1181
               <div style="margin-bottom: 10px;">
1182 1182
                 宣教知识:
1183 1183
                 <span class="under_line" style="white-space: normal;width: 80%;">
@@ -1186,7 +1186,7 @@
1186 1186
               </div>
1187 1187
               <div style="width: 100%;">
1188 1188
                 治疗小结:
1189
-                <span class="under_line" style="white-space: normal;width: 80%;">
1189
+                <span style="white-space: normal;border-bottom: 1px solid black;">
1190 1190
                   {{ record.summer&&record.summer.dialysis_summary.length>0 ? record.summer.dialysis_summary : ""}}
1191 1191
                 </span>
1192 1192
               </div>

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue View File

@@ -800,8 +800,8 @@
800 800
           </div>
801 801
         </div>
802 802
         <!-- 透析小结 -->
803
-        <div style="width: 99%;border: 1px solid black;height: 120px;white-space: normal;">
804
-          <div style="height: 80px;padding: 5px;">
803
+        <div style="width: 99%;border: 1px solid black;white-space: normal;">
804
+          <div style="padding: 5px;">
805 805
             <div style="margin-bottom: 10px;">
806 806
               宣教知识:
807 807
               <span class="under_line"style="white-space: normal;width: 80%;">
@@ -810,7 +810,7 @@
810 810
             </div>
811 811
             <div>
812 812
               治疗小结:
813
-              <span style="white-space: normal;">
813
+              <span style="white-space: normal;border-bottom: 1px solid black;">
814 814
                 {{ summary.dialysis_summary ? summary.dialysis_summary : "/"}}
815 815
               </span>
816 816
             </div>

+ 4 - 0
src/xt_pages/outpatientTool/detailPrint.vue View File

@@ -98,6 +98,9 @@
98 98
           <span v-if="his_patient!=null && his_patient.number!=''"> {{ his_patient.number }}</span>
99 99
           <span v-if="his_record_patient!=null && his_record_patient.number!=''">{{his_record_patient.number}}</span>
100 100
         </div>
101
+        <div style="margin-left:10px;">
102
+          个人账户支付金额:{{getActPay()}}
103
+        </div>
101 104
       </div>
102 105
       <div style="display: flex;font-size: 16px;margin-bottom: 10px;">
103 106
         <div >
@@ -117,6 +120,7 @@
117 120
           救助支付金额:{{ getMafPay() }}
118 121
         </div>
119 122
       </div>
123
+      
120 124
       <!-- <div class="listTitle">
121 125
         {{ $store.getters.xt_user.org.org_name }}费用清单
122 126
       </div> -->