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

@@ -248,6 +248,10 @@ public partial class PrdMo : BaseEntity<string>
/// </summary>
public int erp_lineno { get; set; }
/// <summary>
/// erp表体pk值
/// </summary>
public string erp_line_pk { get; set; }
/// <summary>
/// 工单pk值
/// </summary>
public string erp_mo_pk { get; set; }

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);