焊接管理,补充公司级树

This commit is contained in:
2025-04-14 15:31:57 +08:00
parent c8b553efc6
commit bb10b1f54e
111 changed files with 6980 additions and 4039 deletions
@@ -1,5 +1,7 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestPackageManageEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.TestPackageManage.TestPackageManageEdit" %>
<%@ Register Src="~/Controls/UnitProjectTControl.ascx" TagName="UnitProjectTControl" TagPrefix="uc1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,6 +15,16 @@
<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="380" Title="公司-项目" TitleToolTip="公司-项目" ShowBorder="true"
ShowHeader="true" AutoScroll="true" BodyPadding="5px" IconFont="ArrowCircleLeft" Layout="Fit">
<Items>
<f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" EnableCollapse="true" AutoScroll="true"
BodyPadding="0px">
<uc1:UnitProjectTControl ID="ucTree" runat="server" Onchange="changeTree" />
</f:ContentPanel>
</Items>
</f:Panel>
<f:Panel runat="server" ID="panelLeftRegion2" RegionPosition="Left" RegionSplit="true"
EnableCollapse="true" Width="280px" Title="试压包录入" ShowBorder="true" Layout="VBox"
ShowHeader="true" AutoScroll="true" BodyPadding="5px" IconFont="ArrowCircleLeft">
<Toolbars>
@@ -31,8 +43,8 @@
</f:Tree>
</Items>
</f:Panel>
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true" BoxConfigAlign="StretchMax"
Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle" Title="试压包录入"
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true" BoxConfigAlign="StretchMax"
Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle" Title="试压包录入"
TitleToolTip="试压包录入" AutoScroll="true">
<Toolbars>
<f:Toolbar ID="Toolbar3" Position="Top" runat="server" ToolbarAlign="Left">
@@ -47,7 +59,7 @@
Icon="Delete" runat="server" OnClick="btnDelete_Click">
</f:Button>
<f:Button ID="btnSave" Text="保存" ToolTip="保存试压包" Icon="SystemSave" runat="server" OnClick="btnSave_Click" ValidateForms="SimpleForm1">
</f:Button>
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
@@ -63,18 +75,18 @@
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<Items>
<f:TextBox ID="txtPTP_TightnessTest" runat="server" Label="严密性试验压力" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtPTP_TestPackageNo" runat="server" Label="试压编号" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="120px"></f:TextBox>
<f:DropDownList ID="drpPTP_Modifier" runat="server" Label="修改人" LabelAlign="Right" EnableEdit="true" LabelWidth="120px"></f:DropDownList>
</Items>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:FormRow>
<Items>
<f:DatePicker ID="txtPTP_ModifyDate" runat="server" Label="修改时间" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:TextBox ID="txtPTP_LeakageTestService" runat="server" Label="泄露性试验介质" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtPTP_TestPackageCode" runat="server" Label="试压包号" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
@@ -91,18 +103,18 @@
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<Items>
<f:TextBox ID="txtPTP_CleaningMedium" runat="server" Label="清扫介质" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:DropDownList ID="drpPTP_TestType" runat="server" Label="试验类型" LabelAlign="Right" EnableEdit="true" LabelWidth="120px"></f:DropDownList>
<f:TextBox ID="txtPTP_TestHeat" runat="server" Label="试验压力" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:FormRow>
<Items>
<f:TextBox ID="txtPTP_TestAmbientTemp" runat="server" Label="试验环境温度" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtPTP_TestMediumTemp" runat="server" Label="试验介质温度" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtPTP_AllowSeepage" runat="server" Label="允许渗水量" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtPTP_AllowSeepage" runat="server" Label="允许渗水量" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
@@ -120,8 +132,8 @@
</Items>
</f:FormRow>
<f:FormRow >
<Items>
<f:FormRow>
<Items>
<f:DropDownList ID="drpPTP_Tabler" runat="server" Label="建档人" LabelAlign="Right" EnableEdit="true" Required="true" ShowRedStar="true" LabelWidth="120px"></f:DropDownList>
<f:DatePicker ID="txtPTP_TableDate" runat="server" Label="建档时间" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:TextBox ID="txtPTP_Remark" runat="server" Label="备注" LabelAlign="Right" MaxLength="100" LabelWidth="120px"></f:TextBox>