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