浏览代码

update stock in form sx

master
kelvinsuen 1 个月前
父节点
当前提交
b248fda35c
共有 3 个文件被更改,包括 4 次插入3 次删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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": "找不到品檢模板,請聯絡管理員"
}

正在加载...
取消
保存