Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Nama Supplier field -->
- <div class="col-lg-6">
- <div class="form-group form-float">
- <label for="date" class="form-label" style="color: black;">Nama Supplier</label>
- <div class="validate form-control" style="border: 1px solid black;">{{ supplier[depositAC.ItemCollection[0].SupplierId].Name }}</div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement