From e7042ce8a6dcc899588e4e251f1c6dbf385e0749 Mon Sep 17 00:00:00 2001 From: liwei Date: Mon, 22 Nov 2021 14:11:12 +0800 Subject: [PATCH] =?UTF-8?q?api=E8=B7=AF=E5=BE=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerForecastDemandReview.js | 2 +- .../{plan/workbench => productionPlanning}/customerInquiry.js | 2 +- .../customerForecastDemandReview/demandPlanning/index.vue | 2 +- .../productionPlanning/customerForecastDemandReview/index.vue | 2 +- .../customerForecastDemandReview/resourceContent/index.vue | 2 +- .../resourceContent/resourceLoad/index.vue | 2 +- src/views/productionPlanning/customerInquiry/add.vue | 2 +- src/views/productionPlanning/customerInquiry/index.vue | 2 +- src/views/productionPlanning/customerInquiry/upload.vue | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) rename src/server/{plan/workbench => productionPlanning}/customerForecastDemandReview.js (94%) rename src/server/{plan/workbench => productionPlanning}/customerInquiry.js (96%) 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 @@