service po
This commit is contained in:
parent
78a6976d57
commit
6ea54c09bf
@ -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);
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user