kae 5c903d7abc feat: add create purchase order page and route
The "创建采购订单" button navigated to /purchase/orders/new which matched
the /:id detail route with id="new", causing the detail page to request a
non-existent order and render blank.

Added a dedicated new.tsx form page (supplier select, date, dynamic detail
rows with product autocomplete and computed line totals) and registered
/purchase/orders/new in .umirc.ts before the /:id route so it takes
precedence.
2026-06-18 18:25:00 +09:00
2026-06-15 19:47:45 +09:00
2026-06-15 19:47:45 +09:00
2026-06-15 19:47:45 +09:00
2026-06-15 19:47:45 +09:00
2026-06-15 19:47:45 +09:00
Description
No description provided
348 KiB
Languages
TypeScript 98.9%
CSS 0.8%
Dockerfile 0.3%