소스 검색

Merge branch 'sit'

xiaodai2017 2 년 전
부모
커밋
e4c28ef715
3개의 변경된 파일13개의 추가작업 그리고 3개의 파일을 삭제
  1. 10 0
      dist/static/js/0.js
  2. 2 2
      src/apis/purchaseOrder/index.js
  3. 1 1
      src/views/purchaseOrder/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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 = {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.