-
v笑向前走 小试身手Lv3
发表于2021-11-10 14:13
楼主
$.ajax({
type: "GET",
async:false,
url: 'http://192.168.1.250:10077/shr/rest/start',
data:{ztbm:'<#=@GS=>',cpbm:'<#=@CP1=>',gysbm:'<#=@GYS1=>',wlbm:'<#=@WL1=>',startTime:'<#=@SJ1=>',endTime:'<#=@SJ2=>',dyly:'采购额分析表',httpTime:'',userName:'<#=login.id#>',ms:'1'},
contentType: "application/json",
dataType:'json',
success: function (data) {
getList(data)
}, error: function (error) {
//getList(error)
console.log(error);
}
});
type: "GET",
async:false,
url: 'http://192.168.1.250:10077/shr/rest/start',
data:{ztbm:'<#=@GS=>',cpbm:'<#=@CP1=>',gysbm:'<#=@GYS1=>',wlbm:'<#=@WL1=>',startTime:'<#=@SJ1=>',endTime:'<#=@SJ2=>',dyly:'采购额分析表',httpTime:'',userName:'<#=login.id#>',ms:'1'},
contentType: "application/json",
dataType:'json',
success: function (data) {
getList(data)
}, error: function (error) {
//getList(error)
console.log(error);
}
});