'Newscreenaddedandissuefixed'

This commit is contained in:
gandhimathi Bharathirajan 2017-07-07 23:17:21 +05:30
parent bc4790fb30
commit 2a1315d9b2
2 changed files with 5 additions and 6 deletions

View File

@ -198,8 +198,8 @@
<center><h4>Inward Gate Register Number</h4></center>
</div>
<div class="col-md-12"> <br/>
<center>IGRNO Successfully Created</center>
<center><label style="font-size:40px;" id="finaligr" >DEFAULT</label> <center>
<center></center>
<center><label style="font-size:40px;" id="finaligr" >Default</label> <center>
</div>
<div class="modal-footer">
@ -500,9 +500,9 @@ function Save()
success:function(data) {
if(data){
alert(data);
$('#content').loader('hide');
$('#IGRNO').val(data);
document.getElementById('finaligr').innerHTML=data;
$('#generateIGR').modal('show');
}

View File

@ -199,13 +199,12 @@ $("#Igrshow").on("shown.bs.modal", function(e) {
// success:function(data) {
$('#content').loader('hide');
var trHTML = '';
$.each(JSON.parse(data), function (i, item) {
if(igr == item.IGRNO)
{
$("#IGRNO1").val(item.IGRNO);
//alert(item.IGRNO);
$("#PONo").val(item.PONO);
$("#Supplier").val(item.SupplierName);
$("#Add1").val(item.Address);