|
@@ -87,7 +87,7 @@
|
87
|
87
|
</el-col>
|
88
|
88
|
|
89
|
89
|
<el-col :span="8"
|
90
|
|
- v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 36 || this.$store.getters.xt_user.template_info.template_id == 37 || this.$store.getters.xt_user.template_info.org_id == 9555 )">
|
|
90
|
+ v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 36 || this.$store.getters.xt_user.template_info.org_id == 9555 )">
|
91
|
91
|
<el-form-item label="目标超滤量(ml):">
|
92
|
92
|
<el-input
|
93
|
93
|
type="number"
|
|
@@ -97,7 +97,7 @@
|
97
|
97
|
</el-col>
|
98
|
98
|
|
99
|
99
|
<el-col :span="8"
|
100
|
|
- v-if="isShows('目标超滤量') && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 36 && this.$store.getters.xt_user.template_info.template_id != 37 && this.$store.getters.xt_user.template_info.org_id != 9555 ">
|
|
100
|
+ v-if="isShows('目标超滤量') && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 36 && this.$store.getters.xt_user.template_info.org_id != 9555 ">
|
101
|
101
|
<el-form-item label="目标超滤量(L):">
|
102
|
102
|
<el-input
|
103
|
103
|
type="number"
|
|
@@ -1617,13 +1617,16 @@
|
1617
|
1617
|
if (minites < 10) {
|
1618
|
1618
|
minites = '0' + minites
|
1619
|
1619
|
}
|
1620
|
|
-
|
1621
|
|
- if(schedual.schedule_type == 1){
|
1622
|
|
- this.start_time = year +"-"+month +"-"+day +" " + "07:00"
|
1623
|
|
- }else if(schedual.schedule_type == 2){
|
1624
|
|
- this.start_time = year +"-"+month +"-"+day +" " + "12:00"
|
1625
|
|
- }else if(schedual.schedule_type ==3){
|
1626
|
|
- this.start_time = year +"-"+month +"-"+day +" " + "18:00"
|
|
1620
|
+ if(this.$store.getters.xt_user.org.id == 10016){
|
|
1621
|
+ this.start_time = year +"-"+month +"-"+day +" " + hours + ':' + minites
|
|
1622
|
+ }else{
|
|
1623
|
+ if(schedual.schedule_type == 1){
|
|
1624
|
+ this.start_time = year +"-"+month +"-"+day +" " + "07:00"
|
|
1625
|
+ }else if(schedual.schedule_type == 2){
|
|
1626
|
+ this.start_time = year +"-"+month +"-"+day +" " + "12:00"
|
|
1627
|
+ }else if(schedual.schedule_type ==3){
|
|
1628
|
+ this.start_time = year +"-"+month +"-"+day +" " + "18:00"
|
|
1629
|
+ }
|
1627
|
1630
|
}
|
1628
|
1631
|
|
1629
|
1632
|
if (pre.anticoagulant == 3) {
|
|
@@ -1631,8 +1634,6 @@
|
1631
|
1634
|
}
|
1632
|
1635
|
// 入口
|
1633
|
1636
|
var pre = pre
|
1634
|
|
- console.log("香锅2222222",this.dialysisPrescription)
|
1635
|
|
- console.log("列表2223323323223",this.schedual)
|
1636
|
1637
|
this.dialysisPrescription.mode_id = this.$route.query.mode_id
|
1637
|
1638
|
if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12 || this.schedual.mode_id == 2 || this.schedual.mode_id == 5 || this.schedual.mode_id == 12) {
|
1638
|
1639
|
this.zhiShow = true
|