crm_second_opening_mini/components/selectTeammembers.wxml

1 line
1.8 KiB
Plaintext

<view class="data-v-58e110d2"><uni-popup vue-id="723cdc5e-1" type="bottom" background-color="#fff" data-ref="popup" data-event-opts="{{[['^touchmove',[['',['$event']]]]]}}" catch:touchmove="__e" class="data-v-58e110d2 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup_title data-v-58e110d2">选择团队成员</view><view class="searbox data-v-58e110d2"><image class="searimg data-v-58e110d2" src="{{BASE_IMG_URL+'ss.png'}}" mode="scaleToFill"></image><input class="{{['li_box','data-v-58e110d2',keyword?'fontactive':'']}}" type="text" placeholder-style="color:#999;" placeholder="员工名称" data-event-opts="{{[['input',[['__set_model',['','keyword','$event',[]]],['searchName',['$event']]]]]}}" value="{{keyword}}" bindinput="__e"/></view><scroll-view class="scrollbox data-v-58e110d2" scroll-y="{{true}}" lower-threshold="30"><block wx:for="{{staffList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['selectItem',['$0',index],[[['staffList','',index]]]]]]]}}" class="liwarp data-v-58e110d2" bindtap="__e"><view class="warpleft data-v-58e110d2"><view class="name data-v-58e110d2">{{"名称:"+item.name+"("+(item.roles==1?'负责人':'成员')+")"}}</view></view><label class="radio data-v-58e110d2"><radio value="r1" color="#03aa96" checked="{{staffObj.id==item.id}}" class="data-v-58e110d2"></radio></label></view></block><block wx:if="{{$root.g0==0}}"><view class="noData data-v-58e110d2">暂无更多</view></block></scroll-view><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="btnlist data-v-58e110d2" catchtap="__e"><view data-event-opts="{{[['tap',[['hideSelect',['$event']]]]]}}" class="btn secbtn data-v-58e110d2" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['sureSelect',['$event']]]]]}}" class="btn firbtn data-v-58e110d2" bindtap="__e">确定</view></view></uni-popup></view>