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.
1 lines
3.0 KiB
1 lines
3.0 KiB
<view style="height:100vh;display:flex;flex-direction:column;"><view class="header" style=";"><view class="top" style="{{'height:'+(styles.top+'px')+';'}}"></view><uni-nav-bar vue-id="814d91f2-1" color="white" backgroundColor="rgba(0,0,0,0)" left-icon="back" title="司机信息" data-event-opts="{{[['^clickLeft',[['jump',[-1]]]]]}}" bind:clickLeft="__e" bind:__l="__l"></uni-nav-bar><view class="header_seach"><view data-event-opts="{{[['tap',[['jump',[0]]]]]}}" class="header_seach_title" bindtap="__e"><view style="margin-right:11rpx;">{{companyName==''?'所有':companyName}}</view><uni-icons vue-id="814d91f2-2" type="forward" size="16" color="white" bind:__l="__l"></uni-icons></view><view class="header_seach_seach"><uni-easyinput style="height:100%;flex:1;background-color:#FFFFFF;border-radius:12rpx;" vue-id="814d91f2-3" prefixIcon="search" placeholder-style="color:#bbbbbb;font-weight: 100;" placeholder="司机姓名、司机ID、电话号码" value="{{getData.params.id}}" data-event-opts="{{[['^confirm',[['seachFn']]],['^iconClick',[['onClick']]],['^input',[['__set_model',['$0','id','$event',[]],['getData.params']]]]]}}" bind:confirm="__e" bind:iconClick="__e" bind:input="__e" bind:__l="__l"></uni-easyinput><button data-event-opts="{{[['tap',[['jump',[2]]]]]}}" class="header_seach_butten" bindtap="__e"><uni-icons vue-id="814d91f2-4" type="personadd" size="20" color="#bbbbbb" bind:__l="__l"></uni-icons><view>新增</view></button></view><view class="Navigation"><block wx:for="{{navigation}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" data-event-params="{{({item,index})}}" class="{{[seleindex==index?'navigation_seleitem':'navigation_item']}}" bindtap="__e">{{''+item.text+''}}</view></block></view></view></view><view style="flex:1;overflow:hidden;"><scroll-view style="height:100%;" scroll-y="true" data-event-opts="{{[['scrolltolower',[['scrolltolower',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{listData}}" wx:for-item="item" wx:for-index="index"><view class="form_body"><view data-event-opts="{{[['tap',[['jump',[1,'$0'],[[['listData','',index]]]]]]]}}" class="form_body_item" bindtap="__e"><view class="form_body_item_body"><view class="form-item_body_left"><image style="width:100rpx;height:100rpx;border-radius:50%;" src="{{item.headPhoto?item.headPhoto:'../../static/tx.png'}}"></image><view class="form_body_item_body_container"><view style="{{'color:'+(item.userName?'':'#999999')+';'}}">{{item.userName?item.userName:' 无设置'}}</view><view>{{''+(item.phone?item.phone:'无设置')+''}}</view><view class="form-item_body_left_bottom_text">{{item.companyName?item.companyName:'无直属公司'}}</view></view></view><view class="form-item_body_right"><view class="{{[item.enableMark==1?'typeyuan':'seletypeyuan']}}"></view>{{''+(item.enableMark==1?'启用':'禁用')+''}}</view></view><view class="form_body_item_footer"><view>{{item.userCode}}</view><view>{{item.createTime}}</view></view></view></view></block></scroll-view></view></view> |