mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
添加小板查询更改,柜体删除逻辑更改,修改开料状态逻辑更改
This commit is contained in:
+3
@@ -37,6 +37,9 @@ public interface SystemConfigApi {
|
||||
@Operation(summary = "获取排单下的加工方案组的配置信息")
|
||||
CommonResult<List<SystemConfigRespDTO>> getProcessByIds(@RequestParam("processIds") List<Long> processIds);
|
||||
|
||||
@GetMapping(PREFIX + "/organ/process-config-size")
|
||||
@Operation(summary = "获取方案组对应的配置数量")
|
||||
CommonResult<Integer> getProcessSizeByIds(@RequestParam("processIds") List<Long> processIds);
|
||||
|
||||
@GetMapping(PREFIX + "/organ/default-process-config")
|
||||
@Operation(summary = "获取默认的加工方案组的配置信息")
|
||||
|
||||
+2
@@ -343,6 +343,8 @@ public class ErrorCodeConstants {
|
||||
public static final ErrorCode PLAN_PLATE_OPTIMIZE_DATA_ERROR = new ErrorCode(1_002_041_037, "当前排单对应的优化数据异常,请重新进行优化");
|
||||
public static final ErrorCode THIS_ORDER_PLATE_DATA_ERROR = new ErrorCode(1_002_041_038, "当前选择的生产单数据为空,请检查生产单信息或者重新导入生产单");
|
||||
public static final ErrorCode THIS_PLAN_PLATE_DATA_ERROR = new ErrorCode(1_002_041_039, "当前排单对应的板材数据为空,请重新进行排单或检查生产单对应的板材信息");
|
||||
public static final ErrorCode PLAN_PROCESS_CONFIG_IS_NULL = new ErrorCode(1_002_041_040, "排单:{} 对应的方案组为空,请进行配置");
|
||||
public static final ErrorCode PLAN_PROCESS_CONFIG_ALL_IS_NULL = new ErrorCode(1_002_041_041, "当前所选排单对应的方案组配置均为空,请重新进行方案组配置");
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user