1
hao
2025-06-19 ea4002e9f17e4659cf1905250780f5e0a5b17473
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,
@@ -144,6 +144,7 @@
            Fsubid = erpDto.FSUBID,
            Fsubbillnoseq = erpDto.FSUBBILLNOSEQ,
            Fsubbillno = erpDto.FSUBBILLNO,
            Caa020 = erpDto.FSUBBILLNO,
            SrcBillType = erpDto.FSrcBillType,
            SrcBillNo = erpDto.FSrcBillNo,
            SrcBillentryseq = erpDto.FSrcBillEntrySeq,
@@ -171,6 +172,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);