This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
cyril.tsui
2 months ago
parent
dd10c0e13d
commit
24b4c11e3d
1 changed files
with
13 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-2
src/components/JoSave/InfoCard.tsx
+ 13
- 2
src/components/JoSave/InfoCard.tsx
View File
@@ -44,12 +44,23 @@ const InfoCard: React.FC<Props> = ({
disabled={true}
/>
</Grid>
<Grid item xs={6}/>
<Grid item xs={6}>
<TextField
{
...register("
nam
e")
...register("
itemCod
e")
}
label={t("Name")}
label={t("Item Code")}
fullWidth
disabled={true}
/>
</Grid>
<Grid item xs={6}>
<TextField
{
...register("itemName")
}
label={t("Item Name")}
fullWidth
disabled={true}
/>
Write
Preview
Loading…
Cancel
Save