This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
andrebarros7201
/
Mercearia
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Botão Ver Stock a funcionar
master
andrebarros7201
5 years ago
parent
dcfec8f0ee
commit
46d3a128f9
4 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
dbs/dbmercearia.mv.db
+1
-1
public/scripts/main.js.map
+1
-1
server/services/lojas/get.js
+1
-0
ui/src/components/TabelaLoja/index.jsx
BIN
dbs/dbmercearia.mv.db
View File
+ 1
- 1
public/scripts/main.js.map
File diff suppressed because it is too large
View File
+ 1
- 1
server/services/lojas/get.js
View File
@ -7,6 +7,6 @@ _out.json(
*
*
*
consulta
executada
na
base
de
dados
.
*
/
_db
.
query
(
"SELECT loja.mercearia FROM loja"
"SELECT loja.mercearia
, loja.id
FROM loja"
)
)
;
+ 1
- 0
ui/src/components/TabelaLoja/index.jsx
View File
@ -32,6 +32,7 @@ const TabelaLoja = () => {
title
:
"Stock de Lojas"
,
render
:
(
text
,
record
,
index
)
=>
(
<
div
>
{
<
Button
onClick
=
{
(
)
=>
setProdutosLoja
(
record
)
}
>
Ver
Stock
<
/
Button
>
}
<
/
div
>
Write
Preview
Loading…
Cancel
Save