if(typeof BMSupply == "undefined") BMSupply={};
if(typeof BMSupply.supply == "undefined") BMSupply.supply={};
BMSupply.supply_class = function() {};
Object.extend(BMSupply.supply_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCallList: function(Callingwhere) {
		return this.invoke("GetCallList", {"Callingwhere":Callingwhere}, this.GetCallList.getArguments().slice(1));
	},
	GetSupplyList: function(pagesize, pagenows, pagewhere) {
		return this.invoke("GetSupplyList", {"pagesize":pagesize, "pagenows":pagenows, "pagewhere":pagewhere}, this.GetSupplyList.getArguments().slice(3));
	},
	GetSupplyListPage: function(pagewhere) {
		return this.invoke("GetSupplyListPage", {"pagewhere":pagewhere}, this.GetSupplyListPage.getArguments().slice(1));
	},
	url: '/ajaxpro/BMSupply.supply,BMSupply.ashx'
}));
BMSupply.supply = new BMSupply.supply_class();

