|
|
@@ -272,7 +272,7 @@ class DetailKeberatan extends Component {
|
|
|
{() => (
|
|
|
<Form className="form-horizontal">
|
|
|
<FormGroup>
|
|
|
- <label className="row-form-label">Status:</label>
|
|
|
+ <label className="row-form-label">Status :<span className="text-danger">*</span></label>
|
|
|
<div className="row-md-10">
|
|
|
<Field name="status">
|
|
|
{({ field, form, meta }) => (
|
|
|
@@ -295,7 +295,7 @@ class DetailKeberatan extends Component {
|
|
|
</div>
|
|
|
</FormGroup>
|
|
|
<FormGroup>
|
|
|
- <label className="row-form-label">Keterangan:</label>
|
|
|
+ <label className="row-form-label">Keterangan :<span className="text-danger">*</span></label>
|
|
|
<div className="row-md-10">
|
|
|
<Field name="keterangan">{({ field }) => <Input type="textarea" {...field} />}</Field>
|
|
|
<ErrorMessage name="keterangan" component="div" className="form-text text-danger" />
|
|
|
@@ -303,14 +303,14 @@ class DetailKeberatan extends Component {
|
|
|
</div>
|
|
|
</FormGroup>
|
|
|
<FormGroup>
|
|
|
- <label className="row-form-label">Nomor Surat Jawaban Atas Permohonan Keberatan:</label>
|
|
|
+ <label className="row-form-label">Nomor Surat Jawaban Atas Permohonan Keberatan :<span className="text-danger">*</span></label>
|
|
|
<div className="row-md-10">
|
|
|
<Field name="no_keberatan">{({ field }) => <Input type="text" {...field} />}</Field>
|
|
|
<ErrorMessage name="no_keberatan" component="div" className="form-text text-danger" />
|
|
|
</div>
|
|
|
</FormGroup>
|
|
|
<FormGroup>
|
|
|
- <label className="row-form-label">Tanggal Surat Jawaban Atas Permohonan Keberatan :</label>
|
|
|
+ <label className="row-form-label">Tanggal Surat Jawaban Atas Permohonan Keberatan :<span className="text-danger">*</span></label>
|
|
|
<div className="row-md-10">
|
|
|
<Field name="tanggal_surat_keberatan">
|
|
|
{({ field, form }) => (
|
|
|
@@ -332,7 +332,7 @@ class DetailKeberatan extends Component {
|
|
|
</div>
|
|
|
</FormGroup>
|
|
|
<FormGroup>
|
|
|
- <label className="row-form-label">Dokumen Jawaban Atas Permohonan Keberatan:</label>
|
|
|
+ <label className="row-form-label">Dokumen Jawaban Atas Permohonan Keberatan :<span className="text-danger">*</span></label>
|
|
|
<div className="row-md-10">
|
|
|
<Field name="dokumen">
|
|
|
{({ field, form }) => (
|
|
|
@@ -383,7 +383,7 @@ class DetailKeberatan extends Component {
|
|
|
</FormGroup>
|
|
|
|
|
|
<FormGroup>
|
|
|
- <label className="row-form-label">Tanda Terima Surat Jawaban Permohonan Keberatan :</label>
|
|
|
+ <label className="row-form-label">Tanda Terima Surat Jawaban Permohonan Keberatan :<span className="text-danger">*</span></label>
|
|
|
<div className="row-md-10">
|
|
|
<Field name="tanggal_terima_keberatan">
|
|
|
{({ field, form }) => (
|
|
|
@@ -407,7 +407,7 @@ class DetailKeberatan extends Component {
|
|
|
</FormGroup>
|
|
|
|
|
|
<FormGroup>
|
|
|
- <label className="row-form-label">Dokumen Tanda Terima Surat Jawaban Permohonan Keberatan:</label>
|
|
|
+ <label className="row-form-label">Dokumen Tanda Terima Surat Jawaban Permohonan Keberatan :<span className="text-danger">*</span></label>
|
|
|
<div className="row-md-10">
|
|
|
<Field name="dokumen_terima_keberatan">
|
|
|
{({ field, form }) => (
|
|
|
@@ -457,7 +457,7 @@ class DetailKeberatan extends Component {
|
|
|
</div>
|
|
|
</FormGroup>
|
|
|
<FormGroup>
|
|
|
- <label className="row-form-label">Akhir Permohonan Banding : </label>
|
|
|
+ <label className="row-form-label">Tanggal Akhir Pengajuan Keberatan :<span className="text-danger">*</span> </label>
|
|
|
<p>Note : 21 hari kerja</p>
|
|
|
<div className="row-md-10">
|
|
|
<Field name="tanggal_akhir_banding">
|