hao
2025-05-14 ee0a52b0f4048e4626640d03627993826cff3e48
采购订单2
已修改4个文件
6 ■■■■■ 文件已修改
StandardInterface/MES.Service/Dto/webApi/ErpCAB.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardInterface/MES.Service/Modes/Womcaa.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardInterface/MES.Service/Modes/Womcab.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardInterface/MES.Service/service/WomcaaManager.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardInterface/MES.Service/Dto/webApi/ErpCAB.cs
@@ -17,6 +17,7 @@
    public string? FStockID { get; set; }  //仓库
    public string? FIssueType { get; set; }//发料方式
    public string? GY { get; set; }//工艺
    //public string? BTBZ { get; set; }
    public string? FUnitID { get; set; }      //单位
StandardInterface/MES.Service/Modes/Womcaa.cs
@@ -13,7 +13,7 @@
        /// <summary>
        /// 自增列 
        ///</summary>
         [SugarColumn(ColumnName="ID" ,IsPrimaryKey = true   )]
         [SugarColumn(ColumnName="ID" ,IsPrimaryKey = true , OracleSequenceName = "SEQ_CAA")]
         public decimal Id { get; set; }
        /// <summary>
        /// 生产订单行内码 
StandardInterface/MES.Service/Modes/Womcab.cs
@@ -13,7 +13,7 @@
        /// <summary>
        /// 自增列 
        ///</summary>
         [SugarColumn(ColumnName="ID" ,IsPrimaryKey = true   )]
         [SugarColumn(ColumnName="ID" ,IsPrimaryKey = true,  OracleSequenceName = "SEQ_CAB")]
         public decimal Id { get; set; }
        /// <summary>
        /// 生产用料清单行内码 
StandardInterface/MES.Service/service/WomcaaManager.cs
@@ -237,6 +237,7 @@
                Lot = dto.FLot,                               //批号
                DepotCode = dto.FStockID,                     //仓库
                IssueType = dto.FIssueType,                   //发料方式
                Cab008 = dto.GY,            //工艺
                Cab009 = dto.FUnitID,                          //单位
                SupplyType = dto.FSupplyType,                  //供应类型
                Cab012 = Convert.ToDecimal(dto.FStdQty),        // 标准用量