This website works better with JavaScript.
首頁
探索
說明
登入
derek
/
FPSMS-frontend
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
update
master
MSI\derek
1 周之前
父節點
5381ad80e8
當前提交
a955100571
共有
1 個文件被更改
,包括
6 次插入
和
6 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
src/components/PoDetail/PoDetail.tsx
+ 6
- 6
src/components/PoDetail/PoDetail.tsx
查看文件
@@ -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")}
Write
Preview
Loading…
取消
儲存