📄 default.asp
字号:
<!-- #include virtual="/eB3KTransaction.asp" -->
<!-- #include virtual="/Server/ebo.asp" -->
<!-- #include file = "Common.asp" -->
<%
dim eBI,rs
dim biTitle, biIServerFun
Set eBI = Server.CreateObject("eB3KCommon.BaseInfo")
if eBI.biGetDetailByType(Conn, CLng(biType), rs) = 1 then
biTitle = CStr(rs("InfoName"))
biIServerFun = CStr(rs("ISVRFUN"))
set rs = nothing
end if
set eBI = Nothing
%><HTML><HEAD><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><LINK REL=stylesheet HREF="/Client/All.css" TYPE="text/css"><script src="/Client/ebComm.js"></script></HEAD>
<script>
var RootID='<%=biIServerFun%>';
</script>
<script src="/client/ebo.js"></script>
<script src="/client/Request.js"></script>
<script src="/client/IClient.js"></script>
<script src="/client/IServer.js"></script>
<script src="/client/grid.js"></script>
<script src="/client/cbLib.js"></script>
<body leftmargin="0" topmargin="20">
<table border="0" width="450" cellspacing="0" cellpadding="0" align="center">
<tr><td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td width="100%" align="middle" height="18"><%=biTitle%></td></tr>
<tr><td width="100%" height="18"></td></tr>
<tr><td width="100%">状 态:<input type="hidden" id="ID" size="25" readonly><input type="text" value="新建" id="State"> <input type="button" value="新建" onClick="ID.value='';State.value='新建';"></td></tr>
<tr><td width="100%">编 码:<input id="Code" size="25"> <input type="button" value="打开" onClick="openClick(this,Code)"></td></tr>
<tr><td width="100%">产品名称:<input id="ProductName" size="25" ></td></tr>
<tr><td width="100%">条形 码:<input id="Search" size="25"></td></tr>
<tr><td width="100%">产品类别:<input id="Sort" type=hidden><input id="SortText" size="25"> <input type="button" value="搜索" onClick="ClassOpen(this,SortText,Sort)"></td></tr>
<tr><td width="100%">货 号:<input id="GoodsID" type=hidden><input id="GoodsIDText" size="25"> <input type="button" value="搜索" onClick="GoodsIDOpen(this,GoodsIDText,GoodsID)"></td></tr>
<tr><td width="100%">色 号:<input id="Color" type=hidden><input id="ColorText" size="25"> <input type="button" value="搜索" onClick="ColorOpen(this,ColorText,Color)"></td></tr>
<tr><td width="100%">尺 码:<input id="Spec" type=hidden><input id="SpecText" size="25"> <input type="button" value="搜索" onClick="SpecOpen(this,SpecText,Spec)"></td></tr>
<tr><td width="100%">单 位:<input id="Unit" size="4" ></td></tr>
<tr><td width="100%">针 型:<input id="PinType" type=hidden><input id="PinTypeText" size="25"> <input type="button" value="搜索" onClick="PinTypeOpen(this,PinTypeText,PinType)"></td></tr>
<tr><td width="100%">原 料:<input id="Material" type=hidden><input id="MaterialText" size="40"> <input type="button" value="搜索" onClick="MaterialOpen(this,MaterialText,Material)"></td></tr>
<tr><td width="100%">纱 支:<input id="YarnBranch" type=hidden><input id="YarnBranchText" size="25"> <input type="button" value="搜索" onClick="YarnBranchOpen(this,YarnBranchText,YarnBranch)"></td></tr>
<tr><td width="100%">税 率:<input id="TaxRate" size="35" value="0.17"></td></tr>
<tr><td width="100%">销 价:<input id="SalePrice" size="35" ></td></tr>
<tr><td width="100%">代理商价:<input id="OtherPrice" size="35" ></td></tr>
<tr><td width="100%">备 注:<input id="Memo" size="54" ></td></tr>
<tr><td width="100%" height="18"></td></tr>
<tr><td width="100%" height="18" align="middle"><input type="button" value="确定" onClick="saveClick(this)"> <input type="button" value="取消" onClick="Reset()"></td></tr>
</table></td>
</tr>
</table>
<iframe id=bdSelectArea width=500 height=500 style="DISPLAY: none" border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0></iframe>
<iframe id=bdLoadSave width=0 height=0 style="display: none" border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0></iframe>
</body>
<script src="default.js"></script>
<script Title="eboReg">
eboReg('ID',ID,'',deftextproc);
eboReg('Code',Code,'',deftextproc);
eboReg('ProductName',ProductName,'',deftextproc);
eboReg('Sort',Sort,'',deftextproc);
eboReg('SortText',SortText,'',deftextproc);
eboReg('Search',Search,'',deftextproc);
eboReg('Color',Color,'',deftextproc);
eboReg('ColorText',ColorText,'',deftextproc);
eboReg('Spec',Spec,'',deftextproc);
eboReg('SpecText',SpecText,'',deftextproc);
eboReg('GoodsID',GoodsID,'',deftextproc);
eboReg('GoodsIDText',GoodsIDText,'',deftextproc);
eboReg('PinType',PinType,'',deftextproc);
eboReg('PinTypeText',PinTypeText,'',deftextproc);
eboReg('Material',Material,'',deftextproc);
eboReg('MaterialText',MaterialText,'',deftextproc);
eboReg('YarnBranch',YarnBranch,'',deftextproc);
eboReg('YarnBranchText',YarnBranchText,'',deftextproc);
eboReg('Unit',Unit,'',deftextproc);
eboReg('TaxRate',TaxRate,'',deftextproc);
eboReg('Memo',Memo,'',deftextproc);
eboReg('SalePrice',SalePrice,'',deftextproc);
eboReg('OtherPrice',OtherPrice,'',deftextproc);
</script>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -