Browse Source

新分支

28169 1 year ago
parent
commit
f682e4551b

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

@@ -2508,7 +2508,7 @@ mu
2508 2508
           }
2509 2509
           if (this.$store.getters.xt_user.org.id == 10016 || this.$store.getters.xt_user.org.id == 10121 || this.$store.getters.xt_user.org.id == 4 || this.$store.getters.xt_user.org.id == 10013 || this.$store.getters.xt_user.org.id == 10014 ||  this.$store.getters.xt_user.org.id == 9970) {
2510 2510
             this.start_time = year + '-' + month + '-' + day + ' ' + hours + ':' + minites
2511
-          }else if(this.$store.getters.xt_user.org.id == 10234 || this.$store.getters.xt_user.org.id == 9990 || this.$store.getters.xt_user.org.id==10432){
2511
+          }else if(this.$store.getters.xt_user.org.id == 9990 || this.$store.getters.xt_user.org.id==10432){
2512 2512
             if (schedual.schedule_type == 1) {
2513 2513
               this.start_time = year + '-' + month + '-' + day + ' ' + '06:00'
2514 2514
             } else if (schedual.schedule_type == 2) {
@@ -2572,6 +2572,14 @@ mu
2572 2572
             } else if (schedual.schedule_type == 3) {
2573 2573
               this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
2574 2574
             }
2575
+           }else if(this.$store.getters.xt_user.org.id == 10234){
2576
+              if (schedual.schedule_type == 1) {
2577
+              this.start_time = year + '-' + month + '-' + day + ' ' + '7:30'
2578
+            } else if (schedual.schedule_type == 2) {
2579
+              this.start_time = year + '-' + month + '-' + day + ' ' + '12:00'
2580
+            } else if (schedual.schedule_type == 3) {
2581
+              this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
2582
+            }
2575 2583
            } else {
2576 2584
             if (schedual.schedule_type == 1) {
2577 2585
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'

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

@@ -60,6 +60,14 @@
60 60
                       <span v-if="it&&it.advice_name == '肝素钠注射剂'">
61 61
                         {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
62 62
                       </span>
63
+
64
+                      <span v-if="item.child[i]==null && getDrugCount(item.child,it.advice_name)>0">
65
+                         {{getDrugCount(item.child,it.advice_name)}}
66
+                         <span v-if="it&&it.advice_name == '肝素钠注射剂'">
67
+                          {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
68
+                        </span>
69
+                      </span>
70
+                     
63 71
                     </span>
64 72
                     <span v-if="item.is_total == 0">
65 73
                       {{getAllSumCount(it.advice_name)}}

+ 6 - 0
src/xt_pages/dialysis/doctorNewAdviceStaticPrint.vue View File

@@ -60,6 +60,12 @@
60 60
                       <span v-if="it&&it.advice_name == '肝素钠注射剂'">
61 61
                         {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
62 62
                       </span>
63
+                      <span v-if="item.child[i]==null && getDrugCount(item.child,it.advice_name)>0">
64
+                        {{getDrugCount(item.child,it.advice_name)}}
65
+                        <span v-if="it&&it.advice_name == '肝素钠注射剂'">
66
+                        {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
67
+                      </span>
68
+                      </span>
63 69
                     </span>
64 70
                     <span v-if="item.is_total == 0">
65 71
                       {{getAllSumCount(it.advice_name)}}

+ 8 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue View File

@@ -175,9 +175,9 @@
175 175
       </div> -->
176 176
 
177 177
       <div style="margin-top: 10px;margin-bottom:10px">
178
-        <el-button type="primary" size="small" @click="toStatic" v-if="org_id!=9671  && org_id!=10340 ">统计</el-button>
178
+        <el-button type="primary" size="small" @click="toStatic" v-if="org_id!=9671  && org_id!=10340 && org_id!=0 ">统计</el-button>
179 179
 
180
-        <el-button type="primary" size="small" @click="toStaticOne" v-if="org_id == 9671 || org_id==10340">统计</el-button>
180
+        <el-button type="primary" size="small" @click="toStaticOne" v-if="org_id == 9671 || org_id==10340 || org_id == 0">统计</el-button>
181 181
       </div>
182 182
 
183 183
 
@@ -702,6 +702,12 @@
702 702
               <span v-if="item&&item.advice_name == '肝素钠注射剂'">
703 703
                  {{getDrugAdviceCount(item.advice_name,scope.row.zone_name)}}
704 704
               </span>
705
+              <span v-if="scope.row.child[index]==null && getDrugCount(scope.row.child,item.advice_name)>0">
706
+                {{getDrugCount(scope.row.child,item.advice_name)}}
707
+                <span v-if="item&&item.advice_name == '肝素钠注射剂'">
708
+                 {{getDrugAdviceCount(item.advice_name,scope.row.zone_name)}}
709
+              </span>
710
+              </span>
705 711
             </span>
706 712
             <span v-if="scope.row.is_total == 0">
707 713
                  {{getAllSumCount(item.advice_name)}}

+ 42 - 0
src/xt_pages/dialysis/template/DialysisPrintOrdersixtySeven.vue View File

@@ -92,6 +92,8 @@
92 92
                     {{ predialysis.blood_access_part_id }}
93 93
                  </span>
94 94
                   <span>通路评估:
95
+                     内瘘:
96
+                     <span v-if="predialysis.internal_fistula.indexOf('自体内瘘') >-1">自体内瘘</span>
95 97
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-存在') >-1">震颤-存在</span>
96 98
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-减弱') >-1">震颤-减弱</span>
97 99
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-无') >-1">震颤-无</span>
@@ -188,6 +190,44 @@
188 190
               <tr>
189 191
                 <td colspan="4">抗凝剂:
190 192
                   {{prescription.anticoagulant_name?prescription.anticoagulant_name : "/"}}
193
+                  首剂:{{ prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji: ""}}
194
+                  <span>
195
+                    <span v-if="prescription.anticoagulant == 4">iu</span>
196
+                    <span v-if="prescription.anticoagulant == 3">iu</span>
197
+                    <span v-if="prescription.anticoagulant == 2">mg</span>
198
+                    <span v-if="prescription.anticoagulant == 5">ml</span>
199
+                    <span v-if="prescription.anticoagulant == 6">iu</span>
200
+                    <span v-if="prescription.anticoagulant == 7">iu</span>
201
+                    <span v-if="prescription.anticoagulant == 8">iu</span>
202
+                    <span v-if="prescription.anticoagulant == 9">iu</span>
203
+                    <span v-if="prescription.anticoagulant == 10">iu</span>
204
+                    <span v-if="prescription.anticoagulant == 11">iu</span>
205
+                    <span v-if="prescription.anticoagulant == 13">iu</span>
206
+                  </span>
207
+                  维持:{{prescription.anticoagulant_weichi? prescription.anticoagulant_weichi : ""}}
208
+                  <span v-if="prescription.anticoagulant == 2">mg/h</span>
209
+                  <span v-if="prescription.anticoagulant == 3">iu/h</span>
210
+                  <span v-if="prescription.anticoagulant == 4">ml</span>
211
+                  <span v-if="prescription.anticoagulant == 5">ml/h</span>
212
+                  <span v-if="prescription.anticoagulant == 6">iu/h</span>
213
+                  <span v-if="prescription.anticoagulant == 7">iu/h</span>
214
+                  <span v-if="prescription.anticoagulant == 8">iu/h</span>
215
+                  <span v-if="prescription.anticoagulant == 9">iu/h</span>
216
+                  <span v-if="prescription.anticoagulant == 10">iu/h</span>
217
+                  <span v-if="prescription.anticoagulant == 11">iu/h</span>
218
+                  <span v-if="prescription.anticoagulant == 13">iu/h</span>
219
+                  总量:{{prescription.anticoagulant_zongliang? prescription.anticoagulant_zongliang: ""}}
220
+                  <span v-if="prescription.anticoagulant == 2">mg</span>
221
+                  <span v-if="prescription.anticoagulant == 3">iu</span>
222
+                  <span v-if="prescription.anticoagulant == 4">ml</span>
223
+                  <span v-if="prescription.anticoagulant == 5">ml</span>
224
+                  <span v-if="prescription.anticoagulant == 6">iu</span>
225
+                  <span v-if="prescription.anticoagulant == 7">iu</span>
226
+                  <span v-if="prescription.anticoagulant == 8">iu</span>
227
+                  <span v-if="prescription.anticoagulant == 9">iu</span>
228
+                  <span v-if="prescription.anticoagulant == 10">iu</span>
229
+                <span v-if="prescription.anticoagulant == 11">iu</span>
230
+                <span v-if="prescription.anticoagulant == 13">iu</span>
191 231
                 </td>
192 232
               </tr>
193 233
               <tr>
@@ -209,6 +249,8 @@
209 249
                    钠:{{ prescription.sodium }} mmol/L
210 250
                    钙:{{ prescription.calcium }} mmol/L
211 251
                    碳酸氢盐: {{ prescription.bicarbonate }} mmol/L
252
+                   CI : 109  mmol/L
253
+                   Mg: 0.5mmol/L
212 254
                   </span>
213 255
                 </td>
214 256
               </tr>