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

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

611
                     </el-col>
611
                     </el-col>
612
 
612
 
613
                     <el-col :span="8"
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
                             v-show="totalShow">
615
                             v-show="totalShow">
616
                         <el-form-item label="置换液总量(ml)">
616
                         <el-form-item label="置换液总量(ml)">
617
                             <el-input
617
                             <el-input
620
                         </el-form-item>
620
                         </el-form-item>
621
                     </el-col>
621
                     </el-col>
622
                     <el-col :span="8"
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
                             v-show="totalShow">
624
                             v-show="totalShow">
625
                         <el-form-item label="置换液总量(L)">
625
                         <el-form-item label="置换液总量(L)">
626
                             <el-input
626
                             <el-input

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

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