Commit 96efd4d94a0db33d320cde3243d8fafb42f98d7c

Authored by Pablo Marco del Pont
1 parent 666a338368
Exists in master

- Modificaciones a la grilla.

Showing 1 changed file with 20 additions and 8 deletions   Show diff stats
src/views/nota-pedido.html
... ... @@ -93,7 +93,12 @@
93 93 <th>Precio Unitario</th>
94 94 <th>SubTotal</th>
95 95 <th></th>
96   - <th></th>
  96 + <th>
  97 + <button class="btn btn-outline-secondary selectable" style="float: right;" ng-click="show = !show">
  98 + <i class="fa fa-chevron-down" ng-hide="show" aria-hidden="true"></i>
  99 + <i class="fa fa-chevron-up" ng-show="show" aria-hidden="true"></i>
  100 + </button>
  101 + </th>
97 102 </tr>
98 103 </thead>
99 104 <tbody>
... ... @@ -106,7 +111,7 @@
106 111 <td></td>
107 112 <td></td>
108 113 </tr>
109   - <tr style="cursor: pointer;" ng-click="show = !show">
  114 + <tr>
110 115 <td>1</td>
111 116 <td>1</td>
112 117 <td>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...</td>
... ... @@ -114,10 +119,9 @@
114 119 <td>{{1000000000 | currency:'$'}}</td>
115 120 <td>{{1000000000 | currency:'$'}}</td>
116 121 <td></td>
117   - <td>
118   - <button class="btn btn-outline-secondary" style="float: right;">
119   - <i class="fa fa-chevron-down" ng-hide="show" aria-hidden="true"></i>
120   - <i class="fa fa-chevron-up" ng-show="show" aria-hidden="true"></i>
  122 + <td class="text-center">
  123 + <button class="btn btn-outline-secondary btn-sm" ng-click="quitarArticulo()">
  124 + <i class="fa fa-trash"></i>
121 125 </button>
122 126 </td>
123 127 </tr>
... ... @@ -129,7 +133,11 @@
129 133 <td>{{1000000000 | currency:'U$D'}}</td>
130 134 <td>{{10 | currency:'$'}}</td>
131 135 <td></td>
132   - <td></td>
  136 + <td class="text-center">
  137 + <button class="btn btn-outline-secondary btn-sm" ng-click="quitarArticulo()">
  138 + <i class="fa fa-trash"></i>
  139 + </button>
  140 + </td>
133 141 </tr>
134 142 <tr ng-show="show">
135 143 <td>1</td>
... ... @@ -139,7 +147,11 @@
139 147 <td>{{10 | currency:'$'}}</td>
140 148 <td>{{10 | currency:'$'}}</td>
141 149 <td></td>
142   - <td></td>
  150 + <td class="text-center">
  151 + <button class="btn btn-outline-secondary btn-sm" ng-click="quitarArticulo()">
  152 + <i class="fa fa-trash"></i>
  153 + </button>
  154 + </td>
143 155 </tr>
144 156 </tbody>
145 157 <tfoot>