Group up battery details and vehicle details on incoming job order form
This commit is contained in:
parent
f6583a5626
commit
2007328274
1 changed files with 14 additions and 5 deletions
|
|
@ -30,11 +30,6 @@
|
||||||
<form id="row-form" class="m-form m-form--fit m-form--label-align-right" method="post" action="{{ url('jo_in_submit') }}">
|
<form id="row-form" class="m-form m-form--fit m-form--label-align-right" method="post" action="{{ url('jo_in_submit') }}">
|
||||||
<div class="m-portlet__body">
|
<div class="m-portlet__body">
|
||||||
<div class="m-form__section m-form__section--first">
|
<div class="m-form__section m-form__section--first">
|
||||||
<div class="m-form__heading">
|
|
||||||
<h3 class="m-form__heading-title">
|
|
||||||
Customer & Vehicle Details
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div class="form-group m-form__group row">
|
<div class="form-group m-form__group row">
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<label>Select a vehicle:</label>
|
<label>Select a vehicle:</label>
|
||||||
|
|
@ -42,6 +37,13 @@
|
||||||
<div class="form-control-feedback hide" data-field="customer_vehicle"></div>
|
<div class="form-control-feedback hide" data-field="customer_vehicle"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="m-form__section">
|
||||||
|
<div class="m-form__heading">
|
||||||
|
<h3 class="m-form__heading-title">
|
||||||
|
Vehicle Details
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
<div class="form-group m-form__group row">
|
<div class="form-group m-form__group row">
|
||||||
<div class="col-lg-3">
|
<div class="col-lg-3">
|
||||||
<label>Vehicle Manufacturer:</label>
|
<label>Vehicle Manufacturer:</label>
|
||||||
|
|
@ -64,6 +66,13 @@
|
||||||
<div class="form-control-feedback hide" data-field="vehicle_color"></div>
|
<div class="form-control-feedback hide" data-field="vehicle_color"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="m-form__section">
|
||||||
|
<div class="m-form__heading">
|
||||||
|
<h3 class="m-form__heading-title">
|
||||||
|
Battery Details
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
<div class="form-group m-form__group row">
|
<div class="form-group m-form__group row">
|
||||||
<div class="col-lg-3">
|
<div class="col-lg-3">
|
||||||
<label>Current Battery:</label>
|
<label>Current Battery:</label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue