StandardInterface/MES.Service/service/BasicData/Production/ProductionOrderManager.cs
@@ -113,7 +113,7 @@ var entity = new Womcaa { Caa001 = erpDto.ppbombillno, /// 单号 Caa001 = erpDto.FBillNo, /// 单号 //Caa001 = erpDto.FBillNo, DepotCode = erpDto.FStockID, CreateDate = erpDto.FDate, // ParseDateTime(erpDto.FDate) ?? null, @@ -171,6 +171,10 @@ // F_WWDD_SCTZD = erpDto.F_WWDD_SCTZD, // F_WWDD_XH = erpDto.F_WWDD_XH, //F_XIFG_TEXT_TZK = erpDto.F_XIFG_Text_tzk WwOrg=erpDto.WW_ZZ, CgOrg=erpDto.CG_ZZ, SuppId=erpDto.FSUPPLIERID, }; var single = base.GetSingle(it => it.Erpid == entity.Erpid);