|
@@ -1019,15 +1019,15 @@ var vm = new Vue({
|
|
|
}
|
|
|
|
|
|
// 大会员公对公转账发票提示
|
|
|
- if (productType === '大会员' && order.pay_way === 'transferAccounts' && type !== 'look') {
|
|
|
- return this.showDialog({
|
|
|
- title: '',
|
|
|
- message: '请联系客服开票<br>客服热线:400-108-6670',
|
|
|
- className: 'j-confirm-dialog text-center',
|
|
|
- showCancelButton: false,
|
|
|
- confirmButtonText: '我知道了'
|
|
|
- })
|
|
|
- }
|
|
|
+ // if (productType === '大会员' && order.pay_way === 'transferAccounts' && type !== 'look') {
|
|
|
+ // return this.showDialog({
|
|
|
+ // title: '',
|
|
|
+ // message: '请联系客服开票<br>客服热线:400-108-6670',
|
|
|
+ // className: 'j-confirm-dialog text-center',
|
|
|
+ // showCancelButton: false,
|
|
|
+ // confirmButtonText: '我知道了'
|
|
|
+ // })
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
// 已开发票情况(查看发票)
|