|
@@ -409,13 +409,12 @@ export default {
|
|
|
this.totalNum = totalNum;
|
|
|
} */
|
|
|
},
|
|
|
- showFailureReason(item) {
|
|
|
- console.log(458, item);
|
|
|
+ showFailureReason(reson) {
|
|
|
this.$dialog({
|
|
|
title: '开票失败原因',
|
|
|
- message: '',
|
|
|
+ message: reson,
|
|
|
confirmButtonText: '关闭',
|
|
|
- confirmButtonColor: '#064c8a',
|
|
|
+ confirmButtonColor: '#644A79',
|
|
|
}).then(() => {
|
|
|
// on confirm
|
|
|
console.log('confirm');
|