排单投入生产逻辑更改

This commit is contained in:
liuzhaotian
2025-01-14 13:36:36 +08:00
parent bc6275bca3
commit 7344694252
10 changed files with 54 additions and 9 deletions
@@ -339,6 +339,7 @@ public class ErrorCodeConstants {
public static final ErrorCode THIS_PROCESS_CONFIG_DATA_ERROR = new ErrorCode(1_002_041_032, "当前选择的加工方案组配置有误,请选择其他方案组或重新配置该方案组");
public static final ErrorCode CREAT_PLAN_PLATE_DATA_ERROR = new ErrorCode(1_002_041_033, "当前板材已有小板创建板材,请重新查询生产单信息再创建");
public static final ErrorCode UPDATE_NO_PLAN_PLATE_DATA_ERROR = new ErrorCode(1_002_041_034, "当前排单无开料板,无法取消开料,请重新尝试");
public static final ErrorCode PLAN_PLATE_DATA_ERROR = new ErrorCode(1_002_041_035, "当前排单没有选择板材数据,请进行选择");
//=========== 应用信息 1-002-037-000 ============