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.

160 lines
4.6 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;">
2 years ago
<text class="text_2">{{jiChu.baseInfoDto.name}}</text>
2 years ago
<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">
2 years ago
<text class="text_63">群众{{kong}}</text>
2 years ago
</view>
<view class="text-wrapper_25">
2 years ago
<text class="text_64">{{kong}}</text>
2 years ago
</view>
</view>
<view class="text-wrapper_5">
<text class="text_8">地址:</text>
2 years ago
<text class="text_9">{{jiChu.baseInfoDto.resideInfos[0].homeName}}</text>
2 years ago
</view>
<view class="text-wrapper_6">
<text class="text_10">创建时间:</text>
2 years ago
<text class="text_11">{{jiChu.baseInfoDto.createdTime}}</text>
2 years ago
</view>
<view class="text-wrapper_7">
<text class="text_12">最新更新时间:</text>
2 years ago
<text class="text_13">{{jiChu.baseInfoDto.updatedTime}}</text>
2 years ago
</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>
<view class="card ">
<view class="flex-sb">
<view class="title">基础信息</view>
</view>
<view class="form_card m-top20">
<view class="form_item">
2 years ago
<view class="asterisk">*</view>
2 years ago
<view class="label">
2 years ago
<view>国籍</view>
2 years ago
</view>
<view class="input">
2 years ago
<view class="china" v-show="!edit">中国{{kong}}</view>
<input v-show="edit" v-model="description"></input>
2 years ago
</view>
</view>
<view class="form_item">
2 years ago
<view class="asterisk">*</view>
2 years ago
<view class="label">
2 years ago
<view>证件类型</view>
2 years ago
</view>
2 years ago
<view class="input">
<view class="china">身份证{{kong}}</view>
2 years ago
</view>
</view>
<view class="form_item">
2 years ago
<view class="asterisk">*</view>
2 years ago
<view class="label">
2 years ago
<view>证件号</view>
2 years ago
</view>
2 years ago
<view class="input">
<view class="china">{{documentNum}}</view>
2 years ago
</view>
</view>
<view class="form_item">
2 years ago
<view class="asterisk">*</view>
2 years ago
<view class="label">
2 years ago
<view>联系电话</view>
2 years ago
</view>
2 years ago
<view class="input">
<view class="china">{{phon}}</view>
<input disabled="{{!editMode}}" value="{{editedMobile}}" bindinput="mobileInput"/>
2 years ago
</view>
</view>
<view class="form_item">
<view class="label">
2 years ago
<view>文化程度</view>
2 years ago
</view>
2 years ago
<view class="input">
<view class="china">{{kong}}</view>
2 years ago
</view>
</view>
<view class="form_item">
<view class="label">
2 years ago
<view>性别</view>
2 years ago
</view>
2 years ago
<view class="input">
<view class="china">{{age}}</view>
2 years ago
</view>
</view>
<view class="form_item">
<view class="label">
2 years ago
<view>出生日期</view>
2 years ago
</view>
2 years ago
<view class="input">
<view class="china">{{bristy}}</view>
2 years ago
</view>
</view>
<view class="form_item">
<view class="label">
2 years ago
<view>民族</view>
2 years ago
</view>
2 years ago
<view class="input">
<view class="china">{{merea}}</view>
2 years ago
</view>
</view>
</view>
</view>
<div class="btn-container">
2 years ago
<view class="bottom_btn1" style="background-color: rgb(255, 255, 255);">上报诉求</view>
<view class="bottom_btn1" style="background-color: rgb(255, 255, 255);">满意度调查</view>
2 years ago
<view class="bottom_btn">走访打卡</view>
2 years ago
</div>