api ajax script
var fuelAPI = {param: {serviceAgencySeq : "",groupSeq : "",startDate : "",endDate : "",searchKeyword : "" //키워드},search : function() {modalShow("show");var html = '';var contents = '';var request = $.ajax({url: '/hnsStat/getFuelOper.json',method: "POST",data : JSON.stringify(fuelAPI.param),async : true,cache: false,dataType : "json",beforeSend : modalShow("show")}); request.done(function( res ) ..
더보기