|
|
|
@@ -352,7 +352,11 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => |
|
|
|
}}><FormattedMessage id="viewDetail" /></a> |
|
|
|
</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(closeDate, dft)} 2:00 p.m.</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(closeDate, dft)} 2:30 p.m.</td> |
|
|
|
<td style={tabelStyle}> |
|
|
|
<FormattedMessage id="payOnlineRemark" values={{ |
|
|
|
date: DateUtils.dateFormat(closeDate, dft) + ' 2:30 p.m.' |
|
|
|
}} /> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td style={tabelStyle}><FormattedMessage id="payDn" /> |
|
|
|
@@ -371,13 +375,20 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => |
|
|
|
<li><FormattedMessage id="store" /></li> |
|
|
|
<li><FormattedMessage id="post" /></li> |
|
|
|
</ul> |
|
|
|
<Typography variant="h6"> |
|
|
|
<div style={{ padding: 12 }} dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "proofNote" }) }} /> |
|
|
|
</Typography> |
|
|
|
</> |
|
|
|
); |
|
|
|
setIsWarningPopUp(true); |
|
|
|
}}><FormattedMessage id="viewDetail" /></a> |
|
|
|
</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(closingDateOff, dft)} 5:00 p.m.</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(closeDate, dft)} 12:00 p.m.</td> |
|
|
|
<td style={tabelStyle}> |
|
|
|
<FormattedMessage id="payDnRemark" values={{ |
|
|
|
date: DateUtils.dateFormat(closeDate, dft) + " 12:30 p.m." |
|
|
|
}} /> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td style={tabelStyle}><FormattedMessage id="payNPGO" /> |
|
|
|
@@ -395,7 +406,11 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => |
|
|
|
}}><FormattedMessage id="viewDetail" /></a> |
|
|
|
</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(closeDate, dft)} 12:00 p.m.</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(closeDate, dft)} 12:30 p.m.</td> |
|
|
|
<td style={tabelStyle}> |
|
|
|
<FormattedMessage id="payNPGORemark" values={{ |
|
|
|
date: DateUtils.dateFormat(closeDate, dft) + " 12:30 p.m." |
|
|
|
}} /> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
|