南骏 池
2025-06-06 a4ae3bf5f1826e8e29a95da3dc2c947d713d4ebb
MES.Service/service/BasicData/TransferRequestManager.cs
@@ -141,7 +141,7 @@
            FDocumentStatus = erpDto.FDocumentStatus, // 单据状态
            FDate = !String.IsNullOrEmpty(erpDto.FDate) ? DateTime.ParseExact(erpDto.FDate, "yyyy-MM-dd HH:mm:ss", null) : null, // 申请日期
            FAppOrgId = erpDto.FAPPORGID, // 申请组织
            FBusinessType = erpDto.FBusinessType, // 业务类型
            //FTransType = erpDto.FTRANSTYPE, // 调拨类型
            //FTransferDirect = erpDto.FTransferDirect, // 调拨方向
@@ -152,13 +152,14 @@
            FCreateDate = !String.IsNullOrEmpty(erpDto.FCreateDate) ? DateTime.ParseExact(erpDto.FCreateDate, "yyyy-MM-dd HH:mm:ss", null) : null, // 创建日期
            FModifierId = erpDto.FModifierId, // 最后修改人
            FModifyDate = !String.IsNullOrEmpty(erpDto.FModifyDate) ? DateTime.ParseExact(erpDto.FModifyDate, "yyyy-MM-dd HH:mm:ss", null) : null, // 最后修改日期
            FApproveDate = !String.IsNullOrEmpty(erpDto.FAPPROVEDATE) ? DateTime.ParseExact(erpDto.FAPPROVEDATE, "yyyy-MM-dd HH:mm:ss", null) : null, // 审核日期
            FApproveDate = DateTime.Now,//审核状态
            FCloseStatus = erpDto.FCloseStatus, // 关闭状态
            FCloserId = erpDto.FCloserId, // 关闭人
            //FCloseDate = !String.IsNullOrEmpty(erpDto.FCloseDate) ? DateTime.ParseExact(erpDto.FCloseDate, "yyyy-MM-dd HH:mm:ss", null) : null, // 关闭日期
            FUnwBaseBomBb = erpDto.F_UNW_Base_BOMBB, // BOM版本
            FUnwBaseFxwlBm = erpDto.F_UNW_Base_FXWLBM, // 父项物料编号
            Source = "ERP",//单据来源
            FHasLink = true,
            FApproveStatus = 1,//审核状态
        };