销售出库两托下电梯逻辑调整 原材料仓转移控制

This commit is contained in:
2024-08-02 17:56:29 +08:00
parent 07d656a9d6
commit 82b7acf5dd
5 changed files with 76 additions and 13 deletions

View File

@@ -76,7 +76,11 @@
/// 外协存储区
/// </summary>
public const string REGION_YCLWX_ID = "26125771318821";
/// <summary>
/// 成品库出库暂存区
/// </summary>
public const string REGION_CPOutstockCache_ID = "35948525263893";
/// <summary>
/// 长管出库
/// </summary>
@@ -578,5 +582,16 @@
/// 原材料仓先进先出
/// </summary>
public const string POLICY_YCLOUTSTOCK = "WOSP202407260001";
/// <summary>
/// 成品仓四号梯点位
/// </summary>
public const string POINT_Elevator4 = "29728469086741";
/// <summary>
/// 成品仓三号梯点位
/// </summary>
public const string POINT_Elevator3 = "29307999693333";
}
}