This commit is contained in:
alex
2023-06-15 18:45:22 +08:00
8 changed files with 409 additions and 151 deletions

View File

@@ -34,6 +34,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 预任务单据状态-已完成Id
/// </summary>
public const string PRETASK_BILL_STATUS_COMPLE_ID = "26126860808229";
/// <summary>
/// 预任务单据状态-已完成Id
/// </summary>
public const string PRETASK_BILL_STATUS_CANCEL_ID = "26126842129701";
//
/// <summary>
/// 任务单据状态-已下达Id
@@ -47,6 +51,11 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 任务单据状态-已完成ID
/// </summary>
public const string TASK_BILL_STATUS_COMPLE_ID = "26126860808229";
/// <summary>
/// 任务单据状态-已取消ID
/// </summary>
public const string TASK_BILL_STATUS_CANCEL_ID = "26126863175461";
/// <summary>
/// 单据状态-作业中
/// </summary>