Add Reminder function.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-07 11:28:17 -07:00
parent c05b5e4c3d
commit f28af456b3
11 changed files with 57 additions and 13 deletions

View File

@@ -42,6 +42,15 @@
}
else
{
@if (isNew)
{
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="addReminderCheck">
<label class="form-check-label" for="addReminderCheck">
Add Reminder
</label>
</div>
}
<label for="taxRecordFiles">Upload documents(optional)</label>
<input onChange="uploadVehicleFilesAsync(this)" type="file" multiple accept=".png,.jpg,.jpeg,.pdf,.xls,.xlsx,.docx" class="form-control-file" id="taxRecordFiles">
}