deal.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:8k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="deal.aspx.cs" Inherits="web_computer_detail" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <center>
- <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="Medium" Style="position: relative"
- Text="處理與通知"></asp:Label> </center>
- <center>
- </center>
- <center>
- <asp:Table runat="server" ID="TblFlow" Width="580px" Visible="False">
- <asp:TableHeaderRow ID="TableHeaderRow1" BackColor="Menu" runat="server">
- <asp:TableHeaderCell ID="TableHeaderCell1" runat="server">寄件者</asp:TableHeaderCell>
- <asp:TableHeaderCell ID="TableHeaderCell2" runat="server">主旨</asp:TableHeaderCell>
- <asp:TableHeaderCell ID="TableHeaderCell3" runat="server">接收日期</asp:TableHeaderCell>
- <asp:TableHeaderCell ID="TableHeaderCell4" runat="server"></asp:TableHeaderCell>
- </asp:TableHeaderRow>
- </asp:Table>
-
- <asp:Panel ID="PnlApprovel" runat="server" Style="position: relative; left: 0px; top: 0px;" Visible="false" Height="375px" Width="591px">
- <table border="1">
- <tr align="left">
- <td colspan="4" style="height: 32px">
- <span class="STYLE1" style="font-weight: bold">電腦設備報修單</span></td>
- </tr>
- <tr align="left">
- <td style="width: 85px; height: 28px">
- <span class="STYLE1">申請單號</span></td>
- <td style="width: 140px; height: 28px;">
- <span class="STYLE1">
- <asp:TextBox ID="form_no" runat="server" Enabled="false"></asp:TextBox></span></td>
- <td style="width: 94px; height: 28px;">
- <span class="STYLE1">申請人工號</span></td>
- <td style="width: 229px; height: 28px;">
- <span class="STYLE1">
- <asp:TextBox ID="emp_no" runat="server" Enabled="false"></asp:TextBox></span></td>
- </tr>
- <tr align="left">
- <td style="width: 85px; height: 28px">
- <span class="STYLE1">申請人姓名</span></td>
- <td style="width: 140px; height: 28px;">
- <span class="STYLE1">
- <asp:TextBox ID="emp_name" runat="server" Enabled="false"></asp:TextBox></span></td>
- <td style="width: 94px; height: 28px;">
- <span class="STYLE1">申請日期</span></td>
- <td style="width: 229px; height: 28px;">
- <span class="STYLE1">
- <asp:TextBox ID="date1" runat="server" Enabled="false"></asp:TextBox></span></td>
- </tr>
- <tr align="left">
- <td style="width: 85px">
- <span class="STYLE1">申請人部門</span></td>
- <td style="width: 140px">
- <span class="STYLE1">
- <asp:TextBox ID="emp_dept" runat="server" Enabled="false"></asp:TextBox></span></td>
- <td style="width: 94px">
- <span class="STYLE1">申請人職稱</span></td>
- <td style="width: 229px">
- <span class="STYLE1">
- <asp:TextBox ID="emp_position" runat="server" Enabled="false"></asp:TextBox></span></td>
- </tr>
- <tr align="left">
- <td style="width: 85px" >
- <span >聯繫電話</span></td>
- <td >
- <span>
- <asp:TextBox ID="f_item" runat="server" Width="145px" Enabled="false" OnTextChanged="f_item_TextChanged"></asp:TextBox></span></td>
- <td style="width: 94px; height: 7px">
- <span class="STYLE1">截止時間</span></td>
- <td style="width: 229px; height: 7px">
- <span class="STYLE1">
- <asp:TextBox ID="Enddate" runat="server" Enabled="false"></asp:TextBox>
- <asp:ImageButton ID="ImageButton1" runat="server" Enabled="false" ImageUrl="~/images/calbtn.gif" /><br />
- </span></td>
- </tr>
- <tr align="left">
- <td style="width: 85px">
- <span class="STYLE1">說明</span></td>
- <td colspan="3">
- <span class="STYLE1">
- <asp:TextBox ID="content" runat="server" Enabled="false" Height="87px" Width="469px"></asp:TextBox></span></td>
- </tr>
- <tr>
- <td colspan="4" style="height: 28px">
- <asp:Button ID="btn_ok" runat="server" Enabled="false" Text="提交" OnClick="btn_ok_Click" />
- <asp:Button ID="btn_save" runat="server" Enabled="false" Text="存儲" /></td>
- </tr>
- </table>
- </asp:Panel>
- <asp:HiddenField ID="flg" runat="server" />
- </center>
- <center>
-
- <br />
- <asp:Panel ID="PnlDeal" runat="server" Style="position: relative" Visible="false">
- <table style="position: relative; left: 0px; top: 0px;" width="580" border="1">
- <tr>
- <td style="width: 56px" align="center">
- </td>
- <td align="left"><asp:RadioButtonList ID="RbAgree" runat="server" AutoPostBack="True" RepeatDirection="Horizontal"
- Style="position: relative" Width="163px" OnSelectedIndexChanged="RbAgree_SelectedIndexChanged" BorderStyle="None">
- <asp:ListItem Selected="True" Value="Y">同意</asp:ListItem>
- <asp:ListItem Value="N">不同意</asp:ListItem>
- </asp:RadioButtonList></td>
- </tr>
- <tr>
- <td style="width: 56px" align="center">意見:
- </td>
- <td align="left">
- <asp:TextBox ID="TxtComment" runat="server" Rows="5" Style="position: relative" TextMode="MultiLine"
- Width="500px" BorderStyle="None">已同意</asp:TextBox></td>
- </tr>
- <tr>
- <td colspan="2" align="center">
- <asp:Button ID="BtnOk" runat="server" OnClick="BtnOk_Click" Style="position: relative"
- Text="送件" /></td>
- </tr>
- </table>
- </asp:Panel>
- </center>
- </div>
- </form>
- </body>
- </html>