Commit cdd2132d authored by 彭令令's avatar 彭令令

30602 快捷申报缴款,财行税,申报,税号和名称不正确。

parent bbd411cb
...@@ -659,9 +659,9 @@ function initPage(companyInfo) { ...@@ -659,9 +659,9 @@ function initPage(companyInfo) {
//财行页面的跳转 //财行页面的跳转
var cxurlHandleFun = function (data,djxh){ var cxurlHandleFun = function (data,djxh){
if (window.location.href.indexOf('https://wsswjmn.tjsat.gov.cn')>-1 || window.location.href.indexOf('https://etax.tianjin.chinatax.gov.cn')>-1) { if (window.location.href.indexOf('https://wsswjmn.tjsat.gov.cn')>-1 || window.location.href.indexOf('https://etax.tianjin.chinatax.gov.cn')>-1) {
var cxUrl = '/web/tax-plugin/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='+djxh+'&zsDjxh='+data.zsDjxh+'&value='+data.value+'&nsrsbh='+data.nsrsbh+'month='+nowdate.substring(5)+'&Authorization='+AuthorizationBz+'random='+Math.random(); var cxUrl = '/web/tax-plugin/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='+djxh+'&zsDjxh='+data.zsDjxh+'&value='+data.value+'&nsrsbh='+data.nsrsbh+'&nsrmc='+companyInfo.nsrmc+'&month='+nowdate.substring(5)+'&Authorization='+AuthorizationBz+'random='+Math.random();
} else { } else {
var cxUrl = 'http://dev-ws.htyfw.com.cn/web/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='+djxh+'&zsDjxh='+data.zsDjxh+'&nsrsbh='+data.nsrsbh+'month='+nowdate.substring(5)+'&Authorization='+AuthorizationBz+'random='+Math.random(); var cxUrl = 'http://dev-ws.htyfw.com.cn/web/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='+djxh+'&zsDjxh='+data.zsDjxh+'&nsrsbh='+data.nsrsbh+'&nsrmc='+companyInfo.nsrmc+'&month='+nowdate.substring(5)+'&Authorization='+AuthorizationBz+'random='+Math.random();
} }
return cxUrl return cxUrl
} }
......
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