包材入库 包材出库 PDA空载具出库bug、其它bug处理
This commit is contained in:
@@ -53,7 +53,10 @@
|
||||
/// 四楼灭菌仓
|
||||
/// </summary>
|
||||
public const string WAREHOUSE_MJC_ID = "35412482304021";
|
||||
|
||||
/// <summary>
|
||||
/// 二楼包材区
|
||||
/// </summary>
|
||||
public const string WAREHOUSE_F2BCQ_ID = "35434198944789";
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -277,6 +280,14 @@
|
||||
/// </summary>
|
||||
public const string BIZTYPE_PRDRETURN_ID = "BIZTYPE_PRDRETURN_ID";
|
||||
/// <summary>
|
||||
/// 预任务生成业务类型-包材入库 todo
|
||||
/// </summary>
|
||||
public const string BIZTYPE_WMSPACKINSTOCK_ID = "BIZTYPE_WMSPACKINSTOCK_ID";
|
||||
/// <summary>
|
||||
/// 预任务生成业务类型-包材出库 todo
|
||||
/// </summary>
|
||||
public const string BIZTYPE_WMSPACKOUTSTOCK_ID = "BIZTYPE_WMSPACKOUTSTOCK_ID";
|
||||
/// <summary>
|
||||
/// 预任务生成业务类型-载具绑定
|
||||
/// </summary>
|
||||
public const string BIZTYPE_WMSCARRYBIND_ID = "27118595509525";
|
||||
|
||||
Reference in New Issue
Block a user