Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 9 months ago
parent
commit
ca8c6c598c

+ 9 - 0
src/api/role/admin.js View File

@@ -354,4 +354,13 @@ export function toAutoJiaYou(params){
354 354
     method:"get",
355 355
     params:params,
356 356
   })
357
+}
358
+
359
+export function GetFiledConfigList(params){
360
+  
361
+  return request({
362
+    url:"/api/device/getfieldconfiglist",
363
+    method:"Get",
364
+    params:params,
365
+  })
357 366
 }

+ 8 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_fortyOne.vue View File

@@ -637,6 +637,7 @@
637 637
                                 </tr>
638 638
 
639 639
                                 <tr v-for="(advice, advice_index) in record.advices" :key="advice_index">
640
+                                 
640 641
                                 <td height="30px" style="padding:4px 5px;">
641 642
                                     <span v-if="advice[0].start_time">
642 643
                                         {{ getTime(advice[0].start_time, "{h}:{i}") }}
@@ -1137,6 +1138,13 @@ export default {
1137 1138
           }
1138 1139
 
1139 1140
           console.log(' this.records[recordIndex].advices', this.records)
1141
+            
1142
+          for(let i=0;i<this.records.length;i++){
1143
+            for(let j=0;j<this.records[i].advices.length;j++){
1144
+              console.log("hahhahah",this.records[i].advices[j])
1145
+            }
1146
+          }
1147
+
1140 1148
           this.operators = resp.data.medical_staffs
1141 1149
           if (this.operators.length > 0) {
1142 1150
             var operatorsLen = this.operators.length

+ 3 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_twentyFive.vue View File

@@ -451,6 +451,9 @@
451 451
                             <td width="80">
452 452
                             <label-box :isChecked="record.prescription.anticoagulant == 2 ? true : false" showValue="普通肝素:"></label-box>
453 453
                             </td>
454
+                            <td width="80">
455
+                            <label-box :isChecked="record.prescription.anticoagulant == 4 ? true : false" showValue="阿加曲班:"></label-box>
456
+                            </td>
454 457
                             <td width="35">首剂</td>
455 458
                             <td width="40">
456 459
                             <div class="under-line">

+ 1 - 1
src/xt_pages/dialysis/details/consumable/signPrint.vue View File

@@ -100,7 +100,7 @@
100 100
                   <span>抗凝剂:{{ main_collection.dialysis_solution.anticoagulant ? anticoagulants_confit[main_collection.dialysis_solution.anticoagulant].name : ''}}</span>
101 101
                 </div>
102 102
                 <div class="printCell">
103
-                  <span>净重值:{{ main_collection.assessment_befor_dislysis.weight_before - main_collection.assessment_befor_dislysis.additional_weight }}Kg</span>
103
+                  <span>净重值:{{ (main_collection.assessment_befor_dislysis.weight_before - main_collection.assessment_befor_dislysis.additional_weight).toFixed(2) }}Kg</span>
104 104
                  首剂:<span v-if="main_collection.dialysis_solution.anticoagulant == 1">{{main_collection.dialysis_solution.anticoagulant_shouji}} mg</span>
105 105
                   <span v-if="main_collection.dialysis_solution.anticoagulant == 2">
106 106
                     {{main_collection.dialysis_solution.anticoagulant_shouji}}mg

+ 1 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

@@ -3,7 +3,7 @@
3 3
         <el-dialog
4 4
                 title="透析处方"
5 5
                 :visible.sync="isVisibility"
6
-                width="68%"
6
+                width="72%"
7 7
                 :modal = 'false'
8 8
                 :modal-append-to-body="false"
9 9
                 :close-on-click-modal="false"

+ 1 - 1
src/xt_pages/dialysis/details/index.vue View File

@@ -300,7 +300,7 @@
300 300
 
301 301
                 </div>
302 302
                 <div class="printCell" style="display:flex;">
303
-                  <span style="display: block;width: 45%;">净重值:{{ main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.additional_weight }}Kg</span>
303
+                  <span style="display: block;width: 45%;">净重值:{{ (main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.additional_weight).toFixed(2) }}Kg</span>
304 304
 
305 305
                   <span style="display: block;width: 50%;" v-if="org_id!=10598">
306 306
                     首剂: <span v-if="main_collection.dialysissolution.anticoagulant == 1">{{main_collection.dialysissolution.anticoagulant_shouji}} mg</span>

+ 4 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFive.vue View File

@@ -531,9 +531,12 @@
531 531
                   <td width="70">
532 532
                     <label-box :isChecked="prescription.anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>
533 533
                   </td>
534
-                  <td width="80">
534
+                  <td width="100">
535 535
                     <label-box :isChecked="prescription.anticoagulant == 2 ? true : false" showValue="普通肝素:"></label-box>
536 536
                   </td>
537
+                  <td width="100">
538
+                    <label-box :isChecked="prescription.anticoagulant == 4 ? true : false" showValue="阿加曲班:"></label-box>
539
+                  </td>
537 540
                   <td width="35">首剂</td>
538 541
                   <td width="40">
539 542
                     <div class="under-line">

+ 92 - 96
src/xt_pages/hospitalStation/invoiceTemplate/printfour.vue View File

@@ -4,136 +4,132 @@
4 4
         <span>个人编号:</span>
5 5
       </div>
6 6
       <div style="">
7
-        <div style="text-align: center;margin-bottom: 10px;">武穴市中医医院</div>
7
+        <div style="text-align: center;margin-bottom: 10px;">武穴源生堂血液透析中心</div>
8 8
           <!-- <div style="position: absolute;top:70px;left:70px;">{{ list.order_number }}</div> -->
9 9
           <!-- <div>{{ list.id_card_no }}</div> -->
10 10
       </div>
11 11
       <div style="display:flex;">
12
-          <div style="flex: 1;">医疗人员类别:</div>
13
-          <div style="flex: 1;">支付类别:城乡居民基本</div>
14
-          <div style="flex: 1;">医疗照顾人员:</div>
12
+          <div style="width: 300px;">医疗人员类别:</div>
13
+          <div style="width: 300px;">支付类别:城乡居民基本</div>
14
+          <div style="width: 300px;">医疗照顾人员:</div>
15 15
       </div>
16 16
       <div style="display:flex;margin: 10px 0;">
17
-          <div style="flex: 1;">{{ paramsObj.name }}</div>
18
-          <div style="flex: 1;"></div>
19
-          <div style="flex: 1;"></div>
17
+          <div style="width: 300px;">{{ paramsObj.name }}</div>
18
+          <div style="width: 300px;"></div>
19
+          <div style="width: 300px;"></div>
20 20
       </div>
21 21
       <div style="display:flex;">
22
-          <div style="flex: 1;">{{in_hosptial_time?in_hosptial_time.split(' ')[0]:''}}</div>
23
-          <div style="flex: 1;">{{out_hosptial_time?out_hosptial_time.split(' ')[0]:''}}</div>
24
-          <div style="flex: 1;"></div>
22
+          <div style="width: 300px;">{{in_hosptial_time?in_hosptial_time.split(' ')[0]:''}}</div>
23
+          <div style="width: 300px;">{{out_hosptial_time?out_hosptial_time.split(' ')[0]:''}}</div>
24
+          <div style="width: 300px;"></div>
25 25
       </div>
26 26
       <div style="display:flex;margin-top: 30px;">
27
-        <div style="flex: 1;">床位费</div>
28
-        <div style="flex: 1;">{{ list.bedCostTotal }}</div>
29
-        <div style="flex: 1;">治疗费</div>
30
-        <div style="flex: 1;">{{ list.treatCostTotal}}</div>
31
-        <div style="flex: 1;">西药费</div>
32
-        <div style="flex: 1;">{{ list.westernMedicineCostTotal }}</div>
33
-        <div style="flex: 1;">
34
-          <span >草药费</span>
35
-        </div>
36
-        <div style="flex: 1;">
37
-          <span >
38
-            0
39
-          </span>
27
+        <div style="width: 150px;">床位费 {{ list.bedCostTotal ? list.bedCostTotal :'0' }}</div>
28
+        <div style="width: 150px;margin:0 30px;">治疗费 {{ list.treatCostTotal ? list.treatCostTotal :'0'}}</div>
29
+        <div style="width: 150px;margin:0 30px;">西药费 {{ list.westernMedicineCostTotal }}</div>
30
+        <div style="width: 150px;margin:0 30px;">
31
+          <span >草药费 0</span>
40 32
         </div>
41 33
       </div>
42 34
       <div style="display:flex;margin-top: 10px;">
43
-        <div style="flex: 1;">
44
-          <span >护理费</span>
45
-        </div>
46
-        <div style="flex: 1;">
47
-          <span>
48
-            0
49
-          </span>
50
-        </div>
51
-        <div style="flex: 1;">中成药</div>
52
-        <div style="flex: 1;">{{ list.chineseTraditionalMedicineCostTotal }}</div>
53
-        <div style="flex: 1;">化验费</div>
54
-        <div style="flex: 1;">{{ list.laboratoryCostTotal }}</div>
55
-        <div style="flex: 1;">手术费</div>
56
-        <div style="flex: 1;">{{ list.operationCostTotal }}</div>
35
+        <div style="width: 150px;"><span >护理费</span> 0</div>
36
+        <div style="width: 150px;margin:0 30px;">中成药 {{ list.chineseTraditionalMedicineCostTotal }}</div>
37
+        <div style="width: 150px;margin:0 30px;">化验费 {{ list.laboratoryCostTotal }}</div>
38
+        <div style="width: 150px;margin:0 30px;">手术费 {{ list.operationCostTotal }}</div>
57 39
       </div>
58 40
       <div style="display:flex;margin-top: 10px;">
59
-        <div style="flex: 1;">检查费</div>
60
-        <div style="flex: 1;">{{ list.checkCostTotal }}</div>
61
-        <div style="flex: 1;">材料费</div>
62
-        <div style="flex: 1;">{{ list.materialCostTotal}}</div>
63
-        <div style="flex: 1;">其他费</div>
64
-        <div style="flex: 1;">{{ list.otherCostTotal }}</div>
65
-        <div style="flex: 1;">
66
-        </div>
67
-        <div style="flex: 1;">
68
-        </div>
41
+        <div style="width: 150px;">检查费 {{ list.checkCostTotal }}</div>
42
+        <div style="width: 150px;margin:0 30px;">材料费 {{ list.materialCostTotal}}</div>
43
+        <div style="width: 150px;margin:0 30px;">其他费 {{ list.otherCostTotal }}</div>
69 44
       </div>
70
-      <div style="position: absolute;top:260px;left:540px">
45
+      <div style="position: absolute;top:220px;left:540px">
71 46
         {{ totalPrice }}
72 47
       </div>
73 48
 
74
-      <div style="position: absolute;top:290px;width: 100%;">
49
+      <div style="position: absolute;top:250px;width: 100%;">
75 50
         <div style="display: flex;">
76
-          <div style="flex: 1;"> 费用总额:</div>
77
-          <div style="flex: 1;">{{totalPrice?totalPrice:'0'}}</div>
78
-          <div style="flex: 1;">基本医疗统筹范围:</div>
79
-          <div style="flex: 1;"> {{list.order.hifp_pay?list.order.hifp_pay:'0'}}</div>
80
-          <div style="flex: 1;">自费费用:</div>
81
-          <div style="flex: 1;">{{ list.order.psn_cash_pay?list.order.psn_cash_pay:'0' }}</div>
82
-          <div style="flex: 1;">医院优惠:</div>
83
-          <div style="flex: 1;">0</div>
51
+          <div style="width: 230px;"> 费用总额:{{totalPrice?totalPrice:'0'}}</div>
52
+          <div style="width: 230px;margin-left: 20px;">
53
+            基本医疗统筹范围:
54
+            {{list.order.hifp_pay?list.order.hifp_pay:'0'}}
55
+          </div>
56
+          <div style="width: 230px;margin-left: 20px;">
57
+            自费费用:
58
+            {{ list.order.psn_cash_pay?list.order.psn_cash_pay:'0' }}
59
+          </div>
60
+          <div style="width: 230px;margin-left: 20px;">医院优惠: 0</div>
84 61
         </div>
85 62
       </div>
86
-      <div style="position: absolute;top:320px;width: 100%;">
63
+      <div style="position: absolute;top:270px;width: 100%;">
87 64
         <div style="display: flex;">
88
-          <div style="flex: 1;">报销总额:</div>
89
-          <div style="flex: 1;">{{ list.order.fund_pay_sumamt ? list.order.fund_pay_sumamt :'0'}}</div>
90
-          <div style="flex: 1;">统筹支付:</div>
91
-          <div style="flex: 1;"> {{list.order.hifp_pay?list.order.hifp_pay:'0'}}</div>
92
-          <div style="flex: 1;">公务员补助:</div>
93
-          <div style="flex: 1;">{{ list.order.cvlserv_pay?list.order.cvlserv_pay:'0' }}</div>
94
-          <div style="flex: 1;">居民大病支付:</div>
95
-          <div style="flex: 1;">{{list.order.hifmi_pay?list.order.hifmi_pay:'0' }}</div>
65
+          <div style="width: 230px;">
66
+            报销总额:
67
+            {{ list.order.fund_pay_sumamt ? list.order.fund_pay_sumamt :'0'}}
68
+          </div>
69
+          <div style="width: 230px;margin-left: 20px;">
70
+            统筹支付:
71
+            {{list.order.hifp_pay?list.order.hifp_pay:'0'}}
72
+          </div>
73
+          <div style="width: 230px;margin-left: 20px;">
74
+            公务员补助:
75
+            {{ list.order.cvlserv_pay?list.order.cvlserv_pay:'0' }}
76
+          </div>
77
+          <div style="width: 230px;margin-left: 20px;">
78
+            居民大病支付:
79
+            {{list.order.hifmi_pay?list.order.hifmi_pay:'0' }}
80
+          </div>
96 81
         </div>
97 82
       </div>
98
-
99
-      <div style="position: absolute;top:350px;width: 100%;">
83
+      <div style="position: absolute;top:290px;width: 100%;">
100 84
         <div style="display: flex;">
101
-          <div style="flex: 1;">职工大病支付:</div>
102
-          <div style="flex: 1;">{{list.order.hifob_pay?list.order.hifob_pay:'0'}}</div>
103
-          <div style="flex: 1;">医院承担:</div>
104
-          <div style="flex: 1;"> {{list.order.hosp_part_amt ? list.order.hosp_part_amt :'0'}}</div>
105
-          <div style="flex: 1;">医疗救助:</div>
106
-          <div style="flex: 1;">{{ list.order.maf_pay?list.order.maf_pay:'0' }}</div>
107
-          <div style="flex: 1;">企业补充:</div>
108
-          <div style="flex: 1;">{{list.order.hifes_pay ? list.order.hifes_pay :'0'}}</div>
85
+          <div style="width: 230px;">
86
+            职工大病支付:
87
+            {{list.order.hifob_pay?list.order.hifob_pay:'0'}}
88
+          </div>
89
+          <div style="width: 230px;margin-left: 20px;">
90
+            医院承担:
91
+            {{list.order.hosp_part_amt ? list.order.hosp_part_amt :'0'}}
92
+          </div>
93
+          <div style="width: 230px;margin-left: 20px;">
94
+            医疗救助:{{ list.order.maf_pay?list.order.maf_pay:'0' }}
95
+          </div>
96
+          <div style="width: 230px;margin-left: 20px;">
97
+            企业补充:{{list.order.hifes_pay ? list.order.hifes_pay :'0'}}
98
+          </div>
109 99
         </div>
110 100
       </div>
111
-
112
-      <div style="position: absolute;top:380px;width: 100%;">
101
+      <div style="position: absolute;top:310px;width: 100%;">
113 102
         <div style="display: flex;">
114
-          <div style="flex: 1;">其他资金:</div>
115
-          <div style="flex: 1;">{{list.order.oth_pay ? list.order.oth_pay :'0' }}</div>
116
-          <div style="flex: 1;">应付费用:</div>
117
-          <div style="flex: 1;">{{list.order.psn_cash_pay?list.order.psn_cash_pay : '0'}}</div>
118
-          <div style="flex: 1;">预缴金:</div>
119
-          <div style="flex: 1;">{{(parseFloat(pre_pay_money) + parseFloat(list.order.decimal)).toFixed(2) }}</div>
120
-          <div style="flex: 1;">个人账户支付:</div>
121
-          <div style="flex: 1;">{{list.order.acct_pay?list.order.acct_pay:'0' }}</div>
103
+          <div style="width: 230px;">
104
+            其他资金:
105
+            {{list.order.oth_pay ? list.order.oth_pay :'0' }}
106
+          </div>
107
+          <div style="width: 230px;margin-left: 20px;">
108
+            应付费用:{{list.order.psn_cash_pay?list.order.psn_cash_pay : '0'}}
109
+          </div>
110
+          <div style="width: 230px;margin-left: 20px;">
111
+            预缴金:{{(parseFloat(pre_pay_money) + parseFloat(list.order.decimal)).toFixed(2) }}
112
+          </div>
113
+          <div style="width: 230px;margin-left: 20px;">
114
+            个人账户支付:{{list.order.acct_pay?list.order.acct_pay:'0' }}
115
+          </div>
122 116
         </div>
123 117
       </div>
124
-
125
-      <div style="position: absolute;top:410px;width: 100%;">
118
+      <div style="position: absolute;top:330px;width: 100%;">
126 119
         <div style="display: flex;">
127
-          <div style="flex: 1;">支付后账户余额:</div>
128
-          <div style="flex: 1;">{{list.order.balc ? list.order.balc :'0'}}</div>
129
-          <div style="flex: 1;">应收:</div>
130
-          <div style="flex: 1;">{{list.order.psn_cash_pay?list.order.psn_cash_pay : '0'}}</div>
131
-          <div style="flex: 1;">优抚账户:</div>
132
-          <div style="flex: 1;">0</div>
133
-          <div style="flex: 1;">优抚支付:</div>
134
-          <div style="flex: 1;">0</div>
120
+          <div style="width: 230px;">
121
+            支付后账户余额:{{list.order.balc ? list.order.balc :'0'}}
122
+          </div>
123
+          <div style="width: 230px;margin-left: 20px;">
124
+            应收:{{list.order.psn_cash_pay?list.order.psn_cash_pay : '0'}}
125
+          </div>
126
+          <div style="width: 230px;margin-left: 20px;">优抚账户:0</div>
127
+          <div style="width: 230px;margin-left: 20px;">优抚支付:0</div>
135 128
         </div>
136 129
       </div>
130
+      <div style="position: absolute;top:350px;left: 540px;">
131
+        {{ list.charge_admin_name }}
132
+      </div>
137 133
   </div>
138 134
 </template>
139 135
 

+ 16 - 1
src/xt_pages/role/admin.vue View File

@@ -233,6 +233,13 @@
233 233
           icon="el-icon-circle-plus-outline"
234 234
           style="float:left"
235 235
           @click="toAutoDiagnose">自动脚本</el-button> -->
236
+
237
+        <!-- <el-button
238
+          type="primary"
239
+          size="small"
240
+          icon="el-icon-circle-plus-outline"
241
+          style="float:left"
242
+          @click="toZiDuanJiaoBen">字段脚本</el-button> -->
236 243
      </div>
237 244
 
238 245
 
@@ -538,7 +545,7 @@
538 545
 
539 546
 <script>
540 547
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
541
-  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug,toAutoDiagnose,toAutoJiaYou} from "@/api/role/admin";
548
+  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug,toAutoDiagnose,toAutoJiaYou,GetFiledConfigList} from "@/api/role/admin";
542 549
 import { getRoles } from "@/api/role/role";
543 550
 import { UploadPrintOrder } from "@/api/role/admin"
544 551
 import { parseTime } from "@/utils";
@@ -1211,6 +1218,14 @@ export default {
1211 1218
       toAutoJiaYou().then(response=>{
1212 1219
 
1213 1220
       })
1221
+    },
1222
+    toZiDuanJiaoBen(){
1223
+      GetFiledConfigList().then(response=>{
1224
+        if(response.data.state ==1){
1225
+         var msg = response.data.data.msg
1226
+         this.$message.success("脚本成功")
1227
+        }
1228
+      })
1214 1229
     }
1215 1230
 
1216 1231
   },

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

@@ -886,7 +886,7 @@
886 886
       },
887 887
       signPrint() {
888 888
 //
889
-        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340  || this.org_id == 10375 || this.org_id ==10517){
889
+        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340  || this.org_id == 10375 || this.org_id ==10517 || this.org_id ==0){
890 890
          var zone = this.zone
891 891
           console.log("zone23232",zone)
892 892
           var newArr = []
@@ -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+"&ids="+this.ids
906 906
           })
907 907
         }
908
-        if(this.org_id != 9671 && this.org_id != 9675 && this.org_id != 10340  && this.org_id!=10375 && this.org_id!=10469 && this.org_id!=10517){
908
+        if(this.org_id != 9671 && this.org_id != 9675 && this.org_id != 10340  && this.org_id!=10375 && this.org_id!=10469 && this.org_id!=10517 && this.org_id!=0){
909 909
           var zone = this.zone
910 910
           console.log("zone23232",zone)
911 911
           var newArr = []

+ 6 - 6
src/xt_pages/workforce/remind_print_setting_one.vue View File

@@ -209,7 +209,7 @@
209 209
               
210 210
                 </div>
211 211
 
212
-                <div class="printCell" v-if="org_id!=9671">
212
+                <!-- <div class="printCell" v-if="org_id!=9671 && org_id!=10375  && org_id!=0">
213 213
                   维持:{{main_collection.prescription.anticoagulant_weichi}}
214 214
                    <span v-if="main_collection.prescription.anticoagulant == 1">
215 215
                     mg/h
@@ -263,7 +263,7 @@
263 263
                     mg/h
264 264
                    </span>
265 265
               
266
-                </div>
266
+                </div> -->
267 267
                
268 268
                 <div class="printCell" v-if="org_id!=9671">
269 269
                   总量:{{main_collection.dialysissolution.anticoagulant_zongliang}}
@@ -392,13 +392,13 @@
392 392
                 </div>
393 393
                 <div class="printCell">
394 394
                    透析器:
395
-                    <span v-if="org_id!=10375">
395
+                    <span v-if="org_id!=10375 && org_id!=0 && org_id!=10517">
396 396
                       <span v-if="type ==1">{{main_collection.dialysis_order.dialysis_dialyszers}} </span>
397 397
                       <span v-if="type ==2">{{main_collection.dialysis_order.dialysis_dialyszers}} </span>
398 398
                     </span>
399 399
                    
400 400
 
401
-                    <span v-if="org_id ==10375">
401
+                    <span v-if="org_id ==10375 || org_id == 0 || org_id == 10517">
402 402
                       <span v-if="type ==1">{{main_collection.dialysissolution.dialysis_dialyszers}} </span>
403 403
                       <span v-if="type ==2">{{main_collection.dialysissolution.dialysis_dialyszers}} </span>
404 404
                     </span>
@@ -406,13 +406,13 @@
406 406
                 </div>
407 407
                 <div class="printCell">
408 408
                    灌流器:
409
-                   <span v-if="org_id!=10375">
409
+                   <span v-if="org_id!=10375 && org_id!=0 && org_id!=10517">
410 410
                     <span v-if="type ==1">{{main_collection.dialysis_order.dialysis_irrigation}} </span>
411 411
                     <span v-if="type ==2">{{main_collection.dialysis_order.dialysis_irrigation}} </span>
412 412
                    </span>
413 413
                  
414 414
 
415
-                    <span v-if="org_id == 10375"> 
415
+                    <span v-if="org_id == 10375 || org_id == 0 || org_id == 10517"> 
416 416
                       <span v-if="type ==1">{{main_collection.dialysissolution.dialysis_irrigation}} </span>
417 417
                       <span v-if="type ==2">{{main_collection.dialysissolution.dialysis_irrigation}} </span>
418 418
                     </span>