hls_crm/unpackage/dist/dev/mp-weixin/pagesA/crm/cluesManagement/cluesManagement.wxml

1 line
3.5 KiB
Plaintext

<view><view class="select_warp"><view class="manage_tab"><view class="tab_array"><image src="{{BASE_IMG_URL+'ss.png'}}" mode="scaleToFill"></image><input class="{{['li_box',name?'valueactive':'']}}" type="text" placeholder="线索名称" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]],['searchName',['$event']]]]]}}" value="{{name}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['toSearch',['$event']]]]]}}" class="tab_screen" bindtap="__e"><image src="{{BASE_IMG_URL+'shaixuan.png'}}" mode="scaleToFill"></image></view></view></view><scroll-view style="width:750rpx;padding:0 24rpx;box-sizing:border-box;background:#fff;" scroll-x="true"><view class="tabbox"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['changeTab',[index]]]]]}}" class="{{['tabli',(status==index)?'tabactive':'']}}" bindtap="__e"><view class="tabname">{{item}}</view><view class="tabot"></view></view></block></view></scroll-view><view class="clues_content"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="clues_item"><view class="info_head"><view style="width:#333333;font-size:34rpx;">{{item.name?item.name:'--'}}</view></view><view data-event-opts="{{[['tap',[['moreClick',['$0'],[[['list','',index]]]]]]]}}" class="info_main" bindtap="__e"><view class="main_left"><view class="left_followUp"><view>{{"下次跟进时间:"+(item.next_time?item.next_time:'--')}}</view></view><view class="left_star"><view>客户星级:</view><view><u-rate bind:input="__e" vue-id="{{'a1fb9ee0-1-'+index}}" count="{{5}}" disabled="{{true}}" active-color="#FFD049" inactive-color="#b2b2b2" size="{{30}}" gutter="{{10}}" value="{{item.level}}" data-event-opts="{{[['^input',[['__set_model',['$0','level','$event',[]],[[['list','',index]]]]]]]}}" bind:__l="__l"></u-rate></view></view><view class="left_foot"><view class="l_box"><label class="_span">{{item.source?item.source:'--'}}</label></view></view></view><view class="main_right"><image src="{{item.owner_staff.img?item.owner_staff.img:BASE_IMG_URL+'headImg.png'}}" mode="scaleToFill"></image><view>{{item.owner_staff?item.owner_staff.name:'--'}}</view></view></view><view class="info_footer"><view data-event-opts="{{[['tap',[['newFollowClick',['$0',4],[[['list','',index,'id']]]]]]]}}" class="footer_content" bindtap="__e"><image src="{{BASE_IMG_URL+'morebtn.png'}}" mode="scaleToFill"></image><view>跟进</view></view><view data-event-opts="{{[['tap',[['getaddCustomer',['$0'],[[['list','',index,'id']]]]]]]}}" class="footer_content" bindtap="__e"><image src="{{BASE_IMG_URL+'tj.png'}}" mode="scaleToFill"></image><view>转客</view></view><view data-event-opts="{{[['tap',[['toCall',['$0'],[[['list','',index,'mobile']]]]]]]}}" class="footer_content" bindtap="__e"><image src="{{BASE_IMG_URL+'dh.png'}}" mode="scaleToFill"></image><view>电话</view></view></view></view></block><view style="height:200rpx;"></view><block wx:if="{{$root.g0==0}}"><u-empty vue-id="a1fb9ee0-2" margin-top="500rpx" text="暂无更多" bind:__l="__l"></u-empty></block></view><view data-event-opts="{{[['tap',[['newCluesClick',['$event']]]]]}}" class="btn_fix" bindtap="__e"><image src="{{BASE_IMG_URL+'1.png'}}" mode="scaleToFill"></image></view><screen-pop class="vue-ref" vue-id="a1fb9ee0-3" searchForm="{{searchForm}}" data-ref="screenChild" data-event-opts="{{[['^sureParams',[['sureParams']]],['^changeSearchData',[['changeSearchData']]],['^resetForm',[['resetForm']]]]}}" bind:sureParams="__e" bind:changeSearchData="__e" bind:resetForm="__e" bind:__l="__l"></screen-pop></view>