'Newscreenaddedandissuefixed'
This commit is contained in:
parent
bc4790fb30
commit
2a1315d9b2
@ -198,8 +198,8 @@
|
|||||||
<center><h4>Inward Gate Register Number</h4></center>
|
<center><h4>Inward Gate Register Number</h4></center>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12"> <br/>
|
<div class="col-md-12"> <br/>
|
||||||
<center>IGRNO Successfully Created</center>
|
<center></center>
|
||||||
<center><label style="font-size:40px;" id="finaligr" >DEFAULT</label> <center>
|
<center><label style="font-size:40px;" id="finaligr" >Default</label> <center>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
@ -500,9 +500,9 @@ function Save()
|
|||||||
success:function(data) {
|
success:function(data) {
|
||||||
|
|
||||||
if(data){
|
if(data){
|
||||||
alert(data);
|
|
||||||
$('#content').loader('hide');
|
$('#content').loader('hide');
|
||||||
$('#IGRNO').val(data);
|
|
||||||
document.getElementById('finaligr').innerHTML=data;
|
document.getElementById('finaligr').innerHTML=data;
|
||||||
$('#generateIGR').modal('show');
|
$('#generateIGR').modal('show');
|
||||||
}
|
}
|
||||||
|
|||||||
@ -199,13 +199,12 @@ $("#Igrshow").on("shown.bs.modal", function(e) {
|
|||||||
// success:function(data) {
|
// success:function(data) {
|
||||||
$('#content').loader('hide');
|
$('#content').loader('hide');
|
||||||
var trHTML = '';
|
var trHTML = '';
|
||||||
|
|
||||||
$.each(JSON.parse(data), function (i, item) {
|
$.each(JSON.parse(data), function (i, item) {
|
||||||
if(igr == item.IGRNO)
|
if(igr == item.IGRNO)
|
||||||
{
|
{
|
||||||
|
|
||||||
$("#IGRNO1").val(item.IGRNO);
|
$("#IGRNO1").val(item.IGRNO);
|
||||||
//alert(item.IGRNO);
|
|
||||||
$("#PONo").val(item.PONO);
|
$("#PONo").val(item.PONO);
|
||||||
$("#Supplier").val(item.SupplierName);
|
$("#Supplier").val(item.SupplierName);
|
||||||
$("#Add1").val(item.Address);
|
$("#Add1").val(item.Address);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user