Commit cb82fc2d authored by tanjuanjuan's avatar tanjuanjuan

测试

parent eb5a02bf
......@@ -5,113 +5,117 @@
<wd-icon name="close" size="22px"></wd-icon>
</template>
</wd-navbar>
<view class="container">
<wd-cell-group>
<wd-cell :value="detailinfo.empNo" custom-title-class="grey">
<wd-cell-group :use-slot="true">
<wd-cell :value="detailinfo.empNo">
<template #title>
<view class="grey">单位编号</view>
</template>
</wd-cell>
<wd-cell :value="detailinfo.psnNo">
<template #title>
<view class="grey">人员编号</view>
</template>
</wd-cell>
<wd-cell :value="detailinfo.insutype">
<template #title>
单位编号
<view class="grey">险种类型</view>
</template>
</wd-cell>
<wd-cell :value="detailinfo.psnNo" custom-title-class="grey">
<template #title>
<view>人员编号</view>
<wd-cell :value="detailinfo.psnType">
<template #title>
<view class="grey">人员类别</view>
</template>
</wd-cell>
<wd-cell title="险种类型" :value="detailinfo.insutype"><template #title>
<view>险种类型</view>
<wd-cell :value="detailinfo.insuIdet">
<template #title>
<view class="grey">参保身份</view>
</template>
</wd-cell>
<wd-cell title="人员类别" :value="detailinfo.psnType">
<template #title>
<view>人员类别</view>
<wd-cell :value="detailinfo.psnIdetType">
<template #title>
<view class="grey">人员身份类别</view>
</template>
</wd-cell>
<wd-cell title="参保身份" :value="detailinfo.insuIdet">
<template #title>
<view>参保身份</view>
<wd-cell :value="detailinfo.elecTaxrptNo">
<template #title>
<view class="grey">电子税票号码</view>
</template>
</wd-cell>
<wd-cell title="人员身份类别" :value="detailinfo.psnIdetType">
<template #title>
<view>人员身份类别</view>
<wd-cell :value="detailinfo.cashym">
<template #title>
<view class="grey">费款所属期</view>
</template>
</wd-cell>
<wd-cell title="电子税票号码" :value="detailinfo.elecTaxrptNo">
<template #title>
<view>电子税票号码</view>
<wd-cell :value="detailinfo.accrymBegn">
<template #title>
<view class="grey">对应费款所属期起始</view>
</template>
</wd-cell>
<wd-cell title="费款所属期" :value="detailinfo.cashym">
<wd-cell :value="detailinfo.accrymEnd">
<template #title>
<view>费款所属期</view>
</template>
</wd-cell>
<wd-cell title="对应费款所属期起始" :value="detailinfo.accrymBegn">
<template #title>
<view>对应费款所属期起始</view>
<view class="grey">对应费款所属期结束</view>
</template>
</wd-cell>
<wd-cell title="对应费款所属期结束" :value="detailinfo.accrymEnd">
<template #title>
<view>对应费款所属期结束</view>
<wd-cell :value="detailinfo.psnClctAmt">
<template #title>
<view class="grey">个人缴纳金额</view>
</template>
</wd-cell>
<wd-cell title="个人缴纳金额" :value="detailinfo.psnClctAmt">
<wd-cell>
<template #title>
<view>个人缴纳金额</view>
</template>
</wd-cell>
<wd-cell title="缴费标志" value="内容">
<view class="grey">缴费标志</view>
</template>
<view class="custom-text">{{detailinfo.clctFlag}}</view>
</wd-cell>
<wd-cell title="缴费类型" :value="detailinfo.clctType">
<wd-cell :value="detailinfo.clctType">
<template #title>
<view>缴费类型</view>
</template>
</wd-cell>
<wd-cell title="缴费时间" :value="dayjs(detailinfo.clctTime).format('YYYY-MM-DD')">
<view class="grey">缴费类型</view>
</template>
</wd-cell>
<wd-cell :value="dayjs(detailinfo.clctTime).format('YYYY-MM-DD')">
<template #title>
<view>缴费时间</view>
</template>
</wd-cell>
<wd-cell title="财政补助金额" :value="detailinfo.finsubsAmt">
<view class="grey">缴费时间</view>
</template>
</wd-cell>
<wd-cell :value="detailinfo.finsubsAmt">
<template #title>
<view>人员编号</view>
</template>
</wd-cell>
<wd-cell title="其他缴费金额" :value="detailinfo.othClctAmt">
<view class="grey">人员编号</view>
</template>
</wd-cell>
<wd-cell :value="detailinfo.othClctAmt">
<template #title>
<view>其他缴费金额</view>
</template>
</wd-cell>
<wd-cell title="缴费总金额" :value="detailinfo.clctSumamt">
<view class="grey">其他缴费金额</view>
</template>
</wd-cell>
<wd-cell :value="detailinfo.clctSumamt">
<template #title>
<view>缴费总金额</view>
</template>
</wd-cell>
<view class="grey">缴费总金额</view>
</template>
</wd-cell>
</wd-cell-group>
</view>
</view>
</template>
<script setup lang="ts">
import dayjs from 'dayjs';
const detailinfo=ref({})
onLoad((options)=>{
console.log("~~~~")
console.log(options.item)
detailinfo.value=JSON.parse(options.item)
})
const handleClickLeft = () => {
import dayjs from 'dayjs';
const detailinfo = ref({})
onLoad((options) => {
console.log("~~~~")
console.log(options.item)
detailinfo.value = JSON.parse(options.item)
})
const handleClickLeft = () => {
xma.navigateBack();
//xma.$off("goToDetail")
}
......@@ -120,14 +124,17 @@ const handleClickLeft = () => {
xma.navigateBack();
//xma.$off("goToDetail")
}
</script>
<style lang="scss">
.grey{color:rgb(189, 189, 189);}
.grey {
color: rgb(145, 145, 145);
}
.content {
background: rgb(246, 246, 246);
padding-bottom: 10rpx;
.container {
width: 94%;
margin: 40rpx auto;
......@@ -138,13 +145,11 @@ const handleClickLeft = () => {
.container.notform {
background: rgb(246, 246, 246);
}
}
.custom-text {
color: rgb(85, 170, 255)
}
</style>
\ No newline at end of file
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