|
|
|
@ -99,6 +99,18 @@ public class WmsPrintController { |
|
|
|
PageUtils page = wmsPrintService.getKuCunLabelData( inData); |
|
|
|
return R.ok().put("page", page); |
|
|
|
} |
|
|
|
/** |
|
|
|
* |
|
|
|
* @description 库存表 状态 改为冻结 |
|
|
|
* @author 常熟吴彦祖 |
|
|
|
* @date 2025/8/20 14:00 |
|
|
|
* @return R |
|
|
|
*/ |
|
|
|
@PostMapping("freezeStatusInventoryStock") |
|
|
|
public R freezeStatusInventoryStock(@RequestBody List<InventoryStockOutData> inData){ |
|
|
|
wmsPrintService.freezeStatusInventoryStock(inData); |
|
|
|
return R.ok(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @description 更新库存标签属性(批量更新batch_no和remark) |
|
|
|
|