52 lines
2.4 KiB
Plaintext
52 lines
2.4 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PointItemAudit.aspx.cs" Inherits="FineUIPro.Web.WeldingProcess.TrustManage.PointItemAudit" %>
|
|
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
|
|
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="VBox">
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
|
<Items>
|
|
<f:Label ID="lbAuditMan" runat="server" Label="审核人" LabelAlign="Right"></f:Label>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
|
<f:Button ID="btnSave" Text="提交审核" Icon="SystemSave" runat="server" OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
<Items>
|
|
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
|
|
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="IsBatch" runat="server" Label="是否批量审核" LabelAlign="Right" LabelWidth="120"></f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="IsPass" runat="server" Label="是否通过审核" LabelAlign="Right" LabelWidth="120"></f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:Label runat="server" Text="如批量审核,则这个批里所有点的口都完成审核" LabelWidth="10px"></f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</Items>
|
|
</f:Panel>
|
|
</form>
|
|
</body>
|
|
</html> |