齐套业务代码提交

This commit is contained in:
alex
2023-06-25 18:18:34 +08:00
parent 1bdc38adf1
commit 6b48341493
5 changed files with 232 additions and 9 deletions

View File

@@ -42,8 +42,8 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 预任务单据状态-已完成Id
/// </summary>
public const string PRETASK_BILL_STATUS_CANCEL_ID = "26126842129701";
//
//
/// <summary>
/// 任务单据状态-待执行Id
/// </summary>
@@ -65,7 +65,7 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 任务单据状态-已取消ID
/// </summary>
public const string TASK_BILL_STATUS_CANCEL_ID = "26126863175461";
/// <summary>
/// 单据状态-作业中
/// </summary>
@@ -74,6 +74,23 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 单据状态-完成
/// </summary>
public const string BILLSTATUS_COMPLETE_ID = "25065149810453";
/// <summary>
/// 单据状态-取消
/// </summary>
public const string BILLSTATUS_CANCEL_ID = "25065146252309";
/// <summary>
/// 单据状态-新增
/// </summary>
public const string BILLSTATUS_ADD_ID = "25065138925589";
/// <summary>
/// 单据状态-已呼叫
/// </summary>
public const string BILLSTATUS_CALLED_ID = "25065138925589";
/// <summary>
/// 单据状态-待配送
/// </summary>
public const string BILLSTATUS_TOBESHIPPED_ID = "26169434213669";
/// <summary>
/// 任务类型-入库TypeId
/// </summary>
@@ -86,7 +103,7 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 任务类型-转移TypeId
/// </summary>
public const string WMS_PRETASK_TRANSFER_TYPE_ID = "26126753796389";
/// <summary>
/// 预任务生成业务类型-空载具出库
/// </summary>
@@ -149,7 +166,5 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// </summary>
public const string BARCODE_PRINT_STATUS_COMPLETE_ID = "26191372853541";
}
}

View File

@@ -55,9 +55,9 @@ public partial class WmsKittingoutD : BaseEntity<string>
public string? code_batch { get; set; }
/// <summary>
/// 数量(件数)
/// 出库需求数量
/// </summary>
public decimal qty { get; set; }
public decimal pr_qty { get; set; }
/// <summary>
/// 箱数