This commit is contained in:
commit
29675947de
|
|
@ -3,4 +3,4 @@ Alter TABLE [dbo].[HJGL_PW_JointInfo] add
|
|||
[x] [nvarchar](50) NULL,
|
||||
[y] [nvarchar](50) NULL,
|
||||
[x2] [nvarchar](50) NULL,
|
||||
[y2] [nvarchar]
|
||||
[y2] [nvarchar] (50) NULL
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,TestPackageImport_title%>"/></title>
|
||||
<title><asp:Literal runat="server" Text="轴测图"/></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
|
|
@ -13,19 +13,19 @@
|
|||
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
|
||||
<Items>
|
||||
<f:Panel runat="server" ID="panelLeftRegion" RegionPosition="Left" RegionSplit="true"
|
||||
EnableCollapse="true" Width="300px" Title="<%$ Resources:Lan,PipelineManage_IsoPic_Label%>" ShowBorder="true" Layout="VBox"
|
||||
EnableCollapse="true" Width="300px" Title="JointShow.aspx" ShowBorder="true" Layout="VBox"
|
||||
ShowHeader="true" AutoScroll="true" BodyPadding="5px" IconFont="ArrowCircleLeft">
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Left">
|
||||
<Items>
|
||||
<f:TextBox ID="txtIsono" runat="server" Label="<%$ Resources:Lan,ASPXSC_2149%>" EmptyText="<%$ Resources:Lan,TCC_RE_CQMS_788%>" AutoPostBack="true"
|
||||
<f:TextBox ID="txtIsono" runat="server" Label="单线图号" EmptyText="请输入" AutoPostBack="true"
|
||||
OnTextChanged="Tree_TextChanged" Width="250px" LabelWidth="70px" LabelAlign="Right">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
<Items>
|
||||
<f:Tree ID="tvControlItem" ShowHeader="false" Height="500px" Title="<%$ Resources:Lan,PmiMaterialTemplate_tvControlItem_Title%>" OnNodeCommand="tvControlItem_NodeCommand"
|
||||
<f:Tree ID="tvControlItem" ShowHeader="false" Height="500px" Title="管线" OnNodeCommand="tvControlItem_NodeCommand"
|
||||
runat="server" ShowBorder="false" EnableCollapse="true" EnableSingleClickExpand="true"
|
||||
AutoLeafIdentification="true" EnableSingleExpand="true" EnableTextSelection="true"
|
||||
OnNodeExpand="tvControlItem_TreeNodeExpanded">
|
||||
|
|
@ -38,11 +38,7 @@
|
|||
|
||||
</Items>
|
||||
</f:Panel>
|
||||
|
||||
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,TCC_RE_CQMS_059%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
||||
Height="500px">
|
||||
</f:Window>
|
||||
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -1,16 +1,17 @@
|
|||
using BLL;
|
||||
using FastReport.Editor;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using NPOI.SS.UserModel;
|
||||
using NPOI.XSSF.UserModel;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System.IO;
|
||||
using NPOI.XSSF.UserModel;
|
||||
using NPOI.SS.UserModel;
|
||||
using System.Linq;
|
||||
using System.Runtime.Serialization;
|
||||
using System.Configuration;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.JoinMarking
|
||||
{
|
||||
|
|
@ -69,7 +70,13 @@ namespace FineUIPro.Web.HJGL.JoinMarking
|
|||
newNode.Text = q.ISO_IsoNo;
|
||||
newNode.ToolTip = "管线";
|
||||
newNode.EnableClickEvent = true;
|
||||
newNode.EnableExpandEvent = true;
|
||||
rootNode.Nodes.Add(newNode);
|
||||
TreeNode newNodeTemp = new TreeNode();
|
||||
newNodeTemp.Text = "加载中...";
|
||||
newNodeTemp.NodeID = Guid.NewGuid().ToString();
|
||||
newNode.Nodes.Add(newNodeTemp);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,14 +85,5 @@ namespace FineUIPro.Web.HJGL.JoinMarking
|
|||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Panel mainPanel;
|
||||
|
||||
/// <summary>
|
||||
/// WindowAtt 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Window WindowAtt;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@
|
|||
</Items>
|
||||
</f:Panel>
|
||||
</form>
|
||||
<f:Window ID="Window1" Title="<%$ Resources:Lan,CheckManageImport_Window1_Title%>" Hidden="true" EnableIFrame="true"
|
||||
EnableMaximize="true" Target="Top" EnableResize="true" runat="server" OnClose="Window1_Close"
|
||||
IsModal="true" Width="1200px" Height="600px">
|
||||
</f:Window>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -183,10 +183,7 @@ namespace FineUIPro.Web.HJGL.JoinMarking
|
|||
|
||||
|
||||
|
||||
protected void Window1_Close(object sender, WindowCloseEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,14 +76,5 @@ namespace FineUIPro.Web.HJGL.JoinMarking
|
|||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.ContentPanel contentPanel;
|
||||
|
||||
/// <summary>
|
||||
/// Window1 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Window Window1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue