28169 8 månader sedan
förälder
incheckning
4f3411b5e6

+ 9 - 0
src/api/drug/drug.js Visa fil

@@ -818,4 +818,13 @@ export function modifySelfDrugWarehouseOut(params, warehousing_time, dealer_id,
818 818
     method:"post",
819 819
     data:params,
820 820
    })
821
+}
822
+
823
+export function getSelfDrugQuery(params){
824
+  
825
+  return request({
826
+    url:"/api/drug/getselfdrugquery",
827
+    method:"get",
828
+    params:params
829
+  })
821 830
 }

+ 17 - 8
src/router/modules/selfPreparedMedicine.js Visa fil

@@ -12,6 +12,22 @@ export default {
12 12
     isChild: true
13 13
   },
14 14
   children: [
15
+    // {
16
+    //   path: '/stock/selfstockquery',
17
+    //   component: () => import('@/xt_pages/stock/selfPreparedMedicine/stockquery'),
18
+    //   name: 'stockquery',
19
+    //   meta: { title: '库存查询', noCache: true }
20
+
21
+    // },
22
+
23
+    {
24
+      path:'/stock/selfdrugquery',
25
+      component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfDrugQuery'),
26
+      name: 'stockquery',
27
+      meta: { title: '自备药库存查询', noCache: true }
28
+
29
+    },
30
+
15 31
     {
16 32
       path: '/stock/selfwarehouse/info',
17 33
       component: () => import('@/xt_pages/stock/selfPreparedMedicine/warehouseInfo'),
@@ -58,14 +74,7 @@ export default {
58 74
       hidden: true,
59 75
       is_menu: false,
60 76
     },
61
-    {
62
-      path: '/stock/selfstockquery',
63
-      component: () => import('@/xt_pages/stock/selfPreparedMedicine/stockquery'),
64
-      name: 'stockquery',
65
-      meta: { title: '库存查询', noCache: true }
66
-
67
-    },
68
-
77
+    
69 78
     {
70 79
       path: '/stock/selfPreparedMedicineIndex',
71 80
       component: () => import('@/xt_pages/stock/selfPreparedMedicine/index'),

+ 31 - 7
src/xt_pages/dialysis/batch_print/batch_print_order_seventeen.vue Visa fil

@@ -184,13 +184,17 @@
184 184
                     
185 185
                     <span style="display:inline-block;">
186 186
                     <label-box :isChecked="record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
187
-                    <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>:
187
+                    <!-- <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>: -->
188 188
                     <label-box :isChecked="record.prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box>:
189 189
                     <label-box :isChecked="record.prescription.anticoagulant == 16 ? true : false" showValue="低分子量肝素钙"></label-box>:
190 190
                     </span>
191
-                    <span style="display:inline-block;">
191
+                    <!-- <span style="display:inline-block;">
192 192
                         <div style="display:inline-block;width:30px;text-align:center">
193
-                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "/" }}
193
+                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
194
+                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
195
+                            {{ record.prescription.anticoagulant == 6 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
196
+                            {{ record.prescription.anticoagulant == 8 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
197
+                            {{ record.prescription.anticoagulant == 16 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
194 198
                         </div>
195 199
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
196 200
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
@@ -199,14 +203,20 @@
199 203
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
200 204
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
201 205
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
202
-                    </span>
206
+                        <span v-if="record.prescription.anticoagulant == 8">iu</span>
207
+                        <span v-if="record.prescription.anticoagulant == 1">iu</span>
208
+                    </span> -->
203 209
                     <span style="display:inline-block;">
204 210
                         <label-box :isChecked="record.prescription.anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>
205 211
                     </span>
206 212
                     <span style="display:inline-block;">
207 213
                         首剂:
208 214
                         <div style="display:inline-block;width:30px;text-align:center">
209
-                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "/" }}
215
+                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
216
+                            {{ record.prescription.anticoagulant == 6 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
217
+                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
218
+                            {{ record.prescription.anticoagulant == 8 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
219
+                            {{ record.prescription.anticoagulant == 16 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
210 220
                         </div>
211 221
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
212 222
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
@@ -215,11 +225,17 @@
215 225
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
216 226
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
217 227
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
228
+                        <span v-if="record.prescription.anticoagulant == 8">iu</span>
229
+                        <span v-if="record.prescription.anticoagulant == 16">iu</span>
218 230
                     </span>
219 231
                     <span style="display:inline-block;">
220 232
                         维持:
221 233
                         <div style="display:inline-block;width:30px;text-align:center">
222
-                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "/" }}
234
+                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
235
+                            {{ record.prescription.anticoagulant == 6 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
236
+                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
237
+                            {{ record.prescription.anticoagulant == 8 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
238
+                            {{ record.prescription.anticoagulant == 16 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
223 239
                         </div>
224 240
                         <span v-if="record.prescription.anticoagulant == 5">ml/h</span>
225 241
                         <span v-if="record.prescription.anticoagulant == 4">mg/h</span>
@@ -228,11 +244,17 @@
228 244
                         <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
229 245
                         <span v-if="record.prescription.anticoagulant == 6">iu/h</span>
230 246
                         <span v-if="record.prescription.anticoagulant == 7">iu/h</span>
247
+                        <span v-if="record.prescription.anticoagulant == 8">iu/h</span>
248
+                        <span v-if="record.prescription.anticoagulant == 16">iu/h</span>
231 249
                     </span>
232 250
                     <span style="display:inline-block;">
233 251
                         总量:
234 252
                         <div style="display:inline-block;width:30px;text-align:center">
235
-                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "/" }}
253
+                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
254
+                            {{ record.prescription.anticoagulant == 6 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
255
+                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
256
+                            {{ record.prescription.anticoagulant == 8 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
257
+                            {{ record.prescription.anticoagulant == 16 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
236 258
                         </div>
237 259
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
238 260
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
@@ -241,6 +263,8 @@
241 263
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
242 264
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
243 265
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
266
+                        <span v-if="record.prescription.anticoagulant == 8">iu</span>
267
+                        <span v-if="record.prescription.anticoagulant == 16">iu</span>
244 268
                     </span>
245 269
                     <span style="display:inline-block;">
246 270
                     <label-box :isChecked="record.prescription.anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>

+ 20 - 23
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Visa fil

@@ -3869,7 +3869,7 @@ export default {
3869 3869
           this.records = this.records.concat(resp.data.schedules);
3870 3870
 
3871 3871
           //华池
3872
-          if(this.org_id == 0 || this.org_id ==10440){
3872
+          if(this.org_id ==10440){
3873 3873
 
3874 3874
           var parint_id =0
3875 3875
 
@@ -3931,27 +3931,24 @@ export default {
3931 3931
             }
3932 3932
           }
3933 3933
           for (const recordIndex in this.records) {
3934
-            var dlegh = 0;
3935
-            if (
3936
-              this.records[recordIndex].monitor_records &&
3937
-              this.records[recordIndex].monitor_records.length < 8
3938
-            ) {
3939
-              dlegh = 8 - this.records[recordIndex].monitor_records.length;
3940
-            } else {
3941
-              dlegh = 0;
3942
-            }
3943
-            if (dlegh > 0) {
3944
-              if (
3945
-                typeof this.records[recordIndex].monitor_records ===
3946
-                  "undefined" ||
3947
-                this.records[recordIndex].monitor_records == null
3948
-              ) {
3949
-                this.records[recordIndex].monitor_records = [];
3950
-              }
3951
-              for (let index = 0; index < dlegh; index++) {
3952
-                this.records[recordIndex].monitor_records.push([]);
3953
-              }
3954
-            }
3934
+            var dlegh = this.records[recordIndex].monitor_records.length;
3935
+            // if (this.records[recordIndex].monitor_records &&this.records[recordIndex].monitor_records.length < 8) {
3936
+            //   dlegh = this.records[recordIndex].monitor_records.length;
3937
+            // } else {
3938
+            //   dlegh = 0;
3939
+            // }
3940
+            // if (dlegh > 0) {
3941
+            //   if (
3942
+            //     typeof this.records[recordIndex].monitor_records ===
3943
+            //       "undefined" ||
3944
+            //     this.records[recordIndex].monitor_records == null
3945
+            //   ) {
3946
+            //     this.records[recordIndex].monitor_records = [];
3947
+            //   }
3948
+            //   for (let index = 0; index < dlegh; index++) {
3949
+            //     this.records[recordIndex].monitor_records.push([]);
3950
+            //   }
3951
+            // }
3955 3952
 
3956 3953
             this.records[recordIndex].isShowZero = false;
3957 3954
             if (this.records[recordIndex].patient.user_org_id == 9535) {
@@ -4099,7 +4096,7 @@ export default {
4099 4096
 
4100 4097
 
4101 4098
           if(this.records!=null && this.records.length>0){
4102
-            console.log("进啦地方大丰")
4099
+           
4103 4100
             for(let i=0;i<this.records.length;i++){
4104 4101
               this.records[i].new_his_advices = []
4105 4102
                 for(let j=0;j<this.records[i].his_advices.length;j++){

+ 49 - 36
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Visa fil

@@ -347,41 +347,14 @@
347 347
                     </el-col>
348 348
 
349 349
                     <el-col :span="8" v-if="anticoagulant!=undefined && anticoagulant.shouji != -1 && isShows('首剂')  && dialysisPrescription.anticoagulant!=1 && dialysisPrescription.anticoagulant!=12">
350
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 &&
351
-                        this.$store.getters.xt_user.template_info.template_id != 54 &&
352
-                        this.$store.getters.xt_user.template_info.org_id != 10340 &&
353
-                        this.$store.getters.xt_user.template_info.org_id != 10432 &&
354
-                        this.$store.getters.xt_user.template_info.org_id != 9829 &&
355
-                        this.$store.getters.xt_user.template_info.org_id != 10440 &&
356
-                        this.$store.getters.xt_user.template_info.org_id != 10469 &&
357
-                        this.$store.getters.xt_user.template_info.org_id != 10471 &&
358
-                        this.$store.getters.xt_user.template_info.org_id != 10495 &&
359
-                        this.$store.getters.xt_user.template_info.org_id != 10375 &&
360
-                        this.$store.getters.xt_user.template_info.org_id != 10600">
361
-                       <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 &&
362
-                          this.$store.getters.xt_user.template_info.template_id != 45 &&
363
-                          this.$store.getters.xt_user.template_info.org_id != 10346 &&
364
-                          this.$store.getters.xt_user.template_info.org_id != 10387 &&
365
-                          this.$store.getters.xt_user.template_info.org_id != 10495 &&
366
-                          this.$store.getters.xt_user.template_info.org_id != 10375 &&
367
-                          this.$store.getters.xt_user.template_info.org_id != 10551 &&
368
-                          this.$store.getters.xt_user.template_info.org_id != 10600
369
-                           ">
370
-                            <el-form-item
371
-                                    v-if='dialysisPrescription.anticoagulant != 1 &&
372
-                                    this.$store.getters.xt_user.template_info.template_id != 21 &&
373
-                                     this.$store.getters.xt_user.template_info.template_id != 23 &&
374
-                                      this.$store.getters.xt_user.template_info.template_id != 38 &&
375
-                                       this.$store.getters.xt_user.template_info.org_id != 9987 &&
376
-                                        this.$store.getters.xt_user.template_info.org_id!=9990'
377
-                                    :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji"
378
-                                    :rules="isCheckmust('首剂')">
350
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 &&  this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 &&this.$store.getters.xt_user.template_info.org_id != 10495 &&this.$store.getters.xt_user.template_info.org_id != 10375 &&this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702">
351
+                         <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 &&this.$store.getters.xt_user.template_info.template_id != 45 &&this.$store.getters.xt_user.template_info.org_id != 10346 &&this.$store.getters.xt_user.template_info.org_id != 10387 &&this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 &&this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600">
352
+                            <el-form-item v-if='dialysisPrescription.anticoagulant != 1 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38 &&  this.$store.getters.xt_user.template_info.org_id != 9987 &&  this.$store.getters.xt_user.template_info.org_id!=9990' :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
379 353
 
380 354
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
381 355
                                           v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
382 356
 
383
-                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
384
-                                          v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
357
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1" v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
385 358
                             </el-form-item>
386 359
 
387 360
                             <el-form-item v-if="this.$store.getters.xt_user.template_info.org_id == 9990 && dialysisPrescription.anticoagulant==7 &&
@@ -452,7 +425,20 @@
452 425
                                           v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
453 426
                             </el-form-item>
454 427
 
455
-                            <el-form-item v-else :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
428
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 13" :label="'首剂(AXaIU) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
429
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
430
+                                          v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
431
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
432
+                                          v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
433
+                            </el-form-item>
434
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 11" :label="'首剂(AXaIU) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
435
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
436
+                                          v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
437
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
438
+                                          v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
439
+                            </el-form-item>
440
+
441
+                            <el-form-item  v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 13" :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
456 442
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
457 443
                                           v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
458 444
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
@@ -466,7 +452,7 @@
466 452
 
467 453
 
468 454
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.weichi != -1 && isShows('维持')  && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
469
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157  && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 9671  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10600">
455
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157  && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 9671  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702">
470 456
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 ">
471 457
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
472 458
                                           v-if="anticoagulant.weichi != -1 &&
@@ -539,7 +525,22 @@
539 525
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
540 526
                                           v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
541 527
                             </el-form-item>
542
-                            <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '" v-else
528
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 13" :label="'维持(AXaIU) : '"
529
+                            prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
530
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
531
+                                          v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
532
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
533
+                                          v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
534
+                            </el-form-item>
535
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 11" :label="'维持(AXaIU) : '"
536
+                            prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
537
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
538
+                                          v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
539
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
540
+                                          v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
541
+                            </el-form-item>
542
+                            <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '" 
543
+                            v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 13"
543 544
                             prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
544 545
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
545 546
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
@@ -562,7 +563,7 @@
562 563
 
563 564
 
564 565
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.zongliang != -1 && isShows('总量') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
565
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.org_id != 9671 && this.$store.getters.xt_user.template_info.org_id != 9675 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600">
566
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.org_id != 9671 && this.$store.getters.xt_user.template_info.org_id != 9675 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702">
566 567
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495">
567 568
                             <el-form-item
568 569
                                     v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38  && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375  && this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600'
@@ -624,7 +625,19 @@
624 625
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
625 626
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
626 627
                             </el-form-item>
627
-                            <el-form-item v-else :label="'总量(' + anticoagulant.zongliang_unit + ') : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
628
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 13" :label="'总量(AXaIU) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
629
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
630
+                                          v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
631
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
632
+                                          v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
633
+                            </el-form-item>
634
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 11" :label="'总量(AXaIU) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
635
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
636
+                                          v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
637
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
638
+                                          v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
639
+                            </el-form-item>
640
+                            <el-form-item v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 13" :label="'总量(' + anticoagulant.zongliang_unit + ') : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
628 641
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
629 642
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
630 643
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"

+ 9 - 8
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Visa fil

@@ -387,7 +387,7 @@
387 387
                 org_id == 10599 || 
388 388
                 org_id == 10612 ||
389 389
                 org_id == 10617 ||
390
-                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697 || org_id ==10635) &&
390
+                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697 || org_id ==10635 || org_id ==10702) &&
391 391
                 org_id!=10387
392 392
             "
393 393
           >
@@ -458,7 +458,7 @@
458 458
               && org_id!=10432 && org_id!=10445
459 459
               && org_id!=10410 && org_id!=10495 &&
460 460
                org_id!=10485 && org_id!=10395 && org_id!=10375
461
-               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697 && org_id!=10635)
461
+               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697 && org_id!=10635  && org_id!=10702)
462 462
               || org_id == 10387
463 463
             "
464 464
           >
@@ -529,7 +529,7 @@
529 529
                 org_id == 10410 ||
530 530
                 org_id == 10495  ||
531 531
                 org_id == 10395
532
-                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id ==10635)
532
+                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id ==10635 || org_id ==10702)
533 533
                 && org_id!=10387
534 534
             "
535 535
           >
@@ -584,7 +584,7 @@
584 584
               org_id!=10432 &&
585 585
               org_id!=10445 &&
586 586
               org_id!=10410 && org_id!=10495
587
-              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697  && org_id!=10635) ||
587
+              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697  && org_id!=10635  && org_id!=10702) ||
588 588
               org_id == 10387
589 589
             "
590 590
           >
@@ -1681,7 +1681,7 @@
1681 1681
                 org_id== 10432 ||
1682 1682
                 org_id== 10445 ||
1683 1683
                 org_id== 10410 ||
1684
-                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697 || org_id ==10635) &&
1684
+                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697 || org_id ==10635 || org_id ==10702) &&
1685 1685
                 org_id!=10387
1686 1686
             "
1687 1687
           >
@@ -1729,7 +1729,7 @@
1729 1729
               org_id!=10445 &&
1730 1730
               org_id!=10410 &&
1731 1731
               org_id!=10485 &&
1732
-              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697 && org_id!=10635)
1732
+              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697 && org_id!=10635 && org_id!=10702)
1733 1733
               || org_id == 10387
1734 1734
             "
1735 1735
           >
@@ -1802,7 +1802,7 @@
1802 1802
                 org_id == 10599 ||
1803 1803
                 org_id ==10612 || 
1804 1804
                 org_id ==10617 || 
1805
-                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id == 10635)
1805
+                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id == 10635 || org_id == 10702)
1806 1806
                 && org_id!=10387 && org_id!=10694
1807 1807
             "
1808 1808
           >
@@ -1874,7 +1874,8 @@
1874 1874
               org_id!=10667 &&
1875 1875
               org_id!=10693 &&
1876 1876
               org_id!=10697 &&
1877
-              org_id!=10635
1877
+              org_id!=10635 &&
1878
+              org_id!=10702
1878 1879
               )
1879 1880
               || org_id == 10387 || org_id == 10694
1880 1881
             "

+ 4 - 4
src/xt_pages/dialysis/details/dialysisMonitoring.vue Visa fil

@@ -20,11 +20,11 @@
20 20
           <th v-if="isShow('血流量1')" width="92px">血流量(ml/min)</th>
21 21
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
22 22
           <th v-if="isShow('跨膜压1')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
23
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
24
-          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
23
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635  || this.$store.getters.xt_user.template_info.org_id == 10702) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
24
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 && this.$store.getters.xt_user.template_info.org_id!=10702) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
25 25
           <th v-if=" isShow('超滤量1')"  width="76px"> 超滤量(ml) </th>
26
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
26
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635 || this.$store.getters.xt_user.template_info.org_id == 10702) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 && this.$store.getters.xt_user.template_info.org_id!=10702 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
28 28
           <th v-if="isShow('超滤率2')" width="92px">超滤率(ml/h)</th>
29 29
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
30 30
           <th v-if="isShow('钠浓度1')" width="92px">钠浓度(mmol/L)</th>

+ 24 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSeventeen.vue Visa fil

@@ -165,13 +165,13 @@
165 165
             <td style="text-align:left;padding-left:15px;" colspan="6">
166 166
               
167 167
               <span style="display:inline-block;">
168
-                <label-box :isChecked="anticoagulant == 6? true : false" showValue="低分子肝素钙"></label-box>:
168
+                <!-- <label-box :isChecked="anticoagulant == 6? true : false" showValue="低分子肝素钙"></label-box>: -->
169 169
                 <label-box :isChecked="anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
170 170
                 <label-box :isChecked="anticoagulant == 8? true : false" showValue="依诺肝素"></label-box>:
171 171
                 <label-box :isChecked="anticoagulant == 16? true : false" showValue="低分子量肝素钙"></label-box>:
172 172
                
173 173
               </span>
174
-              <span style="display:inline-block;">
174
+              <!-- <span style="display:inline-block;">
175 175
                   <div style="display:inline-block;width:30px;text-align:center">
176 176
                       {{ (anticoagulant == 6 || anticoagulant == 7) && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "/" }}
177 177
                   </div>
@@ -182,14 +182,18 @@
182 182
                   <span v-if="prescription.anticoagulant == 1">mg</span>
183 183
                   <span v-if="prescription.anticoagulant == 6">iu</span>
184 184
                   <span v-if="prescription.anticoagulant == 7">iu</span>
185
-              </span>
185
+              </span> -->
186 186
               <span style="display:inline-block;">
187 187
                   <label-box :isChecked="anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>
188 188
               </span>
189 189
               <span style="display:inline-block;">
190 190
                   首剂:
191 191
                   <div style="display:inline-block;width:30px;text-align:center">
192
-                      {{ anticoagulant == 2 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "/" }}
192
+                      {{ anticoagulant == 2 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
193
+                      {{ anticoagulant == 6 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
194
+                      {{ anticoagulant == 7 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
195
+                      {{ anticoagulant == 8 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
196
+                      {{ anticoagulant == 16 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
193 197
                   </div>
194 198
                   <span v-if="prescription.anticoagulant == 5">mg</span>
195 199
                   <span v-if="prescription.anticoagulant == 4">mg</span>
@@ -198,11 +202,17 @@
198 202
                   <span v-if="prescription.anticoagulant == 1">mg</span>
199 203
                   <span v-if="prescription.anticoagulant == 6">iu</span>
200 204
                   <span v-if="prescription.anticoagulant == 7">iu</span>
205
+                  <span v-if="prescription.anticoagulant == 8">iu</span>
206
+                  <span v-if="prescription.anticoagulant == 16">iu</span>
201 207
               </span>
202 208
               <span style="display:inline-block;">
203 209
                   维持:
204 210
                   <div style="display:inline-block;width:30px;text-align:center">
205
-                      {{ anticoagulant == 2 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "/" }}
211
+                      {{ anticoagulant == 2 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
212
+                      {{ anticoagulant == 6 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
213
+                      {{ anticoagulant == 7 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
214
+                      {{ anticoagulant == 8 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
215
+                      {{ anticoagulant == 16 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
206 216
                   </div>
207 217
                   <span v-if="prescription.anticoagulant == 5">ml/h</span>
208 218
                   <span v-if="prescription.anticoagulant == 4">mg/h</span>
@@ -211,11 +221,17 @@
211 221
                   <span v-if="prescription.anticoagulant == 1">mg/h</span>
212 222
                   <span v-if="prescription.anticoagulant == 6">iu/h</span>
213 223
                   <span v-if="prescription.anticoagulant == 7">iu/h</span>
224
+                  <span v-if="prescription.anticoagulant == 8">iu/h</span>
225
+                  <span v-if="prescription.anticoagulant == 16">iu/h</span>
214 226
               </span>
215 227
               <span style="display:inline-block;">
216 228
                   总量:
217 229
                   <div style="display:inline-block;width:30px;text-align:center">
218
-                      {{ anticoagulant == 2 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "/" }}
230
+                      {{ anticoagulant == 2 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
231
+                      {{ anticoagulant == 6 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
232
+                      {{ anticoagulant == 7 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
233
+                      {{ anticoagulant == 8 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
234
+                      {{ anticoagulant == 16 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
219 235
                   </div>
220 236
                   <span v-if="prescription.anticoagulant == 5">mg</span>
221 237
                   <span v-if="prescription.anticoagulant == 4">mg</span>
@@ -224,6 +240,8 @@
224 240
                   <span v-if="prescription.anticoagulant == 1">mg</span>
225 241
                   <span v-if="prescription.anticoagulant == 6">iu</span>
226 242
                   <span v-if="prescription.anticoagulant == 7">iu</span>
243
+                  <span v-if="prescription.anticoagulant == 8">iu</span>
244
+                  <span v-if="prescription.anticoagulant == 16">iu</span>
227 245
               </span>
228 246
               <span style="display:inline-block;">
229 247
                 <label-box :isChecked="anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>

+ 11 - 1
src/xt_pages/management/components/UserForm.vue Visa fil

@@ -1101,7 +1101,8 @@ export default {
1101 1101
         { id: 2, name: "500mg/l含氯消毒剂" },
1102 1102
         { id: 3, name: "1000mg/l含氯消毒剂" },
1103 1103
         { id: 4, name: "1500mg/l含氯消毒剂" },
1104
-        { id: 5, name: "消毒湿巾" }
1104
+        { id: 5, name: "消毒湿巾" },
1105
+        { id: 6, name: "1.85g/L季铵盐" }
1105 1106
       ],
1106 1107
       // 夜路消毒方式
1107 1108
       sterilizeType: [
@@ -1406,6 +1407,9 @@ export default {
1406 1407
             if (information[index].disinfectant_type === 5) {
1407 1408
                information[index].disinfectant_type = "消毒湿巾";
1408 1409
             }
1410
+            if (information[index].disinfectant_type === 6) {
1411
+               information[index].disinfectant_type = "1.85g/L季铵盐";
1412
+            }
1409 1413
 
1410 1414
             if (information[index].disinfection === 1) {
1411 1415
               information[index].disinfection = "已消毒";
@@ -1989,6 +1993,9 @@ export default {
1989 1993
             if (information[index].disinfectant_type === 5) {
1990 1994
               information[index].disinfectant_type = "消毒湿巾";
1991 1995
             }
1996
+            if (information[index].disinfectant_type === 6) {
1997
+              information[index].disinfectant_type = "1.85g/L季铵盐";
1998
+            }
1992 1999
 
1993 2000
             if (information[index].disinfection === 0) {
1994 2001
               information[index].disinfection = "";
@@ -2327,6 +2334,9 @@ export default {
2327 2334
            if (information[index].disinfectant_type === 5) {
2328 2335
               information[index].disinfectant_type = "消毒湿巾";
2329 2336
             }
2337
+            if (information[index].disinfectant_type === 6) {
2338
+              information[index].disinfectant_type = "1.85g/L季铵盐";
2339
+            }
2330 2340
 
2331 2341
             if (information[index].disinfection === 0) {
2332 2342
               information[index].disinfection = "";

+ 8 - 1
src/xt_pages/management/home.vue Visa fil

@@ -2999,7 +2999,8 @@ export default {
2999 2999
           { id: 2, name: '500mg/l含氯消毒剂' },
3000 3000
           { id: 3, name: '1000mg/l含氯消毒剂' },
3001 3001
           { id: 4, name: '1500mg/l含氯消毒剂' },
3002
-          { id: 5,  name:  "消毒湿巾"}
3002
+          { id: 5,  name:  "消毒湿巾"},
3003
+          { id:6,name:"1.85g/L季铵盐"}
3003 3004
         ],
3004 3005
         // 夜路消毒方式
3005 3006
         sterilizeType: [
@@ -3988,6 +3989,9 @@ export default {
3988 3989
               if(plan[index].machine_disinfectant === 5){
3989 3990
                  plan[index].machine_disinfectant = "消毒湿巾"
3990 3991
               }
3992
+              if(plan[index].machine_disinfectant === 6){
3993
+                 plan[index].machine_disinfectant = "1.85g/L季铵盐"
3994
+              }
3991 3995
 
3992 3996
               if (plan[index].disinfectan_way === 0) {
3993 3997
                 plan[index].disinfectan_way = '/'
@@ -4128,6 +4132,9 @@ export default {
4128 4132
               if(plandetail[index].machine_disinfectant === 5){
4129 4133
                   plandetail[index].machine_disinfectant = "消毒湿巾"
4130 4134
               }
4135
+              if(plandetail[index].machine_disinfectant === 6){
4136
+                  plandetail[index].machine_disinfectant = "1.85g/L季铵盐"
4137
+              }
4131 4138
 
4132 4139
               if (plandetail[index].disinfectan_way === 0) {
4133 4140
                 plandetail[index].disinfectan_way = '/'

+ 2 - 6
src/xt_pages/stock/selfPreparedMedicine/stockquery.vue Visa fil

@@ -131,7 +131,7 @@
131 131
 import { uParseTime } from "@/utils/tools";
132 132
 import BreadCrumb from "@/xt_pages/components/bread-crumb";
133 133
 import { getDictionaryDataConfig,getDataConfig } from "@/utils/data";
134
-import { getSelfStockQuery } from "@/api/drug/drug"
134
+import { getSelfDrugQuery } from "@/api/drug/drug"
135 135
 export default {
136 136
   name: "stockIn",
137 137
   created() {
@@ -172,15 +172,11 @@ export default {
172 172
 
173 173
      getlist(){
174 174
          var params ={
175
-           type_name:this.type_name,
176
-           start_time:this.start_time,
177
-           end_time:this.end_time,
178
-           keywords:this.keywords,
179 175
            page:this.page,
180 176
            limit:this.limit
181 177
          }
182 178
         console.log("params",params)
183
-       getSelfStockQuery(params).then(response=>{
179
+       getSelfDrugQuery(params).then(response=>{
184 180
           if(response.data.state == 1){
185 181
             var stockQuery =  response.data.data.stockQuery
186 182
             console.log("入库",stockQuery)

+ 13 - 13
src/xt_permission.js Visa fil

@@ -12,19 +12,19 @@ const permissionWhiteList = loginWhiteList.concat(['/']) // 权限验证白名
12 12
 
13 13
 router.beforeEach((to, from, next) => {
14 14
   // 线上注释
15
-  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-    store.dispatch('VerifyConfigList', []).then(() => {
17
-      next()
18
-    })
19
-  }
20
-  if (store.getters.permission_routers === undefined) {
21
-    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-      next()
23
-    })
24
-  } else {
25
-    next()
26
-  }
27
-  return
15
+  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+  //   store.dispatch('VerifyConfigList', []).then(() => {
17
+  //     next()
18
+  //   })
19
+  // }
20
+  // if (store.getters.permission_routers === undefined) {
21
+  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+  //     next()
23
+  //   })
24
+  // } else {
25
+  //   next()
26
+  // }
27
+  // return
28 28
   // 线上注释
29 29
   NProgress.start()
30 30
   // console.log(store.getters.current_role_urls.indexOf(to.path))