myInvoice.wxml 1.67 KB
<view class="graybg data-v-4c905687"><view class="pads data-v-4c905687"><view class="box data-v-4c905687"><view wx:for="{{a}}" wx:for-item="b" wx:key="m" class="billItem data-v-4c905687"><view class="data-v-4c905687"> 申请日期: {{b.a}}</view><view class="data-v-4c905687" style="display:flex;justify-content:space-between"><view class="data-v-4c905687"> 发票形式 - <text wx:if="{{b.b}}" class="data-v-4c905687">电子发票</text><text wx:if="{{b.c}}" class="data-v-4c905687">纸质普票</text><text wx:if="{{b.d}}" class="data-v-4c905687">纸质专票</text></view><view class="data-v-4c905687">¥ <text class="data-v-4c905687">{{b.e}}</text></view></view><view class="data-v-4c905687" style="margin:20rpx 0 0;display:flex;justify-content:space-between"><view class="status data-v-4c905687"><view wx:if="{{b.f}}" class="success data-v-4c905687"> 已开票</view><view wx:if="{{b.g}}" class="warning data-v-4c905687">未开票</view><view wx:if="{{b.h}}" class="success data-v-4c905687"> 已寄出</view><view wx:if="{{b.i}}" class="warning data-v-4c905687"> 已取消</view></view><view class="data-v-4c905687"><button wx:if="{{b.j}}" class="billbtn data-v-4c905687" catchtap="{{b.k}}"> 修改发票</button><button class="billbtn rbtn-m-kx data-v-4c905687" catchtap="{{b.l}}">详情</button></view></view></view><view class="data-v-4c905687" hidden="{{!c}}" bindtap="{{d}}"><uni-load-more wx:if="{{b}}" class="data-v-4c905687" u-i="4c905687-0" bind:__l="__l" u-p="{{b}}"></uni-load-more></view><view wx:if="{{e}}" class="nodata data-v-4c905687"><image class="data-v-4c905687" mode="aspectFit" src="{{f}}"></image><text class="data-v-4c905687"> 还没有发票</text></view></view></view></view>