changes in supplier module 05-03-2025
This commit is contained in:
parent
a0e93ab132
commit
c3c7cd95a0
@ -186,6 +186,12 @@ $("#deptBtnId").on('click',function(){
|
|||||||
let depCode =$("#DEPCode").val();
|
let depCode =$("#DEPCode").val();
|
||||||
let headDepCode = $("#HeadDept").val();
|
let headDepCode = $("#HeadDept").val();
|
||||||
|
|
||||||
|
|
||||||
|
if(departmentName.length<1){
|
||||||
|
alert(`Department Name cannot be empty..!!`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$('#loader').show();
|
$('#loader').show();
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type:"POST",
|
type:"POST",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user