任务单中断操作状态由关闭改为暂停

This commit is contained in:
2023-07-25 09:32:01 +08:00
parent 9872642cc1
commit c55bb77b98
2 changed files with 5 additions and 0 deletions

View File

@@ -1008,6 +1008,7 @@ namespace Tnb.ProductionMgr
PrdTaskBehavior.Start => DictConst.InProgressEnCode,
PrdTaskBehavior.Closed => DictConst.ClosedEnCode,
PrdTaskBehavior.Compled => DictConst.ComplatedEnCode,
PrdTaskBehavior.Pause => DictConst.MoStatusPauseCode,
_ => throw new NotImplementedException(),
};
PrdTaskBehavior behavior = input.Behavior.ToEnum<PrdTaskBehavior>();