|
@@ -1676,6 +1676,7 @@ export default {
|
1676
|
1676
|
this.loadingtwo = false
|
1677
|
1677
|
this.newLoading = false
|
1678
|
1678
|
this.$refs.charge.hide()
|
|
1679
|
+
|
1679
|
1680
|
return false
|
1680
|
1681
|
} else {
|
1681
|
1682
|
if(response.data.data.msg == 2){
|
|
@@ -1790,9 +1791,8 @@ export default {
|
1790
|
1791
|
name = this.patientTableData[i].name
|
1791
|
1792
|
}
|
1792
|
1793
|
}
|
1793
|
|
- this.$refs.call_prescription.show(name, id, this.record_date, this.record_date,response.data.data.ps,response.data.data.his_patient_id,response.data.data.patient_id)
|
|
1794
|
+ this.$refs.call_prescription.show(name, id, this.record_date, this.record_date,response.data.data.ps,response.data.data.his_patient_id)
|
1794
|
1795
|
|
1795
|
|
- // this.$refs.call_prescription.show(this.patientInfo.name, this.patientInfo.id, this.record_date, this.record_date,response.data.data.ps,response.data.data.his_patient_id,response.data.data.patient_id)
|
1796
|
1796
|
}
|
1797
|
1797
|
}
|
1798
|
1798
|
})
|
|
@@ -3748,9 +3748,18 @@ export default {
|
3748
|
3748
|
that.$message.error(response.data.msg)
|
3749
|
3749
|
return false
|
3750
|
3750
|
} else {
|
3751
|
|
- that.changeRadioAndPatient(1)
|
3752
|
|
- // that.$message({ message: '退号成功', type: 'success' })
|
3753
|
|
- that.$message({ message: '退明细成功', type: 'success', duration: 5000 })
|
|
3751
|
+ if (response.data.data.failed_code == -10) {
|
|
3752
|
+ that.$confirm(response.data.data.msg, '医保错误信息', {
|
|
3753
|
+ confirmButtonText: '确 定',
|
|
3754
|
+ type: 'warning'
|
|
3755
|
+ }).then(() => {
|
|
3756
|
+
|
|
3757
|
+ }).catch(() => {
|
|
3758
|
+ })
|
|
3759
|
+ }else{
|
|
3760
|
+ that.changeRadioAndPatient(1)
|
|
3761
|
+ that.$message({ message: '退明细成功', type: 'success', duration: 5000 })
|
|
3762
|
+ }
|
3754
|
3763
|
}
|
3755
|
3764
|
})
|
3756
|
3765
|
.catch(function(error) {
|