71 lines
2.4 KiB
HTML
71 lines
2.4 KiB
HTML
<div class="modal" role="dialog">
|
|
<div class="modal-background"></div>
|
|
<div class="modal-card has-width-900">
|
|
<header class="modal-card-head">
|
|
<h3 class="modal-card-title">
|
|
Add Related <span class="alias" data-alias="Lot"></span> to Work Order
|
|
</h3>
|
|
<button
|
|
class="delete is-close-modal-button"
|
|
aria-label="close"
|
|
type="button"
|
|
></button>
|
|
</header>
|
|
<section class="modal-card-body">
|
|
<div class="box">
|
|
<form id="form--lotSearch">
|
|
<input name="limit" type="hidden" value="100" />
|
|
<input name="offset" type="hidden" value="0" />
|
|
<input
|
|
id="lotSearch--notWorkOrderId"
|
|
name="notWorkOrderId"
|
|
type="hidden"
|
|
value=""
|
|
/>
|
|
|
|
<div class="columns">
|
|
<div class="column">
|
|
<div class="field">
|
|
<label class="label" for="lotSearch--lotName">
|
|
<span class="alias" data-alias="Lot"></span>
|
|
Name
|
|
</label>
|
|
<div class="control has-icons-left">
|
|
<input
|
|
class="input"
|
|
id="lotSearch--lotName"
|
|
name="lotName"
|
|
type="text"
|
|
/>
|
|
<span class="icon is-small is-left">
|
|
<i class="fas fa-search" aria-hidden="true"></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="column">
|
|
<div class="field">
|
|
<label class="label" for="lotSearch--lotStatusId">Status</label>
|
|
<div class="control has-icons-left">
|
|
<div class="select is-fullwidth">
|
|
<select id="lotSearch--lotStatusId" name="lotStatusId">
|
|
<option value="">(All Statuses)</option>
|
|
</select>
|
|
</div>
|
|
<span class="icon is-small is-left">
|
|
<i class="fas fa-search" aria-hidden="true"></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div id="resultsContainer--lotAdd"></div>
|
|
</section>
|
|
<footer class="modal-card-foot justify-right">
|
|
<button class="button is-close-modal-button" type="button">Close</button>
|
|
</footer>
|
|
</div>
|
|
</div>
|