抛光,后道,GP12质量报表逻辑变动,看板逻辑变动

This commit is contained in:
2024-10-24 10:31:37 +08:00
parent 38c7c4ff83
commit 0f3232d32b
7 changed files with 105 additions and 25 deletions

View File

@@ -230,7 +230,7 @@
public int ProductDoorknobQualifiedTotal { get; set; } = 0;
/// <summary>
/// 产线倒车雷达合格数
/// 产线倒车雷达
///</summary>
public int ProductParkingSensorbQualifiedTotal { get; set; } = 0;
@@ -254,6 +254,8 @@
///</summary>
public int PolishWarehouseTotal { get; set; } = 0;
/// ========================== 抛光 ==================================
/// <summary>
/// 抛光投入总数
///</summary>
@@ -275,7 +277,7 @@
public int PolishDoorknobQualifiedTotal { get; set; } = 0;
/// <summary>
/// 抛光倒车雷达合格
/// 抛光倒车雷达数
///</summary>
public int PolishParkingSensorbQualifiedTotal { get; set; } = 0;
@@ -289,6 +291,8 @@
///</summary>
public int PolishDiscardTotal { get; set; } = 0;
/// ========================== 后道 ==================================
/// <summary>
/// ====== 后道检验零件投入总数 ======
///</summary>
@@ -310,7 +314,7 @@
public int AfterPolishDoorknobQualifiedTotal { get; set; } = 0;
/// <summary>
/// 后道倒车雷达合格
/// 后道倒车雷达数
///</summary>
public int AfterPolishParkingSensorbQualifiedTotal { get; set; } = 0;
@@ -329,6 +333,9 @@
///</summary>
public int AfterPolishDiscardTotal { get; set; } = 0;
/// ========================== GP12 ==================================
/// <summary>
/// ====== 一次合格品仓库零件总数 ======
///</summary>
@@ -396,6 +403,15 @@
/// ====== 二次统计数据 ======
/// <summary>
/// 后道直接出库后道跳过GP12投入数
///</summary>
public int AfterPolishOutTotal { get; set; } = 0;
/// <summary>
/// 后道直接入库后道跳过GP12合格数
///</summary>
public int AfterPolishInTotal { get; set; } = 0;
/// <summary>
/// 总抛光合格数 = GP12抛光合格数 + 后道抛光合格数

View File

@@ -72,7 +72,7 @@ namespace ZR.Model.MES.wms
public DateTime? EndTime { get; set; }
/// <summary>
/// 类别0-默认 1-抛光 2-打磨 3-报废 4-合计
/// 类别0-默认 1-直接出库
/// </summary>
public int? Type { get; set; }