|
@@ -336,6 +336,14 @@ export default class OrderDetail extends Vue {
|
|
if (this.orderInfo.applybillStatus === 0) {
|
|
if (this.orderInfo.applybillStatus === 0) {
|
|
// 0:未开票 -> 去开发票
|
|
// 0:未开票 -> 去开发票
|
|
this.checkInvokeIsOverFn()
|
|
this.checkInvokeIsOverFn()
|
|
|
|
+ } else if (this.orderInfo.applybillStatus === 2) {
|
|
|
|
+ return this.$dialog.confirm({
|
|
|
|
+ title: '',
|
|
|
|
+ message: '您已开具发票<br>如有问题请联系客服<br>400-108-6670',
|
|
|
|
+ className: 'j-confirm-dialog',
|
|
|
|
+ showCancelButton: false,
|
|
|
|
+ confirmButtonText: '我知道了'
|
|
|
|
+ })
|
|
} else {
|
|
} else {
|
|
// 1:已开票 -> 查看发票
|
|
// 1:已开票 -> 查看发票
|
|
location.href = this.invokeUrlMap[this.orderInfo.applybillStatus][this.$env.platform].can
|
|
location.href = this.invokeUrlMap[this.orderInfo.applybillStatus][this.$env.platform].can
|