Commit f71efbd464c83018cc7be9999a5523777aa7acf8
1 parent
49fd89c4b3
Exists in
develop
and in
1 other branch
guardo en localStorage la seleccion de donde va a comer el pedido el cliente, no…
…mbre variable: pedidoPara
Showing
4 changed files
with
24 additions
and
3 deletions
Show diff stats
.vscode/settings.json
... | ... | @@ -0,0 +1,18 @@ |
1 | +{ | |
2 | + "workbench.colorCustomizations": { | |
3 | + "activityBar.background": "#1accff", | |
4 | + "activityBar.activeBorder": "#df00ad", | |
5 | + "activityBar.foreground": "#15202b", | |
6 | + "activityBar.inactiveForeground": "#15202b99", | |
7 | + "activityBarBadge.background": "#df00ad", | |
8 | + "activityBarBadge.foreground": "#e7e7e7", | |
9 | + "titleBar.activeBackground": "#00b3e6", | |
10 | + "titleBar.inactiveBackground": "#00b3e699", | |
11 | + "titleBar.activeForeground": "#15202b", | |
12 | + "titleBar.inactiveForeground": "#15202b99", | |
13 | + "statusBar.background": "#00b3e6", | |
14 | + "statusBarItem.hoverBackground": "#008bb3", | |
15 | + "statusBar.foreground": "#15202b" | |
16 | + }, | |
17 | + "peacock.color": "#00b3e6" | |
18 | +} | |
0 | 19 | \ No newline at end of file |
package-lock.json
src/app/modules/opcion-pedido/opcion-pedido.component.html
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | <div class="col-auto px-0 h-auto align-self-start"> |
20 | 20 | <div |
21 | 21 | class="btn-effect col-auto align-self-center px-0 bg-white" |
22 | - (click)="goTo('/seleccion-articulos')"> | |
22 | + (click)="goTo('/seleccion-articulos'); seleccionPedido('comer aca')"> | |
23 | 23 | <div class="row mx-0 bg-primary badge-pill"> |
24 | 24 | <div class="col-auto p-0"> |
25 | 25 | <img |
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | <div class="col-auto px-0 h-auto align-self-start"> |
47 | 47 | <div |
48 | 48 | class="btn-effect col-auto align-self-center px-0 bg-white" |
49 | - (click)="goTo('/seleccion-articulos')"> | |
49 | + (click)="goTo('/seleccion-articulos'); seleccionPedido('para llevar')"> | |
50 | 50 | <div class="row mx-0 bg-primary badge-pill"> |
51 | 51 | <div class="col-auto p-0"> |
52 | 52 | <img |
src/app/modules/opcion-pedido/opcion-pedido.component.ts