custom-艾志工业-合并个税

This commit is contained in:
黎永顺 2024-01-03 15:26:36 +08:00
parent e0e93f7959
commit 8968690efd
1 changed files with 4 additions and 4 deletions

View File

@ -340,10 +340,10 @@ class Index extends Component {
onClick={() => this.handleOperateDeclare("feedback")}>{getLabel(111, "申报反馈")}</Button>));
//申报状态:缴款中
declareInfo.declareStatus === "DECLARE_SUCCESS_PAYING" && (btns.splice(1, 2));
//申报状态:已缴款
declareInfo.declareStatus === "DECLARE_SUCCESS_PAID" && (btns.splice(1, 2,
<Button type="ghost" loading={loading.correct}
onClick={() => confirmDialog("correct", () => this.handleOperateDeclare("correct"))}>{getLabel(111, "更正申报")}</Button>));
//申报状态:已缴款-艾志项目去掉已缴款下的更正申报按钮
// declareInfo.declareStatus === "DECLARE_SUCCESS_PAID" && (btns.splice(1, 2,
// <Button type="ghost" loading={loading.correct}
// onClick={() => confirmDialog("correct", () => this.handleOperateDeclare("correct"))}>{getLabel(111, "更正申报")}</Button>));
//申报状态:申报成功,无需缴款
declareInfo.declareStatus === "DECLARE_SUCCESS_NO_PAY" &&
(btns.splice(1, 2,