三工位、提示优化
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user