增加提示

This commit is contained in:
18942506660
2024-03-15 15:24:13 +08:00
parent 5e7a455665
commit 8291a85cac
2 changed files with 10 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> MergeNumberError = (70006, "必须选择两个及以上的单合并");
public static ValueTuple<int, string> BoxNumberError= (70007, "该批箱数量不符,不能出库");
public static ValueTuple<int, string> BoxOutStockTaskMaterialError = (70008, "该批箱物料和出库单中不存在,不能出库");
public static ValueTuple<int, string> BoxOutStockTaskBoxError = (70009, "存在重复的箱号,请清空后重新操作");
public static ValueTuple<int, string> BoxIsTrueShelf = (80000, "箱号已上架入库");
public static ValueTuple<int, string> BoxNoData = (80000, "系统找不到该箱号");