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

修改生产问题

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