bug
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user