三工位、提示优化

This commit is contained in:
2024-07-22 18:25:42 +08:00
parent c44c926c0c
commit 076b029532
4 changed files with 11 additions and 10 deletions

View File

@@ -446,17 +446,17 @@
/// </summary>
public const string Floor1GLSGWOutstockStation5 = "34863907485461";
/// <summary>
/// todo 一楼外协三工位库位
/// 一楼外协三工位库位
/// </summary>
public const string Floor1WXSGWOutstockStation1 = "111";
public const string Floor1WXSGWOutstockStation1 = "35704220754709";
/// <summary>
/// todo 一楼外协三工位库位
/// 一楼外协三工位库位
/// </summary>
public const string Floor1WXSGWOutstockStation2 = "222";
public const string Floor1WXSGWOutstockStation2 = "35704226358805";
/// <summary>
/// todo 一楼外协三工位库位
/// 一楼外协三工位库位
/// </summary>
public const string Floor1WXSGWOutstockStation3 = "333";
public const string Floor1WXSGWOutstockStation3 = "35704230368021";
/// <summary>
/// 分拣任务生成Encode
/// </summary>

View File

@@ -180,7 +180,7 @@ namespace Tnb.WarehouseMgr
{
Logger.LogError(ex.Message);
Logger.LogError(ex.StackTrace);
throw new AppFriendlyException($"绑定失败(1.可能是存在已被绑定的条码 2.存在与此载具编号相同的载具 3.存在字段传了空值) {ex.Message}", 500);
throw new AppFriendlyException($"绑定失败(1.可能是存在已被绑定的条码 2.存在其他与此载具编号相同的载具 3.存在字段传了空值) {ex.Message}", 500);
}
catch (Exception ex)
{

View File

@@ -345,7 +345,7 @@ namespace Tnb.WarehouseMgr
{
Logger.LogError(ex.Message);
Logger.LogError(ex.StackTrace);
throw new AppFriendlyException($"绑定失败(1.可能是存在已被绑定的条码 2.存在与此载具编号相同的载具 3.存在字段传了空值) {ex.Message}", 500);
throw new AppFriendlyException($"绑定失败(1.可能是存在已被绑定的条码 2.存在其他与此载具编号相同的载具 3.存在字段传了空值) {ex.Message}", 500);
}
catch (Exception ex)
{