var url = CMS_SystemConfig.VirtualDirectoryPath + "/PurchasingStatistics/List"; var mnu = ""; //加载 $(function () { mnu = $.SystemGeneral.getUrlParam("MNU"); }) function reload() { $("#dgPurchasingStatisticsList").cmsXDataTable("load", $.getDataGridParams("dgPurchasingStatisticsList")); } //Excel导出 function PurchasingStatistics_Export() { $("#formQuery").submit(); } //选中学年事件 function QuerySchoolYearDropdownList(data) { reload(); } function QueryPublishDropdownList(data) { reload(); } function QueryCourseDropdownList(data) { reload(); } function QueryStatusDropdownList(data) { reload(); } function QueryTeachingMaterialDropdownList(data) { reload(); }