Commit e5bb61d1 authored by yangyuxin's avatar yangyuxin

申报月份切换,添加照片

parent 15a25bdb
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<div style="background-color:#FFFFFF;"> <div style="background-color:#FFFFFF;">
<div id="zhsbtcBox" style="padding: 25px;"> <div id="zhsbtcBox" style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;"> <div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="../../static/tools/images/zxtb.png">&nbsp;&nbsp; <img style="float:left;display:block" src="../../static/tools/images/taocan.png">&nbsp;&nbsp;
<span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;" <span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class="span-title">财产行为税企业所得税综合申报套餐</span> class="span-title">财产行为税企业所得税综合申报套餐</span>
</div> </div>
......
...@@ -267,7 +267,7 @@ function initPage(companyInfo) { ...@@ -267,7 +267,7 @@ function initPage(companyInfo) {
refreshSbzt: refreshSbzt refreshSbzt: refreshSbzt
} }
$.ajax({ $.ajax({
url: url + "/online/declare/getPzzlList", url: url + "/online/declare/getPzzlList1",
data: param, data: param,
type: "POST", type: "POST",
dataType: "JSON", dataType: "JSON",
...@@ -280,8 +280,8 @@ function initPage(companyInfo) { ...@@ -280,8 +280,8 @@ function initPage(companyInfo) {
myAlert("提示", data.bean.errorInfo, "确定") myAlert("提示", data.bean.errorInfo, "确定")
return return
} }
// drawGrid(data.bean); drawGrid(data.bean);
getInitTable(); // getInitTable(date);
companyInfo = data.bean; companyInfo = data.bean;
zjhm = companyInfo.zjhm zjhm = companyInfo.zjhm
config.value = companyInfo.value; config.value = companyInfo.value;
...@@ -550,10 +550,11 @@ function initPage(companyInfo) { ...@@ -550,10 +550,11 @@ function initPage(companyInfo) {
//财行页面的跳转 //财行页面的跳转
var cxurlHandleFun = function (djxh){ var cxurlHandleFun = function (djxh){
console.log(companyInfo, djxh) console.log(companyInfo, djxh)
//http://dev-ws.htyfw.com.cn/web/index.html?djxh=10111298000025892661&zsDjxh=10111298000025892661&lybz=online&operateType=shenbao&nsrmc=%E5%A4%A9%E6%B4%A5%E7%A5%9E%E5%B7%9E%E6%B5%A9%E5%A4%A9%E7%A7%91%E6%8A%80%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8&nsrsbh=911201167773033345&sydbz=Y&month=10 web/tax-plugin
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&djxh='+djxh+'&zsDjxh='+companyInfo.zsDjxh+'&value='+companyInfo.value+'&random='+Math.random(); var cxUrl = '/web/tax-plugin/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='+djxh+'&zsDjxh='+companyInfo.zsDjxh+'&value='+companyInfo.value+'&nsrsbh='+companyInfo.nsrsbh+'month='+Math.random()+'random='+Math.random();
} else { } else {
var cxUrl = 'http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html?djxh='+djxh+'&zsDjxh='+companyInfo.zsDjxh+'&lybz=online&random='+Math.random(); var cxUrl = 'http://dev-ws.htyfw.com.cn/web/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='+djxh+'&zsDjxh='+companyInfo.zsDjxh+'&nsrsbh='+companyInfo.nsrsbh+'month='+Math.random()+'random='+Math.random();
} }
let aLink = document.createElement('a'); let aLink = document.createElement('a');
aLink.href = cxUrl; aLink.href = 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