|
@@ -369,7 +369,7 @@
|
369
|
369
|
|
370
|
370
|
|
371
|
371
|
<el-col :span="8"
|
372
|
|
- v-if="isShows('置换量') && (this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 46)"
|
|
372
|
+ v-if="isShows('置换量') && (this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 46 || this.$store.getters.xt_user.template_info.template_id == 53)"
|
373
|
373
|
v-show="zhiShow">
|
374
|
374
|
<el-form-item label="置换量(ml):">
|
375
|
375
|
<el-input
|
|
@@ -379,7 +379,7 @@
|
379
|
379
|
</el-form-item>
|
380
|
380
|
</el-col>
|
381
|
381
|
<el-col :span="8"
|
382
|
|
- v-if="isShows('置换量') && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 46"
|
|
382
|
+ v-if="isShows('置换量') && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 46 && this.$store.getters.xt_user.template_info.template_id != 53"
|
383
|
383
|
v-show="zhiShow">
|
384
|
384
|
<el-form-item label="置换量(L):">
|
385
|
385
|
<el-input
|
|
@@ -613,7 +613,7 @@
|
613
|
613
|
</el-col>
|
614
|
614
|
|
615
|
615
|
<el-col :span="8"
|
616
|
|
- 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)"
|
|
616
|
+ 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)"
|
617
|
617
|
v-show="totalShow">
|
618
|
618
|
<el-form-item label="置换液总量(ml)">
|
619
|
619
|
<el-input
|
|
@@ -622,7 +622,7 @@
|
622
|
622
|
</el-form-item>
|
623
|
623
|
</el-col>
|
624
|
624
|
<el-col :span="8"
|
625
|
|
- 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"
|
|
625
|
+ 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"
|
626
|
626
|
v-show="totalShow">
|
627
|
627
|
<el-form-item label="置换液总量(L)">
|
628
|
628
|
<el-input
|