原材料转库逻辑变更
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
{
|
||||
public class WmsWareHouseConst
|
||||
{
|
||||
/// <summary>
|
||||
/// 集中供料仓
|
||||
/// </summary>
|
||||
public const string WAREHOUSE_JZGL_ID = "34377195181845";
|
||||
/// <summary>
|
||||
/// 原材料仓ID
|
||||
/// </summary>
|
||||
@@ -303,29 +307,29 @@
|
||||
public const string CHECKSTATUS_PDJZ_ID = "27584597303317";
|
||||
|
||||
/// <summary>
|
||||
/// 一楼成品出库工位
|
||||
/// 一楼供料三工位库位
|
||||
/// </summary>
|
||||
public const string FinishproductOutstockStation1 = "30018211902485";
|
||||
public const string Floor1GLSGWOutstockStation1 = "30773146852476";
|
||||
/// <summary>
|
||||
/// 一楼成品出库工位
|
||||
/// 一楼供料三工位库位
|
||||
/// </summary>
|
||||
public const string FinishproductOutstockStation2 = "30018225923349";
|
||||
public const string Floor1GLSGWOutstockStation2 = "30773146852477";
|
||||
/// <summary>
|
||||
/// 一楼成品出库工位
|
||||
/// 一楼供料三工位库位
|
||||
/// </summary>
|
||||
public const string FinishproductOutstockStation3 = "30018217822229";
|
||||
public const string Floor1GLSGWOutstockStation3 = "30773146852478";
|
||||
/// <summary>
|
||||
/// 一楼三工位库位
|
||||
/// todo 一楼外协三工位库位
|
||||
/// </summary>
|
||||
public const string Floor1SGWOutstockStation1 = "30773146852476";
|
||||
public const string Floor1WXSGWOutstockStation1 = "111";
|
||||
/// <summary>
|
||||
/// 一楼三工位库位
|
||||
/// todo 一楼外协三工位库位
|
||||
/// </summary>
|
||||
public const string Floor1SGWOutstockStation2 = "30773146852477";
|
||||
public const string Floor1WXSGWOutstockStation2 = "222";
|
||||
/// <summary>
|
||||
/// 一楼三工位库位
|
||||
/// todo 一楼外协三工位库位
|
||||
/// </summary>
|
||||
public const string Floor1SGWOutstockStation3 = "30773146852478";
|
||||
public const string Floor1WXSGWOutstockStation3 = "333";
|
||||
/// <summary>
|
||||
/// 分拣任务生成Encode
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user