Browse Source

Merge branch 'sit'

xiaodai2017 2 years ago
parent
commit
e4c28ef715
3 changed files with 13 additions and 3 deletions
  1. 10 0
      dist/static/js/0.js
  2. 2 2
      src/apis/purchaseOrder/index.js
  3. 1 1
      src/views/purchaseOrder/index.vue

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


+ 2 - 2
src/apis/purchaseOrder/index.js

@@ -35,6 +35,6 @@ export default {
   cove_detail: (data, params) =>
     http(api + "getGoodZxInfoByNotZixun", data, "post", params),
   //导出
-  exportcgdlist: (data, params) =>
-    http(api + "exportcgdlist", data, "post", params),
+  exportCgdList: (data, params) =>
+    http(api + "exportCgdList", data, "post", params),
 };

+ 1 - 1
src/views/purchaseOrder/index.vue

@@ -345,7 +345,7 @@ export default {
         return;
       }
       this.loading = true;
-      const url = this.fileUrl + "admin/exportcgdlist",
+      const url = this.fileUrl + "abutment/exportCgdList",
         httpType = `aplication/zip`,
         excelName = "销售订单.zip";
       let model = {

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