管理採購單的商品金額修正
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 29s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-08 17:51:06 +08:00
parent cbd8d11848
commit 3088959c7c
4 changed files with 53 additions and 40 deletions

View File

@@ -115,6 +115,7 @@ export default function CreatePurchaseOrder({
quantity: item.quantity,
unitPrice: item.unitPrice,
unitId: item.unitId,
subtotal: item.subtotal,
})),
};