Tiger.Business.MES/Transaction/TestNode.cs
@@ -279,6 +279,7 @@ WORK_ORDER = CurBatch.Batch.ORDER_NO, WIP_ID = wipSN.ID, SN = wipSN.SN, FLOW_SN = wipSN.SN, TRAY_SN = wipSN.TRAY_SN, STATUS = BIZ_MES_WO_SN.STATUSs.NotInput.GetValue(), }); @@ -405,6 +406,7 @@ Steps.Clear(); var curStep = new Biz.WorkStep(IWorkStep.NodeTypes.Node, this) { Name = "扫描产品", Sequence = Steps.Count + 1, Node = curNode, OperSetting = CurBatch.NodeSets.FirstOrDefault(q => q.NODE_ID == curNode.ID),