Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
省
省二结算
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
任鸿志
省二结算
Commits
64456eee
Commit
64456eee
authored
Sep 30, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取患者医保信息接口对接
parent
e5b5f2ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.vue
src/components/Readcards/index.vue
+2
-0
patientInfo.vue
src/views/jiesuan/patientInfo.vue
+2
-2
No files found.
src/components/Readcards/index.vue
View file @
64456eee
...
...
@@ -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
}
}
}
...
...
src/views/jiesuan/patientInfo.vue
View file @
64456eee
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment