| | |
| | | <view class="text">为更快审核,请如实填写相关信息,*为必填项</view> |
| | | </view> |
| | | <van-cell-group> |
| | | <van-field |
| | | bind:input="getrealName" |
| | | required |
| | | value="{{ realName }}" |
| | | label="姓名" |
| | | placeholder="请输入姓名" |
| | | /> |
| | | <!-- <van-field |
| | | <van-field bind:input="getrealName" required value="{{ realName }}" label="姓名" placeholder="请输入姓名" /> |
| | | <!-- <van-field |
| | | bind:input="getsex" |
| | | required |
| | | value="{{ sex }}" |
| | | label="性别" |
| | | placeholder="请输入姓名" |
| | | /> --> |
| | | <view class="listSex"> |
| | | <view > <span class="list-sure">*</span>性别</view> |
| | | <picker bindchange="bindPickerChangeSex" value="{{sexId}}" range="{{arraySex}}" range-key="sex" > |
| | | <view class="picker"> |
| | | 当前选择:{{arraySex[sexId].sex}} |
| | | </view> |
| | | </picker> |
| | | </view> |
| | | |
| | | <van-field |
| | | bind:input="getuserIdCard" |
| | | required |
| | | value="{{ userIdCard }}" |
| | | label="身份证" |
| | | placeholder="请输入身份证" |
| | | /> |
| | | <van-field |
| | | disabled |
| | | required |
| | | value="{{ phone }}" |
| | | label="联系电话" |
| | | placeholder="请输入联系电话" |
| | | |
| | | /> |
| | | <van-field |
| | | bind:input="getLocation" |
| | | required |
| | | value="{{ Location }}" |
| | | label="现住址" |
| | | placeholder="请输入现住址" |
| | | |
| | | /> |
| | | <van-field |
| | | bind:input="getworkingLocation" |
| | | required |
| | | value="{{ workingLocation }}" |
| | | label="工作单位" |
| | | placeholder="请输入工作单位" |
| | | |
| | | /> |
| | | <view class="cause"> |
| | | <view class="font-wenzi-cause">描述</view> |
| | | <picker bindchange="pickCause" class="content" value="{{causeIndex}}" range="{{causeList}}" range-key="{{'name'}}" mode="selector"> |
| | | <view class="picker-cause"> |
| | | {{causeIndex==null?'请选择':causeList[causeIndex].name}}> |
| | | </view> |
| | | </picker> |
| | | |
| | | </view> |
| | | <van-field |
| | | bind:input="getamountInvolved" |
| | | required |
| | | value="{{ amountInvolved }}" |
| | | label="受损金额" |
| | | placeholder="请输入受损金额" |
| | | /> |
| | | <van-field |
| | | required |
| | | readonly |
| | | value="{{ }}" |
| | | label="作证材料" |
| | | placeholder=" " |
| | | > |
| | | <view class="listSex"> |
| | | <view> <span class="list-sure">*</span>性别</view> |
| | | <picker bindchange="bindPickerChangeSex" value="{{sexId}}" range="{{arraySex}}" range-key="sex"> |
| | | <view class="picker"> |
| | | 当前选择:{{arraySex[sexId].sex}} |
| | | </view> |
| | | </picker> |
| | | </view> |
| | | |
| | | </van-field> |
| | | <van-notice-bar |
| | | left-icon="volume-o" |
| | | text="身份证正反必填,相关合同,交易凭证,其他;三个必须要填写一个" |
| | | <van-field bind:input="getuserIdCard" required value="{{ userIdCard }}" label="身份证" placeholder="请输入身份证" /> |
| | | <van-field disabled required value="{{ phone }}" label="联系电话" placeholder="请输入联系电话" /> |
| | | <van-field bind:input="getLocation" required value="{{ Location }}" label="现住址" placeholder="请输入现住址" /> |
| | | <van-field bind:input="getworkingLocation" required value="{{ workingLocation }}" label="工作单位" placeholder="请输入工作单位" /> |
| | | <view class="cause"> |
| | | <view class="font-wenzi-cause">描述</view> |
| | | <picker bindchange="pickCause" class="content" value="{{causeIndex}}" range="{{causeList}}" range-key="{{'name'}}" mode="selector"> |
| | | <view class="picker-cause"> |
| | | {{causeIndex==null?'请选择':causeList[causeIndex].name}}> |
| | | </view> |
| | | </picker> |
| | | |
| | | /> |
| | | <!-- <view class="upload" bindtap="uploadImage"> |
| | | </view> |
| | | <van-field bind:input="getamountInvolved" required value="{{ amountInvolved }}" label="受损金额" placeholder="请输入受损金额" /> |
| | | <van-field required readonly value="{{ }}" label="作证材料" placeholder=" "> |
| | | |
| | | </van-field> |
| | | <van-notice-bar left-icon="volume-o" text="身份证正反必填,相关合同,交易凭证,其他;三个必须要填写一个" /> |
| | | <!-- <view class="upload" bindtap="uploadImage"> |
| | | <image class="imageUp" src="../../../icon/Photograph.png"></image> |
| | | <view class="upload-wenzi">拍摄身份证照片</view> |
| | | </view> |
| | | <view class="imagess" wx:for="{{images}}" wx:key="index"> |
| | | <image class="image" style="width: 100%;" src="{{item.url}}" mode="aspectFill"></image> |
| | | </view> --> |
| | | <van-tabs active="a" ellipsis="{{false}}" bind:change="onChangeTabs"> |
| | | <van-tab title="身份证正反面" name="a"> |
| | | <van-uploader |
| | | file-list="{{ cardIdList }}" |
| | | max-count="2" |
| | | bind:after-read="afterReadImg" |
| | | capture="{{ capture }}" |
| | | accept="image" |
| | | /> |
| | | <van-tabs active="a" ellipsis="{{false}}" bind:change="onChangeTabs"> |
| | | <van-tab title="身份证正反面" name="a"> |
| | | <van-uploader file-list="{{ cardIdList }}" max-count="2" bind:after-read="afterReadImg" capture="{{ capture }}" accept="image" /> |
| | | |
| | | </van-tab> |
| | | <van-tab title="相关合同" name="b"> |
| | | <van-uploader |
| | | file-list="{{ fileImgList }}" |
| | | bind:after-read="afterReadImg" |
| | | /> |
| | | </van-tab> |
| | | <van-tab title="交易凭证" name="c"> |
| | | <van-uploader |
| | | file-list="{{ transactionReceiptList }}" |
| | | bind:after-read="afterReadImg" |
| | | /> |
| | | </van-tab> |
| | | <van-tab title="其他" name="d"> |
| | | <van-uploader |
| | | file-list="{{ otherList }}" |
| | | bind:after-read="afterReadImg" |
| | | /> |
| | | </van-tab> |
| | | </van-tabs> |
| | | </van-cell-group> |
| | | </van-tab> |
| | | <van-tab title="相关合同" name="b"> |
| | | <van-uploader file-list="{{ fileImgList }}" bind:after-read="afterReadImg" /> |
| | | </van-tab> |
| | | <van-tab title="交易凭证" name="c"> |
| | | <van-uploader file-list="{{ transactionReceiptList }}" bind:after-read="afterReadImg" /> |
| | | </van-tab> |
| | | <van-tab title="其他" name="d"> |
| | | <van-uploader file-list="{{ otherList }}" bind:after-read="afterReadImg" /> |
| | | </van-tab> |
| | | </van-tabs> |
| | | </van-cell-group> |
| | | |
| | | <!-- <view class="list1"> |
| | | <picker bindchange="cheatTime" class="content" mode="time">请选择 </picker> |
| | |
| | | <input bindinput="getInfor" maxlength="140" class="content" placeholder="请输入" /> |
| | | <view class="font-wenzi">补充信息</view> |
| | | </view> --> |
| | | <!-- <view> |
| | | <!-- <view> |
| | | <view class="font-wenzi-1">报案材料</view> |
| | | <view class="upload" bindtap="uploadImage"> |
| | | <image class="imageUp" src="../../../icon/Photograph.png"></image> |
| | |
| | | </view> |
| | | </view> --> |
| | | |
| | | <!-- <view class="list1"> |
| | | <!-- <view class="list1"> |
| | | <picker bindchange="pickCause" class="content" value="{{causeIndex}}" range="{{causeList}}" range-key="{{'name'}}" mode="selector">请选择 > |
| | | </picker> |
| | | <view class="font-wenzi">关联案件</view> |
| | | </view> --> |
| | | <view class="button"> |
| | | <button class="button2" size="mini" bindtap="pass">提交</button> |
| | | <button class="button1" size="mini" bindtap="cancel">取消</button> |
| | | </view> |
| | | <van-toast id="van-toast" /> |
| | | </view> |
| | | <view class="button"> |
| | | <button class="button2" size="mini" bindtap="pass">提交</button> |
| | | <button class="button1" size="mini" bindtap="cancel">取消</button> |
| | | </view> |
| | | <van-toast id="van-toast" /> |
| | | </view> |