Commit 1389cd97 authored by yangyuxin's avatar yangyuxin

online_report 改 涉税

parent 8488329e
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<title>˰���걨����ɲ������</title> <title>˰���걨����ɲ������</title>
</head> </head>
<body> <body>
<form id="testForm" action="/online_report/declare/index" method="get"> <form id="testForm" action="/ssfwpt/declare/index" method="get">
<ul> <ul>
<li> <li>
<lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh" /></li> <lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh" /></li>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<input type='button' value='�����걨' id='delcareBtn'> <input type='button' value='�����걨' id='delcareBtn'>
<hr/> <hr/>
<br/> <br/>
<form id="amendForm" action="/online_report/amend/index" method="get"> <form id="amendForm" action="/ssfwpt/amend/index" method="get">
<ul> <ul>
<li> <li>
<lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_amend" /></li> <lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_amend" /></li>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<hr/> <hr/>
<br/> <br/>
<form id="overdueForm" action="/online_report/overdue/index" method="get"> <form id="overdueForm" action="/ssfwpt/overdue/index" method="get">
<ul> <ul>
<li> <li>
<lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_overdue" /></li> <lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_overdue" /></li>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<input type='button' value='�����걨' id='overdueBtn'><br/> <input type='button' value='�����걨' id='overdueBtn'><br/>
<hr/> <hr/>
<form id="cancellationForm" action="/online_report/overdue/index" method="get"> <form id="cancellationForm" action="/ssfwpt/overdue/index" method="get">
<ul> <ul>
<li> <li>
<lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_cancellation" /></li> <lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_cancellation" /></li>
...@@ -51,19 +51,19 @@ ...@@ -51,19 +51,19 @@
<input type='button' value='���ע��' id='cancellationBtn'><br/> <input type='button' value='���ע��' id='cancellationBtn'><br/>
<script> <script>
// document.getElementById("overdueBtn").onclick = function() { // document.getElementById("overdueBtn").onclick = function() {
// document.getElementById("overdueForm").action = "/online_report/overdue"; // document.getElementById("overdueForm").action = "/ssfwpt/overdue";
// document.getElementById("overdueForm").submit(); // document.getElementById("overdueForm").submit();
// } // }
// document.getElementById("delcareBtn").onclick = function() { // document.getElementById("delcareBtn").onclick = function() {
// document.getElementById("testForm").action = "/online_report/declare"; // document.getElementById("testForm").action = "/ssfwpt/declare";
// document.getElementById("testForm").submit(); // document.getElementById("testForm").submit();
// } // }
// document.getElementById("amendBtn").onclick = function(e) { // document.getElementById("amendBtn").onclick = function(e) {
// document.getElementById("amendForm").action = "/online_report/amend"; // document.getElementById("amendForm").action = "/ssfwpt/amend";
// document.getElementById("amendForm").submit(); // document.getElementById("amendForm").submit();
// } // }
// document.getElementById("cancellationBtn").onclick = function(e) { // document.getElementById("cancellationBtn").onclick = function(e) {
// document.getElementById("cancellationForm").action = "/online_report/cancellation"; // document.getElementById("cancellationForm").action = "/ssfwpt/cancellation";
// document.getElementById("cancellationForm").submit(); // document.getElementById("cancellationForm").submit();
// } // }
</script> </script>
......
...@@ -145,7 +145,8 @@ ...@@ -145,7 +145,8 @@
</form> </form>
<script> <script>
// var URL = "http://192.168.105.153:8091"; // var URL = "http://192.168.105.153:8091";
var URL = "http://192.168.105.153:8091" // var URL = "http://192.168.105.153:8091"
var URL = "http://192.168.106.17:8091"
var GLOBAL_INITJSON,GLOBAL_JSON,GLOBAL_CACHE_DATA,GLOBAL_TABLE_SPECIAL,GLOBAL_TABLE_FP,gzQtxx; var GLOBAL_INITJSON,GLOBAL_JSON,GLOBAL_CACHE_DATA,GLOBAL_TABLE_SPECIAL,GLOBAL_TABLE_FP,gzQtxx;
var param = GetQueryValue("falg"); var param = GetQueryValue("falg");
var address; var address;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<title>税费申报与缴纳测试入口</title> <title>税费申报与缴纳测试入口</title>
</head> </head>
<body> <body>
<form id="testForm" action="/online_report/declare/index" method="get"> <form id="testForm" action="/ssfwpt/declare/index" method="get">
<ul> <ul>
<li> <li>
<lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh" /></li> <lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh" /></li>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<input type='button' value='按期申报' id='delcareBtn'> <input type='button' value='按期申报' id='delcareBtn'>
<hr/> <hr/>
<br/> <br/>
<form id="amendForm" action="/online_report/amend/index" method="get"> <form id="amendForm" action="/ssfwpt/amend/index" method="get">
<ul> <ul>
<li> <li>
<lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_amend" /></li> <lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_amend" /></li>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<hr/> <hr/>
<br/> <br/>
<form id="overdueForm" action="/online_report/overdue/index" method="get"> <form id="overdueForm" action="/ssfwpt/overdue/index" method="get">
<ul> <ul>
<li> <li>
<lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_overdue" /></li> <lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_overdue" /></li>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<input type='button' value='逾期申报' id='overdueBtn'><br/> <input type='button' value='逾期申报' id='overdueBtn'><br/>
<hr/> <hr/>
<form id="cancellationForm" action="/online_report/overdue/index" method="get"> <form id="cancellationForm" action="/ssfwpt/overdue/index" method="get">
<ul> <ul>
<li> <li>
<lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_cancellation" /></li> <lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_cancellation" /></li>
...@@ -53,19 +53,19 @@ ...@@ -53,19 +53,19 @@
<input type='button' value='清册注销' id='cancellationBtn'><br/> <input type='button' value='清册注销' id='cancellationBtn'><br/>
<script> <script>
document.getElementById("overdueBtn").onclick = function() { document.getElementById("overdueBtn").onclick = function() {
document.getElementById("overdueForm").action = "/online_report/overdue"; document.getElementById("overdueForm").action = "/ssfwpt/overdue";
document.getElementById("overdueForm").submit(); document.getElementById("overdueForm").submit();
} }
document.getElementById("delcareBtn").onclick = function() { document.getElementById("delcareBtn").onclick = function() {
document.getElementById("testForm").action = "/online_report/declare"; document.getElementById("testForm").action = "/ssfwpt/declare";
document.getElementById("testForm").submit(); document.getElementById("testForm").submit();
} }
document.getElementById("amendBtn").onclick = function(e) { document.getElementById("amendBtn").onclick = function(e) {
document.getElementById("amendForm").action = "/online_report/amend"; document.getElementById("amendForm").action = "/ssfwpt/amend";
document.getElementById("amendForm").submit(); document.getElementById("amendForm").submit();
} }
document.getElementById("cancellationBtn").onclick = function(e) { document.getElementById("cancellationBtn").onclick = function(e) {
document.getElementById("cancellationForm").action = "/online_report/cancellation"; document.getElementById("cancellationForm").action = "/ssfwpt/cancellation";
document.getElementById("cancellationForm").submit(); document.getElementById("cancellationForm").submit();
} }
</script> </script>
......
...@@ -130,7 +130,7 @@ function initPage(companyInfo) { ...@@ -130,7 +130,7 @@ function initPage(companyInfo) {
var falg = "amend"; var falg = "amend";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/online_report/amend/toGzPzzl", // url: url + "/ssfwpt/amend/toGzPzzl",
url: url + "/ssfwpt/amend/toGzPzzl", url: url + "/ssfwpt/amend/toGzPzzl",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { data: {
...@@ -234,7 +234,7 @@ function initPage(companyInfo) { ...@@ -234,7 +234,7 @@ function initPage(companyInfo) {
// TODO 开始加载等待动画 // TODO 开始加载等待动画
showLoading(); showLoading();
$.ajax({ $.ajax({
// url: url + "/online_report/amend/getPzzlList", // 查询接口 // url: url + "/ssfwpt/amend/getPzzlList", // 查询接口
url: url + "/ssfwpt/amend/getPzzlList", url: url + "/ssfwpt/amend/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
......
...@@ -200,7 +200,7 @@ function initPage(companyInfo) { ...@@ -200,7 +200,7 @@ function initPage(companyInfo) {
isFresh: type.toUpperCase() == "Y" isFresh: type.toUpperCase() == "Y"
} }
$.ajax({ $.ajax({
// url: url + "/online_report/declare/getPzzlList", // url: url + "/ssfwpt/declare/getPzzlList",
url: url + "/ssfwpt/declare/getPzzlList", url: url + "/ssfwpt/declare/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
...@@ -280,7 +280,7 @@ function initPage(companyInfo) { ...@@ -280,7 +280,7 @@ function initPage(companyInfo) {
var falg = "declare"; var falg = "declare";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/online_report/declare/toPzzl", // url: url + "/ssfwpt/declare/toPzzl",
url: url + "/ssfwpt/declare/toPzzl", url: url + "/ssfwpt/declare/toPzzl",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { data: {
......
...@@ -152,7 +152,7 @@ function initPage(companyInfo) { ...@@ -152,7 +152,7 @@ function initPage(companyInfo) {
pzzlDm:companyInfo.pzzlDm pzzlDm:companyInfo.pzzlDm
} }
$.ajax({ $.ajax({
// url: url + "/online_report/declare/getPzzlList", // url: url + "/ssfwpt/declare/getPzzlList",
url: url + "/ssfwpt/declare/getPzzlList", url: url + "/ssfwpt/declare/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
...@@ -239,7 +239,7 @@ function initPage(companyInfo) { ...@@ -239,7 +239,7 @@ function initPage(companyInfo) {
var falg = "declare"; var falg = "declare";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/online_report/declare/toPzzl", // url: url + "/ssfwpt/declare/toPzzl",
url: url + "/ssfwpt/declare/toPzzl", url: url + "/ssfwpt/declare/toPzzl",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { data: {
......
...@@ -198,7 +198,7 @@ function initPage(companyInfo) { ...@@ -198,7 +198,7 @@ function initPage(companyInfo) {
operateType:operateType operateType:operateType
} }
$.ajax({ $.ajax({
// url: url + "/online_report/declare/getPzzlList", // url: url + "/ssfwpt/declare/getPzzlList",
url: url + "/ssfwpt/declare/getPzzlList", url: url + "/ssfwpt/declare/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
...@@ -250,7 +250,7 @@ function initPage(companyInfo) { ...@@ -250,7 +250,7 @@ function initPage(companyInfo) {
var falg = "declare"; var falg = "declare";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/online_report/declare/toPzzl", // url: url + "/ssfwpt/declare/toPzzl",
url: url + "/ssfwpt/declare/toPzzl", url: url + "/ssfwpt/declare/toPzzl",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { data: {
......
...@@ -143,7 +143,7 @@ function initPage(companyInfo) { ...@@ -143,7 +143,7 @@ function initPage(companyInfo) {
var getTaxAmendData = function(param) { var getTaxAmendData = function(param) {
// TODO 开始加载等待动画 // TODO 开始加载等待动画
$.ajax({ $.ajax({
url: "/online_report/declare/getPzzlList", url: "/ssfwpt/declare/getPzzlList",
data: { data: {
token: token, token: token,
date: date date: date
......
...@@ -148,7 +148,7 @@ function initPage(companyInfo) { ...@@ -148,7 +148,7 @@ function initPage(companyInfo) {
var getTaxScottareData = function(param) { var getTaxScottareData = function(param) {
// TODO 开始加载等待动画 // TODO 开始加载等待动画
$.ajax({ $.ajax({
url: "/online_report/declare/getPzzlList", url: "/ssfwpt/declare/getPzzlList",
data: { data: {
token: token, token: token,
date: date date: date
......
...@@ -1173,7 +1173,7 @@ function isSqwsb() { ...@@ -1173,7 +1173,7 @@ function isSqwsb() {
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/getZzsZt", url : URL +"/ssfwpt/declare/getZzsZt",
dataType : "json", dataType : "json",
data:{ data:{
"djxh": djxh, "djxh": djxh,
...@@ -1280,7 +1280,7 @@ function dj(msg){ ...@@ -1280,7 +1280,7 @@ function dj(msg){
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/sendZzsZt", url : URL +"/ssfwpt/declare/sendZzsZt",
dataType : "json", dataType : "json",
data:{ data:{
"sfgx": ispoint, "sfgx": ispoint,
...@@ -1316,7 +1316,7 @@ function statement10101_001_10(){ ...@@ -1316,7 +1316,7 @@ function statement10101_001_10(){
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/getGovernmentWebsite", url : URL +"/ssfwpt/declare/getGovernmentWebsite",
dataType : "json", dataType : "json",
data:{ data:{
"djxh": djxh, "djxh": djxh,
...@@ -1359,7 +1359,7 @@ function statement10101_001_15(){ ...@@ -1359,7 +1359,7 @@ function statement10101_001_15(){
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/getGovernmentWebsite", url : URL +"/ssfwpt/declare/getGovernmentWebsite",
dataType : "json", dataType : "json",
data:{ data:{
"djxh": djxh, "djxh": djxh,
......
...@@ -735,7 +735,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -735,7 +735,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/online_report/declare/save"; var url = URL +"/ssfwpt/declare/save";
if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){ if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){
pagedata.operateType = 6; pagedata.operateType = 6;
}else{ }else{
...@@ -743,16 +743,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -743,16 +743,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
} }
if (operateType == 4) { if (operateType == 4) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
pagedata.qtxx = gzQtxx.qtxx; pagedata.qtxx = gzQtxx.qtxx;
} }
if("shenbao" == isshenbao){ if("shenbao" == isshenbao){
pagedata.operateType = null; pagedata.operateType = null;
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
if(true == isZcfxtx){ if(true == isZcfxtx){
url = URL +"/online_report/declare/zcfxts"; url = URL +"/ssfwpt/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
...@@ -907,7 +907,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -907,7 +907,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/online_report/declare/save"; var url = URL +"/ssfwpt/declare/save";
if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){ if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){
pagedata.operateType = 6; pagedata.operateType = 6;
}else{ }else{
...@@ -915,16 +915,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -915,16 +915,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
} }
if (operateType == 4) { if (operateType == 4) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
pagedata.qtxx = gzQtxx.qtxx; pagedata.qtxx = gzQtxx.qtxx;
} }
if("shenbao" == isshenbao){ if("shenbao" == isshenbao){
pagedata.operateType = null; pagedata.operateType = null;
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
if(true == isZcfxtx){ if(true == isZcfxtx){
url = URL +"/online_report/declare/zcfxts"; url = URL +"/ssfwpt/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
...@@ -1079,7 +1079,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -1079,7 +1079,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/online_report/declare/save"; var url = URL +"/ssfwpt/declare/save";
if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){ if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){
pagedata.operateType = 6; pagedata.operateType = 6;
}else{ }else{
...@@ -1087,16 +1087,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -1087,16 +1087,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
} }
if (operateType == 4) { if (operateType == 4) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
pagedata.qtxx = gzQtxx.qtxx; pagedata.qtxx = gzQtxx.qtxx;
} }
if("shenbao" == isshenbao){ if("shenbao" == isshenbao){
pagedata.operateType = null; pagedata.operateType = null;
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
if(true == isZcfxtx){ if(true == isZcfxtx){
url = URL +"/online_report/declare/zcfxts"; url = URL +"/ssfwpt/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
...@@ -1251,7 +1251,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -1251,7 +1251,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/online_report/declare/save"; var url = URL +"/ssfwpt/declare/save";
if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){ if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){
pagedata.operateType = 6; pagedata.operateType = 6;
}else{ }else{
...@@ -1259,16 +1259,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -1259,16 +1259,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
} }
if (operateType == 4) { if (operateType == 4) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
pagedata.qtxx = gzQtxx.qtxx; pagedata.qtxx = gzQtxx.qtxx;
} }
if("shenbao" == isshenbao){ if("shenbao" == isshenbao){
pagedata.operateType = null; pagedata.operateType = null;
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
if(true == isZcfxtx){ if(true == isZcfxtx){
url = URL +"/online_report/declare/zcfxts"; url = URL +"/ssfwpt/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
......
...@@ -714,7 +714,7 @@ function get11901Info(){ ...@@ -714,7 +714,7 @@ function get11901Info(){
// 给11901_001所属行业下拉框赋值 // 给11901_001所属行业下拉框赋值
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getHydmList", url: URL +"/ssfwpt/declare/getHydmList",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { }, data: { },
...@@ -733,7 +733,7 @@ function get11901Info(){ ...@@ -733,7 +733,7 @@ function get11901Info(){
}) })
// 登记注册类型下拉框 // 登记注册类型下拉框
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getDjzclxList", url: URL +"/ssfwpt/declare/getDjzclxList",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { }, data: { },
...@@ -2681,6 +2681,7 @@ function getYhsData(flag) { ...@@ -2681,6 +2681,7 @@ function getYhsData(flag) {
startRowIndex++ startRowIndex++
} }
var Item = List[i]; var Item = List[i];
console.log(Item)
setCellValue(0, startRowIndex, 2, (Item.zspmDm + ' ' + Item.zspmMc)); setCellValue(0, startRowIndex, 2, (Item.zspmDm + ' ' + Item.zspmMc));
if(Item.zspmDm == "101110501"){ if(Item.zspmDm == "101110501"){
setCellValue(0, startRowIndex, 9, "0009129906"); setCellValue(0, startRowIndex, 9, "0009129906");
...@@ -3585,7 +3586,7 @@ function get10426Jmxz(flag){ ...@@ -3585,7 +3586,7 @@ function get10426Jmxz(flag){
// var jmxz; // var jmxz;
// $.ajax({ // $.ajax({
// type: "post", // type: "post",
// url: URL +"/online_report/declare/getJmxzList", // url: URL +"/ssfwpt/declare/getJmxzList",
// dataType: "json", // dataType: "json",
// async: false, // async: false,
// success: function(data){ // success: function(data){
...@@ -3721,7 +3722,7 @@ function get10426Jmxz(flag){ ...@@ -3721,7 +3722,7 @@ function get10426Jmxz(flag){
setCellValue(sheetIndex_002, startIndex, 3, qtjgnsrmc ? qtjgnsrmc : ""); setCellValue(sheetIndex_002, startIndex, 3, qtjgnsrmc ? qtjgnsrmc : "");
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/online_report/declare/getXzqhList", url: URL +"/ssfwpt/declare/getXzqhList",
dataType: "json", dataType: "json",
data: { data: {
code: qtjgcsxzqh code: qtjgcsxzqh
...@@ -3764,7 +3765,7 @@ function get10426Jmxz(flag){ ...@@ -3764,7 +3765,7 @@ function get10426Jmxz(flag){
if(zyjgcsxzqh && sheetIndex_002){ if(zyjgcsxzqh && sheetIndex_002){
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/online_report/declare/getXzqhList", url: URL +"/ssfwpt/declare/getXzqhList",
dataType: "json", dataType: "json",
data: { data: {
code: zyjgcsxzqh code: zyjgcsxzqh
...@@ -4004,7 +4005,7 @@ function get10425Info(){ ...@@ -4004,7 +4005,7 @@ function get10425Info(){
var jmxz; var jmxz;
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/online_report/declare/getJmxzList", url: URL +"/ssfwpt/declare/getJmxzList",
dataType: "json", dataType: "json",
async: false, async: false,
success: function(data){ success: function(data){
...@@ -4899,7 +4900,7 @@ function setFcsData(mainNewData,isMain,flag) { ...@@ -4899,7 +4900,7 @@ function setFcsData(mainNewData,isMain,flag) {
function setInfo_10427(){ function setInfo_10427(){
setCellValue(0, 1, 1, "税款所属时间:" + new Date().format("yyyy-MM-dd ") + "至" + new Date().format("yyyy-MM-dd ")); setCellValue(0, 1, 1, "税款所属时间:" + new Date().format("yyyy-MM-dd ") + "至" + new Date().format("yyyy-MM-dd "));
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getCountryList", url: URL +"/ssfwpt/declare/getCountryList",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { }, data: { },
......
...@@ -178,7 +178,7 @@ function get10427Info(index){ ...@@ -178,7 +178,7 @@ function get10427Info(index){
setCellValue(index, 61, 4, wdz.trim() == "" ? "" : (wdz + ";" + wyb)); setCellValue(index, 61, 4, wdz.trim() == "" ? "" : (wdz + ";" + wyb));
// setCellValue(index, 62, 4, wdq); // setCellValue(index, 62, 4, wdq);
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getCountryList", url: URL +"/ssfwpt/declare/getCountryList",
type: "post", type: "post",
async:false, async:false,
dataType : "json", dataType : "json",
...@@ -196,7 +196,7 @@ function get10427Info(index){ ...@@ -196,7 +196,7 @@ function get10427Info(index){
} }
}) })
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getSsxdmcList", url: URL +"/ssfwpt/declare/getSsxdmcList",
type: "post", type: "post",
async:false, async:false,
dataType : "json", dataType : "json",
...@@ -1147,7 +1147,7 @@ function get12402SbJkNsName(type,dm,col,row,index){ ...@@ -1147,7 +1147,7 @@ function get12402SbJkNsName(type,dm,col,row,index){
} }
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/online_report/declare/getCcsqxdmList", url: URL +"/ssfwpt/declare/getCcsqxdmList",
dataType: "json", dataType: "json",
data: obj, data: obj,
success: function(data){ success: function(data){
...@@ -1172,7 +1172,7 @@ function get12402ZgswsKFJ(dm,col,tablename){ ...@@ -1172,7 +1172,7 @@ function get12402ZgswsKFJ(dm,col,tablename){
} }
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/online_report/declare/getCcsswjgdmData", url: URL +"/ssfwpt/declare/getCcsswjgdmData",
dataType: "json", dataType: "json",
data: obj, data: obj,
success: function(data){ success: function(data){
...@@ -1644,7 +1644,7 @@ function get12501MergeInfo(name){ ...@@ -1644,7 +1644,7 @@ function get12501MergeInfo(name){
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/get12501zb", url : URL +"/ssfwpt/declare/get12501zb",
dataType : "json", dataType : "json",
data:{ data:{
"beans": JSON.stringify(json) "beans": JSON.stringify(json)
...@@ -2645,7 +2645,7 @@ function bindCellClickEvent() { ...@@ -2645,7 +2645,7 @@ function bindCellClickEvent() {
// if("E64" == pos){ // if("E64" == pos){
// var info = ""; // var info = "";
// $.ajax({ // $.ajax({
// url: URL +"/online_report/declare/getSsxdmcList", // url: URL +"/ssfwpt/declare/getSsxdmcList",
// type: "post", // type: "post",
// async:false, // async:false,
// dataType : "json", // dataType : "json",
...@@ -3184,7 +3184,7 @@ function bindCellClickEvent() { ...@@ -3184,7 +3184,7 @@ function bindCellClickEvent() {
var arr = []; var arr = [];
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/online_report/declare/getSsxd", url: URL +"/ssfwpt/declare/getSsxd",
dataType: "json", dataType: "json",
async: false, async: false,
data: { data: {
...@@ -3468,7 +3468,7 @@ function bindValueChanged() { ...@@ -3468,7 +3468,7 @@ function bindValueChanged() {
case '10119_001': case '10119_001':
if("D9" == pos && info.newValue && info.newValue.split(" ").length > 1){ if("D9" == pos && info.newValue && info.newValue.split(" ").length > 1){
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getClscjxByXzqhData", url: URL +"/ssfwpt/declare/getClscjxByXzqhData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -3486,7 +3486,7 @@ function bindValueChanged() { ...@@ -3486,7 +3486,7 @@ function bindValueChanged() {
} }
if("F9" == pos && info.newValue && info.newValue.split(" ").length > 1){ if("F9" == pos && info.newValue && info.newValue.split(" ").length > 1){
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getCcsswjgdmData", url: URL +"/ssfwpt/declare/getCcsswjgdmData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -4018,7 +4018,7 @@ function bindValueChanged() { ...@@ -4018,7 +4018,7 @@ function bindValueChanged() {
setCellValue(activeSheetIndex, row, 12, info.newValue.split(" ")[2]); setCellValue(activeSheetIndex, row, 12, info.newValue.split(" ")[2]);
}else{ }else{
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getCountryList", url: URL +"/ssfwpt/declare/getCountryList",
type: "post", type: "post",
async:false, async:false,
dataType : "json", dataType : "json",
...@@ -4037,7 +4037,7 @@ function bindValueChanged() { ...@@ -4037,7 +4037,7 @@ function bindValueChanged() {
} }
// $.ajax({ // $.ajax({
// url: URL +"/online_report/declare/getSsxdmcList", // url: URL +"/ssfwpt/declare/getSsxdmcList",
// type: "post", // type: "post",
// dataType : "json", // dataType : "json",
// data: { // data: {
...@@ -4440,7 +4440,7 @@ function bindValueChanged() { ...@@ -4440,7 +4440,7 @@ function bindValueChanged() {
} }
if("I" == pos1_ && info.newValue){ if("I" == pos1_ && info.newValue){
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getSyseList", url: URL +"/ssfwpt/declare/getSyseList",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -4455,7 +4455,7 @@ function bindValueChanged() { ...@@ -4455,7 +4455,7 @@ function bindValueChanged() {
} }
if (pos1_ == 'H' && info.newValue) { if (pos1_ == 'H' && info.newValue) {
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getZszmByZspmData", url: URL +"/ssfwpt/declare/getZszmByZspmData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -6061,7 +6061,7 @@ function bindValueChanged() { ...@@ -6061,7 +6061,7 @@ function bindValueChanged() {
if(info.newValue){ if(info.newValue){
var xzhqDm = info.newValue.split(" ")[0]; var xzhqDm = info.newValue.split(" ")[0];
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getClscjxByXzqhData", url: URL +"/ssfwpt/declare/getClscjxByXzqhData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -6302,7 +6302,7 @@ function bindValueChanged() { ...@@ -6302,7 +6302,7 @@ function bindValueChanged() {
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/getCcsswjgdmData", url : URL +"/ssfwpt/declare/getCcsswjgdmData",
data: { data: {
zspmDm: zspmDm zspmDm: zspmDm
}, },
...@@ -6327,7 +6327,7 @@ function bindValueChanged() { ...@@ -6327,7 +6327,7 @@ function bindValueChanged() {
if(info.newValue){ if(info.newValue){
var xzhqDm = info.newValue.split(" ")[0]; var xzhqDm = info.newValue.split(" ")[0];
$.ajax({ $.ajax({
url: URL +"/online_report/declare/getClscjxByXzqhData", url: URL +"/ssfwpt/declare/getClscjxByXzqhData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -7172,7 +7172,7 @@ function bindValueChanged() { ...@@ -7172,7 +7172,7 @@ function bindValueChanged() {
console.log(info.newValue.split(" ")[0]) console.log(info.newValue.split(" ")[0])
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/get12502_001Beanspm", url : URL +"/ssfwpt/declare/get12502_001Beanspm",
dataType : "json", dataType : "json",
data:{ data:{
"wrlb": info.newValue.split(" ")[0], "wrlb": info.newValue.split(" ")[0],
...@@ -7252,7 +7252,7 @@ function getSlByZspmZszmFor12501(zspm,zszm){ ...@@ -7252,7 +7252,7 @@ function getSlByZspmZszmFor12501(zspm,zszm){
// 税率带入值 // 税率带入值
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/get12501_002sl", url : URL +"/ssfwpt/declare/get12501_002sl",
dataType : "json", dataType : "json",
async : false, async : false,
data:{ data:{
...@@ -7277,7 +7277,7 @@ function getWrdlzByZspmZszm(zspm,zszm){ ...@@ -7277,7 +7277,7 @@ function getWrdlzByZspmZszm(zspm,zszm){
var wrdlz = 0; var wrdlz = 0;
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/getwrdlz", url : URL +"/ssfwpt/declare/getwrdlz",
dataType : "json", dataType : "json",
async : false, async : false,
data:{ data:{
...@@ -7303,7 +7303,7 @@ function getZszmByZspm(zspm){ ...@@ -7303,7 +7303,7 @@ function getZszmByZspm(zspm){
var arr = []; var arr = [];
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/online_report/declare/getHbsZszmBean", url : URL +"/ssfwpt/declare/getHbsZszmBean",
dataType : "json", dataType : "json",
async : false, async : false,
data:{ data:{
......
...@@ -94,7 +94,7 @@ function selectNb() { ...@@ -94,7 +94,7 @@ function selectNb() {
var selectTableArr = getSelect_10414_002(); // 获取被选中的表 var selectTableArr = getSelect_10414_002(); // 获取被选中的表
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/online_report/declare/save", url: URL +"/ssfwpt/declare/save",
data: { data: {
data: JSON.stringify(NB_cache_data) data: JSON.stringify(NB_cache_data)
}, },
...@@ -1312,16 +1312,16 @@ function saveData(operateType,isZcfxtx) { ...@@ -1312,16 +1312,16 @@ function saveData(operateType,isZcfxtx) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/online_report/declare/save"; var url = URL +"/ssfwpt/declare/save";
pagedata.operateType = operateType; pagedata.operateType = operateType;
if (operateType == 4) { if (operateType == 4) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
if (isGZflag) { if (isGZflag) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
if (true == isZcfxtx) { if (true == isZcfxtx) {
url = URL +"/online_report/declare/zcfxts"; url = URL +"/ssfwpt/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
if(localStorage["isZcfxFlag"] && "true" == localStorage["isZcfxFlag"]){ if(localStorage["isZcfxFlag"] && "true" == localStorage["isZcfxFlag"]){
...@@ -1522,13 +1522,13 @@ function saveData_003(operateType) { ...@@ -1522,13 +1522,13 @@ function saveData_003(operateType) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
// showLoading(); // showLoading();
var url = URL +"/online_report/declare/save"; var url = URL +"/ssfwpt/declare/save";
pagedata.operateType = operateType; pagedata.operateType = operateType;
if (operateType == 4) { if (operateType == 4) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
if (isGZflag) { if (isGZflag) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
pagedata.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy pagedata.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy
console.log("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■"); console.log("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■");
......
...@@ -336,7 +336,7 @@ function bindValueChanged() { ...@@ -336,7 +336,7 @@ function bindValueChanged() {
// var arr = []; // var arr = [];
// $.ajax({ // $.ajax({
// type: "post", // type: "post",
// url: URL +"/online_report/declare/getFylyxmd2019List", // url: URL +"/ssfwpt/declare/getFylyxmd2019List",
// dataType: "json", // dataType: "json",
// async: false, // async: false,
// data: {}, // data: {},
...@@ -868,7 +868,7 @@ function bindNbCellClickEvent() { ...@@ -868,7 +868,7 @@ function bindNbCellClickEvent() {
// var arr = []; // var arr = [];
// $.ajax({ // $.ajax({
// type: "post", // type: "post",
// url: URL +"/online_report/declare/getFylyxmd2019List", // url: URL +"/ssfwpt/declare/getFylyxmd2019List",
// dataType: "json", // dataType: "json",
// async: false, // async: false,
// data: {}, // data: {},
...@@ -1177,7 +1177,7 @@ function getDmbList(lx, dm) { ...@@ -1177,7 +1177,7 @@ function getDmbList(lx, dm) {
var list = [] var list = []
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/online_report/declare/getGxjslyList", url: URL +"/ssfwpt/declare/getGxjslyList",
data: { data: {
level: lx, level: lx,
code: dm code: dm
...@@ -1458,7 +1458,7 @@ function compare10414_027(index){ ...@@ -1458,7 +1458,7 @@ function compare10414_027(index){
var arr = []; var arr = [];
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/online_report/declare/getFylyxmd2019List", url: URL +"/ssfwpt/declare/getFylyxmd2019List",
dataType: "json", dataType: "json",
async: false, async: false,
data: {}, data: {},
...@@ -1843,7 +1843,7 @@ function getSwjgDm(lx, dm) { ...@@ -1843,7 +1843,7 @@ function getSwjgDm(lx, dm) {
}, },
dataType: "json", dataType: "json",
type: 'POST', type: 'POST',
url: URL +'/online_report/declare/getCcsswjgdmData', url: URL +'/ssfwpt/declare/getCcsswjgdmData',
success: function (data) { success: function (data) {
// console.log(data); // console.log(data);
var html = ''; var html = '';
......
...@@ -106,7 +106,7 @@ function selectNb() { ...@@ -106,7 +106,7 @@ function selectNb() {
NB_cache_data.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy NB_cache_data.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/online_report/declare/save", url: URL +"/ssfwpt/declare/save",
data: { data: {
data: JSON.stringify(NB_cache_data) data: JSON.stringify(NB_cache_data)
}, },
...@@ -1121,14 +1121,14 @@ function saveData(operateType) { ...@@ -1121,14 +1121,14 @@ function saveData(operateType) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/online_report/declare/save"; var url = URL +"/ssfwpt/declare/save";
pagedata.operateType = operateType; pagedata.operateType = operateType;
if (operateType == 4) { if (operateType == 4) {
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
if(isGZflag){ if(isGZflag){
url = URL +"/online_report/amend/save"; url = URL +"/ssfwpt/amend/save";
} }
pagedata.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy pagedata.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy
console.log("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■"); console.log("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■");
......
...@@ -94,7 +94,7 @@ function getJmxz_019(){ ...@@ -94,7 +94,7 @@ function getJmxz_019(){
//判断有没有这张表 //判断有没有这张表
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/online_report/declare/getZwbzList", url: URL +"/ssfwpt/declare/getZwbzList",
dataType: "json", dataType: "json",
async: false, async: false,
success: function success(datas, textStatus, jqXHR) { success: function success(datas, textStatus, jqXHR) {
...@@ -120,7 +120,7 @@ function getJmxz_020(){ ...@@ -120,7 +120,7 @@ function getJmxz_020(){
//判断有没有这张表 //判断有没有这张表
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/online_report/declare/getYwbzList", url: URL +"/ssfwpt/declare/getYwbzList",
dataType: "json", dataType: "json",
async: false, async: false,
success: function success(datas, textStatus, jqXHR) { success: function success(datas, textStatus, jqXHR) {
...@@ -796,26 +796,26 @@ function getVal_GDXX(index) { ...@@ -796,26 +796,26 @@ function getVal_GDXX(index) {
function getDmbList(lx, dm, isShengJi, isGuanLian) { function getDmbList(lx, dm, isShengJi, isGuanLian) {
var list = []; var list = [];
var url = URL +"/online_report/declare/getHydmList"; var url = URL +"/ssfwpt/declare/getHydmList";
var obj = { var obj = {
lx: lx, lx: lx,
dm: dm dm: dm
} }
if(isShengJi){ if(isShengJi){
url = URL +"/online_report/declare/getDjsList"; url = URL +"/ssfwpt/declare/getDjsList";
obj = { obj = {
shengJiDm: dm shengJiDm: dm
} }
} }
if(isGuanLian){ if(isGuanLian){
url = URL +"/online_report/declare/getglgxList"; url = URL +"/ssfwpt/declare/getglgxList";
obj = { obj = {
lx: lx, lx: lx,
dm: dm dm: dm
} }
} }
if (isGuanLian && (dm == "10420_006" || dm == "10420_008")) { if (isGuanLian && (dm == "10420_006" || dm == "10420_008")) {
url = URL +"/online_report/declare/getGljynr"; url = URL +"/ssfwpt/declare/getGljynr";
obj = { obj = {
code: dm code: dm
} }
......
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