diff --git a/src/app/views/masters/form-list/form-list.component.html b/src/app/views/masters/form-list/form-list.component.html index b29123b..9610367 100644 --- a/src/app/views/masters/form-list/form-list.component.html +++ b/src/app/views/masters/form-list/form-list.component.html @@ -94,7 +94,7 @@
- + +
+
+   + +
+ +
+
+ +
+
+
+ View Document Status +
+
+
+
+
+ + +
+
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + +
Status NameTypeStatusAction
{{document.statusName}}{{document.type}} + {{document.status}} + + +
+ +
+ +
+ +
+
+
+
+ Fees
diff --git a/src/app/views/masters/status-master/status-master.component.scss b/src/app/views/masters/status-master/status-master.component.scss index cc75a4b..87c5967 100644 --- a/src/app/views/masters/status-master/status-master.component.scss +++ b/src/app/views/masters/status-master/status-master.component.scss @@ -8,5 +8,5 @@ cursor:pointer; } .saveBtn { - padding-top: 28px; + padding-top: 29px; } \ No newline at end of file diff --git a/src/app/views/masters/status-master/status-master.component.ts b/src/app/views/masters/status-master/status-master.component.ts index 3092756..50c0cf5 100644 --- a/src/app/views/masters/status-master/status-master.component.ts +++ b/src/app/views/masters/status-master/status-master.component.ts @@ -12,6 +12,7 @@ export class StatusMasterComponent implements OnInit { formStatus: any; markCardStatus: any; studyMaterialStatus: any; + documentStatus: any; constructor() { } ngOnInit() { @@ -39,6 +40,18 @@ export class StatusMasterComponent implements OnInit { status: 'Active' }, ] + this.documentStatus = [ + { + statusName: 'Sent to SC ', + type: 'Document', + status: 'Active' + }, + { + statusName: 'Received by SC', + type: 'Document', + status: 'Active' + }, + ] this.feesStatus = [ { statusName: 'Paid', diff --git a/src/app/views/studymaterial/allocatematerial/allocatematerial.component.html b/src/app/views/studymaterial/allocatematerial/allocatematerial.component.html index ab1d6dd..22019b3 100644 --- a/src/app/views/studymaterial/allocatematerial/allocatematerial.component.html +++ b/src/app/views/studymaterial/allocatematerial/allocatematerial.component.html @@ -107,7 +107,7 @@
- +