|
|
|
@@ -481,11 +481,12 @@ const FormPanel = ({ formData }) => { |
|
|
|
: |
|
|
|
`${DateUtils.dateFormat(formData.proofPaymentDeadline, intl.formatMessage({ id: "datetimeFormate" }))?.replace("am", "上午")?.replace("pm", "下午").replace("00分", "")}` |
|
|
|
}</td> |
|
|
|
<td style={tabelStyle}> |
|
|
|
<FormattedMessage id="payOnlineRemarkProof" values={{ |
|
|
|
date: DateUtils.formatDateForLocale(formData.expiryDate, intl, locale) |
|
|
|
}} /> |
|
|
|
</td> |
|
|
|
<td style={tabelStyle}>{ |
|
|
|
locale === 'en' ? |
|
|
|
`${DateUtils.dateFormat(formData.expiryDate, intl.formatMessage({ id: "datetimeFormate" }))?.replace("am", "a.m.")?.replace("pm", "p.m.")}` |
|
|
|
: |
|
|
|
`${DateUtils.dateFormat(formData.expiryDate, intl.formatMessage({ id: "datetimeFormate" }))?.replace("am", "上午")?.replace("pm", "下午").replace("00分", "")}` |
|
|
|
}</td> |
|
|
|
</tr> |
|
|
|
{!isOnlyOnlinePayment? |
|
|
|
<> |
|
|
|
|