优先级、转库单批号过滤

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

@@ -455,6 +455,7 @@ namespace Tnb.WarehouseMgr
commonCreatePretaskInput.carry_code = input.carry_code;
commonCreatePretaskInput.task_type = "";
commonCreatePretaskInput.biz_type = WmsWareHouseConst.BIZTYPE_PRDRETURN_ID;
commonCreatePretaskInput.priority = WmsWareHouseConst.priority_instock;
var res = await _wareHouseService.CommonCreatePretask(commonCreatePretaskInput);
if (res.code != JNPF.Common.Enums.HttpStatusCode.OK)