|
@ -49,12 +49,12 @@ public class AssembleIssueRequestDetailDTO : SfsStoreDetailWithQtyDTOBase |
|
|
public string ProdLine { get; set; } |
|
|
public string ProdLine { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 已发数量
|
|
|
/// 已发数量 所有已经 生成任务的数量
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public decimal IssuedQty { get; set; } |
|
|
public decimal IssuedQty { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 已收数量
|
|
|
/// 已收数量 所有 任务已经执行发出的 总数量
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public decimal ReceivedQty { get; set; } |
|
|
public decimal ReceivedQty { get; set; } |
|
|
|
|
|
|
|
@ -79,7 +79,7 @@ public class AssembleIssueRequestDetailDTO : SfsStoreDetailWithQtyDTOBase |
|
|
/// 请求未收
|
|
|
/// 请求未收
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[NotMapped] |
|
|
[NotMapped] |
|
|
public decimal NotFinishQty => Qty - ReceivedQty; |
|
|
public decimal NotFinishQty => Qty - IssuedQty; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 位置码
|
|
|
/// 位置码
|
|
|