diff --git a/src/server/plan/workbench/customerForecastDemandReview.js b/src/server/productionPlanning/customerForecastDemandReview.js similarity index 94% rename from src/server/plan/workbench/customerForecastDemandReview.js rename to src/server/productionPlanning/customerForecastDemandReview.js index 8e41e81..e231c3b 100644 --- a/src/server/plan/workbench/customerForecastDemandReview.js +++ b/src/server/productionPlanning/customerForecastDemandReview.js @@ -1,7 +1,7 @@ import { get, postForm -} from "../../api"; +} from "../api"; // 工厂列表 export const getCustomerList = (params) => get('/admin/base/customer/selectlist', params); // 产品列表 diff --git a/src/server/plan/workbench/customerInquiry.js b/src/server/productionPlanning/customerInquiry.js similarity index 96% rename from src/server/plan/workbench/customerInquiry.js rename to src/server/productionPlanning/customerInquiry.js index 1e2a38d..528b090 100644 --- a/src/server/plan/workbench/customerInquiry.js +++ b/src/server/productionPlanning/customerInquiry.js @@ -2,7 +2,7 @@ import { get, post, upload -} from "../../api"; +} from "../api"; // 工厂列表 export const getCustomerList = (params) => get('/admin/base/customer/selectlist', params); // 产品列表 diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue index bb79b0d..2eca194 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue @@ -26,7 +26,7 @@