changes in supplier module 05-03-2025

This commit is contained in:
vadivelJ96 2025-03-05 13:58:54 +05:30
parent a0e93ab132
commit c3c7cd95a0

View File

@ -186,6 +186,12 @@ $("#deptBtnId").on('click',function(){
let depCode =$("#DEPCode").val();
let headDepCode = $("#HeadDept").val();
if(departmentName.length<1){
alert(`Department Name cannot be empty..!!`);
return;
}
$('#loader').show();
$.ajax({
type:"POST",