Commit eb5a02bf authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 36a58ebd
......@@ -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);
}
}
......
......@@ -120,7 +120,8 @@
});
}
onLoad(() => {
model.certno = "520202199704155913"
//model.certno = "520202199704155913"
model.certno = "520102198611011224"
// xma.xh.getUserProfile({
// range: ['CITIZEN'],
// 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