code checkin : ps

This commit is contained in:
saravanakumarkandasami 2019-06-08 20:31:33 +05:30
parent 3c1807160f
commit 081657b00a
4 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,8 @@
">{{income.business_income_item}}</mat-option>
</mat-select>
</mat-form-field>
<!-- {{item.get('business_income_id').value}} -->
<!-- item.get('expense_item_id').value == 1 -->
<mat-form-field style="width: 100%" *ngIf="item.get('business_income_id').value==1">
<input type="text" matInput placeholder="Other Business Income" formControlName="other_income_item" name="other_income_item">
</mat-form-field>

View File

@ -1503,7 +1503,7 @@ calculateLossAmount( i, details){
this.imageBucket.splice(index,1)
}
captureTheFinancialPics(value){
alert('Value '+value+' - '+this.picsArrayLength);
// alert('Value '+value+' - '+this.picsArrayLength);
if(value == 'yes' && this.picsArrayLength == 0){
alert('You Must Take The Finanical Pic');
}

View File

@ -539,7 +539,7 @@ export class PdQuestionSupplierInfoPage {
captureTheSupplierPics(materialName,index,supplierName){
console.log('ds');
alert('dsa');
// alert('dsa');
if(supplierName != ''){
// 'Raw Material','l',items.get('manufacturing_supplier_name').value
this.cameraProvider.getpicture().then(res=>{

View File

@ -1512,7 +1512,7 @@ removeImgForBucket(index){
}
captureThePropertyPics(){
alert('rentalDataCount '+this.data.existing_rental_count_id);
// alert('rentalDataCount '+this.data.existing_rental_count_id);
this.cameraProvider.getpicture().then(res=>{
if(res != 'error'){
this.imageBucket.push({'image':res,'Name':'Property '+this.data.existing_rental_count_id});