diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-21 13:32:00 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-21 13:32:00 +0700 |
| commit | 23b31aa10302cc990f3fb083b8189233b2e9e08d (patch) | |
| tree | e3f4a3d3b5ca49641d1a2d9e2a212c6e2dc5e0bf /src/pages | |
| parent | 50d7157be3871f671ddfabc699a21733fa74a1b8 (diff) | |
no message
Diffstat (limited to 'src/pages')
| -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> |
