huangyw 2 years ago
parent
commit
d9e745bcb9

File diff suppressed because it is too large
+ 2167 - 2094
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyfive.vue


+ 50 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue View File

811
             <td width="80" style="line-height:20px">Bp<br />mmHg</td>
811
             <td width="80" style="line-height:20px">Bp<br />mmHg</td>
812
             <td width="50" style="line-height:20px">P<br />次/分</td>
812
             <td width="50" style="line-height:20px">P<br />次/分</td>
813
             <td width="60" style="line-height:20px">R<br />次/分</td>
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
             <td width="60" style="line-height:20px">静脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
815
             <td width="60" style="line-height:20px">静脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
815
             <td width="60" style="line-height:20px">动脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
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
             <td width="60" style="line-height:20px">TMP<br />{{monitors[0] && monitors[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
824
             <td width="60" style="line-height:20px">TMP<br />{{monitors[0] && monitors[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
817
             <td width="40" style="line-height:20px">机温<br />℃</td>
825
             <td width="40" style="line-height:20px">机温<br />℃</td>
818
             <td width="60" style="line-height:20px">血流量<br />ml/min</td>
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
             <td width="40" style="line-height:20px">Kt/V</td>
837
             <td width="40" style="line-height:20px">Kt/V</td>
822
             <!-- <td width="60">钠浓度<br/>mmol/L</td>
838
             <!-- <td width="60">钠浓度<br/>mmol/L</td>
823
           <td width="80">透析液温度<br/>℃</td>
839
           <td width="80">透析液温度<br/>℃</td>
850
             <td>
866
             <td>
851
               &nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
867
               &nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
852
             </td>
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
               &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : 0 }}
871
               &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : 0 }}
856
             </td>
872
             </td>
857
             <td v-else>
873
             <td v-else>
860
             <td>
876
             <td>
861
               &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
877
               &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
862
             </td>
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
             <td v-if="isShowZero && monitor.operate_time">
892
             <td v-if="isShowZero && monitor.operate_time">
864
               &nbsp;{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}
893
               &nbsp;{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}
865
             </td>
894
             </td>
873
               &nbsp;{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}
902
               &nbsp;{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}
874
               <!-- {{ monitor.venous_pressure ? monitor.venous_pressure : "" }} -->
903
               <!-- {{ monitor.venous_pressure ? monitor.venous_pressure : "" }} -->
875
             </td>
904
             </td>
905
+
906
+            <template v-if="org_id!=10383&&org_id!=0&&org_id!=9675">
876
             <td>
907
             <td>
877
               &nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}
908
               &nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}
878
             </td>
909
             </td>
879
             <td>
910
             <td>
880
               &nbsp;{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
911
               &nbsp;{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
881
             </td>
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
             <td>
925
             <td>
883
               &nbsp;{{ monitor.ktv ? monitor.ktv : "" }}
926
               &nbsp;{{ monitor.ktv ? monitor.ktv : "" }}
884
             </td>
927
             </td>
1752
         anticoagulantsConfit: {},
1795
         anticoagulantsConfit: {},
1753
         bloodAccessParOpera: {},
1796
         bloodAccessParOpera: {},
1754
         dialysateFormulationOptions: {},
1797
         dialysateFormulationOptions: {},
1798
+        org_id: 0,
1755
 
1799
 
1756
         queryParams: {
1800
         queryParams: {
1757
           xtdate: '',
1801
           xtdate: '',
2577
     },
2621
     },
2578
     created() {
2622
     created() {
2579
       var xtuser = this.$store.getters.xt_user
2623
       var xtuser = this.$store.getters.xt_user
2624
+      this.org_id = xtuser.org.id;
2580
       this.orgname = xtuser.org.org_name
2625
       this.orgname = xtuser.org.org_name
2581
       // this.orgname = "遂溪方济医院";
2626
       // this.orgname = "遂溪方济医院";
2582
       this.modeOptions = this.$store.getters.treatment_mode
2627
       this.modeOptions = this.$store.getters.treatment_mode
2776
   .print-template-two tr {
2821
   .print-template-two tr {
2777
     line-height: 30px;
2822
     line-height: 30px;
2778
   }
2823
   }
2779
-</style>
2824
+</style>

+ 5 - 2
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue View File

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