This commit is contained in:
tongfei
2024-03-22 16:36:41 +08:00
parent 5987c971d0
commit 17378dafb5
3 changed files with 34 additions and 23 deletions

View File

@@ -29,6 +29,7 @@ namespace WMS.Web.Domain.Values
/// </summary>
public static ValueTuple<int, string> NoRoot = (40005, "没有菜单权限,无法登录");
public static ValueTuple<int, string> ErpSyns = (40006, "正在同步金蝶数据,请稍候再试!");
public static ValueTuple<int, string> ErpSynsError = (40006, "同步金蝶数据失败!");
//出库任务单
public static ValueTuple<int, string> MergeStatusError = (70000, "请选择出库状态为”待出库”且出库类型为”销售出库”发货组织和收货客户以及发货仓库一致的数据");
public static ValueTuple<int, string> OutStockQtyError = (70001, "可出库数量不足");