Browse Source

新分支

28169 1 year ago
parent
commit
c4431155a6

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

924
         zongliang_unit: 'mg',
924
         zongliang_unit: 'mg',
925
         gaimingcheng_unit: '',
925
         gaimingcheng_unit: '',
926
         gaijiliang_unit: ''
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
     anticoagulants_set: {
944
     anticoagulants_set: {

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

1123
                           <span v-if="record.prescription.anticoagulant == 5"
1123
                           <span v-if="record.prescription.anticoagulant == 5"
1124
                             >&nbsp;枸橼酸钠</span
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
                             >&nbsp;低分子肝素钙</span
1127
                             >&nbsp;低分子肝素钙</span
1128
                           >
1128
                           >
1129
+                          <span v-if="record.prescription.anticoagulant == 6 || org_id ==0 || org_id ==10206"
1130
+                            >&nbsp;低分子量肝素钙</span
1131
+                          >
1129
                           <span v-if="record.prescription.anticoagulant == 7"
1132
                           <span v-if="record.prescription.anticoagulant == 7"
1130
                             >&nbsp;低分子肝素钠</span
1133
                             >&nbsp;低分子肝素钠</span
1131
                           >
1134
                           >
1400
                             v-if="
1403
                             v-if="
1401
                              (record.prescription.mode_id == 2 ||
1404
                              (record.prescription.mode_id == 2 ||
1402
                               record.prescription.mode_id == 5 ||
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
                             width="50"
1408
                             width="50"
1406
                           >
1409
                           >
1613
                               (record.prescription.mode_id == 2 ||
1616
                               (record.prescription.mode_id == 2 ||
1614
                               record.prescription.mode_id == 5 ||
1617
                               record.prescription.mode_id == 5 ||
1615
                               record.prescription.mode_id == 12 || org_id == 0)
1618
                               record.prescription.mode_id == 12 || org_id == 0)
1616
-                              && org_id!=10478
1619
+                              && org_id!=10478 && org_id!=10206
1617
                             "
1620
                             "
1618
                             style="width: 50px"
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
                           </td>
1628
                           </td>
1794
                             执行人签名
1797
                             执行人签名
1795
                           </td>
1798
                           </td>
1796
                           <td style="font-size: 16px" width="10%">时间</td>
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
                         </tr>
1801
                         </tr>
1799
                         <!-- <template v-for="group in doctor_advices" > -->
1802
                         <!-- <template v-for="group in doctor_advices" > -->
1800
 
1803
 
1902
                                 getTime(advice[0].execution_time, " {h}:{i}")
1905
                                 getTime(advice[0].execution_time, " {h}:{i}")
1903
                               }}</span>
1906
                               }}</span>
1904
                             </td>
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
                               <span
1909
                               <span
1907
                                 v-if="
1910
                                 v-if="
1908
                                   setAdminUserES(
1911
                                   setAdminUserES(
2799
                           />
2802
                           />
2800
                         </div>
2803
                         </div>
2801
                       </div>
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
                         <div
2807
                         <div
2805
                           class="under_line"
2808
                           class="under_line"

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

763
                         style="width: 70px; text-align: center"
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
                       </div>
770
                       </div>
1104
                         class="under_line"
1104
                         class="under_line"
1105
                         style="width: 150px; text-align: center"
1105
                         style="width: 150px; text-align: center"
1106
                       >
1106
                       >
1107
-                        {{
1107
+                       <span v-if="org_id != 0 && org_id !=10206"> {{
1108
                           prescription.anticoagulant_name
1108
                           prescription.anticoagulant_name
1109
                             ? prescription.anticoagulant_name
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
                       </div>
1117
                       </div>
1113
                     </div>
1118
                     </div>
1114
                     <div
1119
                     <div
1472
                         <td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
1477
                         <td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
1473
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1478
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1474
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
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
                           置换量<br />(ml)
1481
                           置换量<br />(ml)
1477
                         </td>
1482
                         </td>
1478
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
1483
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
1598
                             (prescription.mode_id == 2 ||
1603
                             (prescription.mode_id == 2 ||
1599
                             prescription.mode_id == 5 ||
1604
                             prescription.mode_id == 5 ||
1600
                             prescription.mode_id == 12)
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
                           style="width: 50px"
1608
                           style="width: 50px"
1604
                         >
1609
                         >
2871
 
2876
 
2872
                   </div>
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
                     <div class="inline_block" style="flex: 1">
2880
                     <div class="inline_block" style="flex: 1">
2876
                       <span v-if="org_id==10414">责任护士:</span> 
2881
                       <span v-if="org_id==10414">责任护士:</span> 
2877
                       <span v-else>治疗护士:</span> 
2882
                       <span v-else>治疗护士:</span> 
2918
 
2923
 
2919
 
2924
 
2920
                     <div class="inline_block" style="flex: 1">
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
                       <span v-else >核对人员:</span> 
2927
                       <span v-else >核对人员:</span> 
2923
                       <div
2928
                       <div
2924
                         class="under_line"
2929
                         class="under_line"

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

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
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
           var zone = this.zone
687
           var zone = this.zone
688
         var newArr = []
688
         var newArr = []
689
         for(let i=0;i<this.zoneList.length;i++){
689
         for(let i=0;i<this.zoneList.length;i++){
701
           path: '/schedule/remind/print/setting?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+2
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
           var zone = this.zone
705
           var zone = this.zone
706
           console.log("zone23232",zone)
706
           console.log("zone23232",zone)
707
           var newArr = []
707
           var newArr = []

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

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
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
           var zone = this.zone
909
           var zone = this.zone
910
           console.log("zone23232",zone)
910
           console.log("zone23232",zone)
911
           var newArr = []
911
           var newArr = []
923
           this.$router.push({
923
           this.$router.push({
924
             path: '/schedule/remind/print/setting?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+1
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
           var zone = this.zone
927
           var zone = this.zone
928
           console.log("zone23232",zone)
928
           console.log("zone23232",zone)
929
           var newArr = []
929
           var newArr = []

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

118
                     {{main_collection.dialysissolution.anticoagulant_zongliang}}iu
118
                     {{main_collection.dialysissolution.anticoagulant_zongliang}}iu
119
                    </span>
119
                    </span>
120
                 </div>
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
                 <div v-if="org_id == 10188 || org_id == 10217 || org_id == 10340 || org_id == 9671 || org_id == 9675">干体重:{{main_collection.assessmentbefor.dry_weight}}</div>
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
                 <div v-if="org_id == 10188 || org_id == 10217 || org_id == 10340 || org_id == 9671 || org_id == 9675">透前体重:{{main_collection.assessmentbefor.weight_before}}</div>
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
                 <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>
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>