From 075d19c410180b7cee4068ecc75ddcc09c8a49d8 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 13 一月 2026 20:10:50 +0800
Subject: [PATCH] no message
---
src/main/java/com/zy/asrs/service/WorkService.java | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/WorkService.java b/src/main/java/com/zy/asrs/service/WorkService.java
index 239535b..f1af680 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;
@@ -27,6 +28,11 @@
void startupFullTakeStore(StockOutParam param, Long userId);
/**
+ * 瀹㈡埛杞崲
+ */
+ void turnOverOut(EmptyPlateOutParam param, Long userId);
+
+ /**
* 鍑哄簱浣滀笟
* @param staNo 鐩爣绔欑偣
* @param locDetls 寰呭嚭搴撶墿鏂�
@@ -34,7 +40,7 @@
*/
void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, IoWorkType ioWorkType, Long userId);
- void stockOut(BasDevp staNo, TaskDto taskDto, Long userId);
+ void stockOut(BasDevp staNo, TaskDto taskDto, String deviceNo, Long userId);
/**
* 绌烘澘鍏ュ簱
@@ -46,6 +52,13 @@
* 绌烘澘鍑哄簱
*/
void emptyPlateOut(EmptyPlateOutParam param, Long userId);
+
+ /**
+ * 鑷姩绌烘澘鍑哄簱
+ * @param param
+ * @return
+ */
+ public WrkMast emptyPlateOut(EmptyPlateOutParam param);
/**
* 鐩樼偣鍑哄簱
@@ -78,6 +91,15 @@
void pickWrkMast(String workNo, Long userId);
/**
+ * 绌烘澘鍥炲簱/浣欐枡鍥炲簱
+ * @author Ryan
+ * @date 2026/1/13 19:45
+ * @param workNo
+ * @param userId
+ */
+ void backLocOperation(String workNo, Long userId);
+
+ /**
* 閫氱煡妗f墜鍔ㄧ敓鎴愪换鍔�
*/
StartupDto createWaitPainWrkMastStart(List<WaitPakin> list, Long userId);
@@ -87,4 +109,6 @@
*/
String dealPreHaveStart(Integer wrkNo, Long userId);
+ void turnMatLocDetl(EmptyPlateOutParam param, Long userId);
+
}
--
Gitblit v1.9.1