111
tjx
19 小时以前 f34f0751ef0c6305c94ff342ca7fbe24aa09844e
StandardPda/MES.Service/service/BasicData/MesRohInManager.cs
@@ -95,7 +95,15 @@
        var mesRohIn = new MesRohIn();
        var single = base.GetSingle(it => it.EbelnK3id == eid);
        if (single != null) mesRohIn.Id = single.Id;
        if (single != null)
        {
            mesRohIn.Id = single.Id;
            if (single.CheckDate != null)
                mesRohIn.CheckDate = single.CheckDate;
            else
                mesRohIn.CheckDate = DateTime.Now;
        }
        var mesLinkU9 = Db.Queryable<MesLinkU9>()
            .Where(s => s.U9Id == rohIn.FSupplierId
@@ -143,6 +151,7 @@
        mesRohIn.PrivateDescSeg1 = rohIn.PrivateDescSeg1;
        mesRohIn.Version = rohIn.FVersion;
        mesRohIn.ZzpoNo = rohIn.ZzpoNo;
        mesRohIn.Remark1 = rohIn.Ywlx;
        //作废的相关字段
        mesRohIn.CancellationStatus = rohIn.FCancelStatus;