xiaodai2022 2 years ago
parent
commit
2eea38c7b6

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-1789725d.fe695c78.css


BIN
dist/static/css/chunk-1789725d.fe695c78.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-9b2dc0ae.e7b6dfec.css


BIN
dist/static/css/chunk-9b2dc0ae.e7b6dfec.css.gz


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


BIN
dist/static/js/app.9a5bff86.js.gz


BIN
dist/static/js/app.a805aaa0.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1789725d.7206ffb4.js


BIN
dist/static/js/chunk-1789725d.7206ffb4.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-9b2dc0ae.b375ba13.js


BIN
dist/static/js/chunk-9b2dc0ae.b375ba13.js.gz


+ 2 - 2
src/components/changeDialog/order.vue

@@ -510,9 +510,9 @@ export default {
         this.parmValue.inv_status = this.inv_status; //发票核销状态
         let res = {};
         if (this.business_companyNo === "1") {
-          res = await asyncRequest.list(this.parmValue);
+          res = await asyncRequest.qrdlist(this.parmValue);
         } else {
-          res = await asyncAoldRequest.list(this.parmValue);
+          res = await asyncAoldRequest.qrdlist(this.parmValue);
         }
         const { code, data, message } = res;
         if (code === 0) {

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