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.
74 lines
1.8 KiB
74 lines
1.8 KiB
<cu-custom bgColor="bg-blue" isCustom="{{true}}">
|
|
<view slot="backText">返回</view>
|
|
<view slot="content">合同详情</view>
|
|
</cu-custom>
|
|
|
|
<view class="cu-bar bg-white solid-bottom">
|
|
<view class='action'>
|
|
<text class='cuIcon-titles text-orange '></text> 签约信息
|
|
</view>
|
|
</view>
|
|
|
|
<view class="bg-white padding">
|
|
|
|
<view class="grid col-1">
|
|
<view class="padding-sm">
|
|
房源名称:
|
|
<label class="text-gray">{{data.house_name}} - {{data.room_number}}</label>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="grid col-1">
|
|
<view class="padding-sm">
|
|
合同编号:
|
|
<label class="text-gray">{{data.number}}</label>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="grid col-1">
|
|
<view class="padding-sm">
|
|
起租时间:
|
|
<label class="text-gray">{{data.contract_starttime}}</label>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="grid col-1">
|
|
<view class="padding-sm">
|
|
结束时间:
|
|
<label class="text-gray">{{data.contract_endtime}}</label>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="grid col-1">
|
|
<view class="padding-sm">
|
|
签订时间:
|
|
<label class="text-gray">{{data.create_time}}</label>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="grid col-1">
|
|
<view class="padding-sm">
|
|
客户签名:
|
|
<label class="text-gray">
|
|
<image src="{{sign_name}}"></image>
|
|
</label>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="grid col-1">
|
|
<view class="padding-sm">
|
|
合同内容:
|
|
<view class="solid-bottom padding-bottom"></view>
|
|
<rich-text nodes="{{data.content}}" class="padding"></rich-text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cu-tabbar-height"></view>
|
|
<view class="cu-bar tabbar bg-white foot">
|
|
<view class="action text-gray">
|
|
<view class="action text-red" bindtap="delData">
|
|
<view class="cuIcon-deletefill"></view>删除
|
|
</view>
|
|
</view>
|
|
</view>
|