2023-07-03

This commit is contained in:
2023-07-03 14:46:37 +08:00
parent cba6685973
commit e575463176
26 changed files with 517 additions and 52 deletions
@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>质量检</title>
<title>质量检</title>
</head>
<body>
@@ -14,7 +14,7 @@
<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="320px" Title="考试记录" ShowBorder="true" Layout="VBox"
EnableCollapse="true" Width="320px" Title="质量检查" ShowBorder="true" Layout="VBox"
ShowHeader="true" AutoScroll="true" BodyPadding="5px" IconFont="ArrowCircleLeft">
<Items>
<f:Tree ID="tvControlItem" ShowHeader="false" Height="500px" Title="项目" OnNodeCommand="tvControlItem_NodeCommand"
@@ -27,7 +27,7 @@
Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle"
AutoScroll="true">
<Items>
<f:Grid ID="Grid1" ShowBorder="true" EnableAjax="false" ShowHeader="false" Title="质量检记录" EnableCollapse="true"
<f:Grid ID="Grid1" ShowBorder="true" EnableAjax="false" ShowHeader="false" Title="质量检记录" EnableCollapse="true"
runat="server" BoxFlex="1" DataKeyNames="CheckControlCode" AllowCellEditing="true"
ClicksToEdit="2" DataIDField="CheckControlCode" AllowSorting="true" SortField="DocCode"
SortDirection="DESC" OnSort="Grid1_Sort" EnableColumnLines="true"