Commit 629add1b authored by 彭令令's avatar 彭令令

9月属期和三季度分别弹出弹窗

parent 30be7f78
......@@ -42,7 +42,7 @@ function getInitTable() {
var skssq
for (var i in companyInfo.bean.taxInfos) {
if (companyInfo.bean.taxInfos[i].bblxDm == '10401') {
skssq = companyInfo.bean.taxInfos[i].sksssjq
skssq = companyInfo.bean.taxInfos[i].sksssjz
}
}
if (skssq && localStorage.getItem('isShow')!='Y') {
......@@ -99,7 +99,7 @@ function getJjkjTag(nsrsbq,sbsq) {
var companyInfo = data;
if (companyInfo.returnCode=='00') {
// console.log('9月7号这个接口返回成功啦!!!!')
if (companyInfo.content == 'Y' && sbsq == '20210901') {
if (companyInfo.content == 'Y' && sbsq == '20210930') {
myAlert("提示", "按照最新政策规定,企业(负面清单行业除外)自2021年三季度预缴开始,可就前三季度研发费用申报享受加计扣除。同时,制造业享受研发费用加计扣除比例由75%提高到100%。", "确定");
localStorage.setItem('isShow','Y')
}
......@@ -308,9 +308,10 @@ function initPage(companyInfo) {
if (type == 'Y') {
myAlert("提示", "重置清册成功", "确定")
}
var skssq
for (var i in data.bean.taxInfos) {
if (data.bean.taxInfos[i].bblxDm == '10401') {
skssq = data.bean.taxInfos[i].sksssjq
skssq = data.bean.taxInfos[i].sksssjz
}
}
if (skssq && localStorage.getItem('isShow')!='Y') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment