FIX_REMOVED_READONLY_IN_CLIENT_POLICY_CHANGES

This commit is contained in:
Srinivas-Saravanan 2025-01-06 14:09:19 +05:30
parent 42d48b7046
commit 9b7c5cc4dd

View File

@ -894,14 +894,14 @@
if (res.data.is_addon == 2 || res.data.is_addon == 3) {
$("#insurer").next(".select2-container").css({
'pointer-events': 'none',
'pointer-events': 'auto',
});
$('#select2-insurer-container').css({
'background-color': '#ebebe0',
});
$("#tpa").next(".select2-container").css({
'pointer-events': 'none',
'pointer-events': 'auto',
});
$('#select2-tpa-container').css({
'background-color': '#ebebe0',
@ -1356,7 +1356,7 @@
if ($(this).val() == 4 || $(this).val() == 5) {
$("#insurer").next(".select2-container").css({
'pointer-events': 'none',
'pointer-events': 'auto',
});
$('#select2-insurer-container').css({
@ -1364,7 +1364,7 @@
});
$("#tpa").next(".select2-container").css({
'pointer-events': 'none',
'pointer-events': 'auto',
});
$('#select2-tpa-container').css({
@ -1927,14 +1927,14 @@
if (res.data.is_addon == 2 || res.data.is_addon == 3) {
$("#insurer").next(".select2-container").css({
'pointer-events': 'none',
'pointer-events': 'auto',
});
$('#select2-insurer-container').css({
'background-color': '#ebebe0',
});
$("#tpa").next(".select2-container").css({
'pointer-events': 'none',
'pointer-events': 'auto',
});
$('#select2-tpa-container').css({
'background-color': '#ebebe0',