|
@@ -200,7 +200,7 @@
|
200
|
200
|
</el-col>
|
201
|
201
|
|
202
|
202
|
<el-col :span="8" v-if="anticoagulant.shouji != -1 && isShows('首剂')">
|
203
|
|
- <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157">
|
|
203
|
+ <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.template_id!=54">
|
204
|
204
|
<div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
|
205
|
205
|
<el-form-item
|
206
|
206
|
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'
|
|
@@ -261,16 +261,16 @@
|
261
|
261
|
|
262
|
262
|
<el-col :span="8" v-if="anticoagulant.weichi != -1 && isShows('维持')">
|
263
|
263
|
<div v-if="this.$store.getters.xt_user.template_info.org_id != 10157">
|
264
|
|
- <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
|
|
264
|
+ <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">
|
265
|
265
|
<el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
|
266
|
|
- v-if="anticoagulant.weichi != -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">
|
|
266
|
+ v-if="anticoagulant.weichi != -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 != 54">
|
267
|
267
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
268
|
268
|
v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
|
269
|
269
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
270
|
270
|
v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
|
271
|
271
|
</el-form-item>
|
272
|
272
|
<el-form-item :label="'维持(mg/h) : '"
|
273
|
|
- v-if="anticoagulant.weichi != -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 ">
|
|
273
|
+ v-if="anticoagulant.weichi != -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 == 54 ">
|
274
|
274
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
275
|
275
|
v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
|
276
|
276
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
|
@@ -313,9 +313,9 @@
|
313
|
313
|
|
314
|
314
|
<el-col :span="8" v-if="anticoagulant.zongliang != -1 && isShows('总量')">
|
315
|
315
|
<div v-if="this.$store.getters.xt_user.template_info.org_id != 10157">
|
316
|
|
- <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
|
|
316
|
+ <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">
|
317
|
317
|
<el-form-item
|
318
|
|
- 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'
|
|
318
|
+ 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'
|
319
|
319
|
:label="'总量(' + anticoagulant.zongliang_unit + ') : '">
|
320
|
320
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
321
|
321
|
v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
|
|
@@ -323,7 +323,7 @@
|
323
|
323
|
v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
|
324
|
324
|
</el-form-item>
|
325
|
325
|
<el-form-item
|
326
|
|
- 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'
|
|
326
|
+ 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'
|
327
|
327
|
:label="'总量(mg) : '">
|
328
|
328
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
329
|
329
|
v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
|