Commit 126ac2da authored by yangyuxin's avatar yangyuxin

调整宽度

parent f70348b2
...@@ -124,16 +124,16 @@ function initPage(companyInfo) { ...@@ -124,16 +124,16 @@ function initPage(companyInfo) {
width: "40%" width: "40%"
}, { }, {
name: "税款所属期起", name: "税款所属期起",
width: "15%" width: "12%"
}, { }, {
name: "税款所属期止", name: "税款所属期止",
width: "15%" width: "12%"
}, { }, {
name: "申报日期", name: "申报日期",
width: "10%" width: "10%"
}, { }, {
name: "操作", name: "操作",
width: "15%" width: "21%"
}]; }];
//渲染表 //渲染表
getTableDeclaration('#'+id, order, headerList, taxInfo, buttonHtml, promptStatement) getTableDeclaration('#'+id, order, headerList, taxInfo, buttonHtml, promptStatement)
...@@ -169,6 +169,8 @@ function initPage(companyInfo) { ...@@ -169,6 +169,8 @@ function initPage(companyInfo) {
if (node[0].innerText == "申报") { if (node[0].innerText == "申报") {
cxurlHandleFun(data.djxh); cxurlHandleFun(data.djxh);
} else if (node[0].innerText == "税源信息采集") { } else if (node[0].innerText == "税源信息采集") {
// window.open(prefix + '/onlineReport/jsp/zhsbtcIframe/index.html?cxzhsbtcType=syxxcj&time=' + Math.random(), '_blank')
// return
var cjUrl = cjurlHandleFun(data.bblxDm) var cjUrl = cjurlHandleFun(data.bblxDm)
let aLink = document.createElement('a'); let aLink = document.createElement('a');
// aLink.href = "http://114.115.168.201/web/propertybehaviortax#/collectListGDZYS?lybz=online&djxh=10211200000090016380&zsDjxh=10111298000025892661&value=5572DA6A3C11BC372A96FC8F6052D31DBDD47ED6BAD6E90C342919703F21EED8988D1A3BC1BB5F12FA36DD8D2709AD4484E8F19E366C4EF4D58F1B671BB93B16DDCC908ECA5C741BD70981B857E81FE7F7D7312DD16378644DF64B3E2C5FC7C60B9497A3B631B96B527C06F31DAD3457864C9C08C9A960673CFF1C65122879268fa938297e"; // aLink.href = "http://114.115.168.201/web/propertybehaviortax#/collectListGDZYS?lybz=online&djxh=10211200000090016380&zsDjxh=10111298000025892661&value=5572DA6A3C11BC372A96FC8F6052D31DBDD47ED6BAD6E90C342919703F21EED8988D1A3BC1BB5F12FA36DD8D2709AD4484E8F19E366C4EF4D58F1B671BB93B16DDCC908ECA5C741BD70981B857E81FE7F7D7312DD16378644DF64B3E2C5FC7C60B9497A3B631B96B527C06F31DAD3457864C9C08C9A960673CFF1C65122879268fa938297e";
......
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