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