Commit 9f7c6640 authored by yangyuxin's avatar yangyuxin

Merge branch 'master' into temp

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