对接IDP系统项目开车数据

This commit is contained in:
2025-08-06 15:27:50 +08:00
parent 0a061ce206
commit 268c6b7a14
33 changed files with 6226 additions and 91 deletions
@@ -177,6 +177,68 @@ namespace FineUIPro.Web.TestRun.BeforeTestRun
#endregion
#region IDP试车数据库
/// <summary>
/// IDP试车数据库
/// </summary>
protected void btnIDPPreRunData_Click(object sender, EventArgs e)
{
string window = $"IDPPreRunData.aspx";
PageContext.RegisterStartupScript(IdpWindow.GetSaveStateReference(this.hidSelectProperty.ClientID) + IdpWindow.GetShowReference(window));
}
/// <summary>
/// 从IDP选择管道数据
/// </summary>
protected void btnIDPSelectPiping_Click(object sender, EventArgs e)
{
string window = $"SelectIDPPiping.aspx?SystemId={this.tvControlItem.SelectedNodeID}";
PageContext.RegisterStartupScript(IdpWindow2.GetShowReference(window, "从IDP选择管道数据"));
}
/// <summary>
/// 关闭
/// </summary>
protected void IdpWindow2_Close(object sender, WindowCloseEventArgs e)
{
ZxtgdBrid();
}
/// <summary>
/// 从IDP选择工艺设备数据
/// </summary>
protected void btnIDPSelectEquipment_Click(object sender, EventArgs e)
{
string window = $"SelectIDPEquipment.aspx?SystemId={this.tvControlItem.SelectedNodeID}";
PageContext.RegisterStartupScript(IdpWindow3.GetShowReference(window, "从IDP选择工艺设备数据"));
}
/// <summary>
/// 关闭
/// </summary>
protected void IdpWindow3_Close(object sender, WindowCloseEventArgs e)
{
ZxtgyBrid();
}
/// <summary>
/// 从IDP选择仪表索引数据
/// </summary>
protected void btnIDPSelectInstrumentation_Click(object sender, EventArgs e)
{
string window = $"SelectIDPInstrumentation.aspx?SystemId={this.tvControlItem.SelectedNodeID}";
PageContext.RegisterStartupScript(IdpWindow4.GetShowReference(window, "从IDP选择仪表索引数据"));
}
/// <summary>
/// 关闭
/// </summary>
protected void IdpWindow4_Close(object sender, WindowCloseEventArgs e)
{
ZxtybBrid();
}
#endregion
#region S系统管道一览表导入
/// <summary>
@@ -1118,7 +1180,7 @@ namespace FineUIPro.Web.TestRun.BeforeTestRun
string window = $"SelectProperty.aspx?SubSystemId={this.tvControlItem.SelectedNodeID}&SystemId={hidSystemId.Text}&SelectPropertyIds={hidSelectProperty.Text}";
PageContext.RegisterStartupScript(Window1.GetSaveStateReference(this.hidSelectProperty.ClientID) + Window1.GetShowReference(window));
}
/// <summary>
/// 关闭
/// </summary>