提示语

This commit is contained in:
tongfei
2023-12-06 16:36:03 +08:00
parent f1dba1cfcc
commit a5e2d4592a

View File

@@ -43,7 +43,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> InStockTaskNoData = (900000, "来源单不存在");
public static ValueTuple<int, string> BoxBindTaskDetailsIdNotChoose = (900000, "箱号仓库不对");
public static ValueTuple<int, string> ErpStockNoData = (900000, "Erp仓库信息不完整");
public static ValueTuple<int, string> Box_NoBind_Task_Data = (80001, "该箱号不在收货信息中,请核对再试!");
public static ValueTuple<int, string> Box_NoBind_Task_Data = (80001, "该箱号未收货, 请收货后再试!");
public static ValueTuple<int, string> OrderNoData = (80002, "单据信息不存在,请核对后再试!");
public static ValueTuple<int, string> ContrastError = (80003, "箱内产品和数量与来源单不一致");
public static ValueTuple<int, string> Contrast_Purchase_Error = (80003, "箱内产品和数量与采购单不一致");