|
@@ -313,12 +313,14 @@
|
313
|
313
|
this.$store.getters.xt_user.template_info.org_id != 10440 &&
|
314
|
314
|
this.$store.getters.xt_user.template_info.org_id != 10469 &&
|
315
|
315
|
this.$store.getters.xt_user.template_info.org_id != 10471 &&
|
316
|
|
- this.$store.getters.xt_user.template_info.org_id != 10495">
|
|
316
|
+ this.$store.getters.xt_user.template_info.org_id != 10495 &&
|
|
317
|
+ this.$store.getters.xt_user.template_info.org_id != 10375">
|
317
|
318
|
<div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 &&
|
318
|
319
|
this.$store.getters.xt_user.template_info.template_id != 45 &&
|
319
|
320
|
this.$store.getters.xt_user.template_info.org_id != 10346 &&
|
320
|
321
|
this.$store.getters.xt_user.template_info.org_id != 10387 &&
|
321
|
|
- this.$store.getters.xt_user.template_info.org_id != 10495 ">
|
|
322
|
+ this.$store.getters.xt_user.template_info.org_id != 10495 &&
|
|
323
|
+ this.$store.getters.xt_user.template_info.org_id != 10375 ">
|
322
|
324
|
<el-form-item
|
323
|
325
|
v-if='dialysisPrescription.anticoagulant != 1 &&
|
324
|
326
|
this.$store.getters.xt_user.template_info.template_id != 21 &&
|
|
@@ -363,7 +365,9 @@
|
363
|
365
|
this.$store.getters.xt_user.template_info.org_id == 9987 ||
|
364
|
366
|
this.$store.getters.xt_user.template_info.org_id == 10346 ||
|
365
|
367
|
this.$store.getters.xt_user.template_info.org_id == 10387 ||
|
366
|
|
- this.$store.getters.xt_user.template_info.org_id ==10495'
|
|
368
|
+ this.$store.getters.xt_user.template_info.org_id ==10495 ||
|
|
369
|
+ this.$store.getters.xt_user.template_info.org_id ==10375
|
|
370
|
+ '
|
367
|
371
|
:label="'首剂(mg) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
|
368
|
372
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
369
|
373
|
v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
|
|
@@ -414,8 +418,8 @@
|
414
|
418
|
|
415
|
419
|
|
416
|
420
|
<el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.weichi != -1 && isShows('维持') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
|
417
|
|
- <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">
|
418
|
|
- <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 ">
|
|
421
|
+ <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">
|
|
422
|
+ <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 ">
|
419
|
423
|
<el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
|
420
|
424
|
v-if="anticoagulant.weichi != -1 &&
|
421
|
425
|
this.$store.getters.xt_user.template_info.template_id != 21 &&
|
|
@@ -424,7 +428,8 @@
|
424
|
428
|
this.$store.getters.xt_user.template_info.org_id != 9987 &&
|
425
|
429
|
this.$store.getters.xt_user.template_info.org_id != 54 &&
|
426
|
430
|
this.$store.getters.xt_user.template_info.org_id != 9990 &&
|
427
|
|
- this.$store.getters.xt_user.template_info.org_id != 10495" prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
|
|
431
|
+ this.$store.getters.xt_user.template_info.org_id != 10495 &&
|
|
432
|
+ this.$store.getters.xt_user.template_info.org_id != 10375" prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
|
428
|
433
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
429
|
434
|
v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
|
430
|
435
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
|
@@ -440,7 +445,8 @@
|
440
|
445
|
this.$store.getters.xt_user.template_info.org_id == 10346 ||
|
441
|
446
|
this.$store.getters.xt_user.template_info.org_id == 10387 ||
|
442
|
447
|
this.$store.getters.xt_user.template_info.org_id == 9990 ||
|
443
|
|
- this.$store.getters.xt_user.template_info.org_id == 10495
|
|
448
|
+ this.$store.getters.xt_user.template_info.org_id == 10495 ||
|
|
449
|
+ this.$store.getters.xt_user.template_info.org_id == 10375
|
444
|
450
|
" prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
|
445
|
451
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
446
|
452
|
v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
|
|
@@ -496,10 +502,10 @@
|
496
|
502
|
|
497
|
503
|
|
498
|
504
|
<el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.zongliang != -1 && isShows('总量') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
|
499
|
|
- <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">
|
|
505
|
+ <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">
|
500
|
506
|
<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">
|
501
|
507
|
<el-form-item
|
502
|
|
- 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'
|
|
508
|
+ 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'
|
503
|
509
|
:label="'总量(' + anticoagulant.zongliang_unit + ') : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
|
504
|
510
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
505
|
511
|
v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
|
|
@@ -507,7 +513,7 @@
|
507
|
513
|
v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
|
508
|
514
|
</el-form-item>
|
509
|
515
|
<el-form-item
|
510
|
|
- 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 == 10495 '
|
|
516
|
+ 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 == 10495 || this.$store.getters.xt_user.template_info.org_id == 10375 '
|
511
|
517
|
:label="'总量(mg) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
|
512
|
518
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
513
|
519
|
v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
|