cnf
2025-09-15 a6cad2fe831204993e4615c58d17d1a8fb689725
委外工单修改
已修改2个文件
8 ■■■■ 文件已修改
MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
MES.Service/service/BasicData/ProductionOrderManager.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs
@@ -13,7 +13,7 @@
    public string? FLot { get; set; } // 批号
    public string? FStockID { get; set; } // 仓库
    public string? FIssueType { get; set; } // 发料方式
    public string? FUnitID2 { get; set; } // 单位
    public string? FUnitID { get; set; } // 单位
    public string? FSupplyType { get; set; } // 供应类型
    public string? FNumerator { get; set; } // 分子
    public string? FDenominator { get; set; } // 分母
MES.Service/service/BasicData/ProductionOrderManager.cs
@@ -200,8 +200,8 @@
                BatchNo = erpDto.FLot,
                Warehouse = erpDto.FStockID,
                IssuingMethod = erpDto.FIssueType,
                Unit = erpDto.FUnitID2,
                Unit2 = erpDto.FUnitID3,
                Unit = erpDto.FUnitID,
                Unit2 = erpDto.FUnitID,
                SupplyingType = erpDto.FSupplyType,
                Numerator = Convert.ToDecimal(erpDto.FNumerator),
                Denominator = Convert.ToDecimal(erpDto.FDenominator),
@@ -212,7 +212,7 @@
                SubItemType = erpDto.FMaterialType,
                ItemNo = erpDto.FReplaceGroup,
                OwnerType = erpDto.FOwnerTypeId,
                Owner = erpDto.FOwnerID2,
                Owner = erpDto.FOwnerID,
                Fisgetscrap = erpDto.FISGETSCRAP,
                Fiskeycomponent = erpDto.FISKEYCOMPONENT,
                Fsrctransorgid = erpDto.FSRCTRANSORGID,