huangyw 2 years ago
parent
commit
696336c654

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

@@ -264,7 +264,7 @@
264 264
                           }}
265 265
                         </span></span
266 266
                       >
267
-                      mg&nbsp;&nbsp;&nbsp; 追加&nbsp;&nbsp;<span>{{
267
+                      &nbsp;mg&nbsp;&nbsp;&nbsp; 追加&nbsp;&nbsp;<span>{{
268 268
                         prescription.anticoagulant_weichi &&
269 269
                         prescription.anticoagulant == 2
270 270
                           ? prescription.anticoagulant_weichi
@@ -773,7 +773,7 @@
773 773
                   <td style="height: 20px" width="420">
774 774
                     <p style="height: 20px; line-height: 20px">医嘱执行记录</p>
775 775
                   </td>
776
-                  <td style="height: 20px" width="100">
776
+                  <td style="height: 20px" width="100" v-if="org_id==10346||org_id==9675">
777 777
                     <p style="height: 20px; line-height: 20px">执行时间</p>
778 778
                   </td>
779 779
                   <td style="height: 20px" width="85">
@@ -833,7 +833,7 @@
833 833
                     }}</span>
834 834
                     <span>{{ advice.remark }}</span>
835 835
                   </td>
836
-                  <td style="line-height: 30px" width="100">
836
+                  <td style="line-height: 30px" width="100" v-if="org_id==10346||org_id==9675">
837 837
                     <span v-if="advice.execution_time">{{
838 838
                       getTime(advice.execution_time, "{h}:{i}")
839 839
                     }}</span>

+ 2 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderFortyOne.vue View File

@@ -642,6 +642,7 @@
642 642
                         <td width="50">脉搏<br />(次/分)</td>
643 643
                         <td width="60">血压<br />(mmHg)</td>
644 644
                         <td width="50">血容量<br />L</td>
645
+                        <td width="50">Kt/V<br /></td>
645 646
                         <td width="50">签名</td>
646 647
                         <td width="200">病情变化及处理</td>
647 648
                       </tr>
@@ -659,6 +660,7 @@
659 660
                           {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
660 661
                         </td>
661 662
                         <td style="padding:1px 5px;">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : '' }}</td>
663
+                        <td>{{ monitor.ktv ? monitor.ktv : "" }}</td>
662 664
                         <td style="padding:1px 5px;" height="30px">
663 665
                           <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">
664 666
                             {{ getAdminUser(monitor.monitoring_nurse) }}