소스 검색

Signo de dolar en IVA PPER

ahernandez 5 년 전
부모
커밋
42b0919789
2개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 10 10
      src/app/components/instruments/pper/pper.component.html
  2. 2 2
      src/app/components/investments/costs/pper/pper.costs.component.html

+ 10 - 10
src/app/components/instruments/pper/pper.component.html

@@ -518,18 +518,18 @@
 
             <ng-container matColumnDef="iva_interes"
               >`
-              <th mat-header-cell *matHeaderCellDef>IVA (%)</th>
+              <th mat-header-cell *matHeaderCellDef>IVA ($)</th>
               <td mat-cell *matCellDef="let row">
-                {{
+                ${{
                   row.iva_interes == "" || row.iva_interes == undefined
                     ? "0"
                     : (row.iva_interes | number: "1.2-4")
-                }}%
+                }}
               </td>
               <td mat-footer-cell *matFooterCellDef>
-                {{
+                ${{
                   consolidado_proyeccion.total_iva_interes | number: "1.2-4"
-                }}%
+                }}
               </td>
             </ng-container>
 
@@ -876,18 +876,18 @@
 
             <ng-container matColumnDef="iva_interes"
               >`
-              <th mat-header-cell *matHeaderCellDef>IVA (%)</th>
+              <th mat-header-cell *matHeaderCellDef>IVA ($)</th>
               <td mat-cell *matCellDef="let row">
-                {{
+                ${{
                   row.iva_interes == "" || row.iva_interes == undefined
                     ? "0"
                     : (row.iva_interes | number: "1.2-4")
-                }}%
+                }}
               </td>
               <td mat-footer-cell *matFooterCellDef>
-                {{
+                ${{
                   consolidado_proyeccion.total_iva_interes | number: "1.2-4"
-                }}%
+                }}
               </td>
             </ng-container>
 

+ 2 - 2
src/app/components/investments/costs/pper/pper.costs.component.html

@@ -271,12 +271,12 @@
 
                       <div class="costs-input-normal-container">
                         <div class="form-group">
-                          <label for="iva_interes">IVA (%): </label>
+                          <label for="iva_interes">IVA ($): </label>
 
                           <div class="input-box-container">
                             <div>
                               <p>
-                                <i class="fas fa-percent"></i>
+                                <i class="fas fa-dollar-sign"></i>
                               </p>
                               <input
                                 type="text"