28169 пре 1 година
родитељ
комит
f682e4551b

+ 9 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Прегледај датотеку

2508
           }
2508
           }
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) {
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
             this.start_time = year + '-' + month + '-' + day + ' ' + hours + ':' + minites
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
             if (schedual.schedule_type == 1) {
2512
             if (schedual.schedule_type == 1) {
2513
               this.start_time = year + '-' + month + '-' + day + ' ' + '06:00'
2513
               this.start_time = year + '-' + month + '-' + day + ' ' + '06:00'
2514
             } else if (schedual.schedule_type == 2) {
2514
             } else if (schedual.schedule_type == 2) {
2572
             } else if (schedual.schedule_type == 3) {
2572
             } else if (schedual.schedule_type == 3) {
2573
               this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
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
            } else {
2583
            } else {
2576
             if (schedual.schedule_type == 1) {
2584
             if (schedual.schedule_type == 1) {
2577
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'
2585
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'

+ 8 - 0
src/xt_pages/dialysis/doctorLongNewAdvicePrint.vue Прегледај датотеку

60
                       <span v-if="it&&it.advice_name == '肝素钠注射剂'">
60
                       <span v-if="it&&it.advice_name == '肝素钠注射剂'">
61
                         {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
61
                         {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
62
                       </span>
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
                     </span>
71
                     </span>
64
                     <span v-if="item.is_total == 0">
72
                     <span v-if="item.is_total == 0">
65
                       {{getAllSumCount(it.advice_name)}}
73
                       {{getAllSumCount(it.advice_name)}}

+ 6 - 0
src/xt_pages/dialysis/doctorNewAdviceStaticPrint.vue Прегледај датотеку

60
                       <span v-if="it&&it.advice_name == '肝素钠注射剂'">
60
                       <span v-if="it&&it.advice_name == '肝素钠注射剂'">
61
                         {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
61
                         {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
62
                       </span>
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
                     </span>
69
                     </span>
64
                     <span v-if="item.is_total == 0">
70
                     <span v-if="item.is_total == 0">
65
                       {{getAllSumCount(it.advice_name)}}
71
                       {{getAllSumCount(it.advice_name)}}

+ 8 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue Прегледај датотеку

175
       </div> -->
175
       </div> -->
176
 
176
 
177
       <div style="margin-top: 10px;margin-bottom:10px">
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
       </div>
181
       </div>
182
 
182
 
183
 
183
 
702
               <span v-if="item&&item.advice_name == '肝素钠注射剂'">
702
               <span v-if="item&&item.advice_name == '肝素钠注射剂'">
703
                  {{getDrugAdviceCount(item.advice_name,scope.row.zone_name)}}
703
                  {{getDrugAdviceCount(item.advice_name,scope.row.zone_name)}}
704
               </span>
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
             </span>
711
             </span>
706
             <span v-if="scope.row.is_total == 0">
712
             <span v-if="scope.row.is_total == 0">
707
                  {{getAllSumCount(item.advice_name)}}
713
                  {{getAllSumCount(item.advice_name)}}

+ 42 - 0
src/xt_pages/dialysis/template/DialysisPrintOrdersixtySeven.vue Прегледај датотеку

92
                     {{ predialysis.blood_access_part_id }}
92
                     {{ predialysis.blood_access_part_id }}
93
                  </span>
93
                  </span>
94
                   <span>通路评估:
94
                   <span>通路评估:
95
+                     内瘘:
96
+                     <span v-if="predialysis.internal_fistula.indexOf('自体内瘘') >-1">自体内瘘</span>
95
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-存在') >-1">震颤-存在</span>
97
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-存在') >-1">震颤-存在</span>
96
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-减弱') >-1">震颤-减弱</span>
98
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-减弱') >-1">震颤-减弱</span>
97
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-无') >-1">震颤-无</span>
99
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-无') >-1">震颤-无</span>
188
               <tr>
190
               <tr>
189
                 <td colspan="4">抗凝剂:
191
                 <td colspan="4">抗凝剂:
190
                   {{prescription.anticoagulant_name?prescription.anticoagulant_name : "/"}}
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
                 </td>
231
                 </td>
192
               </tr>
232
               </tr>
193
               <tr>
233
               <tr>
209
                    钠:{{ prescription.sodium }} mmol/L
249
                    钠:{{ prescription.sodium }} mmol/L
210
                    钙:{{ prescription.calcium }} mmol/L
250
                    钙:{{ prescription.calcium }} mmol/L
211
                    碳酸氢盐: {{ prescription.bicarbonate }} mmol/L
251
                    碳酸氢盐: {{ prescription.bicarbonate }} mmol/L
252
+                   CI : 109  mmol/L
253
+                   Mg: 0.5mmol/L
212
                   </span>
254
                   </span>
213
                 </td>
255
                 </td>
214
               </tr>
256
               </tr>