feat(stock): 优化库存更新逻辑并添加库存日志记录功能- 在 WmsStockIoServiceImpl 中引入 WmsStockLogMapper
- 修改 updateStatus 方法,使用更可靠的更新条件 - 在 stockUpdate 中添加库存日志记录功能
This commit is contained in:
@@ -151,6 +151,7 @@ public class WmsStockIoController extends BaseController {
|
||||
@RequestParam Integer status) {
|
||||
return toAjax(iWmsStockIoService.updateStatus(stockIoId, status));
|
||||
}
|
||||
|
||||
/**
|
||||
* 扫码枪专用:根据明细ID直接入库,无需审核整单
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user