重复执行金蝶数据问题

This commit is contained in:
18942506660
2024-03-21 10:39:35 +08:00
parent 5eb941a0ae
commit a8edf2afcc
2 changed files with 15 additions and 2 deletions

View File

@@ -28,7 +28,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> MergeStatusError = (70000, "请选择出库状态为”待出库”且出库类型为”销售出库”发货组织和收货客户以及发货仓库一致的数据");
public static ValueTuple<int, string> OutStockQtyError = (70001, "可出库数量不足");