SGGL_SHJ/SGGL/FineUIPro.Web/common/mainMenu_HJGL_AVEVA.aspx.cs

15 lines
540 B
C#
Raw Normal View History

2022-09-05 16:36:31 +08:00
using System;
using BLL;
2022-09-05 16:36:31 +08:00
namespace FineUIPro.Web
{
public partial class mainMenu_HJGL_AVEVA : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
ctlAuditFlow.Url = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId);
ctlAuditFlow.Url_item = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId) + "item/IPE%7CVPD%7CArea-15A";
2022-11-23 15:38:28 +08:00
PipelineService.RestPipelineAndJoints(this.CurrUser.LoginProjectId);
2022-09-05 16:36:31 +08:00
}
}
}