See999 4 年前
父节点
当前提交
23fd8165df
共有 1 个文件被更改,包括 6 次插入56 次删除
  1. 6 56
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue

+ 6 - 56
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue 查看文件

@@ -352,7 +352,7 @@
352 352
                             <td width="70">透前体重:</td>
353 353
                             <td width="50">
354 354
                                 <div class="under-line">
355
-                                    &nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "" }}
355
+                                    &nbsp;{{ predialysis.weight_before ? (predialysis.weight_before - predialysis.additional_weight) : "" }}
356 356
                                 </div>
357 357
                             </td>
358 358
                             <td width="20">Kg</td>
@@ -685,6 +685,7 @@
685 685
             <td style="line-height:20px;" width="40">超<br />滤<br />率<br /><span style="font-size:10px; !important">ml/h</span></td>
686 686
             <td style="line-height:20px;" width="40">超<br />滤<br />量<br /><span style="font-size:10px; !important">ml</span></td>
687 687
             <td style="line-height:20px;" width="35">Spo<sub>2</sub><br /><span style="font-size:10px; !important">%</span></td>
688
+            <td style="line-height:20px;" width="35">血<br />糖<br /><span style="font-size:10px; !important">mmol/L</span></td>
688 689
             <td style="line-height:20px;" width="">病情变化及处理</td>
689 690
             <td style="line-height:20px;" width="60">签名</td>
690 691
           </tr>
@@ -730,6 +731,7 @@
730 731
             <td>
731 732
               &nbsp;{{ monitor.blood_oxygen_saturation ? monitor.blood_oxygen_saturation : "" }}
732 733
             </td>
734
+            <td>&nbsp;</td>
733 735
             <td style="text-align:left;line-height:20px;">
734 736
               &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
735 737
             </td>
@@ -745,7 +747,7 @@
745 747
             
746 748
           </tr>
747 749
           <tr>
748
-            <td colspan="15">
750
+            <td colspan="16">
749 751
               <table class="table-box">
750 752
                 <tbody>
751 753
                   <tr>
@@ -1490,17 +1492,6 @@ export default {
1490 1492
             tableAdvice.push(obj2)
1491 1493
             tableAdvice.push(obj3)
1492 1494
             tableAdvice.push(obj4)
1493
-            tableAdvice.push(obj5)
1494
-            tableAdvice.push(obj1)
1495
-            tableAdvice.push(obj2)
1496
-            tableAdvice.push(obj3)
1497
-            tableAdvice.push(obj4)
1498
-            tableAdvice.push(obj5)
1499
-            tableAdvice.push(obj1)
1500
-            tableAdvice.push(obj1)
1501
-            tableAdvice.push(obj1)
1502
-            tableAdvice.push(obj1)
1503
-            tableAdvice.push(obj1)
1504 1495
             this.tableAdvice = tableAdvice
1505 1496
           }
1506 1497
           if (tableAdvice.length === 1) {
@@ -1518,16 +1509,6 @@ export default {
1518 1509
             tableAdvice.push(obj2)
1519 1510
             tableAdvice.push(obj3)
1520 1511
             tableAdvice.push(obj4)
1521
-            tableAdvice.push(obj4)
1522
-            tableAdvice.push(obj1)
1523
-            tableAdvice.push(obj2)
1524
-            tableAdvice.push(obj3)
1525
-            tableAdvice.push(obj4)
1526
-            tableAdvice.push(obj4)
1527
-            tableAdvice.push(obj4)
1528
-            tableAdvice.push(obj4)
1529
-            tableAdvice.push(obj4)
1530
-            tableAdvice.push(obj4)
1531 1512
             this.tableAdvice = tableAdvice
1532 1513
           }
1533 1514
           if (tableAdvice.length === 2) {
@@ -1543,15 +1524,6 @@ export default {
1543 1524
             tableAdvice.push(obj2)
1544 1525
             tableAdvice.push(obj3)
1545 1526
             tableAdvice.push(obj3)
1546
-            tableAdvice.push(obj3)
1547
-            tableAdvice.push(obj1)
1548
-            tableAdvice.push(obj2)
1549
-            tableAdvice.push(obj3)
1550
-            tableAdvice.push(obj3)
1551
-            tableAdvice.push(obj3)
1552
-            tableAdvice.push(obj3)
1553
-            tableAdvice.push(obj3)
1554
-            tableAdvice.push(obj3)
1555 1527
             this.tableAdvice = tableAdvice
1556 1528
           }
1557 1529
           if (tableAdvice.length === 3) {
@@ -1569,14 +1541,6 @@ export default {
1569 1541
             tableAdvice.push(obj2)
1570 1542
             tableAdvice.push(obj2)
1571 1543
             tableAdvice.push(obj2)
1572
-            tableAdvice.push(obj2)
1573
-            tableAdvice.push(obj1)
1574
-            tableAdvice.push(obj2)
1575
-            tableAdvice.push(obj2)
1576
-            tableAdvice.push(obj2)
1577
-            tableAdvice.push(obj2)
1578
-            tableAdvice.push(obj2)
1579
-            tableAdvice.push(obj2)
1580 1544
 
1581 1545
             this.tableAdvice = tableAdvice
1582 1546
           }
@@ -1593,13 +1557,6 @@ export default {
1593 1557
             tableAdvice.push(obj1)
1594 1558
             tableAdvice.push(obj1)
1595 1559
             tableAdvice.push(obj1)
1596
-            tableAdvice.push(obj1)
1597
-            tableAdvice.push(obj1)
1598
-            tableAdvice.push(obj1)
1599
-            tableAdvice.push(obj1)
1600
-            tableAdvice.push(obj1)
1601
-            tableAdvice.push(obj1)
1602
-            tableAdvice.push(obj1)
1603 1560
             this.tableAdvice = tableAdvice
1604 1561
           }
1605 1562
           if (tableAdvice.length === 5) {
@@ -1612,18 +1569,11 @@ export default {
1612 1569
             tableAdvice.push(obj1)
1613 1570
             tableAdvice.push(obj1)
1614 1571
             tableAdvice.push(obj1)
1615
-            tableAdvice.push(obj1)
1616
-            tableAdvice.push(obj1)
1617
-            tableAdvice.push(obj1)
1618
-            tableAdvice.push(obj1)
1619
-            tableAdvice.push(obj1)
1620
-            tableAdvice.push(obj1)
1621
-            tableAdvice.push(obj1)
1622 1572
             this.tableAdvice = tableAdvice
1623 1573
           }
1624 1574
 
1625
-          if (tableAdvice.length >= 6 && tableAdvice.length <= 28) {
1626
-            const length = 28 - tableAdvice.length
1575
+          if (tableAdvice.length >= 6 && tableAdvice.length <= 10) {
1576
+            const length = 10 - tableAdvice.length
1627 1577
             var obj = { advice_name: '', start_time: '' }
1628 1578
             for (i = 0; i < length; i++) {
1629 1579
               console.log(1)