Commit 9f7c6640 authored by yangyuxin's avatar yangyuxin

Merge branch 'master' into temp

parents c08a35de e239faca
...@@ -127,6 +127,10 @@ function initPage(companyInfo) { ...@@ -127,6 +127,10 @@ function initPage(companyInfo) {
* 税务申报 初始化数据获取 * 税务申报 初始化数据获取
* @param {*} mydate * @param {*} mydate
*/ */
//地址
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var url = "http://localhost:7070";
var getTaxDeclaration = function(date, type) { var getTaxDeclaration = function(date, type) {
// TODO 开始加载等待动画 // TODO 开始加载等待动画
showLoading(); showLoading();
...@@ -137,7 +141,7 @@ function initPage(companyInfo) { ...@@ -137,7 +141,7 @@ function initPage(companyInfo) {
pzzlDm:companyInfo.pzzlDm pzzlDm:companyInfo.pzzlDm
} }
$.ajax({ $.ajax({
url: "/online_report/declare/getPzzlList", url: url + "/online_report/declare/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
dataType: "JSON" dataType: "JSON"
...@@ -205,9 +209,6 @@ function initPage(companyInfo) { ...@@ -205,9 +209,6 @@ function initPage(companyInfo) {
// form.find("#changeForm_data").val(JSON.stringify(submitData)); // form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.submit(); // form.submit();
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var url = "http://localhost:7070";
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: url + "/online_report/declare/toPzzl", url: url + "/online_report/declare/toPzzl",
......
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