原材料转库、出库签收

This commit is contained in:
2024-05-21 15:00:13 +08:00
parent ccb52b157d
commit c40ce51e77
13 changed files with 528 additions and 53 deletions

View File

@@ -203,9 +203,13 @@
/// </summary>
public const string BIZTYPE_WMSDELIVERY_ID = "26585291847957";
/// <summary>
/// 预任务生成业务类型-销售出库下发(未定) TODO
/// 预任务生成业务类型-销售出库下发
/// </summary>
public const string BIZTYPE_WMSSALERELEASE_ID = "BIZTYPE_WMSSALERELEASE_ID";
public const string BIZTYPE_WMSSALERELEASE_ID = "25104446664213";
/// <summary>
/// 预任务生成业务类型-原材料转库单下发 todo
/// </summary>
public const string BIZTYPE_WMSMATERIALTRANSFER_ID = "BIZTYPE_WMSMATERIALTRANSFER_ID";
/// <summary>
/// 预任务生成业务类型-载具绑定
/// </summary>
@@ -311,6 +315,18 @@
/// </summary>
public const string FinishproductOutstockStation3 = "30018217822229";
/// <summary>
/// 一楼三工位库位
/// </summary>
public const string Floor1SGWOutstockStation1 = "30773146852476";
/// <summary>
/// 一楼三工位库位
/// </summary>
public const string Floor1SGWOutstockStation2 = "30773146852477";
/// <summary>
/// 一楼三工位库位
/// </summary>
public const string Floor1SGWOutstockStation3 = "30773146852478";
/// <summary>
/// 分拣任务生成Encode
/// </summary>
public const string WMS_SORTINGTASK_ENCODE = "Sortingtask";