Ver código fonte

update

master
MSI\derek 2 semanas atrás
pai
commit
a955100571
1 arquivos alterados com 6 adições e 6 exclusões
  1. +6
    -6
      src/components/PoDetail/PoDetail.tsx

+ 6
- 6
src/components/PoDetail/PoDetail.tsx Ver arquivo

@@ -609,12 +609,12 @@ const PoDetail: React.FC<Props> = ({ po, qc, warehouse }) => {
type="text"
variant="outlined"
fullWidth
InputProps={{
inputProps: {
min: 0,
step: 1
}
}}
// InputProps={{
// inputProps: {
// min: 0,
// step: 1
// }
// }}
/>
<TextField
label={t("dnDate")}


Carregando…
Cancelar
Salvar