From 152b6efa6a13f984fe06a6fdede104a88f45dee6 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Mon, 6 Oct 2025 17:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=80=80=E6=96=99=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/orderIssure/inboundNotification.js | 3 +- .../orderIssure/inboundNotification.vue | 219 +++++++++++++++--- 2 files changed, 189 insertions(+), 33 deletions(-) diff --git a/src/api/orderIssure/inboundNotification.js b/src/api/orderIssure/inboundNotification.js index 7e04d9a..c94cdb7 100644 --- a/src/api/orderIssure/inboundNotification.js +++ b/src/api/orderIssure/inboundNotification.js @@ -3,4 +3,5 @@ import { createAPI } from "@/utils/httpRequest.js"; export const getSiteAndBuByUserName = data => createAPI(`/orderIssure/issureNotify/getSiteAndBuByUserName`,'post',data) export const searchNotifyHeader= data => createAPI(`/orderUnissue/unissueNotify/searchUnissueNotifyHeader`,'post',data) export const createNotify = data => createAPI(`/orderIssure/issureNotify/createNotify`,'post',data) -export const getSOScheduledRoutingListForIssure= data => createAPI(`/orderIssure/issureNotify/getSOScheduledRoutingListForIssure`,'post',data) \ No newline at end of file +export const getSOScheduledRoutingListForIssure= data => createAPI(`/orderIssure/issureNotify/getSOScheduledRoutingListForIssure`,'post',data) +export const getNotifyNoDetail= data => createAPI(`/orderUnissue/unissueNotify/getNotifyNoDetail`,'post',data) \ No newline at end of file diff --git a/src/views/modules/orderIssure/inboundNotification.vue b/src/views/modules/orderIssure/inboundNotification.vue index 4d2bbab..5c55645 100644 --- a/src/views/modules/orderIssure/inboundNotification.vue +++ b/src/views/modules/orderIssure/inboundNotification.vue @@ -27,7 +27,8 @@ - + + ~ 删除 + v-loading="searchLoading" style="width: 100%;"> - +