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

📄 default.asp

📁 进销存软件源代码
💻 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 NAME="bdID">
<TABLE cellSpacing=1 cellPadding=1 width=100% ID="Table1">
<TR><TD colspan=3 align=center><%=bdTitle%></TD></TR>
<TR><TD>仓 库:<input id="Stock" Type="hidden" NAME="Stock"><input id="StockText" size=20 NAME="StockText"> <input type=button value="搜索" onclick="stockRootClick(this,StockText,Stock)" ID="Button1" NAME="Button1"></TD>
<TD>计划日期:<input id=DateFrom size=20 NAME="DateFrom">&nbsp;<input type=button value="↓" onclick="dateShow(DateFrom)" ID="Button2" NAME="Button2">&nbsp;-&nbsp;<input id=DateTo size=20 NAME="DateTo">&nbsp;<input type=button value="↓" onclick="dateShow(DateTo)" ID="Button3" NAME="Button3"></TD></TR>
<TR><TD>自编号:<INPUT id=bdhUserID size=10 NAME="bdhUserID"></TD>
<TD>日  期:<input id=bdhDate size=20 NAME="bdhDate">&nbsp;<input type=button value="↓" onclick="dateShow(bdhDate)" ID="Button4" NAME="Button4"></TD></TR>
<TR><TD colspan=3>备 注:<input id=bdhMemo size=60 NAME="bdhMemo"></TD></TR>
</TABLE>
</div>

<div id=bdBodyDetail width=100%></div>

<div id=bdFoot>
<TABLE cellSpacing=1 cellPadding=1 width=100% ID="Table2">
<TR>
<TD colspan=2>制单:<input id=bdfOwner size=10 NAME="bdfOwner">     审核:<input id=bdfAuditor size=10 NAME="bdfAuditor"></TD>
</TR>
</TABLE>
</div>
<br>
<div id=bdControl>
搜索:<input type=text size=40 id=txtSearchInput  onfocus="select()" onkeypress="EnterKeyPublic(go)" NAME="txtSearchInput">&nbsp;<input type=button value="Go" id=go onclick="productClick(this,txtSearchInput)" NAME="go">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=button value="保存" onclick="saveClick(this)" ID="Button5" NAME="Button5">&nbsp;<input type=button value="打开" onclick="openClick(this)" ID="Button6" NAME="Button6">&nbsp;<input type=button value="审核" onclick="auditClick(this)" ID="Button7" NAME="Button7">&nbsp;<input type=button value="预览" onclick="printClick(1)" ID="Button8" NAME="Button8">&nbsp;<input type=button value="打印" onclick="printClick(0)" ID="Button9" NAME="Button9">&nbsp;<input type=button value="新建" onclick="newClick()" ID="Button10" NAME="Button10">
</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)" NAME="txtMemo">&nbsp;<input type=button value="确定" onclick="panelMemoModify()" ID="Button11" NAME="Button11">&nbsp;<input type=button value="删除" onclick="panelDelete()" ID="Button12" NAME="Button12"></div>
<div id=bdPanelNumeric><input id=txtNumeric size=10 OnFocus="this.select()" OnKeyPress="EnterKeyDo(panelNumericModify)" NAME="txtNumeric">&nbsp;<input type=button value="确定" onclick="panelNumericModify()" ID="Button13" NAME="Button13">&nbsp;<input type=button value="删除" onclick="panelDelete()" ID="Button14" NAME="Button14"></div>
<div id=bdPanelProduct><input type=button value="删除" onclick="panelDelete()" ID="Button15" NAME="Button15"></div>
</div>
</BODY>
<script>
txtSearchInput.focus();

function EnterKeyPublic(Go){
	if (window.event.keyCode==13)
		 productClick(Go,txtSearchInput);	
}
</script>
<script src="/Client/bill.js"></script>
<script title=eboReg>
eboReg('ID',bdID,'',deftextproc);
eboReg('UserID',bdhUserID,'',deftextproc);
eboReg('Stock',Stock,'',deftextproc);
eboReg('StockText',StockText,'',deftextproc);
eboReg('DateFrom',DateFrom,'',deftextproc);
eboReg('DateTo',DateTo,'',deftextproc);
eboReg('Date',bdhDate,'',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 + -