XMLWAN 2 年之前
父節點
當前提交
b1869897fb

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

@@ -611,7 +611,7 @@
611 611
                     </el-col>
612 612
 
613 613
                     <el-col :span="8"
614
-                            v-if="isShows('置换液总量') && ((this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id ==24 || this.$store.getters.xt_user.template_info.template_id ==53) && this.$store.getters.xt_user.template_info.org_id != 10345)"
614
+                            v-if="isShows('置换液总量') && ((this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id ==24 || this.$store.getters.xt_user.template_info.template_id ==53) && this.$store.getters.xt_user.template_info.org_id != 10249)"
615 615
                             v-show="totalShow">
616 616
                         <el-form-item label="置换液总量(ml)">
617 617
                             <el-input
@@ -620,7 +620,7 @@
620 620
                         </el-form-item>
621 621
                     </el-col>
622 622
                     <el-col :span="8"
623
-                            v-if="isShows('置换液总量') && (this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id !=24 && this.$store.getters.xt_user.template_info.template_id !=53) || this.$store.getters.xt_user.template_info.org_id  == 10345"
623
+                            v-if="isShows('置换液总量') && (this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id !=24 && this.$store.getters.xt_user.template_info.template_id !=53) || this.$store.getters.xt_user.template_info.org_id  == 10249"
624 624
                             v-show="totalShow">
625 625
                         <el-form-item label="置换液总量(L)">
626 626
                             <el-input

+ 1 - 1
src/xt_pages/outpatientTool/gatherPrint.vue 查看文件

@@ -1116,7 +1116,7 @@
1116 1116
     },
1117 1117
     created(){
1118 1118
       this.org_id = this.$store.getters.xt_user.org.id;
1119
-      console.log("org_id3223232332",org_id)
1119
+     
1120 1120
       this.getGatherDetailList()   
1121 1121
     }
1122 1122