完成仓库调拨单功能。

This commit is contained in:
c
2026-03-06 18:16:59 +08:00
parent d838d17902
commit 8d2afd8d47
9 changed files with 98 additions and 17 deletions

View File

@@ -39,6 +39,7 @@ warehouse.stock_transfer_order.validate.product_count.not_null=调拨数量不
warehouse.stock_transfer_order.validate.product_count.min=调拨数量必须大于 0
warehouse.stock_transfer_order.validate.part_id.not_null=物料 ID 不能为空
warehouse.stock_transfer_order.exception.not_found=调拨单不存在
warehouse.stock_transfer_order.exception.id_required=调拨单ID不能为空
warehouse.stock_transfer_order.exception.cannot_update_approved=已审核的调拨单不能修改
warehouse.stock_transfer_order.exception.cannot_delete_approved=已审核的调拨单不能删除
warehouse.stock_transfer_order.exception.cannot_delete_approved_batch=选中的数据中存在已审核的调拨单,不能删除