?? addservice.aspx
字號(hào):
?<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="addservice.aspx.cs" Inherits="service_addservice" Title="服務(wù)創(chuàng)建" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="page_title">客戶服務(wù)管理 > 服務(wù)創(chuàng)建</div>
<div class="button_bar">
<button class="common_button" >幫助</button>
<asp:Button runat="server" ID="save" Text="保存" class="common_button" OnClick="save_Click" />
</div>
<table class="query_form_table">
<tr>
<th>編號(hào)</th>
<td><asp:TextBox runat="server" ID="num" ReadOnly="true"></asp:TextBox></td>
<th>服務(wù)類型</th>
<td>
<asp:DropDownList ID="ddl1" runat="server">
</asp:DropDownList>
<span class="red_star">*</span>
</td>
</tr>
<tr>
<th>概要</th>
<td colspan="3"><asp:TextBox runat="server" ID="title" size="53" ></asp:TextBox><span class="red_star">*</span></td>
</tr>
<tr>
<th>客戶</th>
<td><asp:TextBox runat="server" ID="name" name="T20" size="20" ></asp:TextBox><span class="red_star">*</span></td>
<th>狀態(tài)</th>
<td><asp:Label runat="server" ID="sta" Text ="新創(chuàng)建"></asp:Label></td>
</tr>
<tr>
<th>服務(wù)請(qǐng)求</th>
<td colspan="3"><asp:TextBox runat="server" ID="desc" TextMode="MultiLine" rows="6" cols="50"></asp:TextBox><span class="red_star">*</span></td>
</tr>
<tr>
<th>創(chuàng)建人</th>
<td><asp:TextBox runat="server" ID="id" ReadOnly="true" name="T19" size="20"></asp:TextBox><span class="red_star">*</span></td>
<th>創(chuàng)建時(shí)間</th>
<td><asp:TextBox runat="server" ID="time" ReadOnly="true" name="T19" size="20"></asp:TextBox><span class="red_star">*</span></td>
</tr>
</table>
<br />
<table disabled class="query_form_table" id="table3">
<tr>
<th>分配給</th>
<td>
<select>
<option>請(qǐng)選擇...</option>
<option>小明</option>
<option>旺財(cái)</option>
<option>球球</option>
<option>孫小美</option>
<option>周潔輪</option>
</select> <span class="red_star">*</span></td>
<th>分配時(shí)間</th>
<td><input id="t2" name="T18" readonly size="20" /><span class="red_star">*</span></td>
</tr>
</table>
<br />
<table disabled class="query_form_table" id="table1">
<tr>
<th>服務(wù)處理</th>
<td colspan="3"><textarea rows="6" cols="50"></textarea><span class="red_star">*</span></td>
</tr>
<tr>
<th>處理人</th>
<td><input name="T17" value="劉穎" readonly size="20" /><span class="red_star">*</span></td>
<th>處理時(shí)間</th>
<td><input id="t3" name="T16" readonly size="20" /><span class="red_star">*</span></td>
</tr>
</table>
<br />
<table disabled class="query_form_table" id="table2">
<tr>
<th>處理結(jié)果</th>
<td><input name="T10" size="20" /><span class="red_star">*</span></td>
<th>滿意度</th>
<td>
<select name="D1">
<option>請(qǐng)選擇...</option>
<option>☆☆☆☆☆</option>
<option>☆☆☆☆</option>
<option>☆☆☆</option>
<option>☆☆</option>
<option>☆</option>
</select><span class="red_star">*</span></td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -