|
|
|
@ -332,30 +332,13 @@
|
|
|
|
|
<div class="modal-dialog modal-lg"> |
|
|
|
|
<div class="modal-content"> |
|
|
|
|
<div class="modal-header d-flex flex-row justify-content-between" style="width: 100%;"> |
|
|
|
|
<h5 class="modal-title" id="exampleModalLabel">Material Resource</h5> |
|
|
|
|
<h5 class="modal-title" id="modal-material-title">Material Resource</h5> |
|
|
|
|
<div> |
|
|
|
|
<!-- <button id="show-form-material" type="button" class="btn btn-primary btn-sm"><i class="fa fa-plus" |
|
|
|
|
aria-hidden="true"></i></button> |
|
|
|
|
<button id="hide-form-material" type="button" class="elm-hide btn btn-primary btn-sm"><i |
|
|
|
|
class="fa fa-chevron-up" aria-hidden="true"></i></button> --> |
|
|
|
|
<!-- <button type="button" class="close" data-dismiss="modal" aria-label="Close"> |
|
|
|
|
<span aria-hidden="true">×</span> |
|
|
|
|
</button> --> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="modal-body"> |
|
|
|
|
<form id="form-assign-material"> |
|
|
|
|
<div class="form-row"> |
|
|
|
|
<!-- <div class="col-md-9 form-group"> |
|
|
|
|
<label>Material Resource</label> |
|
|
|
|
<select id="select-material" name="material" class="form-control form-control-sm" |
|
|
|
|
style="width:100%;"></select> |
|
|
|
|
</div> |
|
|
|
|
<div class="col-md-3 form-group"> |
|
|
|
|
<label>QTY</label> |
|
|
|
|
<input type="number" id="select-meterial-qty" name="qty" class="form-control form-control-sm" /> |
|
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
|
<div class="col-md-3 form-group"> |
|
|
|
|
<label>Description</label> |
|
|
|
|
<input type="text" id="description-req-material" name="descriptionReqMaterial" |
|
|
|
|