See999 4 年前
父节点
当前提交
2b8585240b
共有 1 个文件被更改,包括 11 次插入10 次删除
  1. 11 10
      src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue

+ 11 - 10
src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue 查看文件

24
 
24
 
25
             <td width="50">住院号:</td>
25
             <td width="50">住院号:</td>
26
             <td width="150">
26
             <td width="150">
27
-              <div class="under-line">
28
-                  {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "" }}
27
+              <div class="under-line">&nbsp;
28
+                  {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "/" }}
29
               </div>
29
               </div>
30
             </td>
30
             </td>
31
             <td width="20"></td>
31
             <td width="20"></td>
45
           <tr>
45
           <tr>
46
             <td width="90">传染病标志:</td>
46
             <td width="90">传染病标志:</td>
47
             <td width="80">
47
             <td width="80">
48
-              <div class="under-line">{{InfectiousDiseases?InfectiousDiseases:''}}</div>
48
+              <div class="under-line">{{InfectiousDiseases?InfectiousDiseases:'阴性'}}</div>
49
             </td>
49
             </td>
50
             <td width="10"></td>
50
             <td width="10"></td>
51
             <td width="110">上次透析时间:</td>
51
             <td width="110">上次透析时间:</td>
389
                       <td width='40'>体重:</td>
389
                       <td width='40'>体重:</td>
390
                       <td width='50'>干体重:</td>
390
                       <td width='50'>干体重:</td>
391
                       <td width="50">
391
                       <td width="50">
392
-                        <div class="under-line">&nbsp;{{ predialysis.dry_weight ? predialysis.dry_weight : "" }}</div>
392
+                        <div class="under-line">&nbsp;{{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}</div>
393
                       </td>
393
                       </td>
394
                       <td width="10">Kg</td>
394
                       <td width="10">Kg</td>
395
                       <td width="30"></td>
395
                       <td width="30"></td>
396
                       <td width='70'>上次透后:</td>
396
                       <td width='70'>上次透后:</td>
397
                       <td width="50">
397
                       <td width="50">
398
-                        <div class="under-line">&nbsp;{{ assessmentafter.weight_after ? assessmentafter.weight_after : "" }}</div>
398
+                        <div class="under-line">&nbsp;{{ assessmentafter.weight_after ? assessmentafter.weight_after : "/" }}</div>
399
                       </td>
399
                       </td>
400
                       <td width="10">Kg</td>
400
                       <td width="10">Kg</td>
401
                       <td width="30"></td>
401
                       <td width="30"></td>
402
                       <td width='70'>本次透前:</td>
402
                       <td width='70'>本次透前:</td>
403
                       <td width="50">
403
                       <td width="50">
404
-                        <div class="under-line">&nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "" }}</div>
404
+                        <div class="under-line">&nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "/" }}</div>
405
                       </td>
405
                       </td>
406
                       <td width="10">Kg</td>
406
                       <td width="10">Kg</td>
407
                       <td width="30"></td>
407
                       <td width="30"></td>
408
                       <td width='70'>本次透后:</td>
408
                       <td width='70'>本次透后:</td>
409
                       <td width="50">
409
                       <td width="50">
410
-                        <div class="under-line">&nbsp;{{ afterdialysis.weight_after ? afterdialysis.weight_after : "" }}</div>
410
+                        <div class="under-line">&nbsp;{{ afterdialysis.weight_after ? afterdialysis.weight_after : "/" }}</div>
411
                       </td>
411
                       </td>
412
                       <td width="10">Kg</td>
412
                       <td width="10">Kg</td>
413
                       <td></td>
413
                       <td></td>
452
               <table class="table-box">
452
               <table class="table-box">
453
                 <tbody>
453
                 <tbody>
454
                   <tr>
454
                   <tr>
455
-                    <td width="90">预设超滤量:</td>
456
                     <td width="80">预设超滤量:</td>
455
                     <td width="80">预设超滤量:</td>
457
                     <td width="50">
456
                     <td width="50">
458
                       <div class="under-line">
457
                       <div class="under-line">
718
             <td>&nbsp;{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
717
             <td>&nbsp;{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
719
             <td>&nbsp;{{ monitor.temperature ? monitor.temperature : '' }}</td>
718
             <td>&nbsp;{{ monitor.temperature ? monitor.temperature : '' }}</td>
720
             <td>
719
             <td>
721
-              &nbsp;{{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/
722
-              {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
720
+              <span v-if="monitor.systolic_blood_pressure || monitor.diastolic_blood_pressure">
721
+                &nbsp;{{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/
722
+                {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
723
+              </span>
723
             </td>
724
             </td>
724
             <td>&nbsp;{{ monitor.pulse_frequency ? monitor.pulse_frequency : '' }}</td>
725
             <td>&nbsp;{{ monitor.pulse_frequency ? monitor.pulse_frequency : '' }}</td>
725
             <td>&nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : '' }}</td>
726
             <td>&nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : '' }}</td>