|
@@ -138,12 +138,12 @@
|
138
|
138
|
type="primary">查询备案信息
|
139
|
139
|
</el-button>
|
140
|
140
|
|
141
|
|
- <el-button size="small" v-if="(org_id == 10138 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10028 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
|
|
141
|
+ <el-button size="small" v-if="(org_id == 10138 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10028 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10610 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 9504 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
|
142
|
142
|
@click="openZF(1)"
|
143
|
143
|
type="primary">自费门诊就医上传(4205)
|
144
|
144
|
</el-button>
|
145
|
145
|
|
146
|
|
- <el-button size="small" v-if="(org_id == 10138 && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10028 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
|
|
146
|
+ <el-button size="small" v-if="(org_id == 10138 && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10028 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10610 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 9504 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
|
147
|
147
|
@click="openZF(2)"
|
148
|
148
|
type="primary">自费上传确认(4203)
|
149
|
149
|
</el-button>
|
|
@@ -2024,7 +2024,7 @@ export default {
|
2024
|
2024
|
}
|
2025
|
2025
|
})
|
2026
|
2026
|
} else {
|
2027
|
|
- if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138 || this.$store.getters.xt_user.org_id == 10088 || this.$store.getters.xt_user.org_id == 10278) {
|
|
2027
|
+ if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138 || this.$store.getters.xt_user.org_id == 10088 || this.$store.getters.xt_user.org_id == 10278 || this.$store.getters.xt_user.org_id == 10610) {
|
2028
|
2028
|
axios.get('http://127.0.0.1:9532/api/register/get', {
|
2029
|
2029
|
params: forms,
|
2030
|
2030
|
headers: {
|
|
@@ -3654,7 +3654,7 @@ export default {
|
3654
|
3654
|
})
|
3655
|
3655
|
}
|
3656
|
3656
|
} else if (index == 6) {
|
3657
|
|
- if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10138 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10088 || this.$store.getters.xt_user.org_id == 10278) {
|
|
3657
|
+ if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10138 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10088 || this.$store.getters.xt_user.org_id == 10278 || this.$store.getters.xt_user.org_id == 10610) {
|
3658
|
3658
|
this.$refs.register9504.show()
|
3659
|
3659
|
} else {
|
3660
|
3660
|
if(this.$store.getters.xt_user.org_id == 10721 || this.org_id == 0){
|