Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-01-26 08:24:09 +09:00
165 changed files with 2947 additions and 487 deletions

View File

@@ -75,7 +75,7 @@ export function StockStatusList() {
// ===== 행 클릭 핸들러 =====
const handleRowClick = useCallback(
(item: StockItem) => {
router.push(`/ko/material/stock-status/${item.id}`);
router.push(`/ko/material/stock-status/${item.id}?mode=view`);
},
[router]
);