|
@@ -506,12 +506,14 @@ export default {
|
|
|
|
|
|
async invoicecheck() {
|
|
|
let res = await asyncRequest.invoicecheck({ sid: this.id, type: 2 });
|
|
|
+ console.log('ccccccccc');
|
|
|
if (res && res.code === 0) {
|
|
|
const title = "发票结果校验成功!";
|
|
|
this.$notify.success({
|
|
|
title,
|
|
|
message: "",
|
|
|
});
|
|
|
+ console.log('ddddddd');
|
|
|
this.showModelThis = false;
|
|
|
// 刷新
|
|
|
this.$emit("refreshAll");
|