Browse Source

更新龙岗二院需求问题

XMLWAN 5 years ago
parent
commit
92cfac8792

+ 2 - 5
src/xt_pages/dialysis/batch_print/batch_print_order.vue View File

1137
                       </div>
1137
                       </div>
1138
                       <div class="inline_block" style="margin-left: 20px;">
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
                             record.assessment_after_dislysis &&
1142
                             record.assessment_after_dislysis &&
1146
                             record.assessment_after_dislysis.cruor
1143
                             record.assessment_after_dislysis.cruor
2085
       });
2082
       });
2086
   },
2083
   },
2087
   methods: {
2084
   methods: {
2088
-   getAge: function(val) {
2085
+    getAge: function(val) {
2089
       val.birth = uParseTime(val.birthday, "{y}-{m}-{d}");
2086
       val.birth = uParseTime(val.birthday, "{y}-{m}-{d}");
2090
       if (
2087
       if (
2091
         this.org_template_info.template_id == 2 ||
2088
         this.org_template_info.template_id == 2 ||

+ 2 - 2
src/xt_pages/dialysis/details/assessmentBefore.vue View File

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

+ 6 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue View File

969
           </td>
969
           </td>
970
         </tr>
970
         </tr>
971
         <tr>
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
           </td>
976
           </td>
975
-          <td style="text-align:left;" colspan="11">
977
+          <td style="text-align:left;" colspan="10">
976
             <span style="display:inline-block;margin-left:15px;">
978
             <span style="display:inline-block;margin-left:15px;">
977
               内瘘搏动及震颤音:
979
               内瘘搏动及震颤音:
978
               <label-box
980
               <label-box
2117
     }
2119
     }
2118
 
2120
 
2119
     this.ways = getDataConfig("hemodialysis", "way");
2121
     this.ways = getDataConfig("hemodialysis", "way");
2122
+    console.log("ways", this.ways);
2120
     this.consciousnesses = getDataConfig("hemodialysis", "consciousness");
2123
     this.consciousnesses = getDataConfig("hemodialysis", "consciousness");
2121
     this.appetites = getDataConfig("hemodialysis", "appetite");
2124
     this.appetites = getDataConfig("hemodialysis", "appetite");
2122
     this.postures = getDataConfig("hemodialysis", "posture");
2125
     this.postures = getDataConfig("hemodialysis", "posture");

+ 38 - 22
src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue View File

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