QAD -Inward Issues Fixed

This commit is contained in:
velz2020 2017-12-13 20:36:32 +05:30
parent a0c363b2ab
commit 934326f76c
2 changed files with 4 additions and 3 deletions

View File

@ -403,7 +403,8 @@ $(document).ready(function(){
});
$("#testreport tbody").empty();
$("#loitable tbody").empty();
$("#testreport tbody").append(html);
$("#loitable tbody").append(html2);
$('#content').loader('hide');

View File

@ -122,7 +122,7 @@ foreach($customersinward as $customer)
<th>Min</th>
<th>Max</th>
<th>Temp</th>
<th>Action</th>
<!-- <th>Action</th> -->
</tr>
@ -224,7 +224,7 @@ foreach($customersinward as $customer)
<td align="right" contenteditable="true"><%=Min%></td>
<td align="right" contenteditable="true"><%=Max%></td>
<td align="right" contenteditable="true"><%=Temp%></td>
<td align="center" contenteditable="false"><a data-target='#specmodel' data-id="<%=index%>" data-userid="<%=index%>" data-toggle="modal" href="#specmodel">&nbsp;&nbsp;&nbsp;</a> <a href='#' onclick = "DeleteRow(<%=index%>)" class="link" data-id="<%=index%>" data-userid="<%=index%>" id="Del" ><span class="glyphicon glyphicon-trash"></span></a></td>
<!-- <td align="center" contenteditable="false"><a data-target='#specmodel' data-id="<%=index%>" data-userid="<%=index%>" data-toggle="modal" href="#specmodel">&nbsp;&nbsp;&nbsp;</a> <a href='#' onclick = "DeleteRow(<%=index%>)" class="link" data-id="<%=index%>" data-userid="<%=index%>" id="Del" ><span class="glyphicon glyphicon-trash"></span></a></td> -->
</tr> <!-- <i class="fa fa-pencil" data-toggle="tooltip" title="Click here to view/Edit <%=index%> "></i> -->
</script>