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
eb5a02bf
Commit
eb5a02bf
authored
Nov 01, 2024
by
tanjuanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
36a58ebd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
18 deletions
+90
-18
index.vue
src/pages/detail/index.vue
+88
-17
index.vue
src/pages/index/index.vue
+2
-1
No files found.
src/pages/detail/index.vue
View file @
eb5a02bf
...
...
@@ -8,25 +8,95 @@
<view
class=
"container"
>
<wd-cell-group>
<wd-cell
title=
"单位编号"
:value=
"detailinfo.empNo"
/>
<wd-cell
title=
"人员编号"
:value=
"detailinfo.psnNo"
/>
<wd-cell
title=
"险种类型"
:value=
"detailinfo.insutype"
/>
<wd-cell
title=
"人员类别"
:value=
"detailinfo.psnType"
/>
<wd-cell
title=
"参保身份"
:value=
"detailinfo.insuIdet"
/>
<wd-cell
title=
"人员身份类别"
:value=
"detailinfo.psnIdetType"
/>
<wd-cell
title=
"电子税票号码"
:value=
"detailinfo.elecTaxrptNo"
/>
<wd-cell
title=
"费款所属期"
:value=
"detailinfo.cashym"
/>
<wd-cell
title=
"对应费款所属期起始"
:value=
"detailinfo.accrymBegn"
/>
<wd-cell
title=
"对应费款所属期结束"
:value=
"detailinfo.accrymEnd"
/>
<wd-cell
title=
"个人缴纳金额"
:value=
"detailinfo.psnClctAmt"
/>
<wd-cell
:value=
"detailinfo.empNo"
custom-title-class=
"grey"
>
<
template
#
title
>
单位编号
</
template
>
</wd-cell>
<wd-cell
:value=
"detailinfo.psnNo"
custom-title-class=
"grey"
>
<
template
#
title
>
<view>
人员编号
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"险种类型"
:value=
"detailinfo.insutype"
><
template
#
title
>
<view>
险种类型
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"人员类别"
:value=
"detailinfo.psnType"
>
<
template
#
title
>
<view>
人员类别
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"参保身份"
:value=
"detailinfo.insuIdet"
>
<
template
#
title
>
<view>
参保身份
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"人员身份类别"
:value=
"detailinfo.psnIdetType"
>
<
template
#
title
>
<view>
人员身份类别
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"电子税票号码"
:value=
"detailinfo.elecTaxrptNo"
>
<
template
#
title
>
<view>
电子税票号码
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"费款所属期"
:value=
"detailinfo.cashym"
>
<
template
#
title
>
<view>
费款所属期
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"对应费款所属期起始"
:value=
"detailinfo.accrymBegn"
>
<
template
#
title
>
<view>
对应费款所属期起始
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"对应费款所属期结束"
:value=
"detailinfo.accrymEnd"
>
<
template
#
title
>
<view>
对应费款所属期结束
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"个人缴纳金额"
:value=
"detailinfo.psnClctAmt"
>
<
template
#
title
>
<view>
个人缴纳金额
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"缴费标志"
value=
"内容"
>
<view
class=
"custom-text"
>
{{detailinfo.clctFlag}}
</view>
</wd-cell>
<wd-cell
title=
"缴费类型"
:value=
"detailinfo.clctType"
/>
<wd-cell
title=
"缴费时间"
:value=
"dayjs(detailinfo.clctTime).format('YYYY-MM-DD')"
/>
<wd-cell
title=
"财政补助金额"
:value=
"detailinfo.finsubsAmt"
/>
<wd-cell
title=
"其他缴费金额"
:value=
"detailinfo.othClctAmt"
/>
<wd-cell
title=
"缴费总金额"
:value=
"detailinfo.clctSumamt"
/>
<wd-cell
title=
"缴费类型"
:value=
"detailinfo.clctType"
>
<
template
#
title
>
<view>
缴费类型
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"缴费时间"
:value=
"dayjs(detailinfo.clctTime).format('YYYY-MM-DD')"
>
<
template
#
title
>
<view>
缴费时间
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"财政补助金额"
:value=
"detailinfo.finsubsAmt"
>
<
template
#
title
>
<view>
人员编号
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"其他缴费金额"
:value=
"detailinfo.othClctAmt"
>
<
template
#
title
>
<view>
其他缴费金额
</view>
</
template
>
</wd-cell>
<wd-cell
title=
"缴费总金额"
:value=
"detailinfo.clctSumamt"
>
<
template
#
title
>
<view>
缴费总金额
</view>
</
template
>
</wd-cell>
</wd-cell-group>
</view>
</view>
...
...
@@ -54,10 +124,10 @@ const handleClickLeft = () => {
</
script
>
<
style
lang=
"scss"
>
.grey
{
color
:rgb
(
189
,
189
,
189
)
;}
.content
{
background
:
rgb
(
246
,
246
,
246
);
padding-bottom
:
10rpx
;
.container
{
width
:
94%
;
margin
:
40rpx
auto
;
...
...
@@ -68,6 +138,7 @@ const handleClickLeft = () => {
.container.notform
{
background
:
rgb
(
246
,
246
,
246
);
}
}
...
...
src/pages/index/index.vue
View file @
eb5a02bf
...
...
@@ -120,7 +120,8 @@
});
}
onLoad
(()
=>
{
model
.
certno
=
"520202199704155913"
//model.certno = "520202199704155913"
model
.
certno
=
"520102198611011224"
// xma.xh.getUserProfile({
// range: ['CITIZEN'],
// success(info) {
...
...
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