| Other Fees |
1000
|
- Per Sem
+ Re-registration
|
diff --git a/src/app/views/masters/course-master/course-master.component.html b/src/app/views/masters/course-master/course-master.component.html
index d93442f..faf8082 100644
--- a/src/app/views/masters/course-master/course-master.component.html
+++ b/src/app/views/masters/course-master/course-master.component.html
@@ -224,28 +224,28 @@
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/src/app/views/studymaterial/allocatematerial/allocatematerial.component.ts b/src/app/views/studymaterial/allocatematerial/allocatematerial.component.ts
index b27d3ad..3c425c0 100644
--- a/src/app/views/studymaterial/allocatematerial/allocatematerial.component.ts
+++ b/src/app/views/studymaterial/allocatematerial/allocatematerial.component.ts
@@ -7,9 +7,43 @@ import { Component, OnInit } from '@angular/core';
})
export class AllocatematerialComponent implements OnInit {
- constructor() { }
+ show = false;
+ closed = false;
+ public myModal;
+ public myModalData;
+ studyMaterialDetails: any;
+ constructor() { }
+ ngOnInit(){
+ this.studyMaterialDetails = [
+ {
+ studycentername: 'Studycenter A',
+ sem:'1st Sem/2018',
+ course: 'BE',
+ Quantity: '30',
+
+ },
+ {
+ studycentername: 'Studycenter B',
+ sem:'2nd Sem/2018',
+ course: 'MCA',
+ Quantity: '10',
+ },
+ {
+ studycentername: 'Studycenter C',
+ sem:'1st Sem/2018',
+ course: 'MBA',
+ Quantity: '20',
+ }
+ ]
+ }
+
- ngOnInit() {
+ getModelWindowDetails(stuCent) {
+ this.myModalData = stuCent||null;
+ }
+ editStudyCenter(){
+ this.show = !this.show;
}
}
+
\ No newline at end of file
diff --git a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html
index 2e88169..63a6ced 100644
--- a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html
+++ b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html
@@ -10,6 +10,7 @@
+
@@ -70,7 +71,8 @@
University Name |
Course Name |
Sem/Year |
- Quantity |
+ Received Quantity |
+ Balance Quantity |
Received Date |
|
@@ -80,6 +82,7 @@