This commit is contained in:
2024-07-19 08:54:45 +08:00
parent ffa87d84de
commit 02616b6170
2 changed files with 5 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ namespace Tnb.ProductionMgr
item.create_time = DateTime.Now;
item.mo_status = DictConst.ToBeScheduledId;
item.erp_mo_pk = item.erp_mo_pk;
item.erp_line_pk = item.erp_line_pk;
item.erp_lineno = item.erp_lineno;
moList.Add(item);