Commit eb5a02bf authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 36a58ebd
...@@ -8,25 +8,95 @@ ...@@ -8,25 +8,95 @@
<view class="container"> <view class="container">
<wd-cell-group> <wd-cell-group>
<wd-cell title="单位编号" :value="detailinfo.empNo" /> <wd-cell :value="detailinfo.empNo" custom-title-class="grey">
<wd-cell title="人员编号" :value="detailinfo.psnNo" /> <template #title>
<wd-cell title="险种类型" :value="detailinfo.insutype" /> 单位编号
<wd-cell title="人员类别" :value="detailinfo.psnType" /> </template>
<wd-cell title="参保身份" :value="detailinfo.insuIdet" /> </wd-cell>
<wd-cell title="人员身份类别" :value="detailinfo.psnIdetType" /> <wd-cell :value="detailinfo.psnNo" custom-title-class="grey">
<wd-cell title="电子税票号码" :value="detailinfo.elecTaxrptNo" /> <template #title>
<wd-cell title="费款所属期" :value="detailinfo.cashym" /> <view>人员编号</view>
<wd-cell title="对应费款所属期起始" :value="detailinfo.accrymBegn" /> </template>
<wd-cell title="对应费款所属期结束" :value="detailinfo.accrymEnd" /> </wd-cell>
<wd-cell title="个人缴纳金额" :value="detailinfo.psnClctAmt" /> <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="内容"> <wd-cell title="缴费标志" value="内容">
<view class="custom-text">{{detailinfo.clctFlag}}</view> <view class="custom-text">{{detailinfo.clctFlag}}</view>
</wd-cell> </wd-cell>
<wd-cell title="缴费类型" :value="detailinfo.clctType" /> <wd-cell title="缴费类型" :value="detailinfo.clctType">
<wd-cell title="缴费时间" :value="dayjs(detailinfo.clctTime).format('YYYY-MM-DD')" /> <template #title>
<wd-cell title="财政补助金额" :value="detailinfo.finsubsAmt" /> <view>缴费类型</view>
<wd-cell title="其他缴费金额" :value="detailinfo.othClctAmt" /> </template>
<wd-cell title="缴费总金额" :value="detailinfo.clctSumamt" /> </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> </wd-cell-group>
</view> </view>
</view> </view>
...@@ -54,10 +124,10 @@ const handleClickLeft = () => { ...@@ -54,10 +124,10 @@ const handleClickLeft = () => {
</script> </script>
<style lang="scss"> <style lang="scss">
.grey{color:rgb(189, 189, 189);}
.content { .content {
background: rgb(246, 246, 246); background: rgb(246, 246, 246);
padding-bottom: 10rpx; padding-bottom: 10rpx;
.container { .container {
width: 94%; width: 94%;
margin: 40rpx auto; margin: 40rpx auto;
...@@ -68,6 +138,7 @@ const handleClickLeft = () => { ...@@ -68,6 +138,7 @@ const handleClickLeft = () => {
.container.notform { .container.notform {
background: rgb(246, 246, 246); background: rgb(246, 246, 246);
} }
} }
......
...@@ -120,7 +120,8 @@ ...@@ -120,7 +120,8 @@
}); });
} }
onLoad(() => { onLoad(() => {
model.certno = "520202199704155913" //model.certno = "520202199704155913"
model.certno = "520102198611011224"
// xma.xh.getUserProfile({ // xma.xh.getUserProfile({
// range: ['CITIZEN'], // range: ['CITIZEN'],
// success(info) { // success(info) {
......
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