mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-mobile-client.git
synced 2026-08-19 04:14:06 +00:00
added
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<div class="form-element-title">
|
||||
<label style="color: #000">Description</label>
|
||||
</div>
|
||||
<input type="text" class="form-element" placeholder="Items is goods"disabled required />
|
||||
<input type="text" class="form-element" placeholder="Items is goods" required />
|
||||
</div>
|
||||
|
||||
<table style="width:100%">
|
||||
@@ -44,8 +44,8 @@
|
||||
<div class="form-element-title">
|
||||
<label class="labelright" style="color: #000">Total Carton(Nomjnal)</label>
|
||||
<label class="labelleft" style="color: #000">Total Carton(Actual)</label><br>
|
||||
<input width="46%" type="text" name="Nominal" class="form-first-name" placeholder="0.00" disabled/>
|
||||
<input width="46%" type="text" name="Actual" class="form-last-name" placeholder="0.00" disabled/>
|
||||
<input width="46%" type="text" name="Nominal" class="form-first-name" placeholder="0.00" />
|
||||
<input width="46%" type="text" name="Actual" class="form-last-name" placeholder="0.00" />
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
@@ -56,8 +56,8 @@
|
||||
<div class="form-element-title">
|
||||
<label class="labelright" style="color: #000">Measurement(Nominal)</label>
|
||||
<label class="labelleft" style="color: #000">Measurement(Actual)</label><br>
|
||||
<input width="46%" type="text" name="Nominal" class="form-first-name" placeholder="0.00"disabled />
|
||||
<input width="46%" type="text" name="Actual" class="form-last-name" placeholder="0.00" disabled/>
|
||||
<input width="46%" type="text" name="Nominal" class="form-first-name" placeholder="0.00" />
|
||||
<input width="46%" type="text" name="Actual" class="form-last-name" placeholder="0.00" />
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
@@ -68,8 +68,8 @@
|
||||
<div class="form-element-title">
|
||||
<label class="labelright" style="color: #000">Weight(Nominal)</label>
|
||||
<label class="labelleft" style="color: #000">Weight(Actual)</label><br>
|
||||
<input width="46%" type="text" name="Nominal" class="form-first-name" placeholder="0.00" disabled/>
|
||||
<input width="46%" type="text" name="Actual" class="form-last-name" placeholder="0.00" disabled/>
|
||||
<input width="46%" type="text" name="Nominal" class="form-first-name" placeholder="0.00" />
|
||||
<input width="46%" type="text" name="Actual" class="form-last-name" placeholder="0.00" />
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
@@ -79,22 +79,23 @@
|
||||
<div class="form-element-title">
|
||||
<label style="color: #000">Balanced</label>
|
||||
</div>
|
||||
<input type="text" class="form-element" placeholder="1 carton" disabled required />
|
||||
<input type="text" class="form-element" placeholder="1 carton" required />
|
||||
</div>
|
||||
<div class="form-row no-padding">
|
||||
<div class="form-element-title">
|
||||
<label style="color: #000">Damages</label>
|
||||
<div class="form-element-title">
|
||||
<label style="color: #000">Damages</label>
|
||||
</div><br>
|
||||
<label><input type="radio" name="gender" /> Yes</label>
|
||||
<label class="form-element"><input type="radio" name="gender" /> No</label>
|
||||
</div>
|
||||
<input type="text" class="form-element" placeholder="No" disabled required />
|
||||
</div>
|
||||
|
||||
<div class="form-row no-padding">
|
||||
<div class="form-element-title">
|
||||
<label style="color: #000">Status</label>
|
||||
</div>
|
||||
<input type="text" class="form-element" placeholder="Matched" disabled required />
|
||||
<input type="text" class="form-element" placeholder="Matched/Unmatched/Damaged/Matched Damaged/Unmatched Damaged" required />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- Warehouse Receive Note start -->
|
||||
<div class="form-divider"></div>
|
||||
|
||||
Reference in New Issue
Block a user