vehicle number in special po

This commit is contained in:
venbatechnologies@gmail.com 2017-11-24 13:25:40 +05:30
parent 2ca70ade42
commit 14a6c28e2a
2 changed files with 3 additions and 3 deletions

View File

@ -3032,7 +3032,7 @@ function populateValueMainFormForDeleteItem(rowid)
<input type="hidden" id="splrow" value="sample" name="splrow"/>
<div class="col-md-4 pad"><strong>Vehicle No</strong>
<input type="text" name="VehicleNo" id="VehicleNo" maxlength="12" class="form-control" value="" required>
<input type="text" name="VehicleNo" id="VehicleNo" maxlength="13" class="form-control" value="" required>
</div>
<div class="col-md-4 pad"><strong>Courier No</strong>
<input type="text" name="CourierNo" id="CourierNo" maxlength="12" class="form-control" value="" required>
@ -3051,7 +3051,7 @@ function populateValueMainFormForDeleteItem(rowid)
<div class="col-md-12">
<div class="col-md-5">
<input type = "file" size = "20" input accept=".docx,.pdx,.doc.JPG,.PNG" id="images" name="images"/>
<input type = "file" size = "20" input accept=".docx,.pdf,.doc.JPG,.PNG" id="images" name="images"/>
<label for="images">Select Company file<br/><small>(only .pdf,.excel,.doc,.png,.jpg)</small></label>
</div>

View File

@ -736,7 +736,7 @@ function ValidateUA() {
<div class="col-md-3" "box-header">
<input type = "file" size = "20" input accept=".docx,.pdx,.doc.JPG,.PNG" onchange="readURL(this,1);" id="images" name="images"/>
<input type = "file" size = "20" input accept=".docx,.pdf,.doc.JPG,.PNG" onchange="readURL(this,1);" id="images" name="images"/>
<label for="images">Select Company file<br/><small>(only .pdf,.excel,.doc,.png,.jpg)</small></label>
</div>