Skip to content

Commit

Permalink
correccion horas mes 2 en tabla resumen
Browse files Browse the repository at this point in the history
  • Loading branch information
[Mario Nuñez] committed Nov 16, 2020
1 parent 872825c commit 655453a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .firebase/hosting.ZGlzdFxtYXBhcw.cache
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ assets/js/bootstrap.min.js.map,1590380859088,043d6638bd3f6dac7e56e7a0b1e3c8839bf
assets/js/custom.js,1596216591103,2c23ced121b226086300ccb603696d161343648014abe38030e9a9c0e8801108
assets/js/jquery-3.4.1.slim.min.js,1590380859102,3473ff1df960b4d0bc611701393a2eb142564d3593df3ba7bf1a13fb63bdfeaa
assets/js/popper.min.js,1590380859114,d7707cf8010bc1b6be59e387d822cd5499633df93289cdb43e4238f2aa03721b
index.html,1603850864462,a84ec7ffd27cafe777a19450103c28a3b28cad9cc39f5e7ff117608f5ad6d448
styles.7ea80073c7337831cfc3.css,1603850813251,956ca31de2f2b7000cb54ab65a2de5a69a484915bd81b40fab3bf1133f739e0e
3rdpartylicenses.txt,1603850813251,7f34cd33a59ee9bbec46babac23b4776fc909cb968b5a4b89b5effbbecafa472
main-es5.08271b442977ecb23bf7.js,1603850856157,cb41a4fad19b5915f262ee453a1d6b6c46bb2040c4d87c2dcba8dff2447e708c
main-es2015.08271b442977ecb23bf7.js,1603850863868,c75f871ee906a702ac1cf9cf7e27402694a6e7810d555829f1736b034a6c55de
3rdpartylicenses.txt,1605186298253,7f34cd33a59ee9bbec46babac23b4776fc909cb968b5a4b89b5effbbecafa472
styles.7ea80073c7337831cfc3.css,1605186298254,956ca31de2f2b7000cb54ab65a2de5a69a484915bd81b40fab3bf1133f739e0e
index.html,1605186354472,e155cd6a97d506a6c8f6f9c804753bc31b5a59969bdbbc66fcacd1ebdf34b6ba
main-es5.40312caf9267bd9b03e3.js,1605186344092,aa2546fe563c2caca8cbdfe8896039ac66235641c544a8624027a295f15e61e1
main-es2015.40312caf9267bd9b03e3.js,1605186353546,1d68116939c684cac26b3f9ea4c378a283bf86bafedb20c6439faacb376ba697
1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[0804/114333.421:ERROR:scoped_process_suspend.cc(31)] NtSuspendProcess: Se intent� obtener acceso a un proceso que est� cerr�ndose. (0xc000010a)
[0804/114333.428:ERROR:process_info.cc(118)] ReadProcessMemory bool __cdecl crashpad::(anonymous namespace)::ReadStruct(HANDLE, crashpad::WinVMAddress, T *) [T = crashpad::process_types::PEB<crashpad::process_types::internal::Traits64>]: Solo se complet� una parte de una solicitud ReadProcessMemory o WriteProcessMemory. (0x12B)
[0804/114333.428:ERROR:process_info.cc(551)] ReadProcessData failed
[1116/110541.605:ERROR:directory_reader_win.cc(43)] FindFirstFile: El sistema no puede encontrar la ruta especificada. (0x3)
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h6>Resumen {{fecha2}}</h6>
<tr *ngFor="let plan of capacityService.jsonDataPlanService2; let i=index" [ngClass]="{'colorcs': plan.descripcion.substr(0,2)==='CS'}">
<!-- <td *ngIf="mostrarVal" class="small text-center puntero text-danger" scope="col" style="width: 36px" (click)="eliminar(i)" id="Col2">X</td> -->
<td class="small text-dark text-left text-truncate" scope="col" style="width: 300px;text-overflow: ellipsis;">{{plan.descripcion}}</td>
<td class="small font-weight-bold text-dark text-right" scope="col" style="width: 50px">{{plan.mes1.totalMes1}}
<td class="small font-weight-bold text-dark text-right" scope="col" style="width: 50px">{{plan.mes2.totalMes2}}
</td>

</tr>
Expand Down
3 changes: 2 additions & 1 deletion src/app/services/json-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,9 @@ export class JsonDataService {

// correccion incidente --- no se grababa el ulitmo
// INICIO
Reqpadre.reqOrigen = ' ';

if (i === maximo - 1 ){
Reqpadre.reqOrigen = ' ';
this.ReqAgrupado.push(Reqpadre);
console.log(Reqpadre);
}
Expand Down

0 comments on commit 655453a

Please sign in to comment.