zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/controller/MobileController.java
@@ -6,6 +6,7 @@ import com.zy.asrs.framework.annotations.ManagerAuth; import com.zy.asrs.framework.common.Cools; import com.zy.asrs.framework.common.R; import com.zy.asrs.wms.asrs.entity.Loc; import com.zy.asrs.wms.asrs.entity.Order; import com.zy.asrs.wms.asrs.entity.WaitPakin; import com.zy.asrs.wms.asrs.entity.dto.OrderInfoDto; @@ -89,8 +90,12 @@ return R.error("库位不能为空!!"); } //TODO 绑定库位,添加库位明细 if (mobileService.pakinToStock(shelvesParams)) { return R.ok("入库成功!!"); } else { return R.error("入库失败!!"); } return R.ok(); } /**