Commit 8488329e authored by yangyuxin's avatar yangyuxin

oprateType, taxInfo

parent 5ec0f261
......@@ -195,6 +195,7 @@ function initPage(companyInfo) {
showLoading();
var param = {
djxh: djxh,
operateType: companyInfo.operateType,
sbsq: date,
isFresh: type.toUpperCase() == "Y"
}
......
......@@ -146,7 +146,7 @@ function initPage(companyInfo) {
showLoading();
var param = {
djxh: djxh,
nsrsbh: companyInfo.nsrsbh,
operateType: companyInfo.operateType,
sbsq: date,
isFresh: type.toUpperCase() == "Y",
pzzlDm:companyInfo.pzzlDm
......
......@@ -41,5 +41,6 @@ function getUrlParam (name) {
}
var config = {
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) {
return false
}
var pagedata = JSON.parse(getResult());
pagedata.taxInfo = localStorage.getItem("data");
if(GLOBAL_JSON.pzzlDm == "10101"){
var SYJJDJBZ = GLOBAL_JSON.param["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