|
|
@@ -2,6 +2,7 @@ import React, { Component } from "react";
|
|
|
import Router from "next/router";
|
|
|
import Link from "next/link";
|
|
|
import Select from "react-select";
|
|
|
+import Datatable from "@/components/Tables/Datatable";
|
|
|
import Scrollable from "@/components/Common/Scrollable";
|
|
|
|
|
|
import ContentWrapper from "@/components/Layout/ContentWrapper";
|
|
|
@@ -11,6 +12,7 @@ import {
|
|
|
Card,
|
|
|
CardHeader,
|
|
|
CardBody,
|
|
|
+ CardTitle,
|
|
|
FormGroup,
|
|
|
FormFeedback,
|
|
|
FormText,
|
|
|
@@ -131,48 +133,53 @@ class JawabanPencabutanSanksi extends Component {
|
|
|
<CardBody>
|
|
|
<Row>
|
|
|
<Col lg="6">
|
|
|
- <p className="lead bb">Detail</p>
|
|
|
+ <p className="lead bb">Detail Laporan</p>
|
|
|
<form className="form-horizontal">
|
|
|
<FormGroup row>
|
|
|
- <Col md="4">Order ID:</Col>
|
|
|
+ <Col md="4">Nomor Laporan:</Col>
|
|
|
<Col md="8">
|
|
|
<strong>987654</strong>
|
|
|
</Col>
|
|
|
</FormGroup>
|
|
|
<FormGroup row>
|
|
|
- <Col md="4">Purchased On:</Col>
|
|
|
+ <Col md="4">Nama Perguruan Tinggi:</Col>
|
|
|
<Col md="8">
|
|
|
- <strong>03/11/2015 10:10</strong>
|
|
|
+ <strong>Universitas Satyagama</strong>
|
|
|
</Col>
|
|
|
</FormGroup>
|
|
|
<FormGroup row>
|
|
|
- <Col md="4">Client Name:</Col>
|
|
|
+ <Col md="4">Jenis Pelanggaran:</Col>
|
|
|
<Col md="8">
|
|
|
- <strong>Addison Nichols</strong>
|
|
|
- </Col>
|
|
|
- </FormGroup>
|
|
|
- <FormGroup row>
|
|
|
- <Col md="4">Items:</Col>
|
|
|
- <Col md="8">
|
|
|
- <strong>547</strong>
|
|
|
+ <Scrollable height="75px" className="list-group">
|
|
|
+ <ul>
|
|
|
+ <li>Lorem ipsum dolor sit amet.</li>
|
|
|
+ <li>Lorem, ipsum dolor.</li>
|
|
|
+ <li>Lorem ipsum dolor sit.</li>
|
|
|
+ </ul>
|
|
|
+ </Scrollable>
|
|
|
</Col>
|
|
|
</FormGroup>
|
|
|
<FormGroup row>
|
|
|
- <Col md="4">Amount:</Col>
|
|
|
+ <Col md="4">Keterangan Laporan:</Col>
|
|
|
<Col md="8">
|
|
|
- <strong>$515.20</strong>
|
|
|
+ <Scrollable height="100px" className="list-group">
|
|
|
+ <p>
|
|
|
+ Lorem ipsum dolor sit, amet consectetur adipisicing elit. Amet dicta placeat enim illo aspernatur adipisci neque repellendus itaque blanditiis fugit. Quam obcaecati sed
|
|
|
+ perferendis facere.
|
|
|
+ </p>
|
|
|
+ </Scrollable>
|
|
|
</Col>
|
|
|
</FormGroup>
|
|
|
<FormGroup row>
|
|
|
- <Col md="4">Shipment:</Col>
|
|
|
+ <Col md="4">Dibuat Pada:</Col>
|
|
|
<Col md="8">
|
|
|
- <strong>04/10/2015</strong>
|
|
|
+ <strong>23 Januari 2022</strong>
|
|
|
</Col>
|
|
|
</FormGroup>
|
|
|
<FormGroup row>
|
|
|
<Col md="4">Status</Col>
|
|
|
<Col md="8">
|
|
|
- <div className="badge badge-info">Shipped</div>
|
|
|
+ <div className="badge badge-info">Ditindaklanjuti</div>
|
|
|
</Col>
|
|
|
</FormGroup>
|
|
|
<FormGroup row>
|
|
|
@@ -336,6 +343,65 @@ class JawabanPencabutanSanksi extends Component {
|
|
|
</div>
|
|
|
</Col>
|
|
|
</Row>
|
|
|
+ <Row>
|
|
|
+ <Col>
|
|
|
+ <Card className="card-default">
|
|
|
+ <CardHeader>
|
|
|
+ <CardTitle>Riwayat</CardTitle>
|
|
|
+ {/* <div className="text-sm">DataTables has most features enabled by default, so all you need to do to use it with your own tables is to call the construction function: $().DataTable();.</div> */}
|
|
|
+ </CardHeader>
|
|
|
+ <CardBody>
|
|
|
+ <Datatable options={{ responsive: true }}>
|
|
|
+ <table className="table table-striped my-4 w-100">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Tanggal</th>
|
|
|
+ <th>Status</th>
|
|
|
+ <th>Keterangan</th>
|
|
|
+ <th>Dokumen</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td>23/01/2022</td>
|
|
|
+ <td>Rekomendasi Perbaikan</td>
|
|
|
+ <td>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quos, maxime.</td>
|
|
|
+ <td>
|
|
|
+ <em className="fa-lg far fa-file-code"></em>
|
|
|
+ <a className="text-muted" href="">
|
|
|
+ database.controller.js
|
|
|
+ </a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>23/01/2022</td>
|
|
|
+ <td>Rekomendasi Perbaikan</td>
|
|
|
+ <td>Lorem ipsum dolor sit amet consectetur adipisicing.</td>
|
|
|
+ <td>
|
|
|
+ <em className="fa-lg far fa-file-code"></em>
|
|
|
+ <a className="text-muted" href="">
|
|
|
+ database.controller.js
|
|
|
+ </a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>23/01/2022</td>
|
|
|
+ <td>Rekomendasi Perbaikan</td>
|
|
|
+ <td>Lorem ipsum dolor sit.</td>
|
|
|
+ <td>
|
|
|
+ <em className="fa-lg far fa-file-code"></em>
|
|
|
+ <a className="text-muted" href="">
|
|
|
+ database.controller.js
|
|
|
+ </a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </Datatable>
|
|
|
+ </CardBody>
|
|
|
+ </Card>
|
|
|
+ </Col>
|
|
|
+ </Row>
|
|
|
</div>
|
|
|
</ContentWrapper>
|
|
|
);
|