|
@@ -175,9 +175,9 @@
|
175
|
175
|
<tbody>
|
176
|
176
|
<tr>
|
177
|
177
|
<!-- <td width="190"></td> -->
|
178
|
|
- <td width='100'>穿刺针:</td>
|
179
|
|
- <td style="text-align:left;">
|
180
|
|
- <span>{{ predialysis.puncture_needle ? predialysis.puncture_needle : '/' }}</span>
|
|
178
|
+ <td width='100'>穿刺针型号:</td>
|
|
179
|
+ <td>
|
|
180
|
+ <div class="under-line" style="text-align:left;">{{ predialysis.puncture_needle ? predialysis.puncture_needle : '/' }}</div>
|
181
|
181
|
<!-- <div>
|
182
|
182
|
<label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('16G') > -1 ? true : predialysis.puncture_needle && predialysis.puncture_needle.indexOf('16G-静脉') > -1 ? true : false" showValue="16G"></label-box>
|
183
|
183
|
|
|
@@ -558,9 +558,9 @@
|
558
|
558
|
<table class="print-table" style="border-left:1px solid #000;border-right:1px solid #000;">
|
559
|
559
|
<tbody>
|
560
|
560
|
<tr>
|
561
|
|
- <td width="120" style="height:40px;">主管医生:</td>
|
|
561
|
+ <td width="70" style="height:40px;">主管医生:</td>
|
562
|
562
|
<td width="100">
|
563
|
|
- <div>
|
|
563
|
+ <div style="text-align: left;">
|
564
|
564
|
<span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
|
565
|
565
|
<img class="es-img" style="height:38px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
|
566
|
566
|
</div>
|
|
@@ -568,15 +568,15 @@
|
568
|
568
|
<td width="70">预冲护士:</td>
|
569
|
569
|
<td width="100">
|
570
|
570
|
|
571
|
|
- <div>
|
|
571
|
+ <div style="text-align: left;">
|
572
|
572
|
<span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.washpipe_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.washpipe_nurse)}}</span>
|
573
|
573
|
<img class="es-img" style="height:38px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.washpipe_nurse)" alt="" srcset="" v-else>
|
574
|
574
|
</div>
|
575
|
575
|
</td>
|
576
|
|
- <td width="100">穿刺护士:</td>
|
|
576
|
+ <td width="100">穿刺/开管护士:</td>
|
577
|
577
|
<td width="100">
|
578
|
578
|
|
579
|
|
- <div>
|
|
579
|
+ <div style="text-align: left;">
|
580
|
580
|
<span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.puncture_nurse)}}</span>
|
581
|
581
|
<img class="es-img" style="height:38px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse)" alt="" srcset="" v-else>
|
582
|
582
|
</div>
|
|
@@ -584,7 +584,7 @@
|
584
|
584
|
<td width="70">核对护士:</td>
|
585
|
585
|
<td width="100">
|
586
|
586
|
|
587
|
|
- <div>
|
|
587
|
+ <div style="text-align: left;">
|
588
|
588
|
<span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
|
589
|
589
|
{{ getAdminUser(check == null ? 0 : check.modifier) }}
|
590
|
590
|
</span>
|
|
@@ -618,7 +618,7 @@
|
618
|
618
|
<td width="60">动脉压<br />mmHg</td>
|
619
|
619
|
<td width="60">静脉压<br />mmHg</td>
|
620
|
620
|
<td width="60">跨膜压<br />mmHg</td>
|
621
|
|
- <td width="60">超滤量<br />ml</td>
|
|
621
|
+ <td width="60">超滤量<br />L</td>
|
622
|
622
|
<td width="60">钠浓度<br/>mmol/L</td>
|
623
|
623
|
<td width="60">电导度<br/>ms/cm</td>
|
624
|
624
|
<td width="40">液温<br/>℃</td>
|
|
@@ -719,7 +719,7 @@
|
719
|
719
|
{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : "" }}
|
720
|
720
|
</div>
|
721
|
721
|
</td>
|
722
|
|
- <td width="20">ml</td>
|
|
722
|
+ <td width="20">L</td>
|
723
|
723
|
<td width="20"></td>
|
724
|
724
|
<td width="50">血流量</td>
|
725
|
725
|
<td width='140'>
|