From 225a85b1a55f4475ba4441b3ed350e0df35ff735 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期二, 26 三月 2024 08:22:36 +0800 Subject: [PATCH] 点击取消移库任务时无法将目标储位与起始储位恢复,扫描完箱码数量后,未显示出向内条码信息。 取消分配后 点击编辑库存数量显示错误,锁定数量超出库存数量,添加明细时获取的物料信息存在问题。 --- Wms/Model/ModelDto/SysDto/CustomerDto.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/Model/ModelDto/SysDto/CustomerDto.cs b/Wms/Model/ModelDto/SysDto/CustomerDto.cs index 52ea4a7..3277fae 100644 --- a/Wms/Model/ModelDto/SysDto/CustomerDto.cs +++ b/Wms/Model/ModelDto/SysDto/CustomerDto.cs @@ -18,7 +18,7 @@ public string CustomerName { get; set; } /// <summary> - /// 绫诲瀷 0 閿�鍞鎴�/璐т富 1 渚涜揣鍟� + /// 绫诲瀷 0 閿�鍞鎴� 1 渚涜揣鍟� 2锛氳揣涓� /// </summary> public int? Type { get; set; } -- Gitblit v1.8.0