Commit 6876124b authored by 彭令令's avatar 彭令令

添加判断条件

parent d0fe85d0
......@@ -38,10 +38,10 @@ function getInitTable() {
//el表达式变jq
// $("#token").attr("value","");
var companyInfo = data;
$("#djxh").attr("value", companyInfo.djxh);
djXh = companyInfo.bean.taxInfos[0].zsDjxh
config.value = companyInfo.bean.value
if (companyInfo.success) {
$("#djxh").attr("value", companyInfo.djxh);
djXh = companyInfo.bean.taxInfos[0].zsDjxh
config.value = companyInfo.bean.value
if (companyInfo.bean.sfyhzctsBz == 'Y') {
myAlert("提示", "尊敬的纳税人、缴费人,为进一步巩固拓展减税降费成效,助力市场主体纾困解难,对部分2020年底到期税费优惠政策(不包括社会保险费),您可暂按原政策文件规定申报享受优惠(原减免性质代码可继续使用)。详细情况可咨询主管税务分局、税务所或12366纳税服务热线。感谢您的理解与支持!!", "确定");
}
......
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