whj 1 year ago
parent
commit
21a8bf0246
2 changed files with 32 additions and 4 deletions
  1. 16 2
      src/api/report/instoredetail.js
  2. 16 2
      src/api/report/outstoredetail.js

+ 16 - 2
src/api/report/instoredetail.js

@@ -9,14 +9,28 @@ import { stringify } from 'qs'
  */
 export function getInStoreDetailPage (parameter) {
   return axios({
-    url: '/report/store/in-store-details/page?' + stringify(parameter),
+    url: '/store/in-store-forms/getInStoreFormCollect?' + stringify(parameter),
     method: 'get',
     headers: {
       'Content-Type': 'application/json;charset=UTF-8'
     }
   })
 }
-
+// /**
+//  * page func
+//  * parameter: { }
+//  * @param parameter
+//  * @returns {*}
+//  */
+// export function getInStoreDetailPage (parameter) {
+//   return axios({
+//     url: '/report/store/in-store-details/page?' + stringify(parameter),
+//     method: 'get',
+//     headers: {
+//       'Content-Type': 'application/json;charset=UTF-8'
+//     }
+//   })
+// }
 /**
  * add func
  * parameter: { }

+ 16 - 2
src/api/report/outstoredetail.js

@@ -9,14 +9,28 @@ import { stringify } from 'qs'
  */
 export function getOutStoreDetailPage (parameter) {
   return axios({
-    url: '/report/store/out-store-details/page?' + stringify(parameter),
+    url: '/store/out-store-forms/getOutStoreFormCollect?' + stringify(parameter),
     method: 'get',
     headers: {
       'Content-Type': 'application/json;charset=UTF-8'
     }
   })
 }
-
+// /**
+//  * page func
+//  * parameter: { }
+//  * @param parameter
+//  * @returns {*}
+//  */
+// export function getOutStoreDetailPage (parameter) {
+//   return axios({
+//     url: '/report/store/out-store-details/page?' + stringify(parameter),
+//     method: 'get',
+//     headers: {
+//       'Content-Type': 'application/json;charset=UTF-8'
+//     }
+//   })
+// }
 /**
  * add func
  * parameter: { }