|
@@ -58,13 +58,13 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { |
|
|
<Grid item> |
|
|
<Grid item> |
|
|
<Grid container > |
|
|
<Grid container > |
|
|
<Grid item xs={12} md={12} > |
|
|
<Grid item xs={12} md={12} > |
|
|
<Grid container alignItems="center"> |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right", alignItems: 'center', color: "#000000" }}> |
|
|
|
|
|
<FormLabel sx={{ color: "#000000" }}> |
|
|
|
|
|
|
|
|
<Grid container spacing={5} alignItems="center"> |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ textAlign: "right", alignItems: 'center', color: "#000000" }}> |
|
|
|
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormattedMessage id="status"/>: |
|
|
<FormattedMessage id="status"/>: |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={6} md={5} sx={{ ml:5,textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> |
|
|
<FormLabel sx={{ display: 'flex', alignItems: 'center', color: "#000000" }}> |
|
|
<FormLabel sx={{ display: 'flex', alignItems: 'center', color: "#000000" }}> |
|
|
{ |
|
|
{ |
|
|
locale === 'en' ? |
|
|
locale === 'en' ? |
|
@@ -77,13 +77,13 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid container > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> |
|
|
|
|
|
|
|
|
<Grid container spacing={5} > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormattedMessage id="transactionNo" />: |
|
|
<FormattedMessage id="transactionNo" />: |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ textAlign: "left" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
{data.payload?.transactionid} |
|
|
{data.payload?.transactionid} |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
@@ -91,13 +91,13 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid container > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> |
|
|
|
|
|
|
|
|
<Grid container spacing={5}> |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{textAlign: "right" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormattedMessage id="transactionDate" />: |
|
|
<FormattedMessage id="transactionDate" />: |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid xs={6} md={5} sx={{ml:5,textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
{data.transDateStr + " (DD/MM/YYYY)"} |
|
|
{data.transDateStr + " (DD/MM/YYYY)"} |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
@@ -105,13 +105,13 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid container > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> |
|
|
|
|
|
|
|
|
<Grid container spacing={5}> |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormattedMessage id="transactionTime" />: |
|
|
<FormattedMessage id="transactionTime" />: |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid xs={6} md={5} sx={{ml:5,textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
{data.transTimeStr + " (HH:MI:SS)"} |
|
|
{data.transTimeStr + " (HH:MI:SS)"} |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
@@ -119,13 +119,13 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid container > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> |
|
|
|
|
|
|
|
|
<Grid container spacing={5}> |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormattedMessage id="paymentRefCode" />: |
|
|
<FormattedMessage id="paymentRefCode" />: |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid xs={6} md={5} sx={{ml:5,textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
{data.egisRefNo} |
|
|
{data.egisRefNo} |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
@@ -133,13 +133,13 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid container > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> |
|
|
|
|
|
|
|
|
<Grid container spacing={5} > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormattedMessage id="payTotalDeatail"/>: |
|
|
<FormattedMessage id="payTotalDeatail"/>: |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid xs={6} md={5} sx={{ml:5,textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
{"HK$ " + FormatUtils.currencyFormat(data.payload?.amount)} |
|
|
{"HK$ " + FormatUtils.currencyFormat(data.payload?.amount)} |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
@@ -147,13 +147,13 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid container > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> |
|
|
|
|
|
|
|
|
<Grid container spacing={5} > |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormattedMessage id="payMethod"/>: |
|
|
<FormattedMessage id="payMethod"/>: |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid xs={6} md={5} sx={{ml:5,textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
{getPaymentMethod()} |
|
|
{getPaymentMethod()} |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
@@ -161,13 +161,13 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid item xs={12} md={12}> |
|
|
<Grid container alignItems="center"> |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> |
|
|
|
|
|
|
|
|
<Grid container spacing={5} alignItems="center"> |
|
|
|
|
|
<Grid item xs={6} md={6} sx={{textAlign: "right" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> |
|
|
<FormattedMessage id="payReceipt"/>: |
|
|
<FormattedMessage id="payReceipt"/>: |
|
|
</FormLabel> |
|
|
</FormLabel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid xs={6} md={5} sx={{ml:5,textAlign: "left" }}> |
|
|
|
|
|
|
|
|
<Grid item xs={6} md={5} sx={{textAlign: "left" }}> |
|
|
{onDownload? |
|
|
{onDownload? |
|
|
<LoadingComponent disableText={true} alignItems="flex-start"/> |
|
|
<LoadingComponent disableText={true} alignItems="flex-start"/> |
|
|
: |
|
|
: |
|
|