From 7a2a242e971e7209a60bab35ac1dfddfebd16e55 Mon Sep 17 00:00:00 2001 From: anna Date: Thu, 16 May 2024 14:58:02 +0800 Subject: [PATCH] proof hide method check box --- src/pages/Proof/Reply_Public/ProofForm.js | 211 +++++++++++----------- 1 file changed, 106 insertions(+), 105 deletions(-) diff --git a/src/pages/Proof/Reply_Public/ProofForm.js b/src/pages/Proof/Reply_Public/ProofForm.js index 5cf4864..d50b03e 100644 --- a/src/pages/Proof/Reply_Public/ProofForm.js +++ b/src/pages/Proof/Reply_Public/ProofForm.js @@ -387,125 +387,126 @@ const FormPanel = ({ formData }) => { {DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 2:00 p.m. {DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 2:30 p.m. - { - isOverDnReviseDeadline() ? - <> : - - - { - set_paymentMethod("demandNote") - }} - /> - - - -
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
- - {DateUtils.dateFormat(formData.closingDateOff, intl.formatMessage({ id: "dateStrFormat" }))} 5:00 p.m. - - - - - } - { - isOverNpgoReviseDeadline() ? - <> : - - + + + {isOverDnReviseDeadline() ? + <> : + { + set_paymentMethod("demandNote") + }} + /> + } + + + +
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+ + {DateUtils.dateFormat(formData.closingDateOff, intl.formatMessage({ id: "dateStrFormat" }))} 5:00 p.m. + + + + + + + + { + isOverNpgoReviseDeadline() ? + <> : { set_paymentMethod("office") }} /> - - - -
    -
  • -
  • -
- - {DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 12:00 p.m. - - - - - } + } + + + +
    +
  • +
  • +
+ + {DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" }))} 12:00 p.m. + + + + + : - actionValue? - <> - : - <> - { - isOverReviseDeadline() ? - - - - - - : - <> + actionValue ? + <> + : + <> + { + isOverReviseDeadline() ? - - : + + - - - = (formik.values.groupType === "Private Bill" ? 2 : 1)} - onChange={(event) => { - readFile(event) - }} - /> - - - - - - - - - } - + : + <> + + + : + + + + + = (formik.values.groupType === "Private Bill" ? 2 : 1)} + onChange={(event) => { + readFile(event) + }} + /> + + + + + + + + + } + }