소스 검색

update

undefined
Jason Chuang 1 년 전
부모
커밋
a8ff97b752
5개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. +2
    -2
      src/pages/DemandNote/Search/DataGrid.js
  2. +1
    -1
      src/pages/Organization/SearchPage/OrganizationSearchForm.js
  3. +2
    -2
      src/pages/Proof/Create_FromApp/ProofForm.js
  4. +2
    -2
      src/pages/Proof/Reply_GLD/ApplicationDetails.js
  5. +1
    -1
      src/translations/en.json

+ 2
- 2
src/pages/DemandNote/Search/DataGrid.js 파일 보기

@@ -220,9 +220,9 @@ export default function SearchDemandNote({ recordList, reloadFun, applySearch })
{
field: 'dnNo',
headerName: 'DN No.',
width: 200,
width: 220,
renderCell: (params) => {
return <Button onClick={handleDnClick(params)}><u>{params.row.dnNo}</u></Button>;
return <Button sx={{fontSize: '8px'}} onClick={handleDnClick(params)}><u>{params.row.dnNo}</u></Button>;
},
},
{


+ 1
- 1
src/pages/Organization/SearchPage/OrganizationSearchForm.js 파일 보기

@@ -123,7 +123,7 @@ const OrganizationSearchForm = ({ applySearch }) => {
renderInput={(params) => (
<TextField
{...params}
label="Status"
label="Creditor/Non-creditor"
InputLabelProps={{
shrink: true
}}


+ 2
- 2
src/pages/Proof/Create_FromApp/ProofForm.js 파일 보기

@@ -197,7 +197,7 @@ const FormPanel = ({ formData }) => {
<Grid item xs={12} md={12}>
<Stack direction="row" sx={{ display: 'flex', alignItems: 'center' }}>
<FormLabel sx={{ paddingRight: 2, textAlign: "center" }}>
<Typography variant="h5">Return Revise Before:</Typography>
<Typography variant="h5">Deadline for proof with revison:</Typography>
</FormLabel>
<TextField
fullWidth
@@ -223,7 +223,7 @@ const FormPanel = ({ formData }) => {
<Grid item xs={12} md={12}>
<Stack direction="row" sx={{ display: 'flex', alignItems: 'center' }}>
<FormLabel sx={{ paddingRight: 2, textAlign: "center" }}>
<Typography variant="h5">Payment Before Date:</Typography>
<Typography variant="h5">Deadline for confirm proof and payment:</Typography>
</FormLabel>
<TextField
fullWidth


+ 2
- 2
src/pages/Proof/Reply_GLD/ApplicationDetails.js 파일 보기

@@ -266,14 +266,14 @@ const ApplicationDetailCard = ({
<Grid container alignItems={"center"}>
<Grid item xs={12} md={12} lg={12}
sx={{ display: 'flex', alignItems: 'center' }}>
<Typography variant="h5">Deadline for payment</Typography>
<Typography variant="h5">Deadline for confirm proof and payment</Typography>
</Grid>
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}>
<Typography variant="h5">Before {DateUtils.datetimeStr(data.proofPaymentDeadline)}</Typography>
</Grid>
<Grid item xs={12} md={12} lg={12}
sx={{ display: 'flex', alignItems: 'center' }}>
<Typography variant="h5">Deadline for revise:</Typography>
<Typography variant="h5">Deadline for proof with revison:</Typography>
</Grid>
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}>
<Typography variant="h5">Before {DateUtils.datetimeStr(data.reviseDeadline)}</Typography>


+ 1
- 1
src/translations/en.json 파일 보기

@@ -119,7 +119,7 @@
"resetPasswordSuccess": "Password reset successfully.",
"securityCode": "Security Code",
"sentSecurityCode1": "We sent your code to your setting email",
"sentSecurityCode1": "We have sent an email with the verification link to your email.",
"sentSecurityCode2": "Please check your emails for a message with your code.",
"sentSecurityCode3": "Please check your emails for ",
"sentSecurityCode4": "a message with your code.",


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