You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.2 KiB
1 line
1.2 KiB
|
7 months ago
|
<view class="reservation-page data-v-6f086f8d"><view class="fixed-nav data-v-6f086f8d"><nav-bar vue-id="72060319-1" title="发票管理" class="data-v-6f086f8d" bind:__l="__l"></nav-bar></view><view class="content-area data-v-6f086f8d"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view class="invoice-card data-v-6f086f8d"><view class="invoice-header data-v-6f086f8d"><view class="{{['data-v-6f086f8d','status-tag',item.$orig.status==='issued'?'issued':'pending']}}">{{''+(item.$orig.status==='issued'?'已开具':'待开具')+''}}</view><view class="invoice-date data-v-6f086f8d">{{item.$orig.date}}</view></view><view class="invoice-title data-v-6f086f8d">{{item.$orig.name}}</view><view class="invoice-amount data-v-6f086f8d">{{"¥"+item.g0}}</view><view class="invoice-batch data-v-6f086f8d">{{"批次号:"+item.$orig.batchNo}}</view><view class="invoice-actions single-btn data-v-6f086f8d"><button data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" data-event-params="{{({item:item.$orig})}}" class="{{['invoice-detail-btn','data-v-6f086f8d',(item.$orig.status==='pending')?'issue':'']}}" bindtap="__e">{{''+(item.$orig.status==='issued'?'查看发票':'开发票')+''}}</button></view></view></block></view></view>
|