suseendhiran
This commit is contained in:
parent
b6419bdf49
commit
e3cb3d1294
@ -762,7 +762,7 @@ function() {
|
|||||||
"targets": 25,
|
"targets": 25,
|
||||||
// "width": 300,
|
// "width": 300,
|
||||||
"render": function ( data, type, full, meta ) {
|
"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(/\Cgst/g,"CGST ");
|
||||||
str1 = str1.replace(/\Igst/g,"IGST ");
|
str1 = str1.replace(/\Igst/g,"IGST ");
|
||||||
str1 = str1.replace(/\Sgst/g,"SGST ");
|
str1 = str1.replace(/\Sgst/g,"SGST ");
|
||||||
|
str1 = str1.replace(/\gst/g,"GST ");
|
||||||
|
|
||||||
return str1;
|
return str1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -694,7 +694,7 @@ function() {
|
|||||||
"width": 300,
|
"width": 300,
|
||||||
"render": function ( data, type, full, meta ) {
|
"render": function ( data, type, full, meta ) {
|
||||||
console.log(full['td_tkt']);
|
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(/\Cgst/g,"CGST ");
|
||||||
str1 = str1.replace(/\Igst/g,"IGST ");
|
str1 = str1.replace(/\Igst/g,"IGST ");
|
||||||
str1 = str1.replace(/\Sgst/g,"SGST ");
|
str1 = str1.replace(/\Sgst/g,"SGST ");
|
||||||
|
str1 = str1.replace(/\gst/g,"GST ");
|
||||||
|
|
||||||
return str1;
|
return str1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -699,7 +699,7 @@ function() {
|
|||||||
"width": 300,
|
"width": 300,
|
||||||
"render": function ( data, type, full, meta ) {
|
"render": function ( data, type, full, meta ) {
|
||||||
console.log(full['td_tkt']);
|
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(/\Cgst/g,"CGST ");
|
||||||
str1 = str1.replace(/\Igst/g,"IGST ");
|
str1 = str1.replace(/\Igst/g,"IGST ");
|
||||||
str1 = str1.replace(/\Sgst/g,"SGST ");
|
str1 = str1.replace(/\Sgst/g,"SGST ");
|
||||||
|
str1 = str1.replace(/\gst/g,"GST ");
|
||||||
|
|
||||||
return str1;
|
return str1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user