Commit aae15c45 authored by 刘明珠's avatar 刘明珠

税种列表请求过渡调整

parent 199cf901
...@@ -20,7 +20,7 @@ function getInitTable() { ...@@ -20,7 +20,7 @@ function getInitTable() {
pzzlDm: getUrlParam("pzzlDm"), pzzlDm: getUrlParam("pzzlDm"),
}, },
beforeSend:function(){ beforeSend:function(){
myAlert("提示", "正在获取申报清册信息", "确定") myAlert("提示", "正在获取初始化信息", "确定")
}, },
success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数 success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
hideLoading(); hideLoading();
...@@ -246,7 +246,10 @@ function initPage(companyInfo) { ...@@ -246,7 +246,10 @@ function initPage(companyInfo) {
url: url + "/ssfwpt/declare/getPzzlList", url: url + "/ssfwpt/declare/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
dataType: "JSON" dataType: "JSON",
// beforeSend:function(){
// myAlert("提示", "正在获取申报清册信息", "确定")
// },
}).done(function (data) { }).done(function (data) {
console.log(data) console.log(data)
if (data.success) { if (data.success) {
......
...@@ -253,7 +253,7 @@ function dateProcessing(type) { ...@@ -253,7 +253,7 @@ function dateProcessing(type) {
//封装等待框 调用方式:showLoading();hideLoading(); //封装等待框 调用方式:showLoading();hideLoading();
(function ($) { (function ($) {
var renderHtml = function renderHtml() { var renderHtml = function renderHtml() {
var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>'; var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>';
$("body").append(_html); $("body").append(_html);
}; };
renderHtml(); renderHtml();
......
...@@ -237,7 +237,7 @@ function dateProcessing(type) { ...@@ -237,7 +237,7 @@ function dateProcessing(type) {
//封装等待框 调用方式:showLoading();hideLoading(); //封装等待框 调用方式:showLoading();hideLoading();
(function ($) { (function ($) {
var renderHtml = function renderHtml() { var renderHtml = function renderHtml() {
var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>'; var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>';
$("body").append(_html); $("body").append(_html);
}; };
renderHtml(); renderHtml();
......
...@@ -238,7 +238,7 @@ function dateProcessing(type) { ...@@ -238,7 +238,7 @@ function dateProcessing(type) {
//封装等待框 调用方式:showLoading();hideLoading(); //封装等待框 调用方式:showLoading();hideLoading();
(function ($) { (function ($) {
var renderHtml = function renderHtml() { var renderHtml = function renderHtml() {
var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>'; var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>';
$("body").append(_html); $("body").append(_html);
}; };
renderHtml(); renderHtml();
......
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