diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/my/transactions/[slug].js | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/pages/my/transactions/[slug].js b/src/pages/my/transactions/[slug].js index 91b686d6..b2381247 100644 --- a/src/pages/my/transactions/[slug].js +++ b/src/pages/my/transactions/[slug].js @@ -56,10 +56,8 @@ export default function DetailTransactions() { <span className="badge-green">Pending Quotation</span> </Row> <Row label="No Transaksi">SO/2023/03212</Row> - <Row label="Purchase Order"> - PO/2023/02123 - <ArrowDownOnSquareIcon className="w-5 h-5 inline"/> - </Row> + <Row label="Purchase Order">PO/2023/02123</Row> + <Row label="Dokumen PO"><a href="">Download</a></Row> <Row label="Metode Pembayaran">BCA Transfer</Row> <Row label="Ketentuan Pembayaran">Cash Before Delivery</Row> <Row label="Nama Sales">Rafi Zadanly</Row> @@ -69,6 +67,13 @@ export default function DetailTransactions() { <LineDivider /> <TitleRow + label="Detail Produk" + active={false} + /> + + <LineDivider /> + + <TitleRow label="Detail Pembeli" active={activeSection.purchase} onClick={() => toggleSection('purchase')} @@ -114,13 +119,6 @@ export default function DetailTransactions() { </Section> ) } - <LineDivider /> - - <TitleRow - label="Detail Produk" - active={false} - /> - </div> </Layout> </WithAuth> |
