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

合并optimize分支

parent 899dea09
......@@ -124,31 +124,19 @@ function initPage(companyInfo) {
width: "40%"
}, {
name: "税款所属期起",
width: "15%"
width: "12%"
}, {
name: "税款所属期止",
width: "15%"
width: "12%"
}, {
name: "申报日期",
width: "10%"
}, {
name: "操作",
width: "15%"
width: "21%"
}];
//渲染表
getTableDeclaration('#'+id, order, headerList, taxInfo, buttonHtml, promptStatement)
};
/**
* 税务申报table渲染
* @param {*} id
* @param {*} order
* @param {*} headerList
* @param {*} ddt
* @param {*} buttonHtml
*/
var getTableDeclaration = function (id, order, headerList, ddt, buttonHtml, promptStatement) {
var tableObj = {
id: id, //tabel父元素的id
autoHeight: ddt.length > 0 ? 10 : "",
containerWidth: "99%", //table占父元素的百分比
autoHeight: ddt.length > 0 ? 10 : "", // 默认10行
......@@ -169,6 +157,8 @@ function initPage(companyInfo) {
if (node[0].innerText == "申报") {
cxurlHandleFun(data.djxh);
} 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)
let aLink = document.createElement('a');
// 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