服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-10-15 37c4128d884e46d1f50c0a003c34a1749cda5841
Tiger.Business.MES/Transaction/PackingNode.cs
@@ -89,7 +89,7 @@
                                info.InputQty = CurOperInfo(input.Locale).InputQty;
                                action.Data.OperInfo = info;
                            }
                            else if (!IsFinishAllSteps)
                            else if (Steps.Any() && !IsFinishAllSteps)
                            {
                                action.Data.OperInfo = SetOperNodeInfo(CurOperInfo(input.Locale));
                            }
@@ -676,7 +676,7 @@
                    db.Storageable(_wipHiss, UserCode).ExecuteCommand();
                    if (_pkgList.Any())
                    {
                        foreach (var pkg in _pkgList)
                        foreach (var pkg in _pkgList.Where(q => !q.WIP_ID.IsNullOrEmpty()))
                        {
                            //包装信息保存到生产过程记录
                            db.Updateable<MES_WIP_HIS>()