bug
This commit is contained in:
@@ -248,6 +248,10 @@ public partial class PrdMo : BaseEntity<string>
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public int erp_lineno { get; set; }
|
public int erp_lineno { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// erp表体pk值
|
||||||
|
/// </summary>
|
||||||
|
public string erp_line_pk { get; set; }
|
||||||
|
/// <summary>
|
||||||
/// 工单pk值
|
/// 工单pk值
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string erp_mo_pk { get; set; }
|
public string erp_mo_pk { get; set; }
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ namespace Tnb.ProductionMgr
|
|||||||
item.create_time = DateTime.Now;
|
item.create_time = DateTime.Now;
|
||||||
item.mo_status = DictConst.ToBeScheduledId;
|
item.mo_status = DictConst.ToBeScheduledId;
|
||||||
item.erp_mo_pk = item.erp_mo_pk;
|
item.erp_mo_pk = item.erp_mo_pk;
|
||||||
|
item.erp_line_pk = item.erp_line_pk;
|
||||||
item.erp_lineno = item.erp_lineno;
|
item.erp_lineno = item.erp_lineno;
|
||||||
|
|
||||||
moList.Add(item);
|
moList.Add(item);
|
||||||
|
|||||||
Reference in New Issue
Block a user