From a9551005714c62bbe3eb2568c9dec632cfa524a9 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Wed, 13 Aug 2025 18:05:42 +0800 Subject: [PATCH] update --- src/components/PoDetail/PoDetail.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/PoDetail/PoDetail.tsx b/src/components/PoDetail/PoDetail.tsx index a258c5a..e8d7bf7 100644 --- a/src/components/PoDetail/PoDetail.tsx +++ b/src/components/PoDetail/PoDetail.tsx @@ -609,12 +609,12 @@ const PoDetail: React.FC = ({ po, qc, warehouse }) => { type="text" variant="outlined" fullWidth - InputProps={{ - inputProps: { - min: 0, - step: 1 - } - }} + // InputProps={{ + // inputProps: { + // min: 0, + // step: 1 + // } + // }} />