From b51eadaa66a5c0ee6da0e418a3ba193dfc878fca Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期四, 03 七月 2025 13:21:56 +0800 Subject: [PATCH] 1 --- src/main/java/com/zy/asrs/service/WorkService.java | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 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..b3540d2 100644 --- a/src/main/java/com/zy/asrs/service/WorkService.java +++ b/src/main/java/com/zy/asrs/service/WorkService.java @@ -2,6 +2,8 @@ import com.zy.asrs.entity.BasDevp; import com.zy.asrs.entity.WaitPakin; +import com.zy.asrs.entity.WrkDetl; +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; @@ -35,6 +37,8 @@ void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, IoWorkType ioWorkType, Long userId); void stockOut(BasDevp staNo, TaskDto taskDto, Long userId); + void stockOutSxk(BasDevp staNo, TaskDto taskDto, Long userId); + void stockOutLibraryType(BasDevp staNo, TaskDto taskDto, Long userId); /** * 绌烘澘鍏ュ簱 @@ -48,9 +52,21 @@ void emptyPlateOut(EmptyPlateOutParam param, Long userId); /** + * 鑷姩绌烘澘鍑哄簱 + * @param param + * @return + */ + public WrkMast emptyPlateOut(EmptyPlateOutParam param); + + /** * 鐩樼偣鍑哄簱 */ void locCheckOut(StockOutParam param, Long userId); + + /** + * 鐩樼偣鍑哄簱 + */ + void locCheckOutsxk(StockOutParam param, Long userId); /** * 搴撲綅绉昏浆 @@ -81,4 +97,26 @@ * 閫氱煡妗f墜鍔ㄧ敓鎴愪换鍔� */ StartupDto createWaitPainWrkMastStart(List<WaitPakin> list, Long userId); + + /** + * 閫氱煡妗f墜鍔ㄧ敓鎴愪换鍔� + */ + String dealPreHaveStart(Integer wrkNo, Long userId); + + void turnMatLocDetl(EmptyPlateOutParam param, Long userId); + + /** + * 骞舵澘鍑哄簱 + */ + void locMergeOut(StockOutParam param, Long userId); + + /** + * sxk骞舵澘鍑哄簱 + */ + void locMergeOutSxk(StockOutParam param, Long userId); + + void toSxk(WrkMast wrkMastold, List<WrkDetl> wrkDetls, Short locType); + + void toCrn(WrkMast wrkMastold, List<WrkDetl> wrkDetls, Short locType); + } -- Gitblit v1.9.1