121 lines
6.5 KiB
Plaintext
121 lines
6.5 KiB
Plaintext
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SafePersonWagesEdit.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCCG.HSSE.Check.SafePersonWagesEdit" %>
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head runat="server">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>添加工资页面</title>
|
||
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||
|
<style type="text/css">
|
||
|
.labcenter {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.f-grid-row .f-grid-cell-inner {
|
||
|
white-space: normal;
|
||
|
word-break: break-all;
|
||
|
}
|
||
|
|
||
|
.f-grid-row.red {
|
||
|
background-color: #FF7575;
|
||
|
background-image: none;
|
||
|
}
|
||
|
|
||
|
.fontred {
|
||
|
color: #FF7575;
|
||
|
background-image: none;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form id="form1" runat="server">
|
||
|
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
|
||
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
|
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:ContentPanel ID="ContentPanel2" Title="基础信息" ShowBorder="true"
|
||
|
BodyPadding="10px" EnableCollapse="true" ShowHeader="false" AutoScroll="true"
|
||
|
runat="server">
|
||
|
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
|
<Rows>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:DropDownList ID="drpAjy" runat="server" ShowRedStar="true" Label="群安员姓名" Required="true" LabelAlign="Right" EnableEdit="true" LabelWidth="120px"
|
||
|
AutoPostBack="true"
|
||
|
OnSelectedIndexChanged="drpAjy_SelectedIndexChanged">
|
||
|
</f:DropDownList>
|
||
|
|
||
|
<f:TextBox ID="txtIdentityCard" runat="server" Readonly="true" Label="身份证号码" LabelAlign="Right" LabelWidth="120px"
|
||
|
MaxLength="50">
|
||
|
</f:TextBox>
|
||
|
|
||
|
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtPayableAmount" runat="server" Label="应付金额(元)" LabelAlign="Right" LabelWidth="120px"
|
||
|
MaxLength="50">
|
||
|
</f:TextBox>
|
||
|
|
||
|
<f:TextBox ID="txtPaidAmount" runat="server" Label="实付金额(元)" LabelAlign="Right" LabelWidth="120px"
|
||
|
MaxLength="50">
|
||
|
</f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:DatePicker runat="server" Required="true" DateFormatString="yyyy-MM" Label="月份" EmptyText="月份"
|
||
|
ID="txtCheckDate" DisplayType="Month" ShowTodayButton="false" LabelWidth="120px">
|
||
|
</f:DatePicker>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextArea runat="server" ID="txtRemark" EmptyText="备注" Label="备注" LabelWidth="120px"
|
||
|
AutoGrowHeight="true" AutoGrowHeightMin="100" AutoGrowHeightMax="600">
|
||
|
</f:TextArea>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
</Rows>
|
||
|
<Toolbars>
|
||
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
|
<Items>
|
||
|
<f:Button ID="btnAttachUrl" Text="上传凭证" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
||
|
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
|
||
|
</f:Button>
|
||
|
<f:ToolbarFill runat="server"> </f:ToolbarFill>
|
||
|
|
||
|
<f:TextBox ID="hdCheckControlCode" runat="server" Hidden="true"></f:TextBox>
|
||
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||
|
</f:ToolbarFill>
|
||
|
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="保存" Text="保存">
|
||
|
</f:Button>
|
||
|
<f:TextBox ID="hdId" runat="server" Hidden="true">
|
||
|
</f:TextBox>
|
||
|
<f:TextBox ID="hdAttachUrl" runat="server" Hidden="true">
|
||
|
</f:TextBox>
|
||
|
</Items>
|
||
|
</f:Toolbar>
|
||
|
</Toolbars>
|
||
|
</f:Form>
|
||
|
</f:ContentPanel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
</f:Form>
|
||
|
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||
|
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
|
||
|
Height="500px">
|
||
|
</f:Window>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|