diff --git a/pc4mobx/hrmSalary/pages/declareDetail/components/paymentBtn.js b/pc4mobx/hrmSalary/pages/declareDetail/components/paymentBtn.js index 4f6ad59f..21b924b1 100644 --- a/pc4mobx/hrmSalary/pages/declareDetail/components/paymentBtn.js +++ b/pc4mobx/hrmSalary/pages/declareDetail/components/paymentBtn.js @@ -7,7 +7,7 @@ import React, { Component } from "react"; import { WeaLocaleProvider } from "ecCom"; import { inject, observer } from "mobx-react"; -import { Button, Dropdown, Menu, message, Modal } from "antd"; +import { Button, message, Modal } from "antd"; import PaymentDialog from "./paymentDialog"; import { taxPaymentAgreemenPay, @@ -332,15 +332,17 @@ class PaymentBtn extends Component { const { paymentDialog } = this.state; return ( - - {getLabel(111, "银行端凭证缴款")} - {getLabel(111, "作废缴款凭证")} - - } - type="ghost">{getLabel(111, "三方缴款")} + {/*艾志项目-去掉银行端凭证缴款和作废缴款凭证*/} + {/**/} + {/* {getLabel(111, "银行端凭证缴款")}*/} + {/* {getLabel(111, "作废缴款凭证")}*/} + {/* */} + {/* }*/} + {/* type="ghost">{getLabel(111, "三方缴款")}*/} + confirmDialog("cancel", () => this.handleOperateDeclare("cancel", { reportType }))}>{getLabel(111, "作废申报")}, - + //艾志项目-去掉刷新缴款状态 + // )); if (!intelCalcSalaryStatus) { if (["NOT_DECLARE", "DECLARE_FAIL"].includes(declareInfo.declareStatus)) {