| | |
| | | { |
| | | action.Data.ShortMsg = new("工序异常", ShortMessage.Types.Error); |
| | | action.Data.OperInfo = CurOperInfo(input.Locale); |
| | | RemoveCurSnFromCurPackage(Context.ContainsKey("CurPackage") ? (Context["CurPackage"] as WipPkg).Item : null); |
| | | ResetNode(); |
| | | //action.CatchExceptionWithLog(ex, $"包装工序:提交操作数据异常"); |
| | | action.CatchExceptionWithLog(ex, Biz.L("MES.Transaction.PackingNode.SubmitException")); |
| | | |
| | | } |
| | | debug.Log(new StackFrame(true), "***** 9", info => { ConsoleExt.WriteLine(info.ToString()); }); |
| | | return SetOutPutMqttMsg(action, input.Locale); |
| | |
| | | } |
| | | }; |
| | | } |
| | | |
| | | //throw new Exception("哈"); |
| | | //保存数据库 |
| | | SaveStepsCommitActionToDB(endAction); |
| | | |