feat(procurement): 實作採購退回單模組並修復商品選單報錯
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 58s

This commit is contained in:
2026-02-25 13:49:02 +08:00
parent deef3baacc
commit c4908533a8
21 changed files with 2409 additions and 1 deletions

View File

@@ -187,6 +187,7 @@ class RoleController extends Controller
'inventory_report' => '庫存報表',
'vendors' => '廠商資料管理',
'purchase_orders' => '採購單管理',
'purchase_returns' => '採購退回管理',
'goods_receipts' => '進貨單管理',
'delivery_notes' => '出貨單管理',
'recipes' => '配方管理',