custom/上海港湾多语言
This commit is contained in:
parent
4e29c4ed93
commit
5f4d52761a
|
|
@ -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, "缴款凭证打印") }
|
||||
]
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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: <i className="icon-coms-download2"/>,
|
||||
content: getLabel(111, "下载申报内置算税结果"),
|
||||
onClick: onOperate
|
||||
},
|
||||
{
|
||||
key: "onlineComparison",
|
||||
icon: <i className="icon-coms-Journal-o"/>,
|
||||
content: getLabel(111, "在线对比"),
|
||||
onClick: onOperate
|
||||
}
|
||||
]);
|
||||
// dropMenuDatas = dropMenuDatas.concat([
|
||||
// {
|
||||
// key: "exportGetDeclareTaxResultFeedback",
|
||||
// icon: <i className="icon-coms-download2"/>,
|
||||
// content: getLabel(111, "下载申报内置算税结果"),
|
||||
// onClick: onOperate
|
||||
// },
|
||||
// {
|
||||
// key: "onlineComparison",
|
||||
// icon: <i className="icon-coms-Journal-o"/>,
|
||||
// content: getLabel(111, "在线对比"),
|
||||
// onClick: onOperate
|
||||
// }
|
||||
// ]);
|
||||
}
|
||||
return (
|
||||
<div className="taxDeclarationInfo_layout">
|
||||
|
|
|
|||
Loading…
Reference in New Issue