数字翻牌器修改
This commit is contained in:
@@ -19,12 +19,15 @@ namespace DOAN.Model.MES.SmartScreen.Product
|
||||
/// <summary>
|
||||
/// 今日已经完成工单数
|
||||
/// </summary>
|
||||
public int FinishedWorkorderQuantity { get; set; }
|
||||
//public int FinishedWorkorderQuantity { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 今日未完成工单数
|
||||
/// 今日物料领用
|
||||
/// </summary>
|
||||
public int UnFinishedWorkorderQuantity { get; set; }
|
||||
public int MaterialRequisitionQuantity { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 今日生产计划总数
|
||||
@@ -32,12 +35,13 @@ namespace DOAN.Model.MES.SmartScreen.Product
|
||||
public int ProductionPlanQuantity { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 今日生产完成总数
|
||||
/// </summary>
|
||||
public int ProductionFinishQuantity { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// 今日生产完成总数
|
||||
///// </summary>
|
||||
//public int ProductionFinishQuantity { get; set; }
|
||||
|
||||
// 今日出货数量
|
||||
public int ShipmentQuantity { get; set; }
|
||||
/// <summary>
|
||||
/// 今天动用组数
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user