Commit 8488329e authored by yangyuxin's avatar yangyuxin

oprateType, taxInfo

parent 5ec0f261
...@@ -195,6 +195,7 @@ function initPage(companyInfo) { ...@@ -195,6 +195,7 @@ function initPage(companyInfo) {
showLoading(); showLoading();
var param = { var param = {
djxh: djxh, djxh: djxh,
operateType: companyInfo.operateType,
sbsq: date, sbsq: date,
isFresh: type.toUpperCase() == "Y" isFresh: type.toUpperCase() == "Y"
} }
......
...@@ -146,7 +146,7 @@ function initPage(companyInfo) { ...@@ -146,7 +146,7 @@ function initPage(companyInfo) {
showLoading(); showLoading();
var param = { var param = {
djxh: djxh, djxh: djxh,
nsrsbh: companyInfo.nsrsbh, operateType: companyInfo.operateType,
sbsq: date, sbsq: date,
isFresh: type.toUpperCase() == "Y", isFresh: type.toUpperCase() == "Y",
pzzlDm:companyInfo.pzzlDm pzzlDm:companyInfo.pzzlDm
......
...@@ -41,5 +41,6 @@ function getUrlParam (name) { ...@@ -41,5 +41,6 @@ function getUrlParam (name) {
} }
var config = { var config = {
webUrl:"http://sbjs.tjsat.gov.cn:8088/web/onlineReport/jsp/" webUrl:"http://sbjs.tjsat.gov.cn:8088/web/onlineReport/jsp/"
// webUrl:"http://localhost/web/onlineReport/jsp/"
} }
...@@ -589,6 +589,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -589,6 +589,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
return false return false
} }
var pagedata = JSON.parse(getResult()); var pagedata = JSON.parse(getResult());
pagedata.taxInfo = localStorage.getItem("data");
if(GLOBAL_JSON.pzzlDm == "10101"){ if(GLOBAL_JSON.pzzlDm == "10101"){
var SYJJDJBZ = GLOBAL_JSON.param["SYJJDJBZ"]; var SYJJDJBZ = GLOBAL_JSON.param["SYJJDJBZ"];
if(!SYJJDJBZ ){ if(!SYJJDJBZ ){
......
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