|
@@ -125,12 +125,12 @@
|
125
|
125
|
|
126
|
126
|
|
127
|
127
|
|
128
|
|
- <el-button size="small" v-if="org_id == 10138 || org_id == 10278"
|
|
128
|
+ <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)"
|
129
|
129
|
@click="openZF(1)"
|
130
|
130
|
type="primary">自费门诊就医上传(4205)
|
131
|
131
|
</el-button>
|
132
|
132
|
|
133
|
|
- <el-button size="small" v-if="org_id == 10138 || org_id == 10278"
|
|
133
|
+ <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) "
|
134
|
134
|
@click="openZF(2)"
|
135
|
135
|
type="primary">自费上传确认(4203)
|
136
|
136
|
</el-button>
|
|
@@ -3051,7 +3051,7 @@ export default {
|
3051
|
3051
|
|
3052
|
3052
|
} else {
|
3053
|
3053
|
that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|
3054
|
|
-
|
|
3054
|
+ that.changeRadioAndPatient(2)
|
3055
|
3055
|
}
|
3056
|
3056
|
|
3057
|
3057
|
}
|
|
@@ -3081,7 +3081,7 @@ export default {
|
3081
|
3081
|
|
3082
|
3082
|
} else {
|
3083
|
3083
|
that.$message({ message: '确认成功', type: 'success', duration: 5000 })
|
3084
|
|
-
|
|
3084
|
+ that.changeRadioAndPatient(2)
|
3085
|
3085
|
}
|
3086
|
3086
|
|
3087
|
3087
|
}
|