fix(tender): perbaiki validasi dan tampilan biaya KJPP sebelumnya
- Menghapus aturan numeric pada biaya_kjpp_sebelumnya - Mengubah input biaya_kjpp_sebelumnya menjadi hidden - Menambahkan tombol untuk mengirim email pada tampilan proses penawaran
This commit is contained in:
@@ -53,8 +53,9 @@
|
||||
Biaya KJPP Sebelumnya
|
||||
</label>
|
||||
<div class="flex flex-wrap items-baseline w-full">
|
||||
<input class="flex w-full text-gray-600 font-medium text-sm input-custom" type="text"
|
||||
name="biaya_kjpp_sebelumnya" readonly
|
||||
<input type="hidden" name="biaya_kjpp_sebelumnya"
|
||||
value="{{ $penawaran->biaya_kjpp_sebelumnya !== null ? $penawaran->biaya_kjpp_sebelumnya : '' }}">
|
||||
<input class="flex w-full text-gray-600 font-medium text-sm input-custom" type="text" readonly
|
||||
value="{{ $penawaran->biaya_kjpp_sebelumnya !== null ? formatRupiah($penawaran->biaya_kjpp_sebelumnya) : '' }}">
|
||||
</div>
|
||||
<label class="form-label max-w-56">
|
||||
|
||||
Reference in New Issue
Block a user