开票失败
This commit is contained in:
@@ -93,6 +93,10 @@
|
||||
<text>发票状态</text>
|
||||
<text>{{details.status}}</text>
|
||||
</view>
|
||||
<view class="detailsclassboxitem" v-if="details.status == '开票失败'">
|
||||
<text>失败原因</text>
|
||||
<text style="color:red;padding:0 20rpx;">{{details.status_note}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="detailsclassboxtext" v-if="details.status =='开票成功'">
|
||||
发票信息
|
||||
|
||||
Reference in New Issue
Block a user