IO-2380 added part number and price

This commit is contained in:
swtmply
2023-08-16 11:43:21 +08:00
parent ba683a2e8a
commit d646e5f285
2 changed files with 16 additions and 0 deletions

View File

@@ -113,6 +113,8 @@ export function PartsOrderListTableComponent({
id: pol.id,
line_desc: pol.line_desc,
quantity: pol.quantity,
act_price: pol.act_price,
oem_partno: pol.oem_partno,
};
}),
},