From c04869e1d7dcc0f31daa6cb512f7be316884281c Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期五, 08 十一月 2024 09:42:32 +0800 Subject: [PATCH] 工艺路线退回可修改默认工艺设置 --- WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs | 11 +++++++++++ WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs b/WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs index 3cba9db..5104501 100644 --- a/WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs +++ b/WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs @@ -2046,6 +2046,17 @@ objJsonResult.count = CountConstant.SUCCEED; objJsonResult.Message = "瀹℃牳鎴愬姛"; objJsonResult.data = null; + //鑾峰彇绯荤粺鍙傛暟 + string Ret = ""; + if (oSystemParameter.ShowBill(ref Ret)) + { + //鍒ゆ柇瀹㈡埛 + if (oSystemParameter.omodel.WMS_CampanyName == "娣诲悍绉戞妧") //绯荤粺鍙傛暟 + { + //鍒锋柊榛樿宸ヨ壓璺嚎 + oCN.RunProc("exec h_p_Gy_RoutingBillCheck " + HInterID + ",'" + CurUserName + "'"); + } + } } else { diff --git a/WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user b/WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user index 909b54c..97f632e 100644 --- a/WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user +++ b/WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user @@ -294,10 +294,10 @@ <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> - <publishTime>11/06/2024 15:06:22</publishTime> + <publishTime>11/07/2024 18:43:55</publishTime> </File> <File Include="bin/WebAPI.pdb"> - <publishTime>11/06/2024 15:06:22</publishTime> + <publishTime>11/07/2024 18:43:55</publishTime> </File> <File Include="bin/WebAPI.XmlSerializers.dll"> <publishTime>08/16/2024 16:55:28</publishTime> -- Gitblit v1.9.1