齐套分拣,齐套出库,业务代码调整

This commit is contained in:
2023-06-29 18:08:12 +08:00
parent 3a1c2ad1f0
commit 31fdfd66c9
5 changed files with 130 additions and 93 deletions

View File

@@ -10,6 +10,8 @@ namespace Tnb.WarehouseMgr.Entities.Consts
{
public class WmsWareHouseConst
{
public const string WAREHOUSE_ZC_ID = "2";
/// <summary>
/// 出入库单据状态TypeID
/// </summary>
@@ -93,7 +95,7 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// <summary>
/// 单据状态-已呼叫
/// </summary>
public const string BILLSTATUS_CALLED_ID = "25065138925589";
public const string BILLSTATUS_CALLED_ID = "26169430480933";
/// <summary>
/// 单据状态-待配送
/// </summary>

View File

@@ -24,10 +24,6 @@ public partial class WmsKittingoutD : BaseEntity<string>
/// </summary>
public string bill_id { get; set; } = string.Empty;
/// <summary>
/// 行号
/// </summary>
public int bill_line { get; set; }
/// <summary>
/// 物品ID
@@ -67,7 +63,7 @@ public partial class WmsKittingoutD : BaseEntity<string>
/// <summary>
/// 实际数量(件数)
/// </summary>
public decimal real_qty { get; set; }
public decimal qty { get; set; }
/// <summary>
/// 实际箱数

View File

@@ -24,11 +24,6 @@ public partial class WmsSetsortingD : BaseEntity<string>
/// </summary>
public string bill_id { get; set; } = string.Empty;
/// <summary>
/// 行号
/// </summary>
public int bill_line { get; set; }
/// <summary>
/// 物品ID
/// </summary>