From a51ecacfacf581bbdd091ed04d8e6f80eb547058 Mon Sep 17 00:00:00 2001 From: Ho Ngoc Hai Date: Fri, 6 Mar 2026 03:29:28 +0700 Subject: [PATCH] feat(shop-recipes): add product linking, ingredient display, and edit functionality for recipes. --- .../Pages/Admin/Shop/ShopRecipes.razor | 73 +++++++++++++++++-- .../Services/PosDataService.cs | 3 +- 2 files changed, 67 insertions(+), 9 deletions(-) diff --git a/apps/web-client-tpos-net/src/WebClientTpos.Client/Pages/Admin/Shop/ShopRecipes.razor b/apps/web-client-tpos-net/src/WebClientTpos.Client/Pages/Admin/Shop/ShopRecipes.razor index 2057624e..d8931b79 100644 --- a/apps/web-client-tpos-net/src/WebClientTpos.Client/Pages/Admin/Shop/ShopRecipes.razor +++ b/apps/web-client-tpos-net/src/WebClientTpos.Client/Pages/Admin/Shop/ShopRecipes.razor @@ -6,7 +6,7 @@

@_recipes.Count công thức

-
@@ -18,6 +18,16 @@
+
+ + +
@@ -26,10 +36,10 @@ { var i = idx;
- @* EN: Inventory item dropdown — select raw material from inventory / VI: Dropdown chọn nguyên liệu từ kho *@ + @* EN: Inventory item dropdown — select from all inventory items / VI: Dropdown chọn từ tất cả mặt hàng tồn kho *@