Просмотр исходного кода

Merge branch '20200710_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20200710_pc_vue_new_branch

csx 4 лет назад
Родитель
Сommit
ea3ebd2e4e
1 измененных файлов: 25 добавлений и 16 удалений
  1. 25 16
      src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue

+ 25 - 16
src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue Просмотреть файл

@@ -22,18 +22,19 @@
22 22
             </td>
23 23
             <td width="30">岁</td>
24 24
 
25
-            <td width="50">住院号:</td>
25
+            
26
+            <td width="50">门诊号:</td>
26 27
             <td width="150">
27 28
               <div class="under-line">
28
-                  {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "" }}
29
+                {{ patientInfo.dialysis_no ? patientInfo.dialysis_no : "" }}
29 30
               </div>
30 31
             </td>
31 32
             <td width="20"></td>
32 33
 
33
-            <td width="50">门诊号:</td>
34
+            <td width="50">住院号:</td>
34 35
             <td width="150">
35
-              <div class="under-line">
36
-                {{ patientInfo.dialysis_no ? patientInfo.dialysis_no : "" }}
36
+              <div class="under-line">&nbsp;
37
+                  {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "/" }}
37 38
               </div>
38 39
             </td>
39 40
             <td></td>
@@ -45,7 +46,7 @@
45 46
           <tr>
46 47
             <td width="90">传染病标志:</td>
47 48
             <td width="80">
48
-              <div class="under-line">{{InfectiousDiseases?InfectiousDiseases:''}}</div>
49
+              <div class="under-line">{{InfectiousDiseases?InfectiousDiseases:'阴性'}}</div>
49 50
             </td>
50 51
             <td width="10"></td>
51 52
             <td width="110">上次透析时间:</td>
@@ -389,25 +390,25 @@
389 390
                       <td width='40'>体重:</td>
390 391
                       <td width='50'>干体重:</td>
391 392
                       <td width="50">
392
-                        <div class="under-line">&nbsp;{{ predialysis.dry_weight ? predialysis.dry_weight : "" }}</div>
393
+                        <div class="under-line">&nbsp;{{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}</div>
393 394
                       </td>
394 395
                       <td width="10">Kg</td>
395 396
                       <td width="30"></td>
396 397
                       <td width='70'>上次透后:</td>
397 398
                       <td width="50">
398
-                        <div class="under-line">&nbsp;{{ assessmentafter.weight_after ? assessmentafter.weight_after : "" }}</div>
399
+                        <div class="under-line">&nbsp;{{ assessmentafter.weight_after ? assessmentafter.weight_after : "/" }}</div>
399 400
                       </td>
400 401
                       <td width="10">Kg</td>
401 402
                       <td width="30"></td>
402 403
                       <td width='70'>本次透前:</td>
403 404
                       <td width="50">
404
-                        <div class="under-line">&nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "" }}</div>
405
+                        <div class="under-line">&nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "/" }}</div>
405 406
                       </td>
406 407
                       <td width="10">Kg</td>
407 408
                       <td width="30"></td>
408 409
                       <td width='70'>本次透后:</td>
409 410
                       <td width="50">
410
-                        <div class="under-line">&nbsp;{{ afterdialysis.weight_after ? afterdialysis.weight_after : "" }}</div>
411
+                        <div class="under-line">&nbsp;{{ afterdialysis.weight_after ? afterdialysis.weight_after : "/" }}</div>
411 412
                       </td>
412 413
                       <td width="10">Kg</td>
413 414
                       <td></td>
@@ -452,7 +453,6 @@
452 453
               <table class="table-box">
453 454
                 <tbody>
454 455
                   <tr>
455
-                    <td width="90">预设超滤量:</td>
456 456
                     <td width="80">预设超滤量:</td>
457 457
                     <td width="50">
458 458
                       <div class="under-line">
@@ -474,10 +474,17 @@
474 474
                         <div class="under-line">&nbsp;{{ prescription.mode ? prescription.mode : "" }}</div>
475 475
                     </td>
476 476
                     <td width="20"></td>
477
-                    <td width="140">透析器/灌流器型号:</td>
477
+                    <td width="80">透析器:</td>
478 478
                     <td width="80">
479 479
                       <div class="under-line">
480
-                        &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "" }}
480
+                        &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split('-')[0] : "" }}
481
+                      </div>
482
+                    </td>
483
+                    <td width="20"></td>
484
+                    <td width="80">灌流器型号:</td>
485
+                    <td width="80">
486
+                      <div class="under-line">
487
+                        &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split('-')[1] : "" }}
481 488
                       </div>
482 489
                     </td>
483 490
                     <td></td>
@@ -718,8 +725,10 @@
718 725
             <td>&nbsp;{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
719 726
             <td>&nbsp;{{ monitor.temperature ? monitor.temperature : '' }}</td>
720 727
             <td>
721
-              &nbsp;{{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/
722
-              {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
728
+              <span v-if="monitor.systolic_blood_pressure || monitor.diastolic_blood_pressure">
729
+                &nbsp;{{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/
730
+                {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
731
+              </span>
723 732
             </td>
724 733
             <td>&nbsp;{{ monitor.pulse_frequency ? monitor.pulse_frequency : '' }}</td>
725 734
             <td>&nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : '' }}</td>
@@ -823,7 +832,7 @@
823 832
               </table>
824 833
 
825 834
 
826
-              <table class="table-box" style="margin-bottom:200px;">
835
+              <table class="table-box" style="margin-bottom:130px;">
827 836
                 <tbody>
828 837
                   <tr>
829 838
                     <!-- <td width="70">其他记录:</td> -->