|
|
@@ -310,8 +310,8 @@ const FormPanel = ({ formData }) => { |
|
|
|
<li><FormattedMessage id="pps" /></li> |
|
|
|
</ul> |
|
|
|
</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日")} 2:00 p.m.</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日")} 2:30 p.m.</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 2:00 p.m.</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 2:30 p.m.</td> |
|
|
|
</tr> |
|
|
|
{ |
|
|
|
isOverDnReviseDeadline() ? |
|
|
@@ -339,10 +339,10 @@ const FormPanel = ({ formData }) => { |
|
|
|
<li><FormattedMessage id="post" /></li> |
|
|
|
</ul> |
|
|
|
</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.beforeClosingDate, "YYYY年MM月DD日")} 5:00 p.m.</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.beforeClosingDate, intl.formatMessage({ id: "dateStrFormat" }))} 5:00 p.m.</td> |
|
|
|
<td style={tabelStyle}> |
|
|
|
<FormattedMessage id="payDnRemark" values={{ |
|
|
|
date: DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日") + " 12:30 p.m." |
|
|
|
date: DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" })) + " 12:30 p.m." |
|
|
|
}} /> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
@@ -366,10 +366,10 @@ const FormPanel = ({ formData }) => { |
|
|
|
<li><FormattedMessage id="cash" /></li> |
|
|
|
</ul> |
|
|
|
</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日")} 12:00 p.m.</td> |
|
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 12:00 p.m.</td> |
|
|
|
<td style={tabelStyle}> |
|
|
|
<FormattedMessage id="payNPGORemark" values={{ |
|
|
|
date: DateUtils.dateFormat(formData.closingDate, "YYYY年MM月DD日") + " 12:30 p.m." |
|
|
|
date: DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" })) + " 12:30 p.m." |
|
|
|
}} /> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|