Browse Source

调整物料同步,同步物料自动分批字段默认为true

master
lilili 1 year ago
parent
commit
cc337b0b4e
  1. 1
      ICSSoft.FromERP/ICSSoft.FromERP/ICSInventory.cs

1
ICSSoft.FromERP/ICSSoft.FromERP/ICSInventory.cs

@ -102,6 +102,7 @@ namespace ICSSoft.FromERP
line.MTIME = DateTime.Now;
line.DrawingNo = item.TEST1;//图号
line.Version = item.TEST2;//版本
line.LotEnable = true;
if (isNew == true)
{
db.ICSInventory.InsertOnSubmit(line);

Loading…
Cancel
Save