crm_second_opening_mini/pagesA/profile/mySet/setPersonData/setPersonData.wxml

1 line
3.4 KiB
Plaintext

<view class="set_person_data data-v-6d5ff1d8"><view class="set_head data-v-6d5ff1d8"><view class="set_img data-v-6d5ff1d8"><image src="{{img?img:BASE_IMG_URL+'headImg.png'}}" mode="scaleToFill" class="data-v-6d5ff1d8"></image></view><view data-event-opts="{{[['tap',[['changeHeaderImg',['$event']]]]]}}" class="set_name data-v-6d5ff1d8" bindtap="__e"><view class="data-v-6d5ff1d8">修改头像</view><view class="iconfont icon-arrows_right data-v-6d5ff1d8"></view></view></view><view class="fllow_form data-v-6d5ff1d8"><view class="data-v-6d5ff1d8"><text class="data-v-6d5ff1d8">*</text>姓名</view><view class="form_input data-v-6d5ff1d8"><input type="text" placeholder-style="font-size:30rpx;color: #999;" placeholder="姓名" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e" class="data-v-6d5ff1d8"/></view></view><view class="fllow_form data-v-6d5ff1d8"><view class="data-v-6d5ff1d8"><text class="data-v-6d5ff1d8">*</text>部门职务</view><view class="form_input data-v-6d5ff1d8"><input type="text" placeholder-style="font-size:30rpx;color: #999;" placeholder="点击填写" data-event-opts="{{[['input',[['__set_model',['','post','$event',[]]]]]]}}" value="{{post}}" bindinput="__e" class="data-v-6d5ff1d8"/></view></view><view class="fllow_form_li data-v-6d5ff1d8"><view class="data-v-6d5ff1d8">员工编号</view><view class="form_input data-v-6d5ff1d8"><input type="text" placeholder-style="font-size:30rpx;color: #999;" placeholder="点击填写" data-event-opts="{{[['input',[['__set_model',['','num','$event',[]]]]]]}}" value="{{num}}" bindinput="__e" class="data-v-6d5ff1d8"/></view></view><view class="fllow_form_li data-v-6d5ff1d8"><view class="data-v-6d5ff1d8">性别</view><picker range="{{sexList}}" range-key="name" value="{{sexIndex}}" data-event-opts="{{[['change',[['changeSex',['$event']]]]]}}" bindchange="__e" class="data-v-6d5ff1d8"><view class="form_right data-v-6d5ff1d8"><block wx:if="{{sex==1}}"><view style="color:#999;" class="data-v-6d5ff1d8">男</view></block><block wx:if="{{sex==2}}"><view style="color:#999;" class="data-v-6d5ff1d8">女</view></block><block wx:if="{{!sex}}"><view style="color:#999;" class="data-v-6d5ff1d8">未知</view></block><view class="iconfont icon-arrows_right data-v-6d5ff1d8"></view></view></picker></view><view class="fllow_form_li data-v-6d5ff1d8"><view class="data-v-6d5ff1d8">邮箱</view><view class="form_input data-v-6d5ff1d8"><input type="text" placeholder="点击填写邮箱" placeholder-style="font-size:30rpx;color: #999;" data-event-opts="{{[['input',[['__set_model',['','email','$event',[]]]]]]}}" value="{{email}}" bindinput="__e" class="data-v-6d5ff1d8"/></view></view><view class="fllow_form data-v-6d5ff1d8"><view class="data-v-6d5ff1d8"><text class="data-v-6d5ff1d8">*</text>手机号</view><view class="form_input data-v-6d5ff1d8" style="color:#999;"><button class="buttonNumber data-v-6d5ff1d8" type="default" open-type="getPhoneNumber" data-event-opts="{{[['getphonenumber',[['getPhone',['$event']]]]]}}" bindgetphonenumber="__e">{{''+(mobile?mobile:'获取手机号')}}</button></view></view><view class="fllow_form_li data-v-6d5ff1d8"><view class="data-v-6d5ff1d8">我的上级</view><view class="form_input data-v-6d5ff1d8"><view class="data-v-6d5ff1d8">{{parent_name?parent_name:''}}</view></view></view><view data-event-opts="{{[['tap',[['saveInfo',['$event']]]]]}}" class="btn data-v-6d5ff1d8" bindtap="__e">保存</view></view>