|
@@ -175,14 +175,14 @@
|
175
|
175
|
|
176
|
176
|
<el-col :span="8" v-if="anticoagulant.shouji != -1 && isShows('首剂')">
|
177
|
177
|
|
178
|
|
- <el-form-item v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23' :label="'首剂(' + anticoagulant.shouji_unit + ') : '">
|
|
178
|
+ <el-form-item 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.org_id != 9987' :label="'首剂(' + anticoagulant.shouji_unit + ') : '">
|
179
|
179
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
180
|
180
|
v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
|
181
|
181
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
182
|
182
|
v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
|
183
|
183
|
</el-form-item>
|
184
|
184
|
|
185
|
|
- <el-form-item v-if='this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 23' :label="'首剂(mg) : '">
|
|
185
|
+ <el-form-item 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.org_id == 9987' :label="'首剂(mg) : '">
|
186
|
186
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
187
|
187
|
v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
|
188
|
188
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
|
@@ -192,13 +192,13 @@
|
192
|
192
|
|
193
|
193
|
|
194
|
194
|
<el-col :span="8" v-if="anticoagulant.weichi != -1 && isShows('维持')">
|
195
|
|
- <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '" 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">
|
|
195
|
+ <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '" 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.org_id != 9987">
|
196
|
196
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
197
|
197
|
v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
|
198
|
198
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
199
|
199
|
v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
|
200
|
200
|
</el-form-item>
|
201
|
|
- <el-form-item :label="'维持(mg/h) : '" 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">
|
|
201
|
+ <el-form-item :label="'维持(mg/h) : '" 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.org_id == 9987">
|
202
|
202
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
203
|
203
|
v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
|
204
|
204
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
|
@@ -207,13 +207,13 @@
|
207
|
207
|
</el-col>
|
208
|
208
|
|
209
|
209
|
<el-col :span="8" v-if="anticoagulant.zongliang != -1 && isShows('总量')">
|
210
|
|
- <el-form-item v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23' :label="'总量(' + anticoagulant.zongliang_unit + ') : '">
|
|
210
|
+ <el-form-item 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.org_id != 9987' :label="'总量(' + anticoagulant.zongliang_unit + ') : '">
|
211
|
211
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
212
|
212
|
v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
|
213
|
213
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
214
|
214
|
v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
|
215
|
215
|
</el-form-item>
|
216
|
|
- <el-form-item v-if='this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 23' :label="'总量(mg) : '">
|
|
216
|
+ <el-form-item 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.org_id == 9987' :label="'总量(mg) : '">
|
217
|
217
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
218
|
218
|
v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
|
219
|
219
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|