|
@@ -720,7 +720,7 @@
|
720
|
720
|
return ''
|
721
|
721
|
}, toReturnSZPatient(val) {
|
722
|
722
|
if(val.balance_accounts_type == 2){
|
723
|
|
- this.$confirm('是否退费', '退费', {
|
|
723
|
+ this.$confirm('是否退号', '退号 ', {
|
724
|
724
|
confirmButtonText: '确 定',
|
725
|
725
|
cancelButtonText: '取 消',
|
726
|
726
|
type: 'warning'
|
|
@@ -753,7 +753,7 @@
|
753
|
753
|
}).then(() => {
|
754
|
754
|
axios.get('http://127.0.0.1:9532/sz/api/refundnumber/get', {
|
755
|
755
|
params: {
|
756
|
|
- order_id: 0,
|
|
756
|
+ his_patient_id: val.id,
|
757
|
757
|
record_time: this.getTime(val.record_date, '{y}-{m}-{d}'),
|
758
|
758
|
admin_user_id: this.$store.getters.xt_user.user.id,
|
759
|
759
|
patient_id: val.patient_id
|