///
/// 供应商关系[Sys_SupManRelation] Ajax提交类
///
var ManagerViewDefineAjax = new Object();
///
/// 供应商关系[Sys_SupManRelation] 获取记录信息
///
ManagerViewDefineAjax.ViewDefine = function (form, send, fun, target, html) {
return Global.Ajax(
{
ajaxCache: false,
ajaxUrl: "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.Sys.ManagerViewDefineAjax.ViewDefine",
ajaxData: Global.GetFormValue(form),
ajaxAsync: true,
ajaxFunSuccess: fun
}, send, target, html);
};