//当前窗体IDFormID
string FormID = this.View.BillBusinessInfo.GetForm().Id;
// 当前登录组织内码
long orgId = this.Context.CurrentOrganizationInfo.ID;
// 当前登录组织名称
string orgName = this.Context.CurrentOrganizationInfo.Name;
//服务器
string ServerName = this.Context.CurrentServerName;
long userID = this.Context.UserId;//用户内码
string userName = this.Context.UserName;//用户名sun
string UserToken = this.Context.UserToken;//用户Token
string HostName = this.Context.ClientInfo.HostName;
string MacAddress = this.Context.ClientInfo.MacAddress;
暂无评论