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 line
8.1 KiB
1 line
8.1 KiB
8 months ago
|
<block wx:if="{{isLoad}}"><view class="agent-income-commission"><fixed vue-id="f538ca30-1" zIndex="997" data-event-opts="{{[['^height',[['initFixHeight']]]]}}" bind:height="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="record-search-info fill-body pt-md pl-md c-base"><view class="record-info radius-32" style="{{'background:'+(primaryColor)+';'}}"><view class="search-item flex-between ml-lg mr-lg f-desc b-1px-b"><view>查询时间</view><view data-event-opts="{{[['tap',[['toShowTimePopup',['$event']]]]]}}" class="flex-y-center" catchtap="__e">{{''+$root.f0}}<view class="iconfont icon-right _i"></view></view></view><view class="search-item flex-between ml-lg mr-lg f-desc"><view>入账状态</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="flex-y-center" catchtap="__e">{{''+typeList[typeIndex].title}}<view class="iconfont icon-right _i"></view></view></view></view></view></fixed><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><block wx:if="{{prev_time.activeIndex==0&&(index==0||index>0&&item.$orig.month!=list.data[index-1].month)}}"><view data-event-opts="{{[['tap',[['toShowTimePopup',['$event','$0'],[[['list.data','',index,'month']]]]]]]}}" class="count-item fill-body pl-md pr-md" catchtap="__e"><veiw class="title flex-y-center" vue-id="{{'f538ca30-2-'+index}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="f-title c-title text-bold">{{item.$orig.month}}</view><view class="iconfont iconxia _i"></view></veiw><view class="f-caption c-caption">{{"获得总提成¥"+item.$orig.total_cash+"("+cityType[item.$orig.my_city_type]+'代理)'}}</view></view></block><block wx:if="{{prev_time.activeIndex==1&&index==0}}"><view data-event-opts="{{[['tap',[['toShowTimePopup',['$event','$0'],[[['list.data','',index,'month']]]]]]]}}" class="count-item fill-body pl-md pr-md" catchtap="__e"><veiw class="title flex-y-center" vue-id="{{'f538ca30-3-'+index}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="f-title c-title text-bold">{{item.f1}}</view><view class="iconfont iconxia _i"></view></veiw><view class="f-caption c-caption">{{"获得总提成¥"+item.$orig.total_cash+"("+cityType[item.$orig.my_city_type]+'代理)'}}</view></view></block><view class="{{['list-item','ml-md','mr-md','fill-base','radius-16',[(index!==0)?'mt-md':'']]}}"><view class="flex-between pt-lg pb-lg ml-lg mr-lg b-1px-b"><view class="flex-y-center f-caption c-caption">{{item.m0+''}}<view class="f-paragraph c-title text-bold ml-md max-380 ellipsis">{{''+item.$orig.coach_info.coach_name+''}}</view></view><view class="f-paragraph text-bold" style="{{'color:'+(item.$orig.status==1?subColor:primaryColor)+';'}}">{{''+statusType[item.$orig.have_tx]+''}}</view></view><view class="pd-lg f-caption"><view class="flex-warp"><view class="item-text c-paragraph">创建时间:</view><view class="c-title">{{item.$orig.create_time}}</view></view><view class="flex-warp mt-md"><view class="item-text c-paragraph">服务时间:</view><view class="c-title">{{item.$orig.start_time}}</view></view><view class="flex-warp mt-md"><view class="item-text c-paragraph">项目:</view><view class="c-title" style="max-width:410rpx;"><block wx:for="{{item.$orig.order_goods}}" wx:for-item="aitem" wx:for-index="aindex" wx:key="aindex"><view class="{{[[(aindex!=0)?'mt-md':'']]}}">{{''+aitem.goods_name+''}}</view></block></view></view><view class="flex-warp mt-md"><view class="item-text c-paragraph">订单实际支付价格:</view><view class="flex-y-center c-title"><view class="mr-sm">{{"¥"+item.$orig.pay_price}}</view><block wx:if="{{item.$orig.true_car_price*1>0}}"><block>{{"(含车费¥"+item.$orig.true_car_price+")"}}</block></block></view></view><view class="flex-warp mt-lg pt-md"><view class="item-text c-paragraph">{{item.m1+'分成:'}}</view><view class="c-title" style="{{'color:'+(primaryColor)+';'}}">{{"¥"+item.$orig.coach_cash}}</view></view><block wx:for="{{item.$orig.admin_cash_list}}" wx:for-item="aitem" wx:for-index="aindex" wx:key="aindex"><view class="flex-warp mt-md"><view class="item-te
|