From 2f73fee4e429bd57df092ab185dfee2e1306ff09 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 14 四月 2025 12:37:39 +0800
Subject: [PATCH] 单据增加业务号

---
 src/main/java/com/zy/asrs/service/WorkService.java |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/WorkService.java b/src/main/java/com/zy/asrs/service/WorkService.java
index 490e1d2..61750ed 100644
--- a/src/main/java/com/zy/asrs/service/WorkService.java
+++ b/src/main/java/com/zy/asrs/service/WorkService.java
@@ -2,6 +2,7 @@
 
 import com.zy.asrs.entity.BasDevp;
 import com.zy.asrs.entity.WaitPakin;
+import com.zy.asrs.entity.WrkMast;
 import com.zy.asrs.entity.param.EmptyPlateOutParam;
 import com.zy.asrs.entity.param.FullStoreParam;
 import com.zy.asrs.entity.param.LocDetlAdjustParam;
@@ -37,6 +38,12 @@
     void stockOut(BasDevp staNo, TaskDto taskDto, Long userId);
 
     /**
+     * mes璋冪敤鍑哄簱
+     * @param endLocation 鍦扮爜
+     */
+    void stockOut(BasDevp staNo, TaskDto taskDto, Long userId,String endLocation);
+
+    /**
      * 绌烘澘鍏ュ簱
      * @return 搴撲綅鍙�
      */
@@ -46,6 +53,13 @@
      * 绌烘澘鍑哄簱
      */
     void emptyPlateOut(EmptyPlateOutParam param, Long userId);
+
+    /**
+     * 鑷姩绌烘澘鍑哄簱
+     * @param param
+     * @return
+     */
+    public WrkMast emptyPlateOut(EmptyPlateOutParam param);
 
     /**
      * 鐩樼偣鍑哄簱
@@ -81,4 +95,12 @@
      * 閫氱煡妗f墜鍔ㄧ敓鎴愪换鍔�
      */
     StartupDto createWaitPainWrkMastStart(List<WaitPakin> list, Long userId);
+
+    /**
+     * 閫氱煡妗f墜鍔ㄧ敓鎴愪换鍔�
+     */
+    String dealPreHaveStart(Integer wrkNo, Long userId);
+
+    void turnMatLocDetl(EmptyPlateOutParam param, Long userId);
+
 }

--
Gitblit v1.9.1