diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-applicant/edit-pd-applicant.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-applicant/edit-pd-applicant.component.ts index 68e8d57a9..c7541c588 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-applicant/edit-pd-applicant.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-applicant/edit-pd-applicant.component.ts @@ -150,9 +150,13 @@ export class EditPdApplicantComponent implements OnInit { // console.log(itemElement.coapplicant_landline); let concat_landline if(itemElement.coapplicant_stdcode != null && itemElement.coapplicant_landline != null){ - let std = itemElement.coapplicant_stdcode == '' ? '' : itemElement.coapplicant_stdcode; - let landline = itemElement.coapplicant_landline == '' ? '' : itemElement.coapplicant_landline; - concat_landline = std+'-'+landline; + if(itemElement.coapplicant_stdcode == '' && itemElement.coapplicant_landline == ''){ + concat_landline = null; + }else{ + let std = itemElement.coapplicant_stdcode == '' ? '' : itemElement.coapplicant_stdcode; + let landline = itemElement.coapplicant_landline == '' ? '' : itemElement.coapplicant_landline; + concat_landline = std+'-'+landline; + } }else if(itemElement.coapplicant_stdcode == '' && itemElement.coapplicant_landline == ''){ concat_landline = null; }else{ diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.html index ef48af123..0baee09c0 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.html @@ -26,7 +26,7 @@
Starting Financial Year - + Invalid year format +
Manufacturing Details
-

{{a+1}} . Raw Material

+ + Raw Material #{{a+1}} - - Yes - No + + + Add Stock Details + No Stock Observed - + - + - Please comment on the stock level observed? + Please comment on the stock level observed? - - + +
+
-

{{b+1}} Finished Goods

+ + Finished Goods #{{b+1}} - - Yes - No + + + Add Stock Details + No Stock Observed - + - + @@ -113,7 +121,7 @@ - +
+
+
-

{{c+1}} Traded Goods

+ + Traded Goods #{{c+1}} - - Yes - No + + Add Stock Details + No Stock Observed - + - + @@ -158,11 +169,11 @@ - Please comment on the Traded Goods stock level observed? + Please comment on the Traded Goods stock level observed? - +
+
+
@@ -179,29 +192,31 @@ - -

Retail Details

-
+ +
Retail Details
-

{{d+1}} Finished Goods

+ + Finished Goods #{{d+1}} - - Yes - No + + Add Stock Details + No stock observed - + - + @@ -218,7 +233,7 @@ - Please comment on the finished goods stock level observed? + Please comment on the finished goods stock level observed? @@ -227,30 +242,33 @@ matTooltip="Add More Finished Goods" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" color="primary" *ngIf="d==0"> add + +
-

{{e+1}} Traded Goods

+ + Traded Goods #{{e+1}} - - Yes - No + + Add Stock Details + No Stock Observed - + - + @@ -267,11 +285,11 @@ - Please comment on the Traded Goods stock level observed? + Please comment on the Traded Goods stock level observed? - +
+
+
@@ -290,28 +310,30 @@ - -

Trading Details

-
+ +
Trading Details
-

{{f+1}} Finished Goods

+ + Finished Goods #{{f+1}} - - Yes - No + + Add Stock Details + No Stock Observed - + - + @@ -328,11 +350,12 @@ - Please comment on the finished goods stock level observed? + Please comment on the finished goods stock level observed? - + +
- - +
+
+ +
-

{{g+1}} Traded Goods

+ + Traded Goods #{{g+1}} - - Yes - No + + Add Stock Details + No stock observed - + - + @@ -378,21 +404,22 @@ - Please comment on the Traded Goods stock level observed? + Please comment on the Traded Goods stock level observed? - - + +
- - +
+
+
@@ -401,9 +428,10 @@ - + +
Service Provider
Service Provider Details Not applicable here !!