diff --git a/pc4mobx/hrmSalary/pages/declareDetail/components/paymentFeedbackBtn.js b/pc4mobx/hrmSalary/pages/declareDetail/components/paymentFeedbackBtn.js index fca56898..ee0bdf44 100644 --- a/pc4mobx/hrmSalary/pages/declareDetail/components/paymentFeedbackBtn.js +++ b/pc4mobx/hrmSalary/pages/declareDetail/components/paymentFeedbackBtn.js @@ -152,8 +152,8 @@ class PaymentFeedbackBtn extends Component { return { ...it, options: [ - { key: "WITHHOLDING_PAY", showname: getLabel(111, "三方缴款") }, - { key: "WITHHOLDING_VOUCHER", showname: getLabel(111, "缴款凭证打印") } + { key: "WITHHOLDING_PAY", showname: getLabel(111, "三方缴款"), selected: true }, + // { key: "WITHHOLDING_VOUCHER", showname: getLabel(111, "缴款凭证打印") } ] }; }) diff --git a/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js b/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js index ec5edc9c..16eb0b9b 100644 --- a/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js +++ b/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js @@ -55,20 +55,20 @@ class TaxDeclarationInfo extends Component { ]; let dropMenuDatas = []; if (["DECLARE_SUCCESS_NO_PAY", "DECLARE_SUCCESS_UNPAID", "DECLARE_SUCCESS_PAID", "DECLARE_SUCCESS_PAYING"].includes(declareInfo.declareStatus)) { - dropMenuDatas = dropMenuDatas.concat([ - { - key: "exportGetDeclareTaxResultFeedback", - icon: , - content: getLabel(111, "下载申报内置算税结果"), - onClick: onOperate - }, - { - key: "onlineComparison", - icon: , - content: getLabel(111, "在线对比"), - onClick: onOperate - } - ]); + // dropMenuDatas = dropMenuDatas.concat([ + // { + // key: "exportGetDeclareTaxResultFeedback", + // icon: , + // content: getLabel(111, "下载申报内置算税结果"), + // onClick: onOperate + // }, + // { + // key: "onlineComparison", + // icon: , + // content: getLabel(111, "在线对比"), + // onClick: onOperate + // } + // ]); } return (