From d646e5f285153609a69437de570f83adf80e1b29 Mon Sep 17 00:00:00 2001 From: swtmply Date: Wed, 16 Aug 2023 11:43:21 +0800 Subject: [PATCH] IO-2380 added part number and price --- .../parts-order-list-table.component.jsx | 2 ++ .../parts-receive-modal.component.jsx | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx b/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx index ffb95adcc..e27d6ee4f 100644 --- a/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx +++ b/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx @@ -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, }; }), }, diff --git a/client/src/components/parts-receive-modal/parts-receive-modal.component.jsx b/client/src/components/parts-receive-modal/parts-receive-modal.component.jsx index 92aaffd56..e707b234c 100644 --- a/client/src/components/parts-receive-modal/parts-receive-modal.component.jsx +++ b/client/src/components/parts-receive-modal/parts-receive-modal.component.jsx @@ -66,6 +66,13 @@ export function PartsReceiveModalComponent({ bodyshop, form }) { + + + + + +