📄 contractjbinfo.aspx
字号:
</tr>
<tr>
<td style="width: 72px" class="style1">
联系人</td>
<td>
<asp:TextBox ID="TxtMyPeople" runat="server" CssClass="BigInput" ReadOnly="True"
Width="174px" Font-Size="X-Small"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 72px" class="style1">
签约人</td>
<td>
<asp:TextBox ID="TxtMyCheckIn" runat="server" CssClass="BigInput" Width="174px" Font-Size="X-Small"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 72px" class="style1">
联系手机</td>
<td>
<asp:TextBox ID="TxtMyMobile" runat="server" CssClass="BigInput" ReadOnly="True"
Width="174px" Font-Size="X-Small"></asp:TextBox></td>
</tr>
</table>
</fieldset><span class="style1"> </span>
</td>
</tr>
<tr><td colspan="2" class="TableData" valign="top" ><fieldset name="Group1">
<legend class="style1" >合同产品信息 </legend>
<table cellspacing="0" cellpadding="0" style="width: 413px" align=center>
<tr><td >
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="Contract_ID"
Width="760px" Font-Size="X-Small">
<Columns>
<asp:templatefield HeaderText="产品名称">
<ItemStyle Width="100px" HorizontalAlign="Center" />
<HeaderStyle Font-Size="Small" />
<ItemTemplate>
<%#Eval("Product_Name").ToString()%>
</ItemTemplate>
</asp:templatefield>
<asp:templatefield HeaderText="产品单价">
<EditItemTemplate>
<asp:TextBox Text='<%#Eval("Product_SinglePrice").ToString()%>' runat="server" ID="txtsingel" Width="30px">
</asp:TextBox>
</EditItemTemplate>
<ItemStyle Width="70px" HorizontalAlign="Center" />
<HeaderStyle Font-Size="Small" />
<ItemTemplate>
<%#Eval("Product_SinglePrice").ToString()%>
</ItemTemplate>
</asp:templatefield>
<asp:templatefield HeaderText="产品数量">
<EditItemTemplate>
<asp:TextBox Text='<%#Eval("Product_Num").ToString()%>' runat="server" ID="txtnum" Width="30px">
</asp:TextBox>
</EditItemTemplate>
<ItemStyle Width="70px" HorizontalAlign="Center" />
<HeaderStyle Font-Size="Small" />
<ItemTemplate>
<%#Eval("Product_Num").ToString()%>
</ItemTemplate>
</asp:templatefield>
<asp:templatefield HeaderText="产品总价">
<EditItemTemplate>
<asp:TextBox Text='<%#Eval("Product_TotalPrice").ToString()%>' runat="server" ID="txtTotal" Width="40px">
</asp:TextBox>
</EditItemTemplate>
<ItemStyle Width="70px" HorizontalAlign="Center" />
<HeaderStyle Font-Size="Small" />
<ItemTemplate>
<%#Eval("Product_TotalPrice").ToString()%>
</ItemTemplate>
</asp:templatefield>
<asp:templatefield HeaderText="开始日期">
<ItemStyle Width="80px" HorizontalAlign="Center" />
<HeaderStyle Font-Size="Small" />
<ItemTemplate>
<%#string.Format("{0:d}",Eval("Product_BeginTime"))%>
</ItemTemplate>
</asp:templatefield>
<asp:templatefield HeaderText="结束日期">
<ItemStyle Width="80px" HorizontalAlign="Center" />
<HeaderStyle Font-Size="Small" />
<ItemTemplate>
<%#string.Format("{0:d}",Eval("Product_EndTime"))%>
</ItemTemplate>
</asp:templatefield>
<asp:templatefield HeaderText="产品备注">
<EditItemTemplate>
<asp:TextBox Text='<%#Eval("Product_Remark").ToString()%>' runat="server" ID="txtRemark" Width="150px">
</asp:TextBox>
</EditItemTemplate>
<ItemStyle Width="150px" HorizontalAlign="Center" />
<HeaderStyle Font-Size="Small" />
<ItemTemplate>
<%#Eval("Product_Remark").ToString()%>
</ItemTemplate>
</asp:templatefield>
</Columns>
</asp:GridView></td></tr></table>
<span class="style1"><br />
</span>
</fieldset><span class="style1"> </span>
</td></tr>
<tr>
<td colspan="2" valign="top">
<fieldset name="Group1">
<legend class="style1" >附加及其他</legend>
<table cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="width: 72px" class="style1">
付款日期:</td>
<td>
<asp:TextBox
ID="TxtCPaydata" runat="server" CssClass="BigInput" ReadOnly="True" Width="200px" Font-Size="X-Small"></asp:TextBox>
</td>
<td class="style1">
</td>
<td class="style1">
</td>
</tr>
<tr>
<td style="width: 72px" class="style1">
发票:</td>
<td>
<asp:TextBox ID="TxtBill" runat="server" CssClass="BigInput" ReadOnly="True" Width="93px" Font-Size="X-Small"></asp:TextBox></td>
<td class="style1">
</td>
<td class="style1">
</td>
</tr>
<tr>
<td style="width: 72px" class="style1">
其他说明:</td>
<td>
<asp:TextBox ID="TxtCremark" runat="server" BorderColor="#d4d0c8" BorderWidth="1px" Height="110px" ReadOnly="True"
TextMode="MultiLine" Width="470px" Font-Size="X-Small"></asp:TextBox></td>
<td class="style1">
</td>
<td class="style1">
</td>
</tr>
<tr>
<td colspan="4" style="height: 19px">
<table style="width: 100%" cellspacing="0" cellpadding="0">
<tr>
<td class="style1">创建者: </td>
<td>
<asp:TextBox ID="TxtCreatePeople" runat="server" CssClass="BigInput" Height="22px"
ReadOnly="True" Width="87px" Font-Size="X-Small"></asp:TextBox>
</td>
<td class="style1">创建日期:</td>
<td>
<asp:TextBox ID="TxtCreateData" runat="server" CssClass="BigInput" Height="22px"
ReadOnly="True" Width="87px" Font-Size="X-Small"></asp:TextBox>
</td>
<td class="style1">最后更新者:</td>
<td>
<asp:TextBox ID="TxtUpdate" runat="server" CssClass="BigInput" Height="22px" ReadOnly="True"
Width="87px" Font-Size="X-Small"></asp:TextBox></td>
<td class="style1">更新日期:</td>
<td>
<asp:TextBox ID="txtUpdataTime" runat="server" CssClass="BigInput"
Height="23px" ReadOnly="True" Width="87px" Font-Size="X-Small"></asp:TextBox>
</td>
</tr>
</table>
</td>
</tr> </table>
</fieldset><span class="style1"> </span>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -