This commit is contained in:
Nur Nadiah Nabilah Binti Hashinordin
2017-08-17 17:02:36 +08:00
parent 43e000169e
commit fa2472534f
4 changed files with 36 additions and 23 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ License: You must have a valid license purchased only from themeforest(the above
</a>
</li>
<li class="nav-item">
<a href="warehousennote.html" class="nav-link ">
<a href="warehousenote.html" class="nav-link ">
<i class="icon-check"></i>
<span class="title">Warehouse Receive Note</span>
</a>
+1 -1
View File
@@ -191,7 +191,7 @@ License: You must have a valid license purchased only from themeforest(the above
</a>
</li>
<li class="nav-item">
<a href="warehousearrange.html" class="nav-link ">
<a href="warehousenote.html" class="nav-link ">
<i class="icon-check"></i>
<span class="title">Warehouse Receive Note</span>
</a>
+1 -1
View File
@@ -192,7 +192,7 @@ License: You must have a valid license purchased only from themeforest(the above
</a>
</li>
<li class="nav-item">
<a href="warehousearrange.html" class="nav-link ">
<a href="warehousenote.html" class="nav-link ">
<i class="icon-check"></i>
<span class="title">Warehouse Receive Note</span>
</a>
+33 -20
View File
@@ -83,6 +83,7 @@ License: You must have a valid license purchased only from themeforest(the above
.table {
color: black
}
</style></head>
@@ -312,8 +313,6 @@ License: You must have a valid license purchased only from themeforest(the above
<div class="col-md-4">
<input type="text" class="form-control" > </div>
</div>
<div class="form-group">
<label class="col-md-4 control-label">Receive Date</label>
<div class="col-md-4">
@@ -325,30 +324,44 @@ License: You must have a valid license purchased only from themeforest(the above
<input type="text" class="form-control" > </div>
</div>
<div class="form-group">
<label class="col-md-4 control-label">Order No</label>
<label for="single" class="col-md-4 control-label">Order No</label>
<div class="col-md-4">
<select class="form-control">
<option>-Choose order no-</option>
<option>CIEF/00012/00012</option>
<option>CIEF/00024/00024</option>
<option>CIEF/00054/00054</option>
<option>CIEF/00087/00087</option>
</select>
<select id="single" styel="center" class="form-control select2 select2-hidden-accessible" tabindex="-1" aria-hidden="true">
<option></option>
<optgroup label="Order No">
<option value="AK">ABCD/00012/00012</option>
<option value="CA">CIEF/00012/00012</option>
<option value="NV">CIEF/00012/00012</option>
<option value="OR">CIEF/00012/00012</option>
<option value="WA">CIEF/00012/00012</option>
<option value="CA">WORD/00012/00012</option>
<option value="NV">WORD/00012/00012</option>
<option value="OR">WORD/00012/00012</option>
<option value="WA">WORD/00012/00012</option>
</optgroup>
</select>
</div>
</div>
<span class="select2 select2-container select2-container--bootstrap select2-container--above select2-container--focus" dir="ltr">
<span class="selection">
<span class="select2-selection select2-selection--single" role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-single-container"> <span class="select2-selection_arrow" role="presentation">
<b role="presentation"></b>
<span class="dropdown-wrapper" aria-hidden="true"></span>
<a class="btn green" data-toggle="modal" href="#select">Sent</a>
<br>
<br>
</div>
<div class="form-actions right1">
<a class="btn green" data-toggle="modal" href="#select">Sent</a>
</span>
</span>
</span>
</span>
</div>
</form>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
<!-- END CONTENT -->
</div>
<!-- END CONTENT BODY -->
</div>