📄 f_companyinfo.aspx
字号:
<%@ Page language="c#" Codebehind="f_companyInfo.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.admin.f_companyInfo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>f_companyInfo</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="../styCss/fontSty.css" rel="stylesheet" type="text/css">
<link href="../styCss/sty1.css" rel="stylesheet" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0" leftmargin="0" rightmargin="0">
<form id="Form1" method="post" runat="server">
<table width="740" height="300" border="0">
<tr>
<td height="148" valign="top"><table width="740" border="0">
<tr>
<td width="169" align="right" class="contentFont">企业代码:</td>
<td width="227">
<asp:TextBox id="CCode" runat="server" Width="200px"></asp:TextBox> </td>
<td width="91" align="right" class="contentFont">员工规模:</td>
<td width="235"><asp:DropDownList id="CPeopleCount" runat="server" Width="200px"></asp:DropDownList></td>
</tr>
<tr>
<td align="right" class="contentFont">法人:</td>
<td>
<asp:TextBox id="COwner" runat="server" Width="200px"></asp:TextBox> </td>
<td align="right" class="contentFont">开户银行:</td>
<td><asp:TextBox id="CBank" runat="server" Width="200px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="right" class="contentFont">开户名:</td>
<td>
<asp:TextBox id="CBank_Name" runat="server" Width="200px"></asp:TextBox> </td>
<td align="right" class="contentFont">开户帐号:</td>
<td>
<asp:TextBox id="CBank_Code" runat="server" Width="200px"></asp:TextBox> </td>
</tr>
<tr>
<td align="right" class="contentFont">税务登记号:</td>
<td>
<asp:TextBox id="CSW" runat="server" Width="200px"></asp:TextBox> </td>
<td align="right" class="contentFont">海关备案号:</td>
<td>
<asp:TextBox id="CHG" runat="server" Width="200px"></asp:TextBox> </td>
</tr>
<tr>
<td align="right" class="contentFont">出口商代码:</td>
<td>
<asp:TextBox id="CCK" runat="server" Width="200px"></asp:TextBox> </td>
<td align="right" class="contentFont">产地证编码:</td>
<td>
<asp:TextBox id="CP_Code" runat="server" Width="200px"></asp:TextBox> </td>
</tr>
<tr>
<td align="right" class="contentFont">EID编码:</td>
<td><asp:TextBox id="EIDCode" runat="server" Width="200px"></asp:TextBox>
</td>
<td align="right" class="contentFont">FORMA注册号:</td>
<td><asp:TextBox id="FormaRegCode" runat="server" Width="200px"></asp:TextBox>
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td height="106"><table width="740" border="0">
<tr>
<td width="167" align="right" class="contentFont">备注:</td>
<td width="563">
<asp:TextBox id="OtherInfo" runat="server" Width="528px" TextMode="MultiLine" Height="88px"></asp:TextBox> </td>
</tr>
</table>
</td>
</tr>
<tr align="center">
<td>
<asp:Button id="saveBtn" runat="server" Text="保 存" Width="50px"></asp:Button><FONT face="宋体"> <FONT face="Times New Roman"> </FONT> <INPUT style="WIDTH: 50px" type="button" onClick="javascript:window.close();" value="取 消"></FONT></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -