service po

This commit is contained in:
venbatechnologies@gmail.com 2018-01-05 11:55:12 +05:30
parent 78a6976d57
commit 6ea54c09bf
3 changed files with 4 additions and 4 deletions

View File

@ -352,7 +352,7 @@ $('#MaterialCode').change(function() {
var materialn=obj.MaterialName;
var materialname=materialn.toUpperCase();
if(materialname == 'OTHERS')
if(materialname == 'SERVICE')
{
$('#otherdescription').show();
$('#OtheritemDescription').val(obj.MaterialDescription);

View File

@ -142,10 +142,10 @@ Inputmask("A{2,3} 9{1,2} A{1,2} 9{4}").mask($("#VehicleNo"));
<div class="col-md-12">
<div class="col-md-offset-4">
<div class="box-header">
<input type="file" accept=".docx,.png,.jpg,.pdf" onchange="readURL(this);" id="myfile" name="myfile" />
<input type="file" accept=".png,.jpg,.pdf" onchange="readURL(this);" id="myfile" name="myfile" />
<label for="photo">Select Excel File to upload<br/>(only .xls)</label>
<label for="photo">Select File to upload<br/></label>
</div>
</div>
</div>

View File

@ -347,7 +347,7 @@ $("#txtBasicValue").val('');
var materialn=obj.MaterialName;
var materialname=materialn.toUpperCase();
if(materialname == 'OTHERS')
if(materialname == 'SERVICE')
{
$('#otherdescription').show();
$('#OtheritemDescription').val(obj.MaterialDescription);