Browse Source

Merge pull request 'api路径调整' (#20) from lingxiao into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/20
Reviewed-by: xuxiaoming <xiaoming.xu@le-it.com.cn>
pull/24/head
xuxiaoming 3 years ago
parent
commit
5e6cf29cf0
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      src/server/productionPlanning/customerForecastDemandReview.js
  2. +1
    -1
      src/server/productionPlanning/customerInquiry.js
  3. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue
  4. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/index.vue
  5. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/resourceContent/index.vue
  6. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/resourceContent/resourceLoad/index.vue
  7. +1
    -1
      src/views/productionPlanning/customerInquiry/add.vue
  8. +1
    -1
      src/views/productionPlanning/customerInquiry/index.vue
  9. +1
    -1
      src/views/productionPlanning/customerInquiry/upload.vue

src/server/plan/workbench/customerForecastDemandReview.js → src/server/productionPlanning/customerForecastDemandReview.js View File

@ -1,7 +1,7 @@
import {
get,
postForm
} from "../../api";
} from "../api";
// 工厂列表
export const getCustomerList = (params) => get('/admin/base/customer/selectlist', params);
// 产品列表

src/server/plan/workbench/customerInquiry.js → src/server/productionPlanning/customerInquiry.js View File

@ -2,7 +2,7 @@ import {
get,
post,
upload
} from "../../api";
} from "../api";
// 工厂列表
export const getCustomerList = (params) => get('/admin/base/customer/selectlist', params);
// 产品列表

+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue View File

@ -26,7 +26,7 @@
</ContentContainer>
</template>
<script>
import { getCustomerArticleDemand } from "@/server/plan/workbench/customerForecastDemandReview";
import { getCustomerArticleDemand } from "@/server/productionPlanning/customerForecastDemandReview";
//
import ArticleDemand from "./articleDemand";
//


+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/index.vue View File

@ -64,7 +64,7 @@ import DemandPlanning from "./demandPlanning";
//
import ResourceContent from "./resourceContent";
// api
import { getMainResourceList,getSecondaryResourceList,custartSearch} from "@/server/plan/workbench/customerForecastDemandReview";
import { getMainResourceList,getSecondaryResourceList,custartSearch} from "@/server/productionPlanning/customerForecastDemandReview";
export default {
components: {


+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/resourceContent/index.vue View File

@ -24,7 +24,7 @@
import Evaluation from './evaluation'
import ResourceLoad from './resourceLoad'
import { getMpsPlan, changeMpsPlan,saveMpsPlan} from "@/server/plan/workbench/customerForecastDemandReview";
import { getMpsPlan, changeMpsPlan,saveMpsPlan} from "@/server/productionPlanning/customerForecastDemandReview";
export default {
components:{


+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/resourceContent/resourceLoad/index.vue View File

@ -96,7 +96,7 @@ v-if="showDetail"
</template>
<script>
import Detail from "./detail.vue"
import { getVersionList,getResourceCapacity,getCustomerDemand } from "@/server/plan/workbench/customerForecastDemandReview";
import { getVersionList,getResourceCapacity,getCustomerDemand } from "@/server/productionPlanning/customerForecastDemandReview";
import pending from "@/assets/img/pending.png"
import published from "@/assets/img/published.png"


+ 1
- 1
src/views/productionPlanning/customerInquiry/add.vue View File

@ -60,7 +60,7 @@ width="1000px"
</el-dialog>
</template>
<script>
import { getCustartlist } from "@/server/plan/workbench/customerInquiry";
import { getCustartlist } from "@/server/productionPlanning/customerInquiry";
export default {
emits:[
"setIsAdd",


+ 1
- 1
src/views/productionPlanning/customerInquiry/index.vue View File

@ -114,7 +114,7 @@
import Add from "./add.vue";
import Upload from "./upload.vue";
import { ListMixin } from "@/mixins/newListMixin";
import { getCustomerList ,getCustartlist,customerorderreviewlist,exportExcel } from "@/server/plan/workbench/customerInquiry";
import { getCustomerList ,getCustartlist,customerorderreviewlist,exportExcel } from "@/server/productionPlanning/customerInquiry";
export default {
components: {
Add,


+ 1
- 1
src/views/productionPlanning/customerInquiry/upload.vue View File

@ -15,7 +15,7 @@
</el-dialog>
</template>
<script>
import { uploadExcel } from "@/server/plan/workbench/customerInquiry.js";
import { uploadExcel } from "@/server/productionPlanning/customerInquiry.js";
export default {
name: 'editField',


Loading…
Cancel
Save