|
@@ -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
|