'Newscreenaddedandissuefixed'
This commit is contained in:
parent
bc4790fb30
commit
2a1315d9b2
@ -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');
|
||||
}
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user