|
@@ -201,9 +201,9 @@
|
201
|
201
|
|
202
|
202
|
<el-col :span="8" v-if="anticoagulant.shouji != -1 && isShows('首剂')">
|
203
|
203
|
<div v-if="this.$store.getters.xt_user.template_info.org_id != 10157">
|
204
|
|
- <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101">
|
|
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
|
|
- 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 != 45'
|
|
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'
|
207
|
207
|
:label="'首剂(' + anticoagulant.shouji_unit + ') : '">
|
208
|
208
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
209
|
209
|
v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
|
|
@@ -212,14 +212,18 @@
|
212
|
212
|
</el-form-item>
|
213
|
213
|
|
214
|
214
|
<el-form-item
|
215
|
|
- 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.template_id == 45 || this.$store.getters.xt_user.template_info.org_id == 9987'
|
|
215
|
+ v-if='dialysisPrescription.anticoagulant == 2 && 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 && dialysisPrescription.anticoagulant == 2'
|
216
|
216
|
:label="'首剂(mg) : '">
|
217
|
217
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
218
|
218
|
v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
|
219
|
219
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
220
|
220
|
v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
|
221
|
221
|
</el-form-item>
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
222
|
225
|
</div>
|
|
226
|
+
|
223
|
227
|
<div v-else>
|
224
|
228
|
<el-form-item v-if="dialysisPrescription.anticoagulant == 2" :label="'首剂(mg) : '">
|
225
|
229
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
|
@@ -242,12 +246,14 @@
|
242
|
246
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
243
|
247
|
v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
|
244
|
248
|
</el-form-item>
|
|
249
|
+
|
245
|
250
|
<el-form-item v-else :label="'首剂(' + anticoagulant.shouji_unit + ') : '">
|
246
|
251
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
247
|
252
|
v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
|
248
|
253
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
249
|
254
|
v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
|
250
|
255
|
</el-form-item>
|
|
256
|
+
|
251
|
257
|
</div>
|
252
|
258
|
|
253
|
259
|
</el-col>
|
|
@@ -255,16 +261,16 @@
|
255
|
261
|
|
256
|
262
|
<el-col :span="8" v-if="anticoagulant.weichi != -1 && isShows('维持')">
|
257
|
263
|
<div v-if="this.$store.getters.xt_user.template_info.org_id != 10157">
|
258
|
|
- <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101">
|
|
264
|
+ <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
|
259
|
265
|
<el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
|
260
|
|
- 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.template_id != 45">
|
|
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">
|
261
|
267
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
262
|
268
|
v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
|
263
|
269
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
264
|
270
|
v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
|
265
|
271
|
</el-form-item>
|
266
|
272
|
<el-form-item :label="'维持(mg/h) : '"
|
267
|
|
- 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.template_id == 45">
|
|
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 ">
|
268
|
274
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
269
|
275
|
v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
|
270
|
276
|
<el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
|
|
@@ -307,9 +313,9 @@
|
307
|
313
|
|
308
|
314
|
<el-col :span="8" v-if="anticoagulant.zongliang != -1 && isShows('总量')">
|
309
|
315
|
<div v-if="this.$store.getters.xt_user.template_info.org_id != 10157">
|
310
|
|
- <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101">
|
|
316
|
+ <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
|
311
|
317
|
<el-form-item
|
312
|
|
- 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'
|
313
|
319
|
:label="'总量(' + anticoagulant.zongliang_unit + ') : '">
|
314
|
320
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
315
|
321
|
v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
|
|
@@ -317,7 +323,7 @@
|
317
|
323
|
v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
|
318
|
324
|
</el-form-item>
|
319
|
325
|
<el-form-item
|
320
|
|
- 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'
|
321
|
327
|
:label="'总量(mg) : '">
|
322
|
328
|
<el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
|
323
|
329
|
v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
|
|
@@ -2160,9 +2166,10 @@
|
2160
|
2166
|
this.dialysisPrescription.anticoagulant_zongliang = ""
|
2161
|
2167
|
this.dialysisPrescription.anticoagulant_zongliang = parseInt(this.dialysisPrescription.anticoagulant_shouji) + parseInt(this.dialysisPrescription.anticoagulant_weichi)
|
2162
|
2168
|
}
|
2163
|
|
-
|
|
2169
|
+
|
2164
|
2170
|
|
2165
|
2171
|
},
|
|
2172
|
+
|
2166
|
2173
|
handleCommit: function() {
|
2167
|
2174
|
console.log("触发了么2323323233223")
|
2168
|
2175
|
if(!this.isLoading){
|