| Line 49... |
Line 49... |
| 49 |
</ol>
|
49 |
</ol>
|
| 50 |
</div>
|
50 |
</div>
|
| 51 |
</div>
|
51 |
</div>
|
| 52 |
<!--<form class="form-horizontal row" id="purchase-reference-submit-form">-->
|
52 |
<!--<form class="form-horizontal row" id="purchase-reference-submit-form">-->
|
| 53 |
<div class="col-lg-9 row">
|
53 |
<div class="col-lg-9 row">
|
| 54 |
<label class="col-lg-3 control-label font-bold" style="text-align:center;font-weight:600;">AirWayBill / Invoice No.</label>
|
54 |
<label class="col-lg-3 control-label font-bold" style="text-align:center;font-weight:600;">Invoice No.</label>
|
| 55 |
<div class="input-group col-lg-6">
|
55 |
<div class="input-group col-lg-6">
|
| 56 |
#if($airwayBillOrInvoiceNumber)
|
56 |
#if($airwayBillOrInvoiceNumber)
|
| 57 |
#set($value = $airwayBillOrInvoiceNumber)
|
57 |
#set($value = $airwayBillOrInvoiceNumber)
|
| 58 |
#else
|
58 |
#else
|
| 59 |
#set($value = "")
|
59 |
#set($value = "")
|
| 60 |
#end
|
60 |
#end
|
| 61 |
<input type="text" class="form-control" name="airwayBillOrInvoiceNumber" value="$value" id="airwayBillOrInvoiceNumberText" placeholder="Enter AirwayBill or invoice Number" />
|
61 |
<input type="text" class="form-control" name="airwayBillOrInvoiceNumber" value="$value" id="airwayBillOrInvoiceNumberText" placeholder="Enter invoice Number" />
|
| 62 |
<span class="input-group-btn">
|
62 |
<span class="input-group-btn">
|
| 63 |
<button class="btn btn-primary" id="purchase-reference-submit-button" onclick="getPurchaseByInvoiceNumber()">Submit!</button>
|
63 |
<button class="btn btn-primary" id="purchase-reference-submit-button" onclick="getPurchaseByInvoiceNumber()">Submit!</button>
|
| 64 |
</span>
|
64 |
</span>
|
| 65 |
</div>
|
65 |
</div>
|
| 66 |
</div>
|
66 |
</div>
|