소스 검색

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

불러오는 중...
취소
저장