crm_second_opening_mini/pagesA/bills/index.wxml

22 lines
1.5 KiB
Plaintext

<view class="data-v-5cad64ad">
<scroll-view class="scrollbox data-v-5cad64ad" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['loodMore',['$event']]]]]}}" bindscrolltolower="__e">
<view class="payList data-v-5cad64ad">
<block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index">
<view data-event-opts="{{[['tap',[['toDetail',['$0'],[[['list','',index]]]]]]]}}" class="cost data-v-2a5dec54" bindtap="__e">
<view class="cost_info data-v-2a5dec54">
<view class="cost_left data-v-2a5dec54">
<view class="cost_text data-v-2a5dec54">{{"关联公司:"+item.customer.name}}</view>
<view class="cost_text data-v-2a5dec54">{{"发票金额:"+item.money}}</view>
<view class="cost_text data-v-2a5dec54">{{"消费日期:"+item.consume_time}}</view>
</view>
</view>
</view>
</block>
</view>
</scroll-view>
<view data-event-opts="{{[['tap',[['addCost',['$event']]]]]}}" class="icon_creat data-v-5cad64ad" bindtap="__e">
<image src="{{BASE_IMG_URL+'1.png'}}" mode="scaleToFill" class="data-v-5cad64ad"></image>
</view>
<screen-pop bind:sureParams="__e" vue-id="0e7795c2-3" data-ref="screenChild" data-event-opts="{{[['^sureParams',[['surePa']]]]}}" class="data-v-5cad64ad vue-ref" bind:__l="__l"></screen-pop>
</view>