Browse Source

新分支

28169 1 year ago
parent
commit
c4431155a6

+ 15 - 0
src/store/modules/globalConfig.js View File

@@ -924,6 +924,21 @@ const global_config = {
924 924
         zongliang_unit: 'mg',
925 925
         gaimingcheng_unit: '',
926 926
         gaijiliang_unit: ''
927
+      },
928
+      16: {
929
+        id: 16,
930
+        name: '低分子量肝素钙',
931
+        type: 1,
932
+        shouji: 1,
933
+        weichi: 1,
934
+        zongliang: 1,
935
+        gaimingcheng: -1,
936
+        gaijiliang: -1,
937
+        shouji_unit: 'iu',
938
+        weichi_unit: 'iu/h',
939
+        zongliang_unit: 'iu',
940
+        gaimingcheng_unit: '',
941
+        gaijiliang_unit: ''
927 942
       }
928 943
     },
929 944
     anticoagulants_set: {

+ 11 - 8
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1123,9 +1123,12 @@
1123 1123
                           <span v-if="record.prescription.anticoagulant == 5"
1124 1124
                             >&nbsp;枸橼酸钠</span
1125 1125
                           >
1126
-                          <span v-if="record.prescription.anticoagulant == 6"
1126
+                          <span v-if="record.prescription.anticoagulant == 6 && org_id!=0 && org_id!=10206"
1127 1127
                             >&nbsp;低分子肝素钙</span
1128 1128
                           >
1129
+                          <span v-if="record.prescription.anticoagulant == 6 || org_id ==0 || org_id ==10206"
1130
+                            >&nbsp;低分子量肝素钙</span
1131
+                          >
1129 1132
                           <span v-if="record.prescription.anticoagulant == 7"
1130 1133
                             >&nbsp;低分子肝素钠</span
1131 1134
                           >
@@ -1400,7 +1403,7 @@
1400 1403
                             v-if="
1401 1404
                              (record.prescription.mode_id == 2 ||
1402 1405
                               record.prescription.mode_id == 5 ||
1403
-                              record.prescription.mode_id == 12 || org_id == 0)&&org_id!=10478
1406
+                              record.prescription.mode_id == 12 || org_id == 0)&&org_id!=10478 && org_id!=10206
1404 1407
                             "
1405 1408
                             width="50"
1406 1409
                           >
@@ -1613,13 +1616,13 @@
1613 1616
                               (record.prescription.mode_id == 2 ||
1614 1617
                               record.prescription.mode_id == 5 ||
1615 1618
                               record.prescription.mode_id == 12 || org_id == 0)
1616
-                              && org_id!=10478
1619
+                              && org_id!=10478 && org_id!=10206
1617 1620
                             "
1618 1621
                             style="width: 50px"
1619 1622
                           >
1620 1623
                             {{
1621
-                              monitor_record.displacement_quantity
1622
-                                ? monitor_record.displacement_quantity
1624
+                              monitor_record.replacement_total
1625
+                                ? monitor_record.replacement_total
1623 1626
                                 : ""
1624 1627
                             }}
1625 1628
                           </td>
@@ -1794,7 +1797,7 @@
1794 1797
                             执行人签名
1795 1798
                           </td>
1796 1799
                           <td style="font-size: 16px" width="10%">时间</td>
1797
-                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375">核对护士</td>
1800
+                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id == 0 || org_id ==10206">核对护士</td>
1798 1801
                         </tr>
1799 1802
                         <!-- <template v-for="group in doctor_advices" > -->
1800 1803
 
@@ -1902,7 +1905,7 @@
1902 1905
                                 getTime(advice[0].execution_time, " {h}:{i}")
1903 1906
                               }}</span>
1904 1907
                             </td>
1905
-                            <td height="35px" v-if="org_id == 10375">
1908
+                            <td height="35px" v-if="org_id == 10375 || org_id ==0||org_id ==10206">
1906 1909
                               <span
1907 1910
                                 v-if="
1908 1911
                                   setAdminUserES(
@@ -2799,7 +2802,7 @@
2799 2802
                           />
2800 2803
                         </div>
2801 2804
                       </div>
2802
-                      <div class="inline_block" style="flex: 1">
2805
+                      <div class="inline_block" style="flex: 1" v-if="org_id!=0&&org_id!=10206">
2803 2806
                         治疗护士:
2804 2807
                         <div
2805 2808
                           class="under_line"

+ 12 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -763,8 +763,8 @@
763 763
                         style="width: 70px; text-align: center"
764 764
                       >
765 765
                         {{
766
-                          prescription.displace_liqui_value
767
-                            ? prescription.displace_liqui_value
766
+                          prescription.replacement_total
767
+                            ? prescription.replacement_total
768 768
                             : "/"
769 769
                         }}
770 770
                       </div>
@@ -1104,11 +1104,16 @@
1104 1104
                         class="under_line"
1105 1105
                         style="width: 150px; text-align: center"
1106 1106
                       >
1107
-                        {{
1107
+                       <span v-if="org_id != 0 && org_id !=10206"> {{
1108 1108
                           prescription.anticoagulant_name
1109 1109
                             ? prescription.anticoagulant_name
1110 1110
                             : "/"
1111 1111
                         }}
1112
+                        </span>
1113
+                        <span v-if="org_id == 0 || org_id == 10206">
1114
+                           <span v-if="prescription.anticoagulant_name== '低分子肝素钙'">低分子量肝素钙</span>
1115
+                           <span v-if="prescription.anticoagulant_name!= '低分子肝素钙'">{{prescription.anticoagulant_name}}</span>
1116
+                        </span>
1112 1117
                       </div>
1113 1118
                     </div>
1114 1119
                     <div
@@ -1472,7 +1477,7 @@
1472 1477
                         <td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
1473 1478
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1474 1479
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
1475
-                        <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0" width="50">
1480
+                        <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0 && org_id!=10206" width="50">
1476 1481
                           置换量<br />(ml)
1477 1482
                         </td>
1478 1483
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
@@ -1598,7 +1603,7 @@
1598 1603
                             (prescription.mode_id == 2 ||
1599 1604
                             prescription.mode_id == 5 ||
1600 1605
                             prescription.mode_id == 12)
1601
-                            && org_id!=0 && org_id!=10478
1606
+                            && org_id!=0 && org_id!=10478 && org_id!=10206
1602 1607
                           "
1603 1608
                           style="width: 50px"
1604 1609
                         >
@@ -2871,7 +2876,7 @@
2871 2876
 
2872 2877
                   </div>
2873 2878
 
2874
-                  <div v-if="org_id!=0&&org_id!=10440">
2879
+                  <div v-if="org_id!=0&&org_id!=10440&&org_id!= 10206">
2875 2880
                     <div class="inline_block" style="flex: 1">
2876 2881
                       <span v-if="org_id==10414">责任护士:</span> 
2877 2882
                       <span v-else>治疗护士:</span> 
@@ -2918,7 +2923,7 @@
2918 2923
 
2919 2924
 
2920 2925
                     <div class="inline_block" style="flex: 1">
2921
-                      <span v-if="org_id==10387" >核对护士:</span> 
2926
+                      <span v-if="org_id==10387 || org_id ==10206 || org_id == 0" >核对护士:</span> 
2922 2927
                       <span v-else >核对人员:</span> 
2923 2928
                       <div
2924 2929
                         class="under_line"

+ 2 - 2
src/xt_pages/workforce/components/nextTableWeeks.vue View File

@@ -683,7 +683,7 @@ export default {
683 683
             path: '/schedule/remind/print/setting/one?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+2
684 684
           })
685 685
           }
686
-        if(this.org_id!=9671 && this.org_id!=9675 && this.org_id!=10340 && this.org_id !=10375 && this.org_id !=10469  && this.org_id !=0 ){
686
+        if(this.org_id!=9671 && this.org_id!=9675 && this.org_id!=10340 && this.org_id !=10375 && this.org_id !=10469){
687 687
           var zone = this.zone
688 688
         var newArr = []
689 689
         for(let i=0;i<this.zoneList.length;i++){
@@ -701,7 +701,7 @@ export default {
701 701
           path: '/schedule/remind/print/setting?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+2
702 702
         })
703 703
         }
704
-        else if(this.org_id==10469 || this.org_id==0){
704
+        else if(this.org_id==10469){
705 705
           var zone = this.zone
706 706
           console.log("zone23232",zone)
707 707
           var newArr = []

+ 2 - 2
src/xt_pages/workforce/components/tableWeeks.vue View File

@@ -905,7 +905,7 @@
905 905
             path: '/schedule/remind/print/setting/one?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+1
906 906
           })
907 907
         }
908
-        if(this.org_id != 9671 && this.org_id != 9675 && this.org_id != 10340 && this.org_id != 0 && this.org_id!=10375 && this.org_id!=10469){
908
+        if(this.org_id != 9671 && this.org_id != 9675 && this.org_id != 10340  && this.org_id!=10375 && this.org_id!=10469){
909 909
           var zone = this.zone
910 910
           console.log("zone23232",zone)
911 911
           var newArr = []
@@ -923,7 +923,7 @@
923 923
           this.$router.push({
924 924
             path: '/schedule/remind/print/setting?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+1
925 925
           })
926
-        }else if(this.org_id==10469 || this.org_id==0){
926
+        }else if(this.org_id==10469){
927 927
           var zone = this.zone
928 928
           console.log("zone23232",zone)
929 929
           var newArr = []

+ 7 - 0
src/xt_pages/workforce/remind_print_setting.vue View File

@@ -118,6 +118,13 @@
118 118
                     {{main_collection.dialysissolution.anticoagulant_zongliang}}iu
119 119
                    </span>
120 120
                 </div>
121
+
122
+                <div v-if="org_id==0 || org_id ==10460">
123
+                  目标超滤量:
124
+                  <span>
125
+                   {{main_collection.prescription.target_ultrafiltration}}ml
126
+                  </span>
127
+                </div>
121 128
                 <div v-if="org_id == 10188 || org_id == 10217 || org_id == 10340 || org_id == 9671 || org_id == 9675">干体重:{{main_collection.assessmentbefor.dry_weight}}</div>
122 129
                 <div v-if="org_id == 10188 || org_id == 10217 || org_id == 10340 || org_id == 9671 || org_id == 9675">透前体重:{{main_collection.assessmentbefor.weight_before}}</div>
123 130
                 <div v-if="org_id == 10188 || org_id == 10217 || org_id == 10340 || org_id == 9671 || org_id == 9675">体重增加:{{(main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.dry_weight).toFixed(2)}}</div>