PDA质检任务数据重复显示bug;载具规格为外协料架-退至二楼暂存仓
This commit is contained in:
@@ -421,6 +421,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
/// 预任务生成业务类型-盘点出库
|
||||
/// </summary>
|
||||
public const string BIZTYPE_WMSCHECKOUTSTOCK_ID = "27718132310037";
|
||||
/// <summary>
|
||||
/// 预任务生成业务类型-暂控料出库
|
||||
/// </summary>
|
||||
public const string BIZTYPE_TEMPCONTROLOUTSTOCK_ID = "38027183728661";
|
||||
|
||||
/// <summary>
|
||||
/// 成品调拨入库
|
||||
@@ -470,6 +474,11 @@ namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
/// 载具规格-载运料架
|
||||
/// </summary>
|
||||
public const string CARRY_ZYLJSTD_ID = "34995839046677";
|
||||
/// <summary>
|
||||
/// 载具规格-外协料架
|
||||
/// </summary>
|
||||
public const string CARRY_WXLJSTD_ID = "37896162328597";
|
||||
|
||||
/// <summary>
|
||||
/// 打印状态-未打印
|
||||
/// </summary>
|
||||
|
||||
@@ -2386,7 +2386,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
|
||||
// 料架到暂存仓
|
||||
if (wmsCarryH.carrystd_id == "26037267399717")
|
||||
if (wmsCarryH.carrystd_id == "26037267399717" || wmsCarryH.carrystd_id==WmsWareHouseConst.CARRY_WXLJSTD_ID)
|
||||
{
|
||||
return await RackInstock_到暂存仓(input, wmsCarryH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user