From 1b06999f15c432ec1fafb937f91c7b61505b81ca Mon Sep 17 00:00:00 2001 From: rowell_m_soriano Date: Wed, 11 Mar 2026 14:26:41 +0800 Subject: [PATCH] fixing bugs on custom PO --- CPRNIMS.WebApps/Views/POMgmt/CustomPO.cshtml | 2 +- CPRNIMS.WebApps/Views/Receiving/Index.cshtml | 2 +- .../Shared/PagesView/PO/_POScripts.cshtml | 2 +- .../PagesView/Receiving/_Receiving.cshtml | 4 +- .../Receiving/_ReceivingScripts.cshtml | 2 +- .../PO/{CustomPOV6.js => CustomPOV7.js} | 3 +- .../PO/{POPutPostV3.js => POPutPostV4.js} | 0 ...{ReceivingViewV4.js => ReceivingViewV5.js} | 408 ------------------ CPRNIMS.WebApps/wwwroot/css/PR/TrackingV3.css | 2 +- .../css/{PR => Receiving}/Receiving.css | 5 + 10 files changed, 13 insertions(+), 417 deletions(-) rename CPRNIMS.WebApps/wwwroot/JsFunctions/PO/{CustomPOV6.js => CustomPOV7.js} (99%) rename CPRNIMS.WebApps/wwwroot/JsFunctions/PO/{POPutPostV3.js => POPutPostV4.js} (100%) rename CPRNIMS.WebApps/wwwroot/JsFunctions/Receiving/{ReceivingViewV4.js => ReceivingViewV5.js} (55%) rename CPRNIMS.WebApps/wwwroot/css/{PR => Receiving}/Receiving.css (77%) diff --git a/CPRNIMS.WebApps/Views/POMgmt/CustomPO.cshtml b/CPRNIMS.WebApps/Views/POMgmt/CustomPO.cshtml index 6545c3b..89c5ce7 100644 --- a/CPRNIMS.WebApps/Views/POMgmt/CustomPO.cshtml +++ b/CPRNIMS.WebApps/Views/POMgmt/CustomPO.cshtml @@ -167,7 +167,7 @@ - + @await Html.PartialAsync("PagesView/PR/_PRWOCanvass") @await Html.PartialAsync("PagesView/PO/_POScripts") \ No newline at end of file diff --git a/CPRNIMS.WebApps/Views/Receiving/Index.cshtml b/CPRNIMS.WebApps/Views/Receiving/Index.cshtml index 92983b2..160e05b 100644 --- a/CPRNIMS.WebApps/Views/Receiving/Index.cshtml +++ b/CPRNIMS.WebApps/Views/Receiving/Index.cshtml @@ -47,7 +47,7 @@ - + @await Html.PartialAsync("PagesView/Receiving/_Receiving") diff --git a/CPRNIMS.WebApps/Views/Shared/PagesView/PO/_POScripts.cshtml b/CPRNIMS.WebApps/Views/Shared/PagesView/PO/_POScripts.cshtml index 01da4bc..6ba3676 100644 --- a/CPRNIMS.WebApps/Views/Shared/PagesView/PO/_POScripts.cshtml +++ b/CPRNIMS.WebApps/Views/Shared/PagesView/PO/_POScripts.cshtml @@ -23,7 +23,7 @@ - + diff --git a/CPRNIMS.WebApps/Views/Shared/PagesView/Receiving/_Receiving.cshtml b/CPRNIMS.WebApps/Views/Shared/PagesView/Receiving/_Receiving.cshtml index ed6398d..d7eaa4f 100644 --- a/CPRNIMS.WebApps/Views/Shared/PagesView/Receiving/_Receiving.cshtml +++ b/CPRNIMS.WebApps/Views/Shared/PagesView/Receiving/_Receiving.cshtml @@ -1,4 +1,4 @@ - +