XMLWAN 2 年前
父节点
当前提交
b4e04a8766

+ 4 - 0
src/xt_pages/dialysis/details/assessmentAfter.vue 查看文件

@@ -324,6 +324,10 @@
324 324
           <label>管路凝血: </label>
325 325
           <span class="content" >{{ this.record.pip_coagulation}}</span>
326 326
         </li>
327
+       <li v-if="isShow('累计血容量')">
328
+          <label>累计血容量: </label>
329
+          <span class="content" >{{ this.record.accumulated_blood_volume}}</span>
330
+        </li>
327 331
       </ul>
328 332
     </div>
329 333
     <!-- <div class="note">

+ 9 - 0
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue 查看文件

@@ -614,11 +614,18 @@
614 614
               <el-input v-model="form.after_urea"></el-input>
615 615
             </el-form-item>
616 616
        </el-col>
617
+       <el-col :span="8" v-if="isShow('累计血容量')">
618
+            <el-form-item label="累计血容量(L):"  label-width="150px">
619
+              <el-input v-model="form.accumulated_blood_volume"></el-input>
620
+            </el-form-item>
621
+        </el-col>
617 622
         <el-col :span="24" v-if="isShow('KT/V')">
618 623
             <el-form-item label="KT/V:">
619 624
               <el-input type="textarea" :rows="4" v-model="form.ktv"></el-input>
620 625
             </el-form-item>
621 626
         </el-col>
627
+
628
+      
622 629
       </el-form>
623 630
 
624 631
 
@@ -793,6 +800,7 @@ export default {
793 800
         fallrisk:"",
794 801
         machine_run:"",
795 802
         after_urea:"",
803
+        accumulated_blood_volume:"",
796 804
       },
797 805
       lapseList:[],
798 806
       leaveOfficeMethod:[],
@@ -1013,6 +1021,7 @@ export default {
1013 1021
       data["machine_run"] = this.form.machine_run
1014 1022
       data["after_urea"] = this.form.after_urea
1015 1023
       data["pip_coagulation"] = this.form.pip_coagulation
1024
+      data["accumulated_blood_volume"] = this.form.accumulated_blood_volume
1016 1025
       console.log("Paramsquery",data)
1017 1026
 
1018 1027
       postAssessmentAfterDislysis(ParamsQuery, data)

+ 7 - 7
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

@@ -196,7 +196,7 @@
196 196
 
197 197
                     <el-col :span="8" v-if="anticoagulant.shouji != -1 && isShows('首剂')">
198 198
                         <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.template_id!=54">
199
-                          <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">
199
+                          <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">
200 200
                             <el-form-item
201 201
                                     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'
202 202
                                     :label="'首剂(' + anticoagulant.shouji_unit + ') : '">
@@ -207,7 +207,7 @@
207 207
                             </el-form-item>
208 208
 
209 209
                             <el-form-item
210
-                                    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 || this.$store.getters.xt_user.template_info.org_id == 10346 && dialysisPrescription.anticoagulant == 2'
210
+                                    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 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10387 && dialysisPrescription.anticoagulant == 2'
211 211
                                     :label="'首剂(mg) : '">
212 212
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
213 213
                                           v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
@@ -256,7 +256,7 @@
256 256
 
257 257
                     <el-col :span="8" v-if="anticoagulant.weichi != -1 && isShows('维持')">
258 258
                         <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 ">
259
-                          <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">
259
+                          <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">
260 260
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
261 261
                                           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">
262 262
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
@@ -265,7 +265,7 @@
265 265
                                           v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
266 266
                             </el-form-item>
267 267
                             <el-form-item :label="'维持(mg/h) : '"
268
-                                          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 ||  this.$store.getters.xt_user.template_info.org_id == 10346">
268
+                                          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 ||  this.$store.getters.xt_user.template_info.org_id == 10346 ||  this.$store.getters.xt_user.template_info.org_id == 10387">
269 269
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
270 270
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
271 271
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
@@ -308,9 +308,9 @@
308 308
 
309 309
                     <el-col :span="8" v-if="anticoagulant.zongliang != -1 && isShows('总量')">
310 310
                         <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157">
311
-                          <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">
311
+                          <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">
312 312
                             <el-form-item
313
-                                    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'
313
+                                    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'
314 314
                                     :label="'总量(' + anticoagulant.zongliang_unit + ') : '">
315 315
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
316 316
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
@@ -318,7 +318,7 @@
318 318
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
319 319
                             </el-form-item>
320 320
                             <el-form-item
321
-                                    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'
321
+                                    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'
322 322
                                     :label="'总量(mg) : '">
323 323
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
324 324
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>