Commit 10af2ddf authored by 彭令令's avatar 彭令令

修改生产问题

parent 531a1b38
......@@ -187,7 +187,7 @@ function initPage(companyInfo) {
width: "4%"
}, {
name: "申报表",
width: "7%"
width: "16%"
},
{
name: "登记序号",
......@@ -222,7 +222,7 @@ function initPage(companyInfo) {
width: "7%"
}, {
name: "操作",
width: "19%"
width: "10%"
}];
//渲染表
getTableDeclaration(id, order, headerList, taxInfo, buttonHtml, promptStatement)
......@@ -288,7 +288,7 @@ function initPage(companyInfo) {
width: "4%"
}, {
name: "申报表",
width: "14%"
width: "7%"
},
{
name: "登记序号",
......@@ -316,7 +316,7 @@ function initPage(companyInfo) {
},
{
name: "操作",
width: "12%"
width: "19%"
}];
//渲染表
getTableDeclaration(id, order, headerList, financialInfo, buttonHtml, promptStatement)
......
......@@ -593,7 +593,7 @@ function initPage(companyInfo) {
}
if (config.environmental == 'preProduce') {
ccxwsTableUrl = "/web/" + cxsCollectObj[bblxDm] + "/index.html";
} else if (config.environmental == 'produce') {
} else if (config.environmental == 'production') {
ccxwsTableUrl = "/web/online/" + cxsCollectObj[bblxDm] + "/index.html";
} else {
ccxwsTableUrl = "/web/propertybehaviortax/#/" + cxsCollectObj[bblxDm];
......
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