|
@@ -57,50 +57,50 @@
|
|
|
<br />
|
|
|
<asp:AjaxScriptManager ID="AjaxScriptManager1" runat="server"></asp:AjaxScriptManager>
|
|
|
<div class="ps">
|
|
|
- <table class="ps" cellpadding="0" cellspacing="0" border="0" style="width: 100%">
|
|
|
- <tr>
|
|
|
- <td style="width: 65%;">财务审核:
|
|
|
+ <table class="ps" cellpadding="0" cellspacing="0" border="0" style="width: 100%">
|
|
|
+ <tr>
|
|
|
+ <td style="width: 65%;">财务审核:
|
|
|
<asp:DropDownList ID="ddlAudit" runat="server" AutoPostBack="true"
|
|
|
OnTextChanged="ddlAudit_TextChanged">
|
|
|
<asp:ListItem Text="未审核" Value="0" />
|
|
|
<asp:ListItem Text="已通过" Value="1" />
|
|
|
<asp:ListItem Text="未通过" Value="2" />
|
|
|
</asp:DropDownList>
|
|
|
- 总经理审核:
|
|
|
+ 总经理审核:
|
|
|
<asp:DropDownList ID="ddlAuditGM" runat="server" AutoPostBack="true"
|
|
|
OnTextChanged="ddlAuditGM_TextChanged">
|
|
|
<asp:ListItem Text="未审核" Value="0" />
|
|
|
<asp:ListItem Text="已通过" Value="1" />
|
|
|
<asp:ListItem Text="未通过" Value="2" />
|
|
|
</asp:DropDownList>
|
|
|
- <asp:Label runat="server" ID="RAuditLabel">人事审核:</asp:Label>
|
|
|
- <asp:DropDownList ID="ddlAuditRM" runat="server" AutoPostBack="true"
|
|
|
- OnTextChanged="ddlAuditRM_TextChanged">
|
|
|
- <asp:ListItem Text="未审核" Value="0" />
|
|
|
- <asp:ListItem Text="已通过" Value="1" />
|
|
|
- <asp:ListItem Text="未通过" Value="2" />
|
|
|
- </asp:DropDownList>
|
|
|
- 申请说明:<asp:TextBox ID="txtInstructions" runat="server" Style="border: 1px solid #b3b3b3; width: 150px" />
|
|
|
- 申请人:<asp:TextBox ID="txtOPer" runat="server" Style="border: 1px solid #b3b3b3; width: 50px" />
|
|
|
+ <asp:Label runat="server" ID="RAuditLabel">人事审核:</asp:Label>
|
|
|
+ <asp:DropDownList ID="ddlAuditRM" runat="server" AutoPostBack="true"
|
|
|
+ OnTextChanged="ddlAuditRM_TextChanged">
|
|
|
+ <asp:ListItem Text="未审核" Value="0" />
|
|
|
+ <asp:ListItem Text="已通过" Value="1" />
|
|
|
+ <asp:ListItem Text="未通过" Value="2" />
|
|
|
+ </asp:DropDownList>
|
|
|
+ 申请说明:<asp:TextBox ID="txtInstructions" runat="server" Style="border: 1px solid #b3b3b3; width: 150px" />
|
|
|
+ 申请人:<asp:TextBox ID="txtOPer" runat="server" Style="border: 1px solid #b3b3b3; width: 50px" />
|
|
|
<asp:Button ID="btnSelect" runat="server" Text="查 询" CssClass="btn" Style="width: 45px;"
|
|
|
- OnClick="btnSelect_Click" />
|
|
|
- </td>
|
|
|
- <td style="width: 35%; text-align: right;">
|
|
|
- <asp:DropDownList runat="server" ID="ddlUniversiade" Style="width: 100px"
|
|
|
- OnTextChanged="ddlUniversiade_TextChanged" AutoPostBack="true">
|
|
|
- </asp:DropDownList>
|
|
|
- ||
|
|
|
+ OnClick="btnSelect_Click1" />
|
|
|
+ </td>
|
|
|
+ <td style="width: 35%; text-align: right;">
|
|
|
+ <asp:DropDownList runat="server" ID="ddlUniversiade" Style="width: 100px"
|
|
|
+ OnTextChanged="ddlUniversiade_TextChanged" AutoPostBack="true">
|
|
|
+ </asp:DropDownList>
|
|
|
+ ||
|
|
|
<asp:Button ID="btnUniversiade" runat="server" Text="导出费用" CssClass="btn" Style="width: 75px;"
|
|
|
OnClick="btnUniversiade_Click" />
|
|
|
- ||
|
|
|
+ ||
|
|
|
<asp:Button ID="btnManyDown" runat="server" Text="批量生成" CssClass="btn" Style="width: 65px;"
|
|
|
OnClick="btnManyDown_Click" />
|
|
|
- ||
|
|
|
+ ||
|
|
|
<asp:Button ID="btnAdd" runat="server" Text="新增数据" CssClass="btn" Style="width: 65px;"
|
|
|
OnClick="btnAdd_Click" />
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
<div class="list">
|
|
|
<table class="list" cellpadding="0" cellspacing="0" border="0">
|
|
@@ -109,6 +109,7 @@
|
|
|
<td class="td">公司 </td>
|
|
|
<td class="td" style="width: 200px;">费用说明 </td>
|
|
|
<td class="td">合 计 </td>
|
|
|
+ <td class="td">是否付款 </td>
|
|
|
<td class="td"><a runat="server" style="color: white;" id="AMan">申请人</a> </td>
|
|
|
<td class="td">申请时间 </td>
|
|
|
<td class="td">财务审核 </td>
|
|
@@ -131,6 +132,11 @@
|
|
|
<td class="td">
|
|
|
<%#Eval("SumPrice").ToString()%>RMB
|
|
|
</td>
|
|
|
+ <td class="td">
|
|
|
+ <asp:Label ID="lblIsPayVal" runat="server" Text='<%#Eval("IsPay") %>' Visible="false" />
|
|
|
+ <asp:Label ID="lblIsPay" runat="server" />
|
|
|
+
|
|
|
+ </td>
|
|
|
<td class="td">
|
|
|
<asp:Label ID="lblOperatorsVal" runat="server" Visible="false" Text='<%#Eval("Operators") %>' />
|
|
|
<asp:Label ID="lblOperators" runat="server" />
|
|
@@ -138,6 +144,7 @@
|
|
|
<td class="td">
|
|
|
<%#Convert.ToDateTime(Eval("OperatorsDate")).ToString("yyyy-MM-dd hh:mm:ss")%>
|
|
|
</td>
|
|
|
+
|
|
|
<td class="td">
|
|
|
<asp:Label ID="lblFAuditVal" runat="server" Text='<%#Eval("FAudit") %>' Visible="false" />
|
|
|
<asp:Label ID="lblFAudit" runat="server" />
|