上架数量不能超过应入库数量-非采购入库-按产品

This commit is contained in:
tongfei
2023-12-09 17:33:27 +08:00
parent b0237444a4
commit 10d00e2318
2 changed files with 11 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> Contrast_Purchase_Count_Error = (80003, "箱内产品和采购单不一致");
public static ValueTuple<int, string> Contrast_Count_Error = (80003, "箱内产品和来源单不一致");
public static ValueTuple<int, string> Contrast_Qty_Error = (80003, "箱内产品数量超过可入库数量");
public static ValueTuple<int, string> ShelfNoPurchaseSave_Qty_Error = (80003, "上架数量不能大于当前应入库数量");
public static ValueTuple<int, string> ErpOrgError = (80004, "获取Erp相关组织数据失败请稍候再试");
public static ValueTuple<int, string> ErpSupplierError = (80005, "获取Erp相关供应商数据失败请稍候再试");