|
@@ -351,9 +351,10 @@
|
351
|
351
|
this.$refs.charge.hide()
|
352
|
352
|
return false
|
353
|
353
|
} else {
|
|
354
|
+ this.$refs.charge.hide()
|
|
355
|
+ this.loadingtwo = false
|
354
|
356
|
this.state = '已收费'
|
355
|
357
|
this.$message({message: '收费成功', type: 'success'})
|
356
|
|
- this.$refs.charge.hide()
|
357
|
358
|
this.loadingtwo = false
|
358
|
359
|
this.cal_one = this.cal_one - 1
|
359
|
360
|
this.cal_two = this.cal_two + 1
|
|
@@ -371,6 +372,9 @@
|
371
|
372
|
this.$refs.charge.hide()
|
372
|
373
|
return false
|
373
|
374
|
} else {
|
|
375
|
+ this.$refs.charge.hide()
|
|
376
|
+
|
|
377
|
+ this.loadingtwo = false
|
374
|
378
|
this.state = '已收费'
|
375
|
379
|
this.$message({message: '收费成功', type: 'success'})
|
376
|
380
|
this.$refs.charge.hide()
|
|
@@ -400,9 +404,9 @@
|
400
|
404
|
this.$refs.register.hide()
|
401
|
405
|
return false
|
402
|
406
|
} else {
|
|
407
|
+ this.$refs.register.hide()
|
403
|
408
|
this.getPatientList()
|
404
|
409
|
this.$message({message: '挂号成功', type: 'success'})
|
405
|
|
- this.$refs.register.hide()
|
406
|
410
|
this.loadingone = false
|
407
|
411
|
var his_info = response.data.data.his_info
|
408
|
412
|
this.hisPatientInfo = his_info
|
|
@@ -715,7 +719,7 @@
|
715
|
719
|
|
716
|
720
|
} else if (index == 7) {
|
717
|
721
|
let params={
|
718
|
|
- start_time:"2020-12-01",
|
|
722
|
+ start_time:"2020-12-28",
|
719
|
723
|
end_time:"2020-12-30",
|
720
|
724
|
insutype:"390",
|
721
|
725
|
clr_type:"11",
|
|
@@ -744,7 +748,7 @@
|
744
|
748
|
|
745
|
749
|
} else if (index == 8) {
|
746
|
750
|
let params={
|
747
|
|
- start_time:"2020-12-01",
|
|
751
|
+ start_time:"2020-12-28",
|
748
|
752
|
end_time:"2020-12-30",
|
749
|
753
|
}
|
750
|
754
|
axios.get('http://127.0.0.1:9532/api/checkdetailaccount/get', {
|