提示语

This commit is contained in:
tongfei
2023-12-06 17:27:57 +08:00
parent d1cb4b25f7
commit 17dbdcd36f
2 changed files with 10 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> BoxHaveError = (80008, "箱号已收货");
public static ValueTuple<int, string> AdjustError = (80009, "与金蝶校准发生错误,请稍候再试!");
public static ValueTuple<int, string> InventoryNoSourceError = (800010, "来源数据不存在,请稍候再试!");
public static ValueTuple<int, string> BoxInventoryNoDataError = (800011, "箱库存不存在,请稍候再试!");
public static ValueTuple<int, string> BoxInventoryNoDataError = (800011, "该箱号不存在库存");
public static ValueTuple<int, string> BoxInventoryMaterialNoDataError = (800041, "箱物料库存数据不存在,请稍候再试!");
public static ValueTuple<int, string> BoxInventoryNoInventoryError = (800012, "箱库存物料数量不足,请核对后再试!");
public static ValueTuple<int, string> InventoryDetailsNoInventoryError = (800012, "物料库存数量不足,请核对后再试!");