提交代码

This commit is contained in:
2023-12-20 15:48:05 +08:00
parent 2516cfbe69
commit f49eba5e5f
58 changed files with 8868 additions and 1411 deletions
@@ -38,7 +38,7 @@
<f:SimpleForm ID="SimpleForm2" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="true" ShowHeader="false" Hidden="true">
<Items>
<f:Label ID="Label1" runat="server" Text="设备选择:"></f:Label>
<f:Label ID="Label1" runat="server" Text="选择设备"></f:Label>
<f:CheckBoxList ID="cbSysPiping" ColumnNumber="3" runat="server">
</f:CheckBoxList>
</Items>
@@ -152,7 +152,6 @@
//验证
function isValid() {
debugger;
var grid1 = F('<%= Grid1.ClientID %>');
var valid = true, modifiedData = grid1.getMergedData();