採購單單位更新bug修復
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 34s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-08 16:52:03 +08:00
parent 0b60dab208
commit cbd8d11848

View File

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