Commit cb82fc2d authored by tanjuanjuan's avatar tanjuanjuan

测试

parent eb5a02bf
...@@ -7,94 +7,98 @@ ...@@ -7,94 +7,98 @@
</wd-navbar> </wd-navbar>
<view class="container"> <view class="container">
<wd-cell-group> <wd-cell-group :use-slot="true">
<wd-cell :value="detailinfo.empNo" custom-title-class="grey"> <wd-cell :value="detailinfo.empNo">
<template #title> <template #title>
单位编号 <view class="grey">单位编号</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell :value="detailinfo.psnNo" custom-title-class="grey"> <wd-cell :value="detailinfo.psnNo">
<template #title> <template #title>
<view>人员编号</view> <view class="grey">人员编号</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="险种类型" :value="detailinfo.insutype"><template #title> <wd-cell :value="detailinfo.insutype">
<view>险种类型</view> <template #title>
<view class="grey">险种类型</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="人员类别" :value="detailinfo.psnType"> <wd-cell :value="detailinfo.psnType">
<template #title> <template #title>
<view>人员类别</view> <view class="grey">人员类别</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="参保身份" :value="detailinfo.insuIdet"> <wd-cell :value="detailinfo.insuIdet">
<template #title> <template #title>
<view>参保身份</view> <view class="grey">参保身份</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="人员身份类别" :value="detailinfo.psnIdetType"> <wd-cell :value="detailinfo.psnIdetType">
<template #title> <template #title>
<view>人员身份类别</view> <view class="grey">人员身份类别</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="电子税票号码" :value="detailinfo.elecTaxrptNo"> <wd-cell :value="detailinfo.elecTaxrptNo">
<template #title> <template #title>
<view>电子税票号码</view> <view class="grey">电子税票号码</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="费款所属期" :value="detailinfo.cashym"> <wd-cell :value="detailinfo.cashym">
<template #title> <template #title>
<view>费款所属期</view> <view class="grey">费款所属期</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="对应费款所属期起始" :value="detailinfo.accrymBegn"> <wd-cell :value="detailinfo.accrymBegn">
<template #title> <template #title>
<view>对应费款所属期起始</view> <view class="grey">对应费款所属期起始</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="对应费款所属期结束" :value="detailinfo.accrymEnd"> <wd-cell :value="detailinfo.accrymEnd">
<template #title> <template #title>
<view>对应费款所属期结束</view> <view class="grey">对应费款所属期结束</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="个人缴纳金额" :value="detailinfo.psnClctAmt"> <wd-cell :value="detailinfo.psnClctAmt">
<template #title> <template #title>
<view>个人缴纳金额</view> <view class="grey">个人缴纳金额</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="缴费标志" value="内容"> <wd-cell>
<template #title>
<view class="grey">缴费标志</view>
</template>
<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 :value="detailinfo.clctType">
<template #title> <template #title>
<view>缴费类型</view> <view class="grey">缴费类型</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="缴费时间" :value="dayjs(detailinfo.clctTime).format('YYYY-MM-DD')"> <wd-cell :value="dayjs(detailinfo.clctTime).format('YYYY-MM-DD')">
<template #title> <template #title>
<view>缴费时间</view> <view class="grey">缴费时间</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="财政补助金额" :value="detailinfo.finsubsAmt"> <wd-cell :value="detailinfo.finsubsAmt">
<template #title> <template #title>
<view>人员编号</view> <view class="grey">人员编号</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="其他缴费金额" :value="detailinfo.othClctAmt"> <wd-cell :value="detailinfo.othClctAmt">
<template #title> <template #title>
<view>其他缴费金额</view> <view class="grey">其他缴费金额</view>
</template> </template>
</wd-cell> </wd-cell>
<wd-cell title="缴费总金额" :value="detailinfo.clctSumamt"> <wd-cell :value="detailinfo.clctSumamt">
<template #title> <template #title>
<view>缴费总金额</view> <view class="grey">缴费总金额</view>
</template> </template>
</wd-cell> </wd-cell>
</wd-cell-group> </wd-cell-group>
...@@ -103,15 +107,15 @@ ...@@ -103,15 +107,15 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import dayjs from 'dayjs'; import dayjs from 'dayjs';
const detailinfo=ref({}) const detailinfo = ref({})
onLoad((options)=>{ onLoad((options) => {
console.log("~~~~") console.log("~~~~")
console.log(options.item) console.log(options.item)
detailinfo.value=JSON.parse(options.item) detailinfo.value = JSON.parse(options.item)
}) })
const handleClickLeft = () => { const handleClickLeft = () => {
xma.navigateBack(); xma.navigateBack();
//xma.$off("goToDetail") //xma.$off("goToDetail")
} }
...@@ -120,14 +124,17 @@ const handleClickLeft = () => { ...@@ -120,14 +124,17 @@ const handleClickLeft = () => {
xma.navigateBack(); xma.navigateBack();
//xma.$off("goToDetail") //xma.$off("goToDetail")
} }
</script> </script>
<style lang="scss"> <style lang="scss">
.grey{color:rgb(189, 189, 189);} .grey {
color: rgb(145, 145, 145);
}
.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;
...@@ -145,6 +152,4 @@ const handleClickLeft = () => { ...@@ -145,6 +152,4 @@ const handleClickLeft = () => {
.custom-text { .custom-text {
color: rgb(85, 170, 255) color: rgb(85, 170, 255)
} }
</style> </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