sultan-q3
Sultan Khan 4 years ago
parent b30bfa9a0b
commit b3ae4c96f7

@ -159,7 +159,7 @@ export class HomeComponent implements OnInit {
request.append('status', this.itemCondition);
console.log(this.selectedFile);
if (this.selectedFile && this.selectedFile !== undefined) {
request.append('fileColl', this.selectedFile[0], this.selectedFile[0].name);
request.append('fileColl', this.addAttachRequest.toString());
}
request.append('Channel', authUser.Channel.toString());
request.append('LogInToken', authUser.LogInTokenID);

@ -1335,7 +1335,7 @@ export class AddUpdateContactComponent implements OnInit {
if (this.employeeBasicDetails[i].VARCHAR2_VALUE) {
val = this.employeeBasicDetails[i].VARCHAR2_VALUE;
} else if (this.employeeBasicDetails[i].DATE_VALUE) {
val = this.customiseDate(this.employeeBasicDetails[i].DATE_VALUE);
val = this.cs.formatDate(this.employeeBasicDetails[i].DATE_VALUE);
if (this.employeeBasicDetails[i].APPLICATION_COLUMN_NAME === 'EFFECTIVE_DATE') {
this.effectiveDate = this.employeeBasicDetails[i].DATE_VALUE;
this.showEffectiveDate = this.employeeBasicDetails[i].SEGMENT_VALUE_DSP;

@ -1496,12 +1496,12 @@
"ar": "حذف"
},
"update-msg": {
"en": "Are you sure you want update this member ?",
"en": "Are you sure you want to update this member ?",
"ar": "هل انت متاكد من تعديل هذا العضو؟"
},
"remove-msg": {
"en": "Are you sure you want rmove this member ?",
"ar": "هل انت متاكد من حذف هذا العضو ؟"
"en": "Are you sure you want to remove this member?",
"ar": "هل أنت متأكد أنك تريد إزالة هذا العضو؟"
},
"update-confirm": {
"en": "member updated successfully",

Loading…
Cancel
Save