Commit 79fcefbe authored by 刘明珠's avatar 刘明珠

年报开表添加userId

parent a725d13e
...@@ -160,6 +160,7 @@ function initPage(companyInfo) { ...@@ -160,6 +160,7 @@ function initPage(companyInfo) {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
......
...@@ -217,6 +217,7 @@ function initPage(companyInfo) { ...@@ -217,6 +217,7 @@ function initPage(companyInfo) {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
...@@ -377,6 +378,7 @@ function initPage(companyInfo) { ...@@ -377,6 +378,7 @@ function initPage(companyInfo) {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
......
...@@ -178,6 +178,7 @@ function initPage(companyInfo) { ...@@ -178,6 +178,7 @@ function initPage(companyInfo) {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
...@@ -340,6 +341,7 @@ function initPage(companyInfo) { ...@@ -340,6 +341,7 @@ function initPage(companyInfo) {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
......
...@@ -225,6 +225,7 @@ function initPage(companyInfo) { ...@@ -225,6 +225,7 @@ function initPage(companyInfo) {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
...@@ -356,6 +357,7 @@ function initPage(companyInfo) { ...@@ -356,6 +357,7 @@ function initPage(companyInfo) {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
......
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