epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

175 lines
5.1 KiB

2 years ago
<!--subpages/searchResult/pages/punchCard/punchCard.wxml-->
<!-- 基本信息 -->
<view class="card">
<view class="group_2">
<view class="box_3" style="display: flex; align-items: center;">
<text class="text_2">孙晓</text>
<view class="text-wrapper_1">
<text class="text_3">信息完整度:</text>
<text class="text_4">40%</text>
</view>
<view class="text-wrapper_2">
<text class="text_5">编辑</text>
</view>
</view>
<view class="box_4">
<view class="text-wrapper_24">
<text class="text_63">党员</text>
</view>
<view class="text-wrapper_25">
<text class="text_64">育龄妇女</text>
</view>
</view>
<view class="text-wrapper_5">
<text class="text_8">地址:</text>
<text class="text_9">海伦路街道海伦路社区1号楼1单元302户</text>
</view>
<view class="text-wrapper_6">
<text class="text_10">创建时间:</text>
<text class="text_11">2023-08-12 ;12:30:20</text>
</view>
<view class="text-wrapper_7">
<text class="text_12">最新更新时间:</text>
<text class="text_13">2023-08-12 ;18:50:32</text>
</view>
<image class="image_3" src="https://lanhu.oss-cn-beijing.aliyuncs.com/ps76n3ya6acuqho2uhek7k8epdgxqatfeq4eeda1f1-a097-4b05-a79c-98328bc42391"></image>
<view class="box_5">
<text class="text_14">基础信息(10/10)</text>
<view class="text-wrapper_8">
<text class="text_15">拓展信息</text> <text class="text_17">(</text>
<text class="text_18">3/4</text> <text class="text_19">)</text>
</view>
<text class="text_20">关系图谱</text>
</view>
<view class="block_4"></view>
<view class="box_6">
<view class="text-wrapper_9">
<text class="text_21">残疾信息</text> <text class="text_23">(</text>
<text class="text_24">0/3</text> <text class="text_25">)</text>
</view>
<view class="text-wrapper_10">
<text class="text_26">大病信息</text> <text class="text_28">(3)</text>
</view>
<text class="text_33">变更记录(2)</text>
</view>
<view class="box_6">
<view class="text-wrapper_9">
<text class="text_21">业务记录(1)</text>
</view>
</view>
<hr/>
<div class="horizontal-line"></div>
</view>
<!-- <view class="title">基础信息</view>
<view class="info">
<view class="item">
<view class="label">姓名:</view>
<View class="value">{{form.name}}</View>
</view>
<view class="item">
<view class="label">性别:</view>
<View class="value">{{form.genderName}}</View>
</view>
<view class="item">
<view class="label">出生日期:</view>
<View class="value">{{form.birthday}}</View>
</view>
<view class="item">
<view class="label">住宅:</view>
<View class="value">{{form.homeName}}</View>
</view>
<view class="item">
<view class="label">电话:</view>
<View class="value">{{form.mobile}}</View>
</view>
</view>
<view class="jm-btn" bind:tap="goResidentPortrait2">居民画像</view> -->
</view>
<!-- 走访打卡 -->
<view class="card ">
<view class="flex-sb">
<view class="title">基础信息</view>
<!-- <view class="view" bind:tap="gotopage" data-url="/subpages/searchResult/pages/checkLog/checkLog?resiId={{resiId}}">打卡记录</view> -->
</view>
<view class="form_card m-top20">
<view class="form_item">
<view class="label">
<view class="title">国籍</view>
</view>
<view class="input">
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">证件类型</view>
</view>
<view class="input text-right">
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">证件号</view>
</view>
<view class="input text-right">
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">联系电话</view>
</view>
<view class="input text-right">
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">文化程度</view>
</view>
<view class="input text-right">
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">性别</view>
</view>
<view class="input text-right">
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">出生日期</view>
</view>
<view class="input text-right">
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">民族</view>
</view>
<view class="input text-right">
</view>
</view>
</view>
</view>
<div class="btn-container">
<view class="bottom_btn1" style="background-color: aliceblue;">上报诉求</view>
<view class="bottom_btn1" style="background-color: aliceblue;">满意度调查</view>
<view class="bottom_btn">走访打卡</view>
</div>