diff --git a/src/api/orderIssure/productionInboundRequest.js b/src/api/orderIssure/productionInboundRequest.js index a451a48..79d0048 100644 --- a/src/api/orderIssure/productionInboundRequest.js +++ b/src/api/orderIssure/productionInboundRequest.js @@ -1,6 +1,5 @@ import { createAPI } from "@/utils/httpRequest.js"; -export const getSOScheduledRoutingListForUnissure= data => createAPI(`/orderUnissue/unissueNotify/getSOScheduledRoutingListForUnissure`,'post',data) export const saveIssureNotifyByExcel = data => createAPI(`/orderIssure/issureNotify/saveIssureNotifyByExcel`,'post',data) export const createNotify = data => createAPI(`/orderUnissue/unissueNotify/createNotify`,'post',data) export const getUserNotifyNo = data => createAPI(`/orderUnissue/unissueNotify/getUserNotifyNo`,'post',data) diff --git a/src/views/modules/orderIssure/newSoIssueNotify.vue b/src/views/modules/orderIssure/newSoIssueNotify.vue index ca6c4f7..49c3b92 100644 --- a/src/views/modules/orderIssure/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/newSoIssueNotify.vue @@ -374,7 +374,6 @@ import { saveSOIssueNotifyOrderList, saveMaterialDetail, deleteNotifySOS, - getIFSShopOrderByOrderNo, searchNotifyMaterialList, getShopOrderAndMaterialByShoporder, saveNewSoIssueNotify, diff --git a/src/views/modules/productionInbound/productionInboundRequest.vue b/src/views/modules/productionInbound/productionInboundRequest.vue index d71156a..a319c0e 100644 --- a/src/views/modules/productionInbound/productionInboundRequest.vue +++ b/src/views/modules/productionInbound/productionInboundRequest.vue @@ -506,7 +506,6 @@