增加码块订货号解析顺序配置项

This commit is contained in:
XingCheng3
2026-05-16 13:48:12 +08:00
parent bb307f01db
commit e11c727114
3 changed files with 41 additions and 25 deletions

View File

@@ -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>