修复bug
This commit is contained in:
@@ -24,7 +24,7 @@ namespace WMS.Web.Domain.Values
|
||||
public static ValueTuple<int, string> SourceBillNoDateError = (40005, "来源单不存在,请核对后再试");
|
||||
|
||||
//出库任务单
|
||||
public static ValueTuple<int, string> MergeStatusError = (70000, "所选单据数据不一致,不能合并");
|
||||
public static ValueTuple<int, string> MergeStatusError = (70000, "请选择出库状态为”待出库”且出库类型为”销售出库”发货组织和收货客户以及发货仓库一致的数据");
|
||||
public static ValueTuple<int, string> OutStockQtyError = (70001, "可出库数量不足");
|
||||
public static ValueTuple<int, string> OutStockTaskNoData = (70002, "出库单不存在");
|
||||
public static ValueTuple<int, string> OutStockMaterialError = (70003, "出库物料在任务单中不存在");
|
||||
|
||||
Reference in New Issue
Block a user