From 0fdb04b7c451d7c59b226c25425722afd3364916 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期三, 25 九月 2024 16:37:52 +0800
Subject: [PATCH] 优化工序和行为逻辑

---
 Tiger.Business.MES/WorkAction/ThreeInOne.cs |  335 ++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 244 insertions(+), 91 deletions(-)

diff --git a/Tiger.Business.MES/WorkAction/ThreeInOne.cs b/Tiger.Business.MES/WorkAction/ThreeInOne.cs
index 40672b5..dcb9985 100644
--- a/Tiger.Business.MES/WorkAction/ThreeInOne.cs
+++ b/Tiger.Business.MES/WorkAction/ThreeInOne.cs
@@ -9,6 +9,7 @@
 using Tiger.IBusiness.MES.WorkAction;
 using Tiger.Model;
 using Tiger.Model.Entitys.MES.Position;
+using Tiger.Model.MES.Yada;
 
 namespace Tiger.Business.MES.WorkAction
 {
@@ -22,9 +23,12 @@
         public MES_WO_NODE_ACT NodeAct { get; set; }
         public MES_WO_ACTION Setting { get; set; }
         #endregion
-        public MES_CUST_SN CurCSN  { get; set; }
+        public MES_CUST_SN FlowCSN  { get; set; }
+        public MES_CUST_SN CustCSN { get; set; }
         public BAS_LABEL_TEMP Label { get; set; }
         public List<BAS_LABEL_PV> LabelPV { get; set; }
+        public List<mes_MOPickList> MoPickList { get; set; }
+        public BAS_ITEM_CUST CustInfo { get; set; }
         #endregion Propertys & Variables
 
         #region Functions
@@ -41,8 +45,15 @@
             Setting = setting;
             #endregion
 
+            //鑾峰彇鎵撳嵃妯℃澘
             Label = Biz.Db.Queryable<BAS_LABEL_TEMP>().Where(q => q.LABEL_CODE == setting.LABEL_CODE).IncludesAllFirstLayer().First();
             LabelPV = Biz.Db.Queryable<BAS_LABEL_PV>().ToList();
+
+            //鑾峰彇褰撳墠浜у搧鍦ㄥ綋鍓嶅鎴风殑鍏崇郴
+            CustInfo = Biz.Db.Queryable<BAS_ITEM_CUST>().Where(q => q.ITEM_ID == CurPosition.WorkBatch.WO.ItemInfo.ID && q.CUST_CODE == CurPosition.WorkBatch.WO.CUST_CODE).First();
+
+            CurStep.Message = Biz.L("鎵弿鍘傚唴鏉$爜鎴栧鎴锋潯鐮�");
+            CurStep.Status = StepStatus.Normal;
         }
 
         /// <summary>
@@ -64,70 +75,178 @@
         {
             var action = new ApiAction<SubmitOutput>(new SubmitOutput());
 
+            //鑾峰彇宸ュ崟澶囨枡淇℃伅
+            MoPickList = Biz.DataSource["YadaU9C"].Client.Queryable<mes_MOPickList>().Where(q => q.MoDocNo == CurPosition.WorkBatch.WO.ORDER_NO).ToList();
+
             //鍙厑璁稿崟涓骇鍝佽繘琛屽鎴锋潯鐮佺粦瀹�
             if (CurPosition.CurWipSNs.Count > 1)
             {
-                CurStep.Message = Biz.L("璇锋壂鎻忓崟涓骇鍝�");
-                CurStep.Status = StepStatus.Error;
-                action.Data.ShortMsg = new("璇锋壂鎻忓崟涓骇鍝�", ShortMessage.Types.Error);
-                //action.LocaleMsg = new($"鏉$爜[{0}]鏄寘瑁�/杞藉叿鏉$爜锛岃閲嶆柊鎵弿鍗曚釜鍘傚唴鏉$爜杩涜瀹㈡埛鏉$爜缁戝畾");
-                action.LocaleMsg = new("MES.WorkAction.ThreeInOne.NotProductSN", CurPosition.CurSN);
-                //閲嶇疆宸ュ簭鎿嶄綔
-                CurPosition.ResetNode();
-
-                action.IsSuccessed = false;
-                return action;
-            }
-
-            var wipSn = CurPosition.CurWipSNs.First();
-            CurCSN = Biz.Db.Queryable<MES_CUST_SN>().Where(q => q.FLOW_SN == wipSn.SN).First();
-            //鍘傚唴鏉$爜宸茬粦瀹氬鎴锋潯鐮侊紝鐩存帴缁撴潫琛屼负
-            if (!CurCSN.IsNullOrEmpty())
-            {
-                CurCSN.WORK_ORDER = CurPosition.WorkBatch.WO.ORDER_NO;
-                CurCSN.ITEM_CODE = CurPosition.WorkBatch.WO.ITEM_CODE;
                 action.Data.Data = new
                 {
                     NeedPrint = false,
                     NeedScan = false,
                     Label = "",
                 };
-                action = End(input);
+                CurStep.Message = Biz.L("鎵弿鍘傚唴鏉$爜鎴栧鎴锋潯鐮�");
+                CurStep.Status = StepStatus.Error;
+                action.Data.ShortMsg = new("鎵弿鍘傚唴鏉$爜鎴栧鎴锋潯鐮�", ShortMessage.Types.Error);
+                action.IsSuccessed = false;
+                //action.LocaleMsg = new($"鏉$爜[{0}]鏄寘瑁�/杞藉叿鏉$爜锛岃閲嶆柊鎵弿鍗曚釜鍘傚唴鏉$爜杩涜瀹㈡埛鏉$爜缁戝畾");
+                action.LocaleMsg = new("MES.WorkAction.ThreeInOne.NotProductSN", CurPosition.CurSN);
+                //閲嶇疆宸ュ簭鎿嶄綔
+                CurPosition.ResetNode();
+
+                return action;
             }
-            //鍘傚唴鏉$爜鏈粦瀹氬鎴锋潯鐮�
+
+            var wipSn = CurPosition.CurWipSNs.First();
+            FlowCSN = Biz.Db.Queryable<MES_CUST_SN>().Where(q => q.FLOW_SN == wipSn.SN || q.CUST_SN == wipSn.SN).First();
+            //鎵句笉鍒扮敓浜ц褰曪紝璁や负鎵弿閿欒
+            if (FlowCSN.IsNullOrEmpty())
+            {
+                action.Data.Data = new
+                {
+                    NeedPrint = false,
+                    NeedScan = false,
+                    Label = "",
+                };
+                CurStep.Message = Biz.L("鎶曟枡閿欒");
+                CurStep.Status = StepStatus.Error;
+                action.Data.ShortMsg = new("鎶曟枡閿欒", ShortMessage.Types.Failed);
+                action.IsSuccessed = false;
+                //action.LocaleMsg = new($"鎶曟枡閿欒锛屾壘涓嶅埌鏉$爜[{0}]鐨勭敓浜ц褰�");
+                action.LocaleMsg = new("MES.WorkAction.ThreeInOne.InputSnError", wipSn.SN);
+                //閲嶇疆宸ュ簭鎿嶄綔
+                CurPosition.ResetNode();
+                return action;
+            }
             else
             {
-                //濡傛灉瀹㈡埛鏉$爜鏍囩妯℃澘涓虹┖鍒欎笉闇�瑕佹墦鍗帮紝绛夊緟鎵弿瀹㈡埛鏉$爜杩涜缁戝畾
-                if (Label.IsNullOrEmpty())
-	            {
-	                action.Data.Data = new
-	                {
-	                    NeedPrint = false,
-                        NeedScan = true,
-                        Label = "",
-	                };
-                    CurStep.Message = Biz.L("鎵弿瀹㈡埛鏍囩");
-                    CurStep.Status = StepStatus.Normal;
-                    action.Data.ShortMsg = new("鎵弿瀹㈡埛鏍囩", ShortMessage.Types.Normal);
-                    //action.LocaleMsg = new Locale($"璇锋壂鎻忓巶鍐呮潯鐮乕{0}]闇�瑕佺粦瀹氬鎴锋潯鐮�");
-                    action.LocaleMsg = new Locale("MES.WorkAction.ThreeInOne.BeginScan", wipSn.SN);
-	            }
-	            else
-	            {
-	                //璁剧疆鎵撳嵃鍙橀噺鍊�
-	                Label = CurPosition.SetLabelVariables(LabelPV, Label);
-	                action.Data.Data = new
-	                {
-	                    NeedPrint = true,
-                        NeedScan = true,
-                        Label,
-	                };
-                    CurStep.Message = Biz.L("鎵弿宸叉墦鍗扮殑瀹㈡埛鏍囩");
-                    CurStep.Status = StepStatus.Normal;
-                    action.Data.ShortMsg = new("鎵弿宸叉墦鍗扮殑瀹㈡埛鏍囩", ShortMessage.Types.Normal);
-                    //action.LocaleMsg = new Locale($"寮�濮嬫墦鍗板巶鍐呮潯鐮乕{0}]瀵瑰簲鐨勫鎴锋潯鐮�");
-                    action.LocaleMsg = new Locale("MES.WorkAction.ThreeInOne.BeginPrint", wipSn.SN);
+                //鍘傚唴鏉$爜宸茬粦瀹�
+                if (FlowCSN.IsBound)
+                {
+                    //鐗╂枡鏂欏彿鏄綋鍓嶅伐鍗曟枡鍙锋垨鑰呭湪宸ュ崟澶囨枡琛ㄤ腑锛岀洿鎺ョ粨鏉熻涓�
+                    if (FlowCSN.ITEM_CODE == CurPosition.WorkBatch.WO.ITEM_CODE || MoPickList.Any(q => q.Code == FlowCSN.ITEM_CODE))
+                    {
+                        action = End(input);
+                        action.Data.Data = new
+                        {
+                            NeedPrint = false,
+                            NeedScan = false,
+                            Label = "",
+                        };
+                        return action;
+                    }
+                    else
+                    {
+                        action.Data.Data = new
+                        {
+                            NeedPrint = false,
+                            NeedScan = false,
+                            Label = "",
+                        };
+                        CurStep.Message = Biz.L("鎶曟枡閿欒");
+                        CurStep.Status = StepStatus.Error;
+                        action.Data.ShortMsg = new("鎶曟枡閿欒", ShortMessage.Types.Failed);
+                        action.IsSuccessed = false;
+                        //action.LocaleMsg = new($"浜у搧(鍘傚唴鏉$爜[{0}])涓嶉�傜敤浜庡綋鍓嶅伐鍗昜{1}]鐨勭敓浜�");
+                        action.LocaleMsg = new("MES.WorkAction.ThreeInOne.InputSnOrderError", FlowCSN.FLOW_SN, CurPosition.WorkBatch.WO.ORDER_NO);
+                        //閲嶇疆宸ュ簭鎿嶄綔
+                        CurPosition.ResetNode();
+                        return action;
+                    }
                 }
+                //鍘傚唴鏉$爜鏈粦瀹氬鎴锋潯鐮�
+                else
+                {
+                    if (FlowCSN.IsFlowSn)
+                    {
+                        //濡傛灉瀹㈡埛鏉$爜鏍囩妯℃澘涓虹┖鍒欎笉闇�瑕佹墦鍗帮紝绛夊緟鎵弿瀹㈡埛鏉$爜杩涜缁戝畾
+                        if (Label.IsNullOrEmpty())
+                        {
+                            action.Data.Data = new
+                            {
+                                NeedPrint = false,
+                                NeedScan = true,
+                                Label = "",
+                            };
+                            CurStep.Message = Biz.L("鎵弿瀹㈡埛鏍囩");
+                            CurStep.Status = StepStatus.Normal;
+                            action.Data.ShortMsg = new("鎵弿瀹㈡埛鏍囩", ShortMessage.Types.Normal);
+                            //action.LocaleMsg = new Locale($"璇锋壂鎻忓巶鍐呮潯鐮乕{0}]闇�瑕佺粦瀹氬鎴锋潯鐮�");
+                            action.LocaleMsg = new Locale("MES.WorkAction.ThreeInOne.BeginScan", wipSn.SN);
+                        }
+                        else
+                        {
+                            //璁剧疆鎵撳嵃鍙橀噺鍊�
+                            Label = CurPosition.SetLabelVariables(LabelPV, Label, this);
+                            action.Data.Data = new
+                            {
+                                NeedPrint = true,
+                                NeedScan = true,
+                                Label,
+                            };
+                            CurStep.Message = Biz.L("鎵弿宸叉墦鍗扮殑瀹㈡埛鏍囩");
+                            CurStep.Status = StepStatus.Normal;
+                            action.Data.ShortMsg = new("鎵弿宸叉墦鍗扮殑瀹㈡埛鏍囩", ShortMessage.Types.Normal);
+                            //action.LocaleMsg = new Locale($"寮�濮嬫墦鍗板巶鍐呮潯鐮乕{0}]瀵瑰簲鐨勫鎴锋潯鐮�");
+                            action.LocaleMsg = new Locale("MES.WorkAction.ThreeInOne.BeginPrint", wipSn.SN);
+                        }
+                    }
+                    else
+                    {
+                        action.Data.Data = new
+                        {
+                            NeedPrint = false,
+                            NeedScan = false,
+                            Label = "",
+                        };
+                        CurStep.Message = Biz.L("鎵弿鍘傚唴鏉$爜");
+                        CurStep.Status = StepStatus.Error;
+                        action.Data.ShortMsg = new("鎵弿鍘傚唴鏉$爜", ShortMessage.Types.Failed);
+                        action.IsSuccessed = false;
+                        //action.LocaleMsg = new($"瀹㈡埛鏉$爜[{0}]鏈缁戝畾锛岃鍏堟壂鎻忓巶鍐呮潯鐮�");
+                        action.LocaleMsg = new("MES.WorkAction.ThreeInOne.PleaseScanFlowSn", wipSn.SN);
+                        //閲嶇疆宸ュ簭鎿嶄綔
+                        CurPosition.ResetNode();
+                        return action;
+                    }
+                }
+
+                //瀹㈡埛鏉$爜宸茬粦瀹氬綋鍓嶅伐鍗曟垨鑰呭叾鎵规灞炰簬褰撳墠宸ュ崟涓婃枡鐗╂枡鐨勬帹鑽愭壒娆★紝鐩存帴缁撴潫琛屼负
+                //if (FlowCSN.WORK_ORDER == CurPosition.WorkBatch.WO.ORDER_NO || MoPickList.Any(q => q.Code == FlowCSN.ITEM_CODE && q.SuggestedBatch == FlowCSN.WORK_ORDER))
+                //{
+                //    FlowCSN.WORK_ORDER = CurPosition.WorkBatch.WO.ORDER_NO;
+                //    FlowCSN.ITEM_CODE = CurPosition.WorkBatch.WO.ITEM_CODE;
+                //    action.Data.Data = new
+                //    {
+                //        NeedPrint = false,
+                //        NeedScan = false,
+                //        Label = "",
+                //    };
+                //    action = End(input);
+                //}
+                //else
+                //{
+                //    action.Data.Data = new
+                //    {
+                //        NeedPrint = false,
+                //        NeedScan = false,
+                //        Label = "",
+                //    };
+                //    CurStep.Message = Biz.L("鎶曟枡閿欒");
+                //    CurStep.Status = StepStatus.Error;
+                //    action.Data.ShortMsg = new("鎶曟枡閿欒", ShortMessage.Types.Failed);
+                //    action.IsSuccessed = false;
+                //    //action.LocaleMsg = new($"浜у搧鐨勫鎴锋潯鐮乕{0}]灞炰簬宸ュ崟[{1}]涓嶉�傜敤浜庡綋鍓嶅伐鍗昜{2}]鐨勭敓浜�");
+                //    action.LocaleMsg = new("MES.WorkAction.ThreeInOne.InputSnOrderError", FlowCSN.CUST_SN, FlowCSN.WORK_ORDER, CurPosition.WorkBatch.WO.ORDER_NO);
+                //    //濡傛灉琛屼负璁剧疆涓哄嚭閿欓渶瑕侀噸缃伐搴忔搷浣�
+                //    if (NodeAct.NEED_RESET == "Y")
+                //    {
+                //        CurPosition.ResetNode();
+                //    }
+                //    return action;
+                //}
             }
 
             //濡傛灉杩斿洖鎴愬姛鍒欒涓哄綋鍓嶈涓哄彲浠ュ紑濮嬫墽琛岋紝鍚﹀垯杩斿洖澶辫触
@@ -143,51 +262,56 @@
         public ApiAction<SubmitOutput> Submit(SubmitInput input)
         {
             var action = new ApiAction<SubmitOutput>(new SubmitOutput());
-            var csn = input.Data;
 
-            CurCSN = Biz.Db.Queryable<MES_CUST_SN>().Where(q => q.CUST_SN == input.Data).First() ?? new()
-            {
-                CUST_SN = input.Data,
-            };
+            //鏌ヨ鏄惁瀛樺湪宸插鍏ョ殑瀹㈡埛鏉$爜
+            CustCSN = Biz.Db.Queryable<MES_CUST_SN>().Where(q => q.CUST_SN == input.Data).First();
 
+            var isOK = true;
             //瀹㈡埛鏉$爜宸茬粦瀹氬叾浠栧巶鍐呮潯鐮�
-            if (!CurCSN.FLOW_SN.IsNullOrEmpty() && CurCSN.FLOW_SN != CurPosition.CurWipSNs.First().SN)
+            if (!CustCSN.IsNullOrEmpty() && !CustCSN.FLOW_SN.IsNullOrEmpty() && CustCSN.FLOW_SN != FlowCSN.FLOW_SN)
             {
-                CurStep.Message = Biz.L("缁戝畾澶辫触");
-                CurStep.Status = StepStatus.Error;
-                action.Data.ShortMsg = new("缁戝畾澶辫触", ShortMessage.Types.Failed);
-                action.IsSuccessed = false;
-                //action.LocaleMsg = new($"鍘傚唴鏉$爜[{0}]缁戝畾瀹㈡埛鏉$爜[{1}]澶辫触锛屽鎴锋潯鐮佸凡缁戝畾鍘傚唴鏉$爜[{2}]");
-                action.LocaleMsg = new("MES.WorkAction.ThreeInOne.BindingOtherSN", CurPosition.CurWipSNs.First().SN, CurCSN.CUST_SN, CurCSN.FLOW_SN);
-                //濡傛灉琛屼负璁剧疆涓哄嚭閿欓渶瑕侀噸缃伐搴忔搷浣�
-                if (NodeAct.NEED_RESET == "Y")
-                {
-                    CurPosition.ResetNode();
-                }
+                CurStep.SetStatusMessage(StepStatus.Error, Biz.L("璇锋壂鎻忔纭殑瀹㈡埛鏍囩"));
+                action.Data.ShortMsg = new("璇锋壂鎻忔纭殑瀹㈡埛鏍囩", ShortMessage.Types.Failed);
+                action.IsSuccessed = isOK = false;
+                //action.LocaleMsg = new($"鍘傚唴鏉$爜[{0}]缁戝畾瀹㈡埛鏉$爜[{1}]澶辫触锛屽鎴锋潯鐮佸凡缁戝畾鍘傚唴鏉$爜[{2}]锛岃鎵弿姝g‘鐨勫鎴锋爣绛�");
+                action.LocaleMsg = new("MES.WorkAction.ThreeInOne.BindingOtherSN", CurPosition.CurWipSNs.First().SN, CustCSN.CUST_SN, CustCSN.FLOW_SN);
             }
             //瀹㈡埛鏉$爜涓嶅睘浜庡綋鍓嶅伐鍗曠殑瀹㈡埛
-            else if (CurCSN.CUST_CODE.IsNullOrEmpty(CurPosition.WorkBatch.WO.CUST_CODE) != CurPosition.WorkBatch.WO.CUST_CODE)
+            if (!CustCSN.IsNullOrEmpty() && CustCSN.CUST_CODE.IsNullOrEmpty(CurPosition.WorkBatch.WO.CUST_CODE) != CurPosition.WorkBatch.WO.CUST_CODE)
             {
-                CurStep.Message = Biz.L("缁戝畾澶辫触");
-                CurStep.Status = StepStatus.Error;
-                action.Data.ShortMsg = new("缁戝畾澶辫触", ShortMessage.Types.Failed);
-                action.IsSuccessed = false;
-                //action.LocaleMsg = new($"瀹㈡埛鏉$爜[{0}]灞炰簬瀹㈡埛[{1}]锛屼笌褰撳墠宸ュ崟鐨勫鎴穂{2}]涓嶄竴鑷�");
-                action.LocaleMsg = new("MES.WorkAction.ThreeInOne.NotSameCustomer", CurCSN.CUST_SN, CurCSN.CUST_CODE, CurPosition.WorkBatch.WO.CUST_CODE);
+                CurStep.SetStatusMessage(StepStatus.Error, Biz.L("璇锋壂鎻忔纭殑瀹㈡埛鏍囩"));
+                action.Data.ShortMsg = new("璇锋壂鎻忔纭殑瀹㈡埛鏍囩", ShortMessage.Types.Failed);
+                action.IsSuccessed = isOK = false;
+                //action.LocaleMsg = new($"瀹㈡埛鏉$爜[{0}]灞炰簬瀹㈡埛[{1}]锛屼笌褰撳墠宸ュ崟鐨勫鎴穂{2}]涓嶄竴鑷达紝璇锋壂鎻忔纭殑瀹㈡埛鏍囩");
+                action.LocaleMsg = new("MES.WorkAction.ThreeInOne.NotSameCustomer", CustCSN.CUST_SN, CustCSN.CUST_CODE, CurPosition.WorkBatch.WO.CUST_CODE);
+            }
+            //楠岃瘉浜у搧瀹㈡埛鏍囩鏉$爜瑙勫垯
+            if (!CustInfo.RULE_CODE.IsNullOrEmpty() && !Biz.CodeRule[CustInfo.RULE_CODE].IsNullOrEmpty())
+            {
+                var result = Biz.CodeRule[CustInfo.RULE_CODE].Verify(CustCSN.CUST_SN);
+                if (!result.IsSuccessed)
+                {
+                    CurStep.SetStatusMessage(StepStatus.Error, Biz.L("璇锋壂鎻忔纭殑瀹㈡埛鏍囩"));
+                    action.Data.ShortMsg = new("璇锋壂鎻忔纭殑瀹㈡埛鏍囩", ShortMessage.Types.Failed);
+                    action.IsSuccessed = isOK = false;
+                    //action.LocaleMsg = new Locale($"鏍囩鏉$爜[{0}]鏈�氳繃瀹㈡埛鏍囩瑙勫垯[{1}]楠岃瘉锛岃鎵弿姝g‘鐨勫鎴锋爣绛�");
+                    action.LocaleMsg = new Locale("MES.WorkAction.ThreeInOne.CustSnVerifyError", CustCSN.CUST_SN, CustInfo.RULE_CODE);
+                }
+            }
+
+            //楠岃瘉閫氳繃鍒欎繚瀛�
+            if (isOK)
+            {
+                FlowCSN.CUST_SN = input.Data;
+                action = End(input);
+            }
+            else
+            {
                 //濡傛灉琛屼负璁剧疆涓哄嚭閿欓渶瑕侀噸缃伐搴忔搷浣�
                 if (NodeAct.NEED_RESET == "Y")
                 {
                     CurPosition.ResetNode();
                 }
-            }
-            //鎻愪氦鏁版嵁鎵ц澶辫触
-            else
-            {
-                CurCSN.CUST_CODE = CurPosition.WorkBatch.WO.CUST_CODE;
-                CurCSN.FLOW_SN = CurPosition.CurWipSNs.First().SN;
-                CurCSN.WORK_ORDER = CurPosition.WorkBatch.WO.ORDER_NO;
-                CurCSN.ITEM_CODE = CurPosition.WorkBatch.WO.ITEM_CODE;
-                action = End(input);
             }
 
             return action;
@@ -200,10 +324,27 @@
         {
             var action = new ApiAction<SubmitOutput>(new SubmitOutput());
 
+            //鏇存柊鍘傚唴娴佺▼鐮�
+            FlowCSN.CUST_CODE = CurPosition.WorkBatch.WO.CUST_CODE;
+            FlowCSN.WORK_ORDER = CurPosition.WorkBatch.WO.ORDER_NO;
+            FlowCSN.ITEM_CODE = CurPosition.WorkBatch.WO.ITEM_CODE;
+
             //璁板綍琛屼负鎿嶄綔璁板綍
             var wipActs = new List<MES_WIP_ACT>();
+            var woSns = new List<BIZ_MES_WO_SN>();
+            var snHiss = new List<MES_WIP_HIS>();
             foreach (var wipSn in CurPosition.CurWipSNs)
             {
+                //鏇存柊鍦ㄥ埗鍝佷俊鎭疭N涓哄鎴锋潯鐮�
+                wipSn.SN = FlowCSN.CUST_SN;
+                //鏇存柊鍦ㄥ埗鍝佷俊鎭巻鍙插緱SN涓哄鎴锋潯鐮�
+                var his = CurPosition.CurWipSNHiss.First(q => q.WIP_ID == wipSn.ID);
+                his.SN = FlowCSN.CUST_SN;
+                snHiss.Add(his);
+                //鏇存柊宸ュ崟鏉$爜琛ㄧ殑
+                var woSn = CurPosition.WorkBatch.WoSNs.First(q => q.WIP_ID == wipSn.ID);
+                woSn.SN = FlowCSN.CUST_SN;
+                woSns.Add(woSn);
                 var wipAct = new MES_WIP_ACT()
                 {
                     AUTH_ORG = CurPosition.WorkBatch.WO.AUTH_ORG,
@@ -240,28 +381,40 @@
                     ACT_VALUE_1 = Label.LABEL_CODE,
                     ACT_VALUE_2 = Label.Variables.ToJson(),
                     ACT_RESULT = "Y",
-                    TRACE_INFO = $"鍘傚唴鏉$爜[{0}]宸茬粦瀹氬鎴锋潯鐮乕{1}]鎴愬姛",
+                    ELAPSED_TIME = CurStep.GetElapsedTime().TotalMilliseconds.ToInt64(),
+                    TRACE_INFO = $"鍘傚唴鏉$爜[{FlowCSN.FLOW_SN}]缁戝畾瀹㈡埛鏉$爜[{FlowCSN.CUST_SN}]鎴愬姛",
                 };
                 wipActs.Add(wipAct);
             }
 
             //鍒涘缓鍙橀噺鍏嬮殕瀵硅薄鐢ㄤ簬浼犲叆DBSubmitAction涓繚瀛樺綋鍓嶉渶瑕佹殏瀛樼殑鏁版嵁鍊�
+            var _wipSns = CurPosition.CurWipSNs.Clone();
+            var _snHiss = snHiss.Clone();
+            var _woSns = woSns.Clone();
             var _wipActs = wipActs.Clone();
-            var _CurCSN = CurCSN.Clone();
+            var _FlowCSN = FlowCSN.Clone();
+            var _CustCSN = CustCSN.Clone();
             //淇濆瓨鏁版嵁
             CurStep.DBSubmitAction = () =>
             {
                 var db = CurPosition.GetCommitDB();
+                db.Storageable(_wipSns, CurPosition.UserCode).ExecuteCommand();
+                db.Storageable(_snHiss, CurPosition.UserCode).ExecuteCommand();
+                db.Storageable(_woSns, CurPosition.UserCode).ExecuteCommand();
                 db.Storageable(_wipActs, CurPosition.UserCode).ExecuteCommand();
-                db.Storageable(_CurCSN, CurPosition.UserCode).ExecuteCommand();
+                db.Storageable(_FlowCSN, CurPosition.UserCode).ExecuteCommand();
+                if (!_CustCSN.IsNullOrEmpty())
+                {
+                    db.Deleteable(_CustCSN).ExecuteCommand();
+                }
             };
 
             IsFinished = true;
-            CurStep.Message = Biz.L("瀹㈡埛鏉$爜宸茬粦瀹�");
+            CurStep.Message = Biz.L("瀹㈡埛鏉$爜缁戝畾鎴愬姛");
             CurStep.Status = StepStatus.Finished;
-            action.Data.ShortMsg = new("瀹㈡埛鏉$爜宸茬粦瀹�", ShortMessage.Types.Success);
+            action.Data.ShortMsg = new("瀹㈡埛鏉$爜缁戝畾鎴愬姛", ShortMessage.Types.Success);
             //action.LocaleMsg = new($"鍘傚唴鏉$爜[{0}]宸茬粦瀹氬鎴锋潯鐮乕{1}]瀹屾垚", Label.LABEL_NAME);
-            action.LocaleMsg = new("MES.WorkAction.ThreeInOne.BindingComplete", CurCSN.FLOW_SN, CurCSN.CUST_SN);
+            action.LocaleMsg = new("MES.WorkAction.ThreeInOne.BindingComplete", FlowCSN.FLOW_SN, FlowCSN.CUST_SN);
             return action;
         }
 

--
Gitblit v1.9.3