|
|
|
@ -990,7 +990,7 @@ export class AddEitComponent implements OnInit {
|
|
|
|
let text = x.value;
|
|
|
|
let text = x.value;
|
|
|
|
let val = x.dataset.colmText;
|
|
|
|
let val = x.dataset.colmText;
|
|
|
|
|
|
|
|
|
|
|
|
if (this.eitResponse[j].DISPLAY_FLAG == "N" && this.eitResponse[i].REQUIRED_FLAG == "Y" && !val) {
|
|
|
|
if (this.eitResponse[j].DISPLAY_FLAG == "N" && this.eitResponse[j].REQUIRED_FLAG == "Y" && !val) {
|
|
|
|
const attributeValue = x.getAttribute('value');
|
|
|
|
const attributeValue = x.getAttribute('value');
|
|
|
|
val = attributeValue ? attributeValue : '';
|
|
|
|
val = attributeValue ? attributeValue : '';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|