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.",


Завантаження…
Відмінити
Зберегти