From b159f7795dd800fd599589f36c2d6349e5cf15e7 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 02 十二月 2025 14:23:47 +0800
Subject: [PATCH] 流程卡明细界面修改工艺添加限制

---
 north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
index dfa8268..c019f24 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
@@ -450,6 +450,15 @@
 
     }
 
+    @ApiOperation("鑾峰彇鏈�鎶ュ伐鏂板伐搴�")
+    @PostMapping("/getNewProcess/{processId}/{orderNumber}/{technologyNumber}/{orderProcess}")
+    public Result getNewProcess(@PathVariable String processId,
+                                @PathVariable String orderNumber,
+                                @PathVariable String technologyNumber,
+                                @PathVariable List<String> orderProcess){
+        return Result.success(flowCardService.getNewProcessSv(processId,orderNumber,technologyNumber,orderProcess));
+    }
+
     @ApiOperation("淇敼宸ヨ壓娴佺▼")
     @PostMapping("/updateProcess/{processId}/{orderNumber}/{technologyNumber}/{orderId}/{process}")
     public Result updateProcess(

--
Gitblit v1.8.0