|
@@ -925,7 +925,6 @@
|
925
|
925
|
|
926
|
926
|
<additionalCharges ref='additionalCharges' @click="addCharges"
|
927
|
927
|
:addtions_charge="addtions_charge"></additionalCharges>
|
928
|
|
-
|
929
|
928
|
<register-dialog ref='register' :doctors="doctors" :departments="department" :sick="sick" :diagnoses="diagnoses"
|
930
|
929
|
v-on:confirm="confirm" v-on:cancel="cancel"></register-dialog>
|
931
|
930
|
<call-un-association-prescription ref='call_prescription' v-on:call="call" v-on:call-cancel="callCancel"></call-un-association-prescription>
|
|
@@ -1877,7 +1876,7 @@ export default {
|
1877
|
1876
|
this.$refs.register.hide()
|
1878
|
1877
|
this.loadingone = false
|
1879
|
1878
|
|
1880
|
|
- this.CheckHISPatient(this.record_date,this.patientInfo.id)
|
|
1879
|
+ this.CheckHISPatient(this.record_date,forms.id)
|
1881
|
1880
|
|
1882
|
1881
|
}
|
1883
|
1882
|
})
|
|
@@ -1913,7 +1912,7 @@ export default {
|
1913
|
1912
|
that.$message({ message: '挂号成功', type: 'success', duration: 5000 })
|
1914
|
1913
|
that.$refs.register.hide()
|
1915
|
1914
|
that.loadingone = false
|
1916
|
|
- // that.CheckHISPatient(that.record_date,that.patientInfo.id)
|
|
1915
|
+ that.CheckHISPatient(that.record_date,forms.id)
|
1917
|
1916
|
|
1918
|
1917
|
}
|
1919
|
1918
|
}
|