From 9d6455167f1bdccfb2f87c0aeb704379cb06cef9 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 19 Nov 2025 11:40:47 +0700 Subject: [PATCH] refactor(FE-208,212): enhance approval button layout and add reject option in PurchaseOrderDetail --- .../purchase/order/PurchaseOrderDetail.tsx | 40 ++++++++++++++----- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx index c266df9c..3e2bc913 100644 --- a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx +++ b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx @@ -522,17 +522,37 @@ const PurchaseOrderDetail = ({ return (
{/* Approval and Action Buttons */} -
+
+ + {showApprovalButton && ( - +
+ + + +
)}