From d3cb0e841e6585aa84a45f18bb30965db8d1a6aa Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 08 一月 2025 15:48:40 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/MobileService.java | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java index 134500d..3d9821a 100644 --- a/src/main/java/com/zy/asrs/service/MobileService.java +++ b/src/main/java/com/zy/asrs/service/MobileService.java @@ -4,6 +4,7 @@ import com.core.common.R; import com.zy.asrs.entity.BasDevp; import com.zy.asrs.entity.LocDetl; +import com.zy.asrs.entity.LocMast; import com.zy.asrs.entity.OrderDetl; import com.zy.asrs.entity.param.CheckBom; import com.zy.asrs.entity.param.CombParam; @@ -11,6 +12,7 @@ import com.zy.asrs.entity.param.OffSaleParam; import java.util.Date; +import java.util.List; public interface MobileService { @@ -27,7 +29,26 @@ /** * 缁勬墭 */ + void comb3(CombParam param, Long userId); + + /** + * 妫�娴嬬墿鏂欐槸鍚︽湁鏈弧鎵樻墭鐩� + */ + List<LocMast> checkFullplt(CombParam.CombMat param, Long userId); + + /** + * 缁勬墭 + */ void mergeComb(CombParam param, Long userId); + + /** + * 缁勬墭 + */ + void mergeComb2(CombParam param, Long userId); + /** + * pda骞舵澘鍑哄簱 + */ + void mergeOut(String locNo,String staNo, Long userId); /** * 鏍¢獙bom @@ -59,4 +80,6 @@ R manDetlIn(JSONObject json); R manDetlOut(JSONObject json); + + void adjustNew(MobileAdjustParam param, Boolean re, Long userId); } -- Gitblit v1.9.1