From 09b6fac1f99882979ebfdb30c0ae0bc6addd891e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 23 Apr 2024 14:23:06 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E8=89=BE=E5=BF=97=E5=B7=A5=E4=B8=9A-?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=B8=AA=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../declareDetail/components/paymentBtn.js | 22 ++++++++++--------- .../components/paymentFeedbackBtn.js | 3 ++- .../hrmSalary/pages/declareDetail/index.js | 7 +++--- 3 files changed, 18 insertions(+), 14 deletions(-) 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)) {