app-clerk-historys.wxml 1.2 KB

1
  1. <view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" hidden="{{!(visible)}}" class="app-clerk-historys data-v-5207f99c" catchtouchmove="__e"><view class="history-box data-v-5207f99c"><view class="top-box data-v-5207f99c"><label class="text _span data-v-5207f99c">历史核销记录</label><image class="close data-v-5207f99c" src="/static/image/icon/icon-close.png" data-event-opts="{{[['tap',[['close',['$event']]]]]}}" bindtap="__e"></image></view><scroll-view class="scroll-view data-v-5207f99c" scroll-y="true" data-event-opts="{{[['scrolltolower',[['lower',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view class="item data-v-5207f99c"><view class="title data-v-5207f99c">{{"已核销("+item.use_number+"次)"}}</view><view class="clerk-info data-v-5207f99c"><view class="list-item data-v-5207f99c">{{'核销时间:'+item.clerked_at+''}}</view><view class="list-item data-v-5207f99c">{{'核销门店:'+item.store_name+''}}</view><view class="list-item data-v-5207f99c">{{'核销员:'+item.clerk_user+''}}</view></view></view></block><block wx:if="{{isMore}}"><view class="not-more data-v-5207f99c">没有更多数据!</view></block></scroll-view></view></view>