📄 bargaindetails.aspx
字号:
<%@ Page language="c#" Codebehind="BargainDetails.aspx.cs" AutoEventWireup="false" Inherits="HTMS.Web.CompanySysMange.Bargain.BargainDetails" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title></title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../../WebStyle/Style/admin.css" type="text/css" rel="stylesheet">
<LINK href="../../WebStyle/Style/web.css" type="text/css" rel="stylesheet">
<script language="javascript" src="../../skin/js/DataValid.js" type="text/javascript"></script>
<script language="javascript">
</script>
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
<form id="Form1" method="post" runat="server">
<FONT face="宋体"> </FONT>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr bgColor="#eafce6">
<TD class="ReadOnlyInputField" vAlign="middle" align="left" colSpan="2" height="28"><FONT face="宋体" size="4"><IMG height="16" alt="" src="../../WebStyle/Images/smiley.gif" width="20">
<STRONG>合同签章查看页面</STRONG> </FONT>
</TD>
</tr>
</table>
<table cellSpacing="3" cellPadding="3" width="100%" border="0">
<TBODY>
<tr bgColor="#eafce6">
<td align="right" height="36" style="WIDTH: 156px"><FONT face="宋体">合同标题</FONT>
</td>
<td height="36"><asp:label id="bargainTitle" runat="server"></asp:label>
</td>
<td height="36">
</td>
</tr>
<tr bgColor="#f3f3f3">
<td align="right" height="36" style="WIDTH: 156px">起草时间
</td>
<td height="36"><asp:label id="DraftTime" runat="server"></asp:label>
</td>
<td height="36">
</td>
</tr>
<tr bgColor="#eafce6">
<td align="right" height="36" style="WIDTH: 156px">合同内容
</td>
<td colSpan="3" height="36"><asp:label id="bargainContent" runat="server"></asp:label>
</td>
</tr>
<tr bgColor="#f3f3f3">
<td align="right" height="30" style="WIDTH: 156px">产品名称
</td>
<td colSpan="3" height="30"><asp:label style="WORD-BREAK:break-all;WORD-WRAP:normal" id="proName" runat="server"></asp:label>
</td>
</tr>
<tr bgColor="#eafce6">
<td align="right" height="30" style="WIDTH: 156px">产品数量和金额
</td>
<td colSpan="3" height="30"><asp:label style="WORD-BREAK:break-all;WORD-WRAP:normal" id="numjine" runat="server"></asp:label>
</td>
</tr>
<TR>
<TD style="WIDTH: 156px" align="right" height="30"><FONT face="宋体">产品描述</FONT></TD>
<TD colSpan="3" height="30">
<asp:label id="proDes" style="WORD-BREAK: break-all; WORD-WRAP: normal" runat="server"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 156px" align="right" height="30">甲方签章</TD>
<TD colSpan="3" height="30"><FONT face="宋体">
<asp:Image id="Image1" runat="server"></asp:Image>
<DIV id="Div1" style="DISPLAY: inline; WIDTH: 6.28%; HEIGHT: 23px" runat="server" ms_positioning="FlowLayout"><INPUT type="button" value="点击签章" id="Button1" name="Button1" runat="server"></DIV>
</FONT>
</TD>
</TR>
<TR>
<TD style="WIDTH: 156px; HEIGHT: 39px" align="right" height="39"><FONT face="宋体">乙方签章</FONT></TD>
<TD style="HEIGHT: 39px" colSpan="3" height="39">
<asp:Image id="Image2" runat="server"></asp:Image>
<DIV id="Div2" style="DISPLAY: inline; WIDTH: 8.1%; HEIGHT: 26px" runat="server" ms_positioning="FlowLayout"><FONT face="宋体"><INPUT type="button" value="点击签章" id="Button2" name="Button2" runat="server"></FONT></DIV>
</TD>
</TR>
<TR>
<TD style="WIDTH: 156px" align="right" height="30"><FONT face="宋体"><FONT face="宋体">合同描述</FONT></FONT></TD>
<TD colSpan="3" height="30"><FONT face="宋体">
<DIV id="Des" style="DISPLAY: inline; WIDTH: 100%; HEIGHT: 15px" runat="server" ms_positioning="FlowLayout"></DIV>
<asp:Label id="Isefficacy" runat="server" Width="30%"></asp:Label>
<asp:Label id="starttime" runat="server" Width="30%"></asp:Label>
<asp:Label id="endTime" runat="server" Width="30%"></asp:Label></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 156px" align="right" height="30"><FONT face="宋体">提交合同:</FONT></TD>
<TD colSpan="3" height="30"><FONT face="宋体">
<asp:HyperLink id="HyperLink1" runat="server">合作对象公司</asp:HyperLink></FONT></TD>
</TR>
</TBODY>
</table>
<table cellSpacing="3" cellPadding="3" width="100%" border="0">
<tr bgColor="#f3f3f3">
<TD align="center"><INPUT id="CompanyIDA" type="hidden" runat="server"><INPUT id="CompanyIDB" type="hidden" runat="server">
<input id="btCancle" onclick="javascript:window.close();" type="button" style="DISPLAY:none"
value="提 交" name="btCancle" runat="server"><FONT face="宋体">
</FONT><INPUT type="button" value="返" 回>
</TD>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -