From 3c8d2f19e841fcd6e679c2d3f24352f077beb438 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Wed, 19 Nov 2025 11:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/orderIssure/productionInboundRequest.js | 1 - src/views/modules/orderIssure/newSoIssueNotify.vue | 1 - .../modules/productionInbound/productionInboundRequest.vue | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) 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 @@