?? default.asp
字號:
<!-- #include virtual="/eB3KTransaction.asp" -->
<!-- #include file="Common.asp" --><%
dim eBD,rs
dim bdTitle, bdIServerFun
Set eBD = Server.CreateObject("eB3KCommon.BillDocument")
if eBD.bdGetDetailByType(Conn, CLng(bdType), rs) = 1 then
bdTitle = CStr(rs("BillName"))
bdIServerFun = CStr(rs("ISVRFUN"))
set rs = nothing
end if
set eBD = 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='<%=bdIServerFun%>';
</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>
<script src="/client/datectrl.js"></script>
<BODY>
<div id=bdMenu>
</div>
<div id=bdHead>
<INPUT type=hidden id=bdID>
<TABLE cellSpacing=1 cellPadding=1 width=100%>
<TR><TD colspan=3 align=center><%=bdTitle%></TD></TR>
<TR><TD>經銷部:<input type=hidden id=bdhCustom><input id=bdhCustomText size=24> <INPUT type="button" value="搜索" onclick="corpJXBClick(this,bdhCustomText,bdhCustom)"></TD>
<TD>大客戶:<input type=hidden id=bdhVIP><input id=bdhVIPText size=20> <INPUT type="button" value="搜索" onclick="vipJXBClick(this,bdhVIPText,bdhVIP,bdhCustom)"></TD><TD>自編號:<INPUT id=bdhUserID size=6></TD></TR>
<TR><TD width=33%>倉庫:<input type=hidden id=bdhStock><input id=bdhStockText size=20> <INPUT type="button" value="搜索" onclick="stockClick(this,bdhStockText,bdhStock)"></TD>
<TD width=33%>業務員:<input type=hidden id=bdhOperator><input id=bdhOperatorText size=10> <INPUT type="button" value="搜索" onclick="operatorClick(this,bdhOperatorText,bdhOperator)"></TD>
<TD width=33%>日期:<input id=bdhDate size=18> <input type=button value="↓" onclick="dateShow(bdhDate)"></TD></TR>
<TR><TD colspan=2>備注:<input id=bdhMemo size=50></TD><TD>車號:<INPUT id=bdhCarCode></TD></TR>
</TABLE>
</div>
<div id=bdBodyDetail width=100%></div>
<div id=bdFoot>
<TABLE cellSpacing=1 cellPadding=1 width=100%>
<TR><TD width=33%>庫管:<input type=hidden id=bdfStockOp><input id=bdfStockOpText size=10> <INPUT type="button" value="搜索" onclick="userClick(this,bdfStockOpText,bdfStockOp)"></TD>
<TD width=33%>制單:<input id=bdfOwner size=10></TD>
<TD width=33%>審核:<input id=bdfAuditor size=10></TD></TR>
</TABLE>
</div>
<br>
<div id=bdControl>
搜索:<input type=text size=40 id=txtSearchInput> <input type=button value="Go" onclick="productClick(this,bdhMemo)">
<input type=button value="保存" onclick="saveClick(this)"> <input type=button value="打開" onclick="openClick(this)"> <input type=button value="審核" onclick="auditClick(this)"> <input type=button value="新建" onclick="newClick()">
</div>
<iframe id=bdSelectArea width=500 height=500 style="display: none" border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0></iframe>
<iframe id=bdSelectArea2 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>
<div id=bdPanel width=100 height=60 style="position:absolute; display:none; border:1 solid #000000">
<div id=bdPanelMemo><input id=txtMemo size=30 OnFocus="this.select()" OnKeyPress="EnterKeyDo(panelMemoModify)"> <input type=button value="確定" onclick="panelMemoModify()"> <input type=button value="刪除" onclick="panelDelete()"></div>
<div id=bdPanelNumeric><input id=txtNumeric size=10 OnFocus="this.select()" OnKeyPress="EnterKeyDo(panelNumericModify)"> <input type=button value="確定" onclick="panelNumericModify()"> <input type=button value="刪除" onclick="panelDelete()"></div>
<div id=bdPanelProduct><input type=button value="刪除" onclick="panelDelete()"></div>
</div>
</BODY>
<script src="/Client/billPlan.js"></script>
<script title=eboReg>
eboReg('ID',bdID,'',deftextproc);
eboReg('UserID',bdhUserID,'',deftextproc);
eboReg('VIP',bdhVIP,'',deftextproc);
eboReg('VIPText',bdhVIPText,'',deftextproc);
eboReg('Custom',bdhCustom,'',deftextproc);
eboReg('CustomText',bdhCustomText,'',deftextproc);
eboReg('Operator',bdhOperator,'',deftextproc);
eboReg('OperatorText',bdhOperatorText,'',deftextproc);
eboReg('StockOp',bdfStockOp,'',deftextproc);
eboReg('StockOpText',bdfStockOpText,'',deftextproc);
eboReg('Stock',bdhStock,'',deftextproc);
eboReg('StockText',bdhStockText,'',deftextproc);
eboReg('Date',bdhDate,'',deftextproc);
eboReg('CarCode',bdhCarCode,'',deftextproc);
eboReg('Memo',bdhMemo,'',deftextproc);
eboReg('Owner',bdfOwner,'',deftextproc);
eboReg('Auditor',bdfAuditor,'',deftextproc);
eboReg('Detail',gDetail,'',productdetailproc);
</script>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -