⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contractexamine.aspx

📁 IntCRM客户管理系统是为网络公司量身定制的一套crm系统:强大的客户跟踪功能、完美的解决了销售人员撞单问题、优秀的合同预领功能及合同管理功能
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
                                    <td style="width: 80px" class="style1">
                                        签约人</td>
                                    <td>
                                        <asp:Label ID="lblsalein" runat="server" Text="Label" Font-Size="X-Small" ></asp:Label></td>
                                </tr>
                                <tr>
                                    <td style="width: 80px" class="style1">
                                        联系手机</td>
                                    <td>
                                        <asp:Label ID="lblMy_ContactMobile" runat="server" Text="Label" Font-Size="X-Small" ></asp:Label></td>
                                </tr>
                            </table>
                        </fieldset><span class="style1"> </span>
                        </td>
                </tr>
                <tr>
				<td class="TableData" style="width: 800px; " colspan="2" >
				<fieldset > <legend class="style1"> 
产品列表
</legend>
                    <table style="width: 100%" cellspacing="0" cellpadding="10">
						<tr>
							<td align="center" valign="middle">
                    <asp:GridView ID="GridView1" runat="server" Width="750px" AutoGenerateColumns="False" Font-Size="X-Small">
                        <Columns>
							<asp:boundfield DataField="Product_Name" HeaderText="产品名称">
								<ItemStyle HorizontalAlign="Center" />
							</asp:boundfield>
							<asp:boundfield DataField="Product_Num" HeaderText="产品数量">
								<ItemStyle HorizontalAlign="Center" />
							</asp:boundfield>
							<asp:boundfield DataFormatString="{0:c}" DataField="Product_SinglePrice" HeaderText="产品价格">
								<ItemStyle HorizontalAlign="Center" />
							</asp:boundfield>
							<asp:boundfield DataFormatString="{0:c}" DataField="Product_TotalPrice" HeaderText="产品总价">
								<ItemStyle HorizontalAlign="Center" />
							</asp:boundfield>
							<asp:templatefield HeaderText="开始日期">
								<ItemStyle HorizontalAlign="Center" />
								<ItemTemplate>
									<%#string.Format("{0:d}", Eval("Product_BeginTime"))%>
								</ItemTemplate>
							</asp:templatefield>
							<asp:templatefield HeaderText="结束日期">
								<ItemStyle HorizontalAlign="Center" />
								<ItemTemplate>
									<%#string.Format("{0:d}", Eval("Product_EndTime"))%>
								</ItemTemplate>
							</asp:templatefield>
						</Columns>
                    
                    </asp:GridView>

							</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%; height: 100%">
                                <tr>
                                    <td style="width: 72px" class="style1">
                                        付款日期</td>
                                    <td>
            <asp:Label ID="lblPay_Time" runat="server" Text="Label" Width="164px" Font-Size="X-Small"></asp:Label></td>
                                    <td class="style1">
                                        &nbsp;</td>
                                    <td style="width: 16px" class="style1">
                                        &nbsp;</td>
                                </tr>
                                <tr>
                                    <td style="width: 72px; height: 19px" class="style1">
                                        发票</td>
                                    <td style="height: 19px">
                                        <asp:Label ID="lblBill" runat="server" Text="Label" Width="73px" Font-Size="X-Small"></asp:Label></td>
                                    <td style="height: 19px" class="style1">
                                        &nbsp;</td>
                                    <td style="width: 16px; height: 19px" class="style1">
                                        &nbsp;</td>
                                </tr>
                                <tr>
                                    <td style="width: 72px" class="style1">
                                        其他说明</td>
                                    <td>
                                        <asp:Label ID="lblRemark" runat="server" Text="Label" Font-Size="X-Small"></asp:Label></td>
                                    <td class="style1">
                                        &nbsp;</td>
                                    <td style="width: 16px" class="style1">
                                        &nbsp;</td>
                                </tr>
                                <tr>
                                    <td align="right" colspan="4">
                                        <span class="style1">创建者:
            </span>
            <asp:Label ID="lblCreate" runat="server" Text="Label" Font-Size="X-Small"></asp:Label>
            							<span class="style1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 创建日期:</span>
										<asp:Label ID="LblCreateDate"
                runat="server" Text="Label" Font-Size="X-Small"></asp:Label>
                                        <span class="style1">&nbsp; &nbsp;</span></td>
                                </tr>
                            </table>
                        </fieldset><span class="style1"> </span> </td>
                </tr>
                
            
<tr><td class="TableData" style="width: 737px;" colspan="2" ><fieldset style="width:800px" align="left"> 
	<legend class="style1"> 
审批意见
</legend>
<TABLE class="small" cellSpacing="1" cellPadding="1" align="center" border="0"  style="width: 766px">
<tr><td class="TableData" colspan="2" style="width: 764px" >
	<span class="style1">审批人:</span>
	<asp:Label ID="LblAgrUser" runat="server" Text="Label" Font-Size="X-Small"></asp:Label>
    <span class="style1">
    <!--<asp:TextBox ID="TxtCheck" runat="server" CssClass="BigInput" Enabled="False"></asp:TextBox>-->
	</span></td></tr>
    <tr>
        <td class="TableData" colspan="2" style="width: 764px">
            <table style="width: 100%" cellspacing="0" cellpadding="0">
				<tr>
					<td style="width: 80px" class="style1">
					审批意见:</td>
					<td>
					<asp:TextBox ID="TxtCheckSuggest" CssClass="BigInput" runat="server" Height="64px" TextMode="MultiLine" Width="382px" BorderStyle="Solid" BorderWidth="1px" BorderColor="Silver" Font-Size="X-Small"></asp:TextBox>
					</td>
				</tr>
			</table>
		</td>
    </tr>
    <tr>
        <td align="center" class="TableData" colspan="2" style="width: 764px">
            <asp:Button ID="Button1" runat="server" CssClass="BigButton" OnClick="Button1_Click"
                Text="通过" Width="59px" Font-Size="X-Small" />
            <span class="style1">&nbsp;&nbsp;
            </span>
            <asp:Button ID="Button2" runat="server" CssClass="BigButton" OnClick="Button2_Click"
                Text="未通过" Font-Size="X-Small" /></td>
    </tr>
</TABLE>
</fieldset></td></tr>
        </table>
        </td>
        </tr>
          </table>
          
    </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -