Commit 64456eee authored by 任鸿志's avatar 任鸿志

获取患者医保信息接口对接

parent e5b5f2ef
......@@ -160,6 +160,7 @@ export default {
this.form.physicalCardType = 'ID_CARD'
this.form.isYD=this.isYDpatint
this.form.isMB=this.isMBpatint
this.form.sfzh=this.form.physicalCard
this.$emit('getyibaoinfo', this.form)
}
......@@ -275,6 +276,7 @@ export default {
this.form.physicalCardType = 'ID_CARD'
if (data.RespData?.CardId) {
this.form.physicalCard = data.RespData.CardId
this.form.sfzh = data.RespData.CardId
}
}
}
......
......@@ -224,9 +224,9 @@ export default {
//首次进页面第一次刷卡返回的信息
getyibaoinfo(e, x) {
patient({
card_no: e.physicalCard,
card_no: e.sfzh,
card_type: e.ksbm ? 'SOCIAL_CARD' : e.physicalCardType,
id_card: e.physicalCard,
id_card: e.sfzh,
})
.then(response => {
this.patientDataNew = response.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment