|
|
|
@ -1217,7 +1217,11 @@ export class AddEitComponent implements OnInit {
|
|
|
|
this.eitResponse[i].DISPLAY_FLAG != "N"
|
|
|
|
this.eitResponse[i].DISPLAY_FLAG != "N"
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
//time
|
|
|
|
//time
|
|
|
|
|
|
|
|
if(elemVal.length>5){
|
|
|
|
elemVal = elemVal.substring(11, 16);
|
|
|
|
elemVal = elemVal.substring(11, 16);
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
elemVal = elemVal;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (this.eitResponse[i].REQUIRED_FLAG == "Y" && !elemVal) {
|
|
|
|
if (this.eitResponse[i].REQUIRED_FLAG == "Y" && !elemVal) {
|
|
|
|
elem.classList.add("requiredClassElm");
|
|
|
|
elem.classList.add("requiredClassElm");
|
|
|
|
|