diff --git a/app/Views/sales_invoice.php b/app/Views/sales_invoice.php index 34552930..81d62ca9 100755 --- a/app/Views/sales_invoice.php +++ b/app/Views/sales_invoice.php @@ -306,9 +306,7 @@ [10, 20, 30, 50, "All"] ], // Rows per page options responsive: true, // Responsive table - order: [ - [0, 'desc'] - ], + order: false, language: { paginate: { next: '', // Next button icon @@ -488,4 +486,24 @@ } }); } + + + \ No newline at end of file diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php index 1d5956e2..334f80ae 100755 --- a/app/Views/viewinwardgateregister.php +++ b/app/Views/viewinwardgateregister.php @@ -455,8 +455,12 @@ -
-
+
+
+
+
+
+

@@ -703,8 +707,8 @@ $.each(parsedData['details'], function(i, item) { if (igr == item.IGRNO) { - console.log(item); - $('#IgrshowTitle').text(" ( " + item.IGRNO + " ) "); + console.log(item); + $('#IgrshowTitle').text(" ( " + item.IGRNO + " ) "); $("#IGRNO1").val(item.IGRNO); $("#PONO1").val(item.PONO); $("#txtIGRLineItem").val(item.IGRItemNo); @@ -1542,25 +1546,25 @@ var billNo = data != null && data != '' ? data.BillNo : ''; var downloadUrl = `${base_url}public/uploads/Igrfiles/${filePath}`; - var newRowHtml = `
-
- File Name - -
-
- - - - - -
-
- -
-
`; + var newRowHtml = `
+
+ File Name + +
+
+ + + + + +
+
+ +
+
`; $('#existingContainer').append(newRowHtml); }