增加码块订货号解析顺序配置项
This commit is contained in:
@@ -53,6 +53,11 @@ namespace MesWork
|
||||
/// </summary>
|
||||
public static string WeighingType = AppSettings["WeighingType"] ?? "Hanging";
|
||||
|
||||
/// <summary>
|
||||
/// 码块订货号解析顺序:0=订货号在前, 1=流水号在前
|
||||
/// </summary>
|
||||
public static int CodeBlockOrderNoReverse = int.TryParse(AppSettings["CodeBlockOrderNoReverse"], out var _cbonr) ? _cbonr : 0;
|
||||
|
||||
/// <summary>
|
||||
/// 工位1现场工位号,Hanging模式下代表放油前工位
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user