wbc
3 天以前 5e9162834262836280dfb143e9872f2a53876169
生产订单添加当前推送时间
已修改4个文件
12 ■■■■ 文件已修改
StandardPda/MES.Service/Modes/Womcaa.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardPda/MES.Service/service/WomcaaManager.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardPda/MESApplication/Controllers/Warehouse/womdaaController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardPda/MESApplication/Controllers/WomcaaController.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardPda/MES.Service/Modes/Womcaa.cs
@@ -523,4 +523,10 @@
    /// </summary>
    [SugarColumn(ColumnName = "TYPEA")]
    public string? Typea { get; set; }
    /// <summary>
    ///     推送时间
    /// </summary>
    [SugarColumn(ColumnName = "TS_DATE")]
    public DateTime? TsDate { get; set; }
}
StandardPda/MES.Service/service/WomcaaManager.cs
@@ -158,6 +158,7 @@
            Reasonforrework = dto.FReasonForRework,
            Isforcewholeset = dto.FIsForceWholeSet,
            PREVMO = dto.FPrevMO,
            TsDate = DateTime.Now,
            Typea = dto.TypeA
        };
StandardPda/MESApplication/Controllers/Warehouse/womdaaController.cs
@@ -18,7 +18,7 @@
        private readonly WomdaaManager m = new();
        private readonly MessageCenterManager _manager = new();
        private readonly string METHOD = "POST";
        private readonly string TableName = "womdaa";
StandardPda/MESApplication/Controllers/WomcaaController.cs
@@ -29,6 +29,7 @@
        entity.TableName = TableName;
        entity.Url = URL + "Save";
        entity.Method = METHOD;
        entity.PageName = rohIn.ErpCaa.FBillNo;
        entity.Data = JsonConvert.SerializeObject(rohIn);
        entity.Status = 1;
        entity.CreateBy = "PL017";
@@ -83,7 +84,7 @@
            resultInfos.tbBillList = save;
            entity.Result = 0;
            if (save) entity.Result = 1;
            if (save) entity.Result = 1;
            entity.DealWith = 1;
            _manager.save(entity);