WMS 库房业务,生成任务,任务执行
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.CodeDom;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -22,6 +23,18 @@ namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
/// </summary>
|
||||
public const string PRETASK_BILL_STATUS_DXF_ID = "26126822610469";
|
||||
/// <summary>
|
||||
/// 预任务单据状态-已下发Id
|
||||
/// </summary>
|
||||
public const string PRETASK_BILL_STATUS_YXF_ID = "26126830290469";
|
||||
/// <summary>
|
||||
/// 预任务单据状态-已开始Id
|
||||
/// </summary>
|
||||
public const string PRETASK_BILL_STATUS_START_ID = "26126834032677";
|
||||
/// <summary>
|
||||
/// 任务单据状态-已下达Id
|
||||
/// </summary>
|
||||
public const string TASK_BILL_STATUS_YXD_ID = "26126853976101";
|
||||
/// <summary>
|
||||
/// 预任务生成业务类型-载具移入Id
|
||||
/// </summary>
|
||||
public const string BIZTYPE_MOVEIN_ID = "26121988909861";
|
||||
@@ -29,5 +42,9 @@ namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
/// 单据状态-作业中
|
||||
/// </summary>
|
||||
public const string BILLSTATUS_ON_ID = "25065143245845";
|
||||
/// <summary>
|
||||
/// 预任务类型-入库TypeId
|
||||
/// </summary>
|
||||
public const string WMS_PRETASK_INSTOCK_TYPE_ID = "26126748597797";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user