Browse Source

update stock in form sx

master
kelvinsuen 1 month ago
parent
commit
b248fda35c
3 changed files with 4 additions and 3 deletions
  1. +1
    -1
      src/components/StockIn/FgStockInForm.tsx
  2. +1
    -1
      src/components/StockIn/StockInForm.tsx
  3. +2
    -1
      src/i18n/zh/purchaseOrder.json

+ 1
- 1
src/components/StockIn/FgStockInForm.tsx View File

@@ -67,7 +67,7 @@ const textfieldSx = {
transform: "translate(14px, 1.2rem) scale(1)",
"&.MuiInputLabel-shrink": {
fontSize: 24,
transform: "translate(14px, -0.5rem) scale(1)",
transform: "translate(14px, -9px) scale(1)",
},
// [theme.breakpoints.down("sm")]: {
// fontSize: "1rem",


+ 1
- 1
src/components/StockIn/StockInForm.tsx View File

@@ -60,7 +60,7 @@ const textfieldSx = {
transform: "translate(14px, 1.2rem) scale(1)",
"&.MuiInputLabel-shrink": {
fontSize: 24,
transform: "translate(14px, -0.5rem) scale(1)",
transform: "translate(14px, -9px) scale(1)",
},
// [theme.breakpoints.down("sm")]: {
// fontSize: "1rem",


+ 2
- 1
src/i18n/zh/purchaseOrder.json View File

@@ -164,5 +164,6 @@
"Expiry Date cannot be earlier than Production Date": "到期日不可早於生產日期",
"Production Date must be earlier than Expiry Date": "生產日期必須早於到期日",
"confirm expiry date": "確認到期日",
"Invalid Date": "無效日期"
"Invalid Date": "無效日期",
"Missing QC Template, please contact administrator": "找不到品檢模板,請聯絡管理員"
}

Loading…
Cancel
Save