@@ -369,7 +369,7 @@ export default function SearchDemandNote({ applySearch, searchCriteria }) { | |||||
variant="contained" | variant="contained" | ||||
onClick={() => setRevokePopUp(true)} | onClick={() => setRevokePopUp(true)} | ||||
> | > | ||||
Revoke as To be Paid | |||||
Revoke payment | |||||
</Button> | </Button> | ||||
</Grid> | </Grid> | ||||
@@ -41,7 +41,7 @@ export default function MsgTable({ recordList }) { | |||||
id: 'sentDate', | id: 'sentDate', | ||||
field: 'sentDate', | field: 'sentDate', | ||||
headerName: intl.formatMessage({id: 'date'}), | headerName: intl.formatMessage({id: 'date'}), | ||||
width: 160, | |||||
width: 170, | |||||
renderCell: (params) => { | renderCell: (params) => { | ||||
return DateUtils.datetimeStr(params.row.sentDate); | return DateUtils.datetimeStr(params.row.sentDate); | ||||
}, | }, | ||||
@@ -44,12 +44,12 @@ const Index = ({ record }) => { | |||||
<Grid container justifyContent="flex-start" alignItems="center" > | <Grid container justifyContent="flex-start" alignItems="center" > | ||||
<center> | <center> | ||||
<Grid item xs={12} md={8} > | <Grid item xs={12} md={8} > | ||||
<Typography variant="h2" sx={{ textAlign: "left", ml: 4, mr: 4, mt: 4, borderBottom: "1px solid black" }}> | |||||
<Typography variant="h4" sx={{ textAlign: "left", ml: 4, mr: 4, mt: 4, borderBottom: "1px solid black" }}> | |||||
<FormattedMessage id="proofPaymentHeader_demandNote" /> | <FormattedMessage id="proofPaymentHeader_demandNote" /> | ||||
</Typography> | </Typography> | ||||
<Typography variant="h3" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> | |||||
<Typography variant="h5" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> | |||||
<div dangerouslySetInnerHTML={{ | <div dangerouslySetInnerHTML={{ | ||||
__html: intl.formatMessage( | __html: intl.formatMessage( | ||||
{ | { | ||||
@@ -44,12 +44,12 @@ const Index = ({ record }) => { | |||||
<Grid container justifyContent="flex-start" alignItems="center" > | <Grid container justifyContent="flex-start" alignItems="center" > | ||||
<center> | <center> | ||||
<Grid item xs={12} md={8} > | <Grid item xs={12} md={8} > | ||||
<Typography variant="h2" sx={{ textAlign: "left", ml: 4, mr: 4, mt: 4, borderBottom: "1px solid black" }}> | |||||
<Typography variant="h4" sx={{ textAlign: "left", ml: 4, mr: 4, mt: 4, borderBottom: "1px solid black" }}> | |||||
<FormattedMessage id="proofPaymentHeader_office" /> | <FormattedMessage id="proofPaymentHeader_office" /> | ||||
</Typography> | </Typography> | ||||
<Typography variant="h3" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> | |||||
<Typography variant="h5" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> | |||||
<div dangerouslySetInnerHTML={{ | <div dangerouslySetInnerHTML={{ | ||||
__html: intl.formatMessage( | __html: intl.formatMessage( | ||||
{ | { | ||||
@@ -145,11 +145,11 @@ const Index = () => { | |||||
<Grid container justifyContent="flex-start" alignItems="center" > | <Grid container justifyContent="flex-start" alignItems="center" > | ||||
<center> | <center> | ||||
<Grid item xs={12} md={8} > | <Grid item xs={12} md={8} > | ||||
<Typography variant="h3" sx={{ textAlign: "left", ml: 4, mr: 4, mt: 4, borderBottom: "1px solid black" }}> | |||||
<Typography variant="h4" sx={{ textAlign: "left", ml: 4, mr: 4, mt: 4, borderBottom: "1px solid black" }}> | |||||
<FormattedMessage id="proofPaymentHeader_online" /> | <FormattedMessage id="proofPaymentHeader_online" /> | ||||
</Typography> | </Typography> | ||||
<Typography variant="h4" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> | |||||
<Typography variant="h5" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> | |||||
<div dangerouslySetInnerHTML={{ | <div dangerouslySetInnerHTML={{ | ||||
__html: intl.formatMessage( | __html: intl.formatMessage( | ||||
{ | { | ||||
@@ -49,7 +49,7 @@ const StatusChangeDialog = (props) => { | |||||
}if (props.getStatus == "paid") { | }if (props.getStatus == "paid") { | ||||
setDialogTitle("Action Confirm"); | setDialogTitle("Action Confirm"); | ||||
setPrositiveBtnText("Confirm"); | setPrositiveBtnText("Confirm"); | ||||
return getConfirmContent("Do you want to mark as paid."); | |||||
return getConfirmContent("Are you sure to mark this application as paid?"); | |||||
} else { | } else { | ||||
setDialogTitle("Action Confirm"); | setDialogTitle("Action Confirm"); | ||||
setPrositiveBtnText("Confirm"); | setPrositiveBtnText("Confirm"); | ||||
@@ -87,7 +87,7 @@ const DashboardDefault = () => { | |||||
list.push( | list.push( | ||||
<Button onClick={()=>{navigate("/msg/details/"+item.id);}} color={item.readTime?"gray":"black"} style={{justifyContent: "flex-start"}} sx={{p:2}}> | <Button onClick={()=>{navigate("/msg/details/"+item.id);}} color={item.readTime?"gray":"black"} style={{justifyContent: "flex-start"}} sx={{p:2}}> | ||||
<Stack direction="column" > | <Stack direction="column" > | ||||
<Typography variant='h4' align="justify"><b>{item.subject}</b></Typography> | |||||
<Typography variant='string' align="justify"><b>{item.subject}</b></Typography> | |||||
<Typography align="justify">{DateUtils.datetimeStr(item.sentDate)}</Typography> | <Typography align="justify">{DateUtils.datetimeStr(item.sentDate)}</Typography> | ||||
</Stack> | </Stack> | ||||
</Button> | </Button> | ||||
@@ -205,7 +205,7 @@ const DashboardDefault = () => { | |||||
<FormattedMessage id="viewAllSystemMessage" /> | <FormattedMessage id="viewAllSystemMessage" /> | ||||
</u></Button> | </u></Button> | ||||
</Stack> | </Stack> | ||||
<Box xs={12} md={12} sx={{ p: 1, border: '3px solid #eee', borderRadius: '10px' }} > | |||||
<Box xs={12} md={12} sx={{ p: 1, fontSize: 12, border: '3px solid #eee', borderRadius: '10px' }} > | |||||
<Message | <Message | ||||
itemList = {itemList} | itemList = {itemList} | ||||
/> | /> | ||||
@@ -428,7 +428,7 @@ | |||||
"paymentDeadline": "Deadline for online confirm proof", | "paymentDeadline": "Deadline for online confirm proof", | ||||
"confirmingDealine": "Deadline for Confirming Proof", | "confirmingDealine": "Deadline for Confirming Proof", | ||||
"PaymentCoonpletDealine": "Deadline for Payment Completion", | "PaymentCoonpletDealine": "Deadline for Payment Completion", | ||||
"payOnline":"GPNSPS", | |||||
"payOnline":"Online Payment", | |||||
"payDn":"Pay by issuance of General Demand Note", | "payDn":"Pay by issuance of General Demand Note", | ||||
"payNPGO":"Pay at NPGO Collection Office", | "payNPGO":"Pay at NPGO Collection Office", | ||||
"paymentMeans":"Payment Means", | "paymentMeans":"Payment Means", | ||||
@@ -41,7 +41,7 @@ | |||||
"confirmingDealine": "确认校对的截止日期", | "confirmingDealine": "确认校对的截止日期", | ||||
"PaymentCoonpletDealine": "付款截止日期", | "PaymentCoonpletDealine": "付款截止日期", | ||||
"payOnline":"透过此系统 GPNSPS 网上支付", | |||||
"payOnline":"透过此系统网上支付", | |||||
"payDn":"透过发出一般缴款单付款", | "payDn":"透过发出一般缴款单付款", | ||||
"payNPGO":"在 NPGO 收款办公室付款", | "payNPGO":"在 NPGO 收款办公室付款", | ||||
"paymentMeans":"付款方式", | "paymentMeans":"付款方式", | ||||
@@ -41,7 +41,7 @@ | |||||
"confirmingDealine": "確認校對的截止日期", | "confirmingDealine": "確認校對的截止日期", | ||||
"PaymentCoonpletDealine": "付款截止日期", | "PaymentCoonpletDealine": "付款截止日期", | ||||
"payOnline":"透過此系統 GPNSPS 網上支付", | |||||
"payOnline":"透過此系統網上支付", | |||||
"payDn":"透過發出一般繳款單付款", | "payDn":"透過發出一般繳款單付款", | ||||
"payNPGO":"在 NPGO 收款辦公室付款", | "payNPGO":"在 NPGO 收款辦公室付款", | ||||
"paymentMeans":"付款方式", | "paymentMeans":"付款方式", | ||||