入库申请模块代码提交

This commit is contained in:
alex
2023-06-16 17:11:50 +08:00
parent 6c57264782
commit 168d2220ca
7 changed files with 52 additions and 6 deletions

View File

@@ -71,6 +71,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// </summary>
public const string BILLSTATUS_ON_ID = "25065143245845";
/// <summary>
/// 单据状态-完成
/// </summary>
public const string BILLSTATUS_COMPLETE_ID = "25065149810453";
/// <summary>
/// 任务类型-入库TypeId
/// </summary>
public const string WMS_PRETASK_INSTOCK_TYPE_ID = "26126748597797";