📄 contract_renew.aspx
字号:
<tr>
<td style="width: 72px">
公司名称</td>
<td>
<asp:TextBox ID="TxtClientName" runat="server" CssClass="BigInput" Width="307px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
公司地址</td>
<td>
<asp:TextBox ID="TxtAddr" runat="server" CssClass="BigInput" Width="307px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
联系电话</td>
<td>
<asp:TextBox ID="TxtClientComTel" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
公司传真</td>
<td>
<asp:TextBox ID="TxtClientFax" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
联系人</td>
<td>
<asp:TextBox ID="TxtClientContact" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
签约人</td>
<td>
<asp:TextBox ID="TxtBuyCheckPeo" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
联系手机</td>
<td>
<asp:TextBox ID="TxtClientMobile" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox>
</td>
</tr>
</table>
</fieldset>
</td>
<td style="height: 145px; width: 413px;" valign="top">
<fieldset name="Group1">
<legend class="style1">卖方(甲方)</legend>
<table cellpadding="0" cellspacing="0">
<tr>
<td style="width: 72px">
公司名称</td>
<td>
<asp:TextBox ID="TxtMyComName" runat="server" CssClass="BigInput" Width="307px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
公司地址</td>
<td>
<asp:TextBox ID="TxtMyAddr0" runat="server" CssClass="BigInput" Width="307px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
联系电话</td>
<td>
<asp:TextBox ID="TxtMyTel" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
公司传真</td>
<td>
<asp:TextBox ID="MyClientFax0" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 72px">
联系人</td>
<td>
<asp:TextBox ID="TxtMyPeople" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 72px">
签约人</td>
<td>
<asp:TextBox ID="TxtMyCheckIn" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 72px">
联系手机</td>
<td>
<asp:TextBox ID="TxtMyMobile" runat="server" CssClass="BigInput" Width="174px"></asp:TextBox></td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td colspan=2>
<fieldset align="left" style="width: 787px">
<legend>请选择需要续费的合同产品 </legend>
<table style="width: 100%" cellspacing="0" cellpadding="10">
<tr>
<td align="center">
<C1WebGrid:C1WebGrid ID="C1WebGrid1" runat="server"
AutoGenerateColumns="False"
DataKeyField="Contract_ID" SkinID="gridviewSkin" Width="750px" OnItemDataBound="C1WebGrid1_ItemDataBound">
<Columns>
<C1WebGrid:C1TemplateColumn >
<HeaderTemplate>
<input id="all" onclick="CheckAll('form1','item','all')" type="checkbox" value="全选" /></HeaderTemplate>
<ItemTemplate>
<input id="item" runat="server" type="checkbox" value='<%#Eval("Contract_ID") %>' /><itemstyle
horizontalalign="Center" width="20px" wrap="True" /></ItemTemplate>
</C1WebGrid:C1TemplateColumn>
<C1WebGrid:C1BoundColumn DataField="Contract_ID" HeaderText="序号" SortExpression="Contract_ID"
Visible="False">
</C1WebGrid:C1BoundColumn>
<C1WebGrid:C1TemplateColumn HeaderText="产品名称" SortExpression="Product_Name">
<ItemTemplate>
<%#Eval("Product_Name")%>
</ItemTemplate>
</C1WebGrid:C1TemplateColumn>
<C1WebGrid:C1TemplateColumn HeaderText="产品数量" SortExpression="Product_Num">
<ItemTemplate>
<asp:TextBox ID="TxtProNum" CssClass="BigInput" runat="server" Text=<%#Eval("Product_Num")%> Width="20px"></asp:TextBox>
</ItemTemplate>
</C1WebGrid:C1TemplateColumn>
<C1WebGrid:C1TemplateColumn HeaderText="产品单价" SortExpression="Product_SinglePrice">
<ItemTemplate>
<asp:TextBox ID="TxtSinglePrice" CssClass="BigInput" runat="server" Text=<%#Eval("Product_SinglePrice")%> Width="30px"></asp:TextBox>
</ItemTemplate>
</C1WebGrid:C1TemplateColumn>
<C1WebGrid:C1TemplateColumn HeaderText="产品总价" SortExpression="Product_TotalPrice">
<ItemTemplate>
<asp:TextBox ID="TxtTotalPrice" ReadOnly=true CssClass="BigInput" runat="server" Text=<%#Eval("Product_TotalPrice")%> Width="40px"></asp:TextBox>
</ItemTemplate>
</C1WebGrid:C1TemplateColumn>
</Columns>
</C1WebGrid:C1WebGrid>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td colspan="2">
<fieldset name="Group1">
<legend class="style1">附加及其他</legend>
<table cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="width: 72px">
付款日期</td>
<td>
<table style="width: 100%" cellspacing="0" cellpadding="0">
<tr>
<td style="width: 104px">
<input id="TxtCPaydata" runat="server" style="border: 1px solid #C0C0C0; width: 100px" type="text" readonly="readonly" /></td>
<td><img onclick='popUpCalendar(document.getElementById("TxtCPaydata"), document.getElementById("TxtCPaydata"), "yyyy-mm-dd")'
src="../../App_Themes/Green/images/Calendar.gif" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 72px">
发票</td>
<td>
<asp:DropDownList ID="DropCIsBill" runat="server" CssClass="BigInput">
<asp:ListItem Value="0">有</asp:ListItem>
<asp:ListItem Value="1">无</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 72px">
其他说明</td>
<td>
<asp:TextBox ID="TxtCremark" runat="server" Height="145px" TextMode="MultiLine"
Width="532px" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox></td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 12px">
<asp:Button ID="Button2" runat="server" CssClass="SmallButton" OnClick="Button2_Click"
OnClientClick="return RLtrim()" Text="确认无误" />
</td>
</tr>
</table>
<br />
</div>
<input id="Hid" runat="server" type="hidden" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -