if(typeof jcLogistics == "undefined") jcLogistics={};
if(typeof jcLogistics.Supply == "undefined") jcLogistics.Supply={};
if(typeof jcLogistics.Supply.SupplyControl == "undefined") jcLogistics.Supply.SupplyControl={};
if(typeof jcLogistics.Supply.SupplyControl.InfoCredit == "undefined") jcLogistics.Supply.SupplyControl.InfoCredit={};
jcLogistics.Supply.SupplyControl.InfoCredit_class = function() {};
Object.extend(jcLogistics.Supply.SupplyControl.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.Supply.SupplyControl.InfoCredit,App_Web_infocredit.ascx.78566338.ashx'
}));
jcLogistics.Supply.SupplyControl.InfoCredit = new jcLogistics.Supply.SupplyControl.InfoCredit_class();

