优先级、转库单批号过滤

This commit is contained in:
2024-11-06 17:02:55 +08:00
parent a058081207
commit 92fed4d3d5
8 changed files with 21 additions and 10 deletions

View File

@@ -264,6 +264,7 @@ namespace Tnb.WarehouseMgr
commonCreatePretaskInput.carry_code = wmsCarryH.carry_code;
commonCreatePretaskInput.task_type = WmsWareHouseConst.WMS_PRETASK_INSTOCK_TYPE_ID;
commonCreatePretaskInput.biz_type = WmsWareHouseConst.BIZTYPE_WmsMaterialSign_ID;
commonCreatePretaskInput.priority = WmsWareHouseConst.priority_instock;
Logger.LogInformation($"【MaterialSign】 开始生成原材料仓回库任务 起点{carryLoc.location_code} 终点{endLocations[0].location_code} 托盘 {wmsCarryH.carry_code}");