Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yibao
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
tanjuanjuan
yibao
Commits
fe930a3f
Commit
fe930a3f
authored
Feb 27, 2025
by
英思-陈欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调试
parent
848d5020
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
App.vue
src/App.vue
+4
-2
pages.json
src/pages.json
+3
-1
result.vue
src/pages/outpatientCoordination/result.vue
+2
-2
moneySearch.vue
src/pages/payFee/moneySearch.vue
+3
-1
No files found.
src/App.vue
View file @
fe930a3f
...
...
@@ -7,8 +7,9 @@
globalData
:
{
user
:
{
psnCertType
:
'01'
,
certno
:
'522424199009052614'
,
// 身份证号 211224199502036621
psnNo
:
'52000005000000006015800601'
,
// 人员编号 52000002000000000400011816
name
:
''
,
certno
:
''
,
// 身份证号 522424199009052614
psnNo
:
''
,
// 人员编号 52000005000000006015800601
locAdmdvs
:
''
,
// 520300
insuAdmdvs
:
''
,
// 520281
insuTypeCode
:
''
// 险种 390
...
...
@@ -81,6 +82,7 @@
psnCertType
:
getApp
().
globalData
!
.
user
.
psnCertType
,
certno
:
getApp
().
globalData
!
.
user
.
certno
,
}).
then
((
res
:
any
)
=>
{
getApp
().
globalData
!
.
user
.
name
=
res
.
psnName
;
getApp
().
globalData
!
.
user
.
psnNo
=
res
.
psnNo
;
getApp
().
globalData
!
.
user
.
insuTypeCode
=
res
.
insutypeCode
;
getApp
().
globalData
!
.
user
.
insuAdmdvs
=
res
.
insuAdmdvs
;
...
...
src/pages.json
View file @
fe930a3f
...
...
@@ -206,7 +206,9 @@
}
],
"globalStyle"
:
{
"navigationStyle"
:
"default"
,
//
#ifdef
App
"navigationStyle"
:
"custom"
,
//
#endif
"navigationBarTextStyle"
:
"black"
,
"navigationBarBackgroundColor"
:
"white"
,
"navigationBarTitleText"
:
"医保服务"
...
...
src/pages/outpatientCoordination/result.vue
View file @
fe930a3f
...
...
@@ -4,7 +4,7 @@
<h1
class=
"title"
>
门诊统筹使用查询明细
</h1>
<view
class=
"info-wrap"
>
<view
class=
"info"
>
<
view
class=
"btn u-flex u-flex-end"
>
查看明细
</view
>
<
!--
<view
class=
"btn u-flex u-flex-end"
>
查看明细
</view>
--
>
<view
class=
"label u-flex u-flex-center"
>
年额度 (元)
</view>
<view
class=
"value u-flex u-flex-center"
>
{{
detail
.
quota
}}
</view>
<view
class=
"u-flex u-flex-between"
>
...
...
@@ -20,7 +20,7 @@
</view>
</view>
</view>
<
view
class=
"submit-btn u-flex u-flex-center u-flex-items-center"
@
click=
"submit"
>
去使用
</view
>
<
!--
<view
class=
"submit-btn u-flex u-flex-center u-flex-items-center"
@
click=
"submit"
>
去使用
</view>
--
>
</view>
</
template
>
...
...
src/pages/payFee/moneySearch.vue
View file @
fe930a3f
...
...
@@ -44,7 +44,7 @@
return
{
initPsnCert
:
''
,
form
:
{
initPsnCertType
:
''
,
initPsnCertType
:
getApp
().
globalData
!
.
certTypeOptions
[
0
].
name
,
initCertno
:
''
,
initPsnName
:
''
,
initPsnNo
:
''
,
...
...
@@ -56,8 +56,10 @@
},
onLoad
()
{
const
info
=
getApp
().
globalData
!
.
user
;
this
.
form
.
initPsnCertType
=
info
.
psnCertType
;
this
.
form
.
initCertno
=
info
.
certno
;
this
.
form
.
initPsnNo
=
info
.
psnNo
;
this
.
form
.
initPsnName
=
info
.
name
;
},
methods
:
{
identTypeChange
(
e
:
any
)
{
...
...
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