|
@@ -136,13 +136,13 @@
|
136
|
136
|
</el-button>
|
137
|
137
|
|
138
|
138
|
<el-button
|
139
|
|
- v-if="this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 "
|
|
139
|
+ v-if="this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671"
|
140
|
140
|
size="small" @click="open(10)" type="primary"
|
141
|
141
|
>退号
|
142
|
142
|
</el-button>
|
143
|
143
|
|
144
|
144
|
<el-button
|
145
|
|
- v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919"
|
|
145
|
+ v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 9671"
|
146
|
146
|
size="small" @click="open(11)" type="primary"
|
147
|
147
|
>撤销明细
|
148
|
148
|
</el-button>
|
|
@@ -633,7 +633,7 @@
|
633
|
633
|
that.radio = 2
|
634
|
634
|
that.$refs.charge.hide()
|
635
|
635
|
that.state = '已收费'
|
636
|
|
- that.$message({ message: '收费成功', type: 'success' })
|
|
636
|
+ that.$message({ message: '收费成功', type: 'success'})
|
637
|
637
|
that.loadingtwo = false
|
638
|
638
|
that.cal_one = this.cal_one - 1
|
639
|
639
|
that.cal_two = this.cal_two + 1
|
|
@@ -645,7 +645,7 @@
|
645
|
645
|
|
646
|
646
|
})
|
647
|
647
|
|
648
|
|
- } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538) {
|
|
648
|
+ } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671) {
|
649
|
649
|
var that = this
|
650
|
650
|
axios.get('http://127.0.0.1:9532/api/upload/get', {
|
651
|
651
|
params: form,
|
|
@@ -666,7 +666,7 @@
|
666
|
666
|
that.$refs.charge.hide()
|
667
|
667
|
that.loadingtwo = false
|
668
|
668
|
that.state = '已收费'
|
669
|
|
- that.$message({ message: '收费成功', type: 'success' })
|
|
669
|
+ that.$message({ message: '收费成功', type: 'success',duration:5000 })
|
670
|
670
|
that.loadingtwo = false
|
671
|
671
|
that.cal_one = this.cal_one - 1
|
672
|
672
|
that.cal_two = this.cal_two + 1
|
|
@@ -867,7 +867,7 @@
|
867
|
867
|
|
868
|
868
|
})
|
869
|
869
|
|
870
|
|
- } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538) {
|
|
870
|
+ } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671) {
|
871
|
871
|
|
872
|
872
|
axios.get('http://127.0.0.1:9532/api/register/get', {
|
873
|
873
|
params: forms,
|
|
@@ -943,7 +943,7 @@
|
943
|
943
|
return false
|
944
|
944
|
} else {
|
945
|
945
|
this.getPatientList()
|
946
|
|
- this.$message({ message: '挂号成功', type: 'success' })
|
|
946
|
+ this.$message({ message: '挂号成功', type: 'success',duration:5000 })
|
947
|
947
|
this.$refs.register.hide()
|
948
|
948
|
this.loadingone = false
|
949
|
949
|
var his_info = response.data.data.his_info
|
|
@@ -1487,7 +1487,7 @@
|
1487
|
1487
|
}
|
1488
|
1488
|
|
1489
|
1489
|
} else if (index == 5) {
|
1490
|
|
- if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538) {
|
|
1490
|
+ if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671) {
|
1491
|
1491
|
|
1492
|
1492
|
var that = this
|
1493
|
1493
|
this.$confirm('是否退费', '退费', {
|
|
@@ -1514,7 +1514,7 @@
|
1514
|
1514
|
return false
|
1515
|
1515
|
} else {
|
1516
|
1516
|
that.changeRadio(1)
|
1517
|
|
- that.$message({ message: '退费成功', type: 'success' })
|
|
1517
|
+ that.$message({ message: '退费成功', type: 'success',duration:5000 })
|
1518
|
1518
|
that.loadingtwo = false
|
1519
|
1519
|
|
1520
|
1520
|
}
|