Browse Source

发票校验修改

戴艳蓉 3 years ago
parent
commit
0adda2c546

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-092f708f.1d266076.css


BIN
dist/static/css/chunk-4cafa691.8c9a245a.css.gz → dist/static/css/chunk-092f708f.1d266076.css.gz


BIN
dist/static/js/app.601c10cd.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.7082d049.js


BIN
dist/static/js/app.7082d049.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-092f708f.440254f4.js


BIN
dist/static/js/chunk-092f708f.440254f4.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4cafa691.82bed712.js


BIN
dist/static/js/chunk-4cafa691.82bed712.js.gz


+ 2 - 0
src/views/purchase/orderRecord/components/proofreading.vue

@@ -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");

Some files were not shown because too many files changed in this diff