|
@@ -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)">
|
|
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.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">
|
|
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.org_id == 9555 ">
|
101
|
101
|
<el-form-item label="目标超滤量(L):">
|
102
|
102
|
<el-input
|
103
|
103
|
type="number"
|
|
@@ -2043,9 +2043,6 @@
|
2043
|
2043
|
duration: 2000
|
2044
|
2044
|
})
|
2045
|
2045
|
|
2046
|
|
- // for(let i=0;i<this.waitUploadAdvices.length;i++){
|
2047
|
|
- // this.waitUploadAdvices[i].drug_spec = this.waitUploadAdvices[i].drug_spec.toString()
|
2048
|
|
- // }
|
2049
|
2046
|
const params = {
|
2050
|
2047
|
advices: this.waitUploadAdvices,
|
2051
|
2048
|
advice_date: uParseTime(
|
|
@@ -2116,7 +2113,7 @@
|
2116
|
2113
|
type: 'success',
|
2117
|
2114
|
duration: 2000
|
2118
|
2115
|
})
|
2119
|
|
-
|
|
2116
|
+
|
2120
|
2117
|
const prescription_resp = response.data.data.prescription
|
2121
|
2118
|
// console.log("aaaaaaa", prescription_resp);
|
2122
|
2119
|
var prescription = this.prescription
|