ปรับเป็น dropdown

This commit is contained in:
nakorn
2021-09-29 16:47:07 +07:00
parent a71c8bb11e
commit c520fb9a99

View File

@@ -69,7 +69,12 @@
<div class='row'>
<div class="form-group col-md-6">
<label id="lab_eva_adjust_postponement_quota_theRound" for="eva_adjust_postponement_quota_theRound">ครั้งที่เลื่อน</label>
<input class="form-control" type="number" id="eva_adjust_postponement_quota_theRound" iLabel="ครั้งที่เลื่อน" iRequire="true" iGroup="eva_adjust_postponement_quota" />
<select class="form-control" id="eva_adjust_postponement_quota_theRound" iLabel="ครั้งที่เลื่อน" iRequire="true" iGroup="eva_adjust_postponement_quota">
<option value="">กรุณาเลือก</option>
<option value="1">1</option>
<option value="2">2</option>
</select>
</div>
<div class="form-group col-md-6">