if(typeof jcLogistics == "undefined") jcLogistics={};
if(typeof jcLogistics.Demand == "undefined") jcLogistics.Demand={};
if(typeof jcLogistics.Demand.DemandControl == "undefined") jcLogistics.Demand.DemandControl={};
if(typeof jcLogistics.Demand.DemandControl.InfoCredit == "undefined") jcLogistics.Demand.DemandControl.InfoCredit={};
jcLogistics.Demand.DemandControl.InfoCredit_class = function() {};
Object.extend(jcLogistics.Demand.DemandControl.InfoCredit_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CollectionInfo: function(strTable, infoId) {
		return this.invoke("CollectionInfo", {"strTable":strTable, "infoId":infoId}, this.CollectionInfo.getArguments().slice(2));
	},
	CollectionByComp: function(strToUID) {
		return this.invoke("CollectionByComp", {"strToUID":strToUID}, this.CollectionByComp.getArguments().slice(1));
	},
	HistoryInfo: function() {
		return this.invoke("HistoryInfo", {}, this.HistoryInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/jcLogistics.Demand.DemandControl.InfoCredit,App_Web_infocredit.ascx.6d498b1.ashx'
}));
jcLogistics.Demand.DemandControl.InfoCredit = new jcLogistics.Demand.DemandControl.InfoCredit_class();

