suseendhiran

This commit is contained in:
suseendhiran17 2023-05-24 18:10:36 +05:30
parent b6419bdf49
commit e3cb3d1294
3 changed files with 6 additions and 3 deletions

View File

@ -762,7 +762,7 @@ function() {
"targets": 25,
// "width": 300,
"render": function ( data, type, full, meta ) {
return '<button type="text" class="form-control" id="inv_no" data-refid="'+full['gd_inv_no']+'" value="'+full['gd_inv_no']+'" onclick="viewinvfn()" >'+full['gd_inv_no']+'</button>';
return '<button type="text" style="border:none;" class="form-control" id="inv_no" data-refid="'+full['gd_inv_no']+'" value="'+full['gd_inv_no']+'" onclick="viewinvfn()" >'+full['gd_inv_no']+'</button>';
}
}
]
@ -819,6 +819,7 @@ function() {
str1 = str1.replace(/\Cgst/g,"CGST ");
str1 = str1.replace(/\Igst/g,"IGST ");
str1 = str1.replace(/\Sgst/g,"SGST ");
str1 = str1.replace(/\gst/g,"GST ");
return str1;
}

View File

@ -694,7 +694,7 @@ function() {
"width": 300,
"render": function ( data, type, full, meta ) {
console.log(full['td_tkt']);
return '<button type="text" class="form-control" id="inv_no" data-refid="'+full['td_tkt']+'" value="'+full['td_tkt']+'" onclick="viewinvfn()" >'+full['gd_inv_no']+'</button>';
return '<button type="text" style="border:none;" class="form-control" id="inv_no" data-refid="'+full['td_tkt']+'" value="'+full['td_tkt']+'" onclick="viewinvfn()" >'+full['gd_inv_no']+'</button>';
}
},
]
@ -733,6 +733,7 @@ function() {
str1 = str1.replace(/\Cgst/g,"CGST ");
str1 = str1.replace(/\Igst/g,"IGST ");
str1 = str1.replace(/\Sgst/g,"SGST ");
str1 = str1.replace(/\gst/g,"GST ");
return str1;
}

View File

@ -699,7 +699,7 @@ function() {
"width": 300,
"render": function ( data, type, full, meta ) {
console.log(full['td_tkt']);
return '<button type="text" class="form-control" id="inv_no" data-refid="'+full['td_tkt']+'" value="'+full['td_tkt']+'" onclick="viewinvfn()" >'+full['gd_inv_no']+'</button>';
return '<button type="text" style="border:none;" class="form-control" id="inv_no" data-refid="'+full['td_tkt']+'" value="'+full['td_tkt']+'" onclick="viewinvfn()" >'+full['gd_inv_no']+'</button>';
}
},
]
@ -738,6 +738,7 @@ function() {
str1 = str1.replace(/\Cgst/g,"CGST ");
str1 = str1.replace(/\Igst/g,"IGST ");
str1 = str1.replace(/\Sgst/g,"SGST ");
str1 = str1.replace(/\gst/g,"GST ");
return str1;
}