@@ -82,6 +82,10 @@ const FormPanel = ({ formData }) => { | |||||
setWarningText(intl.formatMessage({ id: 'MSG.overReviseDeadline' })); | setWarningText(intl.formatMessage({ id: 'MSG.overReviseDeadline' })); | ||||
setIsWarningPopUp(true); | setIsWarningPopUp(true); | ||||
return; | return; | ||||
}else if ( formData.creditor==false && paymentMethod=="") { | |||||
setWarningText(intl.formatMessage({ id: 'MSG.plzSelectPaymentMethod' })); | |||||
setIsWarningPopUp(true); | |||||
return; | |||||
} | } | ||||
if (!actionValue) { | if (!actionValue) { | ||||
@@ -73,6 +73,7 @@ | |||||
"MSG.proofOutOfTime": "Response out of time, please apply again.", | "MSG.proofOutOfTime": "Response out of time, please apply again.", | ||||
"MSG.overReviseDeadline": "Over Revise Deadline", | "MSG.overReviseDeadline": "Over Revise Deadline", | ||||
"MSG.plzSelectPaymentMethod": "Please select Payment Method", | |||||
"MSG.plzSelectApp": "Please select application", | "MSG.plzSelectApp": "Please select application", | ||||
"MSG.actionFail": "Action failed", | "MSG.actionFail": "Action failed", | ||||
"MSG.paymentHolded": "Application number {appNo} is currently in the process of payment. If the payment is unsuccessful, please try again after 20 minutes. We apologise for any inconvenience caused.", | "MSG.paymentHolded": "Application number {appNo} is currently in the process of payment. If the payment is unsuccessful, please try again after 20 minutes. We apologise for any inconvenience caused.", | ||||
@@ -98,6 +98,7 @@ | |||||
"MSG.proofOutOfTime": "回复逾时,请重新申请。", | "MSG.proofOutOfTime": "回复逾时,请重新申请。", | ||||
"MSG.overReviseDeadline": "超过修改期限", | "MSG.overReviseDeadline": "超过修改期限", | ||||
"MSG.plzSelectPaymentMethod": "请选择付款方式", | |||||
"MSG.plzSelectApp": "请选择公共启事。", | "MSG.plzSelectApp": "请选择公共启事。", | ||||
"MSG.actionFail": "行动失败", | "MSG.actionFail": "行动失败", | ||||
"MSG.paymentHolded": "申请编号 {appNo} 已正在付款的流程中,如相关付款没有成功,请于20分钟后再尝试付款,不便之处,请见谅!", | "MSG.paymentHolded": "申请编号 {appNo} 已正在付款的流程中,如相关付款没有成功,请于20分钟后再尝试付款,不便之处,请见谅!", | ||||
@@ -99,6 +99,7 @@ | |||||
"MSG.proofOutOfTime": "回覆逾時,請重新申請。", | "MSG.proofOutOfTime": "回覆逾時,請重新申請。", | ||||
"MSG.overReviseDeadline": "超過修改期限", | "MSG.overReviseDeadline": "超過修改期限", | ||||
"MSG.plzSelectApp": "請選擇公共啟事。", | "MSG.plzSelectApp": "請選擇公共啟事。", | ||||
"MSG.plzSelectPaymentMethod": "請選擇付款方式", | |||||
"MSG.actionFail": "行動失敗", | "MSG.actionFail": "行動失敗", | ||||
"MSG.paymentHolded": "申請編號 {appNo} 已正在付款的流程中,如相關付款沒有成功,請於20分鐘後再嘗試付款,不便之處,請見諒!", | "MSG.paymentHolded": "申請編號 {appNo} 已正在付款的流程中,如相關付款沒有成功,請於20分鐘後再嘗試付款,不便之處,請見諒!", | ||||
"MSG.pay_credity1": "我們已收到你已確定申請編號: {appNo} 的稿件校對確定及可付印的指示,並將安排刊登於憲報 期數 {year} 年 {issueVolume} 卷 第 {issueNo} 期內。", | "MSG.pay_credity1": "我們已收到你已確定申請編號: {appNo} 的稿件校對確定及可付印的指示,並將安排刊登於憲報 期數 {year} 年 {issueVolume} 卷 第 {issueNo} 期內。", | ||||