check.wxml 3.7 KB

1
  1. <view class="page"><view class="form"><u-form class="vue-ref" vue-id="54fe4684-1" model="{{form}}" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('54fe4684-2')+','+('54fe4684-1')}}" label-width="150" label="报备客户" prop="curName" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('54fe4684-3')+','+('54fe4684-2')}}" placeholder="请输入推荐人" disabled="true" type="text" value="{{curName}}" data-event-opts="{{[['^input',[['__set_model',['','curName','$event',[]]]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('54fe4684-4')+','+('54fe4684-1')}}" label-width="150" label="报备状态" prop="report_state" required="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-radio-group bind:input="__e" vue-id="{{('54fe4684-5')+','+('54fe4684-4')}}" active-color="#2979ff" value="{{form.report_state}}" data-event-opts="{{[['^input',[['__set_model',['$0','report_state','$event',[]],['form']]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><u-radio vue-id="{{('54fe4684-6')+','+('54fe4684-5')}}" name="1" bind:__l="__l" vue-slots="{{['default']}}">有效</u-radio><u-radio vue-id="{{('54fe4684-7')+','+('54fe4684-5')}}" name="3" bind:__l="__l" vue-slots="{{['default']}}">无效</u-radio></u-radio-group></u-form-item><u-form-item vue-id="{{('54fe4684-8')+','+('54fe4684-1')}}" label-position="top" label-width="150" label="报备二维码(非江投必填)" prop="report_code" bind:__l="__l" vue-slots="{{['default']}}"><view data-event-opts="{{[['tap',[['uploadImage',['$event']]]]]}}" class="id_card" bindtap="__e"><block wx:if="{{form.report_code==null}}"><u-icon vue-id="{{('54fe4684-9')+','+('54fe4684-8')}}" name="plus" size="32" color="#606266" bind:__l="__l"></u-icon></block><block wx:if="{{form.report_code==null}}"><text>请先上传报备二维码照片</text></block><block wx:if="{{form.report_code!=null}}"><image src="{{form.report_code}}" mode="aspectFill"></image></block></view><view data-event-opts="{{[['tap',[['setDefaultImg',['$event']]]]]}}" style="color:#999;" bindtap="__e">设置默认图</view></u-form-item><u-form-item vue-id="{{('54fe4684-10')+','+('54fe4684-1')}}" label-width="150" label="备注信息" prop="remark" label-position="top" bind:__l="__l" vue-slots="{{['default']}}"><u-radio-group bind:input="__e" vue-id="{{('54fe4684-11')+','+('54fe4684-10')}}" active-color="#2979ff" value="{{form.remark}}" data-event-opts="{{[['^input',[['__set_model',['$0','remark','$event',[]],['form']]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><u-radio vue-id="{{('54fe4684-12')+','+('54fe4684-11')}}" name="已到访客户" bind:__l="__l" vue-slots="{{['default']}}">已到访客户</u-radio><u-radio vue-id="{{('54fe4684-13')+','+('54fe4684-11')}}" name="项目集团老客户" bind:__l="__l" vue-slots="{{['default']}}">项目集团老客户</u-radio><u-radio vue-id="{{('54fe4684-14')+','+('54fe4684-11')}}" name="他人报备有效期内" bind:__l="__l" vue-slots="{{['default']}}">他人报备有效期内</u-radio><u-radio vue-id="{{('54fe4684-15')+','+('54fe4684-11')}}" name="其他原因" bind:__l="__l" vue-slots="{{['default']}}">其他原因</u-radio></u-radio-group><block wx:if="{{form.remark==='其他原因'}}"><u-input bind:input="__e" vue-id="{{('54fe4684-16')+','+('54fe4684-10')}}" placeholder="备注信息,将显示在报备的详情页面" type="textarea" value="{{otherRemark}}" data-event-opts="{{[['^input',[['__set_model',['','otherRemark','$event',[]]]]]]}}" bind:__l="__l"></u-input></block></u-form-item></u-form><u-gap vue-id="54fe4684-17" height="60" bind:__l="__l"></u-gap><u-button vue-id="54fe4684-18" type="primary" data-event-opts="{{[['^click',[['submitHandle']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">确定</u-button></view></view>