Kaynağa Gözat

更新龙岗二院需求问题

XMLWAN 5 yıl önce
ebeveyn
işleme
92cfac8792

+ 2 - 5
src/xt_pages/dialysis/batch_print/batch_print_order.vue Dosyayı Görüntüle

@@ -1137,10 +1137,7 @@
1137 1137
                       </div>
1138 1138
                       <div class="inline_block" style="margin-left: 20px;">
1139 1139
                         透析器凝血:
1140
-                        <div
1141
-                          class="under_line"
1142
-                          style="width: 100px"
1143
-                        >
1140
+                        <div class="under_line" style="width: 100px">
1144 1141
                           {{
1145 1142
                             record.assessment_after_dislysis &&
1146 1143
                             record.assessment_after_dislysis.cruor
@@ -2085,7 +2082,7 @@ export default {
2085 2082
       });
2086 2083
   },
2087 2084
   methods: {
2088
-   getAge: function(val) {
2085
+    getAge: function(val) {
2089 2086
       val.birth = uParseTime(val.birthday, "{y}-{m}-{d}");
2090 2087
       if (
2091 2088
         this.org_template_info.template_id == 2 ||

+ 2 - 2
src/xt_pages/dialysis/details/assessmentBefore.vue Dosyayı Görüntüle

@@ -268,8 +268,8 @@
268 268
           <span class="unit"> </span>
269 269
         </li>
270 270
 
271
-        <li v-if="isShow('内瘘皮肤情况')">
272
-          <label>内瘘皮肤情况: </label>
271
+        <li v-if="isShow('血管通路皮肤情况')">
272
+          <label>血管通路皮肤情况: </label>
273 273
           <span class="content">{{ internal_fistula_skin }}</span>
274 274
           <span class="unit"></span>
275 275
         </li>

+ 6 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue Dosyayı Görüntüle

@@ -969,10 +969,12 @@
969 969
           </td>
970 970
         </tr>
971 971
         <tr>
972
-          <td style="text-align:left;">
973
-            实际置换量:{{ afterdialysis.actual_displacement }} L
972
+          <td style="text-align:left;" colspan="2">
973
+            <span style="display:inline-block;margin-left:15px;">
974
+              实际置换量:{{ afterdialysis.actual_displacement }} L
975
+            </span>
974 976
           </td>
975
-          <td style="text-align:left;" colspan="11">
977
+          <td style="text-align:left;" colspan="10">
976 978
             <span style="display:inline-block;margin-left:15px;">
977 979
               内瘘搏动及震颤音:
978 980
               <label-box
@@ -2117,6 +2119,7 @@ export default {
2117 2119
     }
2118 2120
 
2119 2121
     this.ways = getDataConfig("hemodialysis", "way");
2122
+    console.log("ways", this.ways);
2120 2123
     this.consciousnesses = getDataConfig("hemodialysis", "consciousness");
2121 2124
     this.appetites = getDataConfig("hemodialysis", "appetite");
2122 2125
     this.postures = getDataConfig("hemodialysis", "posture");

+ 38 - 22
src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue Dosyayı Görüntüle

@@ -1413,19 +1413,19 @@
1413 1413
                       <div style="display:flex;justify-content:space-between;">
1414 1414
                         <label-box
1415 1415
                           :isChecked="
1416
-                            afterdialysis.tremor_noise == 1 ? true : false
1416
+                           afterdialysis.internal_fistula.indexOf('震颤-存在')>-1?true:false
1417 1417
                           "
1418 1418
                           showValue="存在"
1419 1419
                         ></label-box>
1420 1420
                         <label-box
1421 1421
                           :isChecked="
1422
-                            afterdialysis.tremor_noise == 3 ? true : false
1422
+                            afterdialysis.internal_fistula.indexOf('震颤-减弱')>-1? true : false
1423 1423
                           "
1424 1424
                           showValue="减弱"
1425 1425
                         ></label-box>
1426 1426
                         <label-box
1427 1427
                           :isChecked="
1428
-                            afterdialysis.tremor_noise == 2 ? true : false
1428
+                             afterdialysis.internal_fistula.indexOf('震颤-无')>-1 ? true : false
1429 1429
                           "
1430 1430
                           showValue="不存在"
1431 1431
                         ></label-box>
@@ -1488,12 +1488,20 @@
1488 1488
                     <td width="40">肝素:</td>
1489 1489
                     <td width="30">A端</td>
1490 1490
                     <td width="30">
1491
-                      <div class="under-line">&nbsp;</div>
1491
+                      <div class="under-line">&nbsp;{{
1492
+                        afterdialysis.cvc_a
1493
+                        ? afterdialysis.cvc_a
1494
+                        : ""
1495
+                        }}</div>
1492 1496
                     </td>
1493 1497
                     <td width="20">ml</td>
1494 1498
                     <td width="30">V端</td>
1495 1499
                     <td width="30">
1496
-                      <div class="under-line">&nbsp;</div>
1500
+                      <div class="under-line">{{
1501
+                        afterdialysis.cvc_v
1502
+                        ? afterdialysis.cvc_v
1503
+                        : ""
1504
+                        }}</div>
1497 1505
                     </td>
1498 1506
                     <td width="20">ml</td>
1499 1507
                     <td></td>
@@ -1509,7 +1517,7 @@
1509 1517
                       <div style="display:flex;justify-content:space-between;">
1510 1518
                         <label-box
1511 1519
                           :isChecked="
1512
-                            afterdialysis.complications_index.indexOf('无') > -1
1520
+                            afterdialysis.complication.indexOf('无') > -1
1513 1521
                               ? true
1514 1522
                               : false
1515 1523
                           "
@@ -1517,7 +1525,7 @@
1517 1525
                         ></label-box>
1518 1526
                         <label-box
1519 1527
                           :isChecked="
1520
-                            afterdialysis.complications_index.indexOf('头晕') >
1528
+                            afterdialysis.complication.indexOf('头晕') >
1521 1529
                             -1
1522 1530
                               ? true
1523 1531
                               : false
@@ -1526,7 +1534,7 @@
1526 1534
                         ></label-box>
1527 1535
                         <label-box
1528 1536
                           :isChecked="
1529
-                            afterdialysis.complications_index.indexOf('头痛') >
1537
+                            afterdialysis.complication.indexOf('头痛') >
1530 1538
                             -1
1531 1539
                               ? true
1532 1540
                               : false
@@ -1535,7 +1543,7 @@
1535 1543
                         ></label-box>
1536 1544
                         <label-box
1537 1545
                           :isChecked="
1538
-                            afterdialysis.complications_index.indexOf('呕吐') >
1546
+                            afterdialysis.complication.indexOf('呕吐') >
1539 1547
                             -1
1540 1548
                               ? true
1541 1549
                               : false
@@ -1544,7 +1552,7 @@
1544 1552
                         ></label-box>
1545 1553
                         <label-box
1546 1554
                           :isChecked="
1547
-                            afterdialysis.complications_index.indexOf(
1555
+                            afterdialysis.complication.indexOf(
1548 1556
                               '低血压'
1549 1557
                             ) > -1
1550 1558
                               ? true
@@ -1555,7 +1563,7 @@
1555 1563
                         <label-box showValue="发热"></label-box>
1556 1564
                         <label-box
1557 1565
                           :isChecked="
1558
-                            afterdialysis.complications_index.indexOf('抽搐') >
1566
+                            afterdialysis.complication.indexOf('抽搐') >
1559 1567
                             -1
1560 1568
                               ? true
1561 1569
                               : false
@@ -1564,7 +1572,7 @@
1564 1572
                         ></label-box>
1565 1573
                         <label-box
1566 1574
                           :isChecked="
1567
-                            afterdialysis.complications_index.indexOf(
1575
+                            afterdialysis.complication.indexOf(
1568 1576
                               '高血压'
1569 1577
                             ) > -1
1570 1578
                               ? true
@@ -1574,7 +1582,7 @@
1574 1582
                         ></label-box>
1575 1583
                         <label-box
1576 1584
                           :isChecked="
1577
-                            afterdialysis.complications_index.indexOf(
1585
+                            afterdialysis.complication.indexOf(
1578 1586
                               '心律失常'
1579 1587
                             ) > -1
1580 1588
                               ? true
@@ -1631,25 +1639,25 @@
1631 1639
                       <div style="display:flex;justify-content:space-between;">
1632 1640
                         <label-box
1633 1641
                           :isChecked="
1634
-                            afterdialysis.dialyzer == 1 ? true : false
1642
+                            afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false
1635 1643
                           "
1636 1644
                           showValue="无"
1637 1645
                         ></label-box>
1638 1646
                         <label-box
1639 1647
                           :isChecked="
1640
-                            afterdialysis.dialyzer == 2 ? true : false
1648
+                             afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false
1641 1649
                           "
1642 1650
                           showValue="+"
1643 1651
                         ></label-box>
1644 1652
                         <label-box
1645 1653
                           :isChecked="
1646
-                            afterdialysis.dialyzer == 3 ? true : false
1654
+                            afterdialysis.cruor.indexOf('透析器-Ⅱ度') >  -1 ? true : false
1647 1655
                           "
1648 1656
                           showValue="+ +"
1649 1657
                         ></label-box>
1650 1658
                         <label-box
1651 1659
                           :isChecked="
1652
-                            afterdialysis.dialyzer == 4 ? true : false
1660
+                            afterdialysis.cruor.indexOf('透析器-Ⅲ度')> -1  ? true : false
1653 1661
                           "
1654 1662
                           showValue="+ + +"
1655 1663
                         ></label-box>
@@ -1659,10 +1667,18 @@
1659 1667
                     <td width="60">管路:</td>
1660 1668
                     <td width="220">
1661 1669
                       <div style="display:flex;justify-content:space-between;">
1662
-                        <label-box showValue="无"></label-box>
1663
-                        <label-box showValue="+"></label-box>
1664
-                        <label-box showValue="+ +"></label-box>
1665
-                        <label-box showValue="+ + +"></label-box>
1670
+                        <label-box showValue="无" :isChecked="
1671
+                            afterdialysis.channel == 1 ? true : false
1672
+                          "></label-box>
1673
+                        <label-box showValue="+" :isChecked="
1674
+                            afterdialysis.channel == 2 ? true : false
1675
+                          "></label-box>
1676
+                        <label-box showValue="+ +" :isChecked="
1677
+                            afterdialysis.channel == 3  ? true : false
1678
+                          "></label-box>
1679
+                        <label-box showValue="+ + +" :isChecked="
1680
+                            afterdialysis.channel == 4 ? true : false
1681
+                          "></label-box>
1666 1682
                       </div>
1667 1683
                     </td>
1668 1684
                     <td></td>
@@ -2038,7 +2054,7 @@
2038 2054
               <span v-if="advice[0].advice_desc"
2039 2055
                 >{{ advice[0].advice_desc }}{{ advice[0].drug_spec_unit }}</span
2040 2056
               >
2041
-              
2057
+
2042 2058
               <span v-if="advice[0].prescribing_number"
2043 2059
                 >* {{ advice[0].prescribing_number
2044 2060
                 }}{{ advice[0].prescribing_number_unit }}</span