huangyw 2 년 전
부모
커밋
d9e745bcb9

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2167 - 2094
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyfive.vue


+ 50 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue 파일 보기

@@ -811,13 +811,29 @@
811 811
             <td width="80" style="line-height:20px">Bp<br />mmHg</td>
812 812
             <td width="50" style="line-height:20px">P<br />次/分</td>
813 813
             <td width="60" style="line-height:20px">R<br />次/分</td>
814
+            <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
814 815
             <td width="60" style="line-height:20px">静脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
815 816
             <td width="60" style="line-height:20px">动脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
817
+            </template>
818
+
819
+            <template v-if="org_id==10383||org_id==0||org_id==9675">
820
+              <td width="60" style="line-height:20px">动脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
821
+              <td width="60" style="line-height:20px">静脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
822
+            </template>
823
+
816 824
             <td width="60" style="line-height:20px">TMP<br />{{monitors[0] && monitors[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
817 825
             <td width="40" style="line-height:20px">机温<br />℃</td>
818 826
             <td width="60" style="line-height:20px">血流量<br />ml/min</td>
819
-            <td width="60" style="line-height:20px">电导度<br />mS/cm</td>
820
-            <td width="60" style="line-height:20px">超滤量<br />ml</td>
827
+            <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
828
+              <td width="60" style="line-height:20px">电导度<br />mS/cm</td>
829
+              <td width="60" style="line-height:20px">超滤量<br />ml</td>
830
+            </template>
831
+            <template v-if="org_id==10383||org_id==0||org_id==9675">
832
+              <td width="60" style="line-height:20px">超滤量<br />ml</td>
833
+              <td width="60" style="line-height:20px">电导度<br />mS/cm</td>
834
+              
835
+            </template>
836
+            
821 837
             <td width="40" style="line-height:20px">Kt/V</td>
822 838
             <!-- <td width="60">钠浓度<br/>mmol/L</td>
823 839
           <td width="80">透析液温度<br/>℃</td>
@@ -850,8 +866,8 @@
850 866
             <td>
851 867
               &nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
852 868
             </td>
853
-
854
-            <td v-if="isShowZero && monitor.operate_time">
869
+            <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
870
+              <td v-if="isShowZero && monitor.operate_time">
855 871
               &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : 0 }}
856 872
             </td>
857 873
             <td v-else>
@@ -860,6 +876,19 @@
860 876
             <td>
861 877
               &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
862 878
             </td>
879
+            </template>
880
+            <template v-if="org_id==10383||org_id==0||org_id==9675">
881
+              <td>
882
+              &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
883
+            </td>
884
+              <td v-if="isShowZero && monitor.operate_time">
885
+              &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : 0 }}
886
+            </td>
887
+            <td v-else>
888
+              &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}
889
+            </td>
890
+            </template>
891
+
863 892
             <td v-if="isShowZero && monitor.operate_time">
864 893
               &nbsp;{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}
865 894
             </td>
@@ -873,12 +902,26 @@
873 902
               &nbsp;{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}
874 903
               <!-- {{ monitor.venous_pressure ? monitor.venous_pressure : "" }} -->
875 904
             </td>
905
+
906
+            <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
876 907
             <td>
877 908
               &nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}
878 909
             </td>
879 910
             <td>
880 911
               &nbsp;{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
881 912
             </td>
913
+            </template>
914
+
915
+            <template v-if="org_id==10383||org_id==0||org_id==9675">
916
+            <td>
917
+              &nbsp;{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
918
+            </td>
919
+            <td>
920
+              &nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}
921
+            </td>
922
+            </template>
923
+
924
+           
882 925
             <td>
883 926
               &nbsp;{{ monitor.ktv ? monitor.ktv : "" }}
884 927
             </td>
@@ -1752,6 +1795,7 @@ export default {
1752 1795
         anticoagulantsConfit: {},
1753 1796
         bloodAccessParOpera: {},
1754 1797
         dialysateFormulationOptions: {},
1798
+        org_id: 0,
1755 1799
 
1756 1800
         queryParams: {
1757 1801
           xtdate: '',
@@ -2577,6 +2621,7 @@ export default {
2577 2621
     },
2578 2622
     created() {
2579 2623
       var xtuser = this.$store.getters.xt_user
2624
+      this.org_id = xtuser.org.id;
2580 2625
       this.orgname = xtuser.org.org_name
2581 2626
       // this.orgname = "遂溪方济医院";
2582 2627
       this.modeOptions = this.$store.getters.treatment_mode
@@ -2776,4 +2821,4 @@ export default {
2776 2821
   .print-template-two tr {
2777 2822
     line-height: 30px;
2778 2823
   }
2779
-</style>
2824
+</style>

+ 5 - 2
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue 파일 보기

@@ -204,6 +204,8 @@
204 204
                       ? true
205 205
                       : prescription.anticoagulant == '低分子肝素钠'
206 206
                       ? true
207
+                      :prescription.anticoagulant == '低分子肝素'
208
+                      ? true
207 209
                       : false
208 210
                   "
209 211
                   showValue="低分子肝素:"
@@ -212,7 +214,8 @@
212 214
                   {{
213 215
                     prescription.anticoagulant_zongliang &&
214 216
                     (prescription.anticoagulant == "低分子肝素钙" ||
215
-                      prescription.anticoagulant == "低分子肝素钠")
217
+                      prescription.anticoagulant == "低分子肝素钠"||
218
+                      prescription.anticoagulant == "低分子肝素")
216 219
                       ? prescription.anticoagulant_zongliang
217 220
                       : ""
218 221
                   }} </span
@@ -2737,4 +2740,4 @@ export default {
2737 2740
 .table-box1 tr {
2738 2741
   border-bottom: 1px solid #000;
2739 2742
 }
2740
-</style>
2743
+</style>