stage Form Vehicle Running Cost

This commit is contained in:
Fiqh Pratama
2025-10-13 15:51:53 +07:00
parent 76d4aa9b90
commit 602fc68836
7 changed files with 1197 additions and 137 deletions
@@ -247,7 +247,7 @@
const row = $(`
<tr class="attachment-row" data-index="${index}">
<td>
<select class="form-select attachment-category" name="attachments[${index}][file_category]" required>
<select class="form-control attachment-category" name="attachments[${index}][file_category]" required>
<option value="">${categoryToLabel('')}</option>
${buildCategoryOptions()}
</select>
@@ -308,7 +308,7 @@
const row = $(`
<tr class="attachment-row" data-index="${index}">
<td>
<select class="form-select attachment-category" name="attachments[${index}][file_category]" required>
<select class="form-control attachment-category" name="attachments[${index}][file_category]" required>
<option value="">${categoryToLabel('')}</option>
${buildCategoryOptions()}
</select>