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

📄 default.asp

📁 进销存软件源代码
💻 ASP
字号:
<!-- #include virtual="/eB3KTransaction.asp" -->
<!-- #include virtual="/Server/ebo.asp" -->
<!-- #include virtual="/Server/cblib.asp" -->
<!-- #include file="../Common.asp" -->
<HTML>
<script src="/client/Request.js"></script>
<script src="/client/IClient.js"></script>
<BODY>
<%
'Variable Declare
dim eBD, x, iCount, Amount, iCols, bdid

iCols = 4
iCount = 0
Amount = 0

bdid=0
if IsNumeric(request("ID")) then
	bdid=request("ID")
end if
'End

'eboReg
eboReg 1,"ID","ID","","cbRSDirect"
eboReg 1, "Name", "BillTitle", "", "cbRSDirect"
eboReg 1, "Date", "DateTime1", "", "cbRSDirect"
eboReg 1, "Memo", "BillMemo", "", "cbRSDirect"
eboReg 1, "stockCheck", "Int1", "", "cbRSDirect"
eboReg 1, "productCheck", "Int2", "", "cbRSDirect"
eboReg 1, "codeCheck", "Int3", "", "cbRSDirect"
eboReg 1, "searchCode", "Nvarchar1", "", "cbRSDirect"
eboReg 1, "startNumber", "Nvarchar2", "", "cbRSDirect"
eboReg 1, "endNumber", "Nvarchar3", "", "cbRSDirect"

eboReg 2,"Switch_","int1","","cbRSListDirect"
eboReg 2,"Detail_0_","ProductID","","cbRSListDirect"
eboReg 2,"Detail_1_","ProductID","","cbRSListStockToText"

eboReg 3,"Switch_","int1","","cbRSListDirect"
eboReg 3,"Detail_0_","ProductID","","cbRSListDirect"
eboReg 3,"Detail_1_","ProductID","","cbRSListProductToCode"
eboReg 3,"Detail_2_","ProductID","","cbRSListProductToText"

eboReg 4,"Switch_","int1","","cbRSListDirect"
eboReg 4,"Detail_0_","ProductID","","cbRSListDirect"
eboReg 4,"Detail_1_","ProductID","","cbRSListGoodsCodeToText"

eboReg 10,"Detail_rows","iCount","","cbLocalVariable"
eboReg 10,"Detail_cols","iCols","","cbLocalVariable"
'End

function bdOpenTitle(bdType, bdTableName, rsBD)
	eboGet 1, rsBD, nothing
	IData2d 1,3
end function

function bdOpenList(bdType, bdTableName, rsBD, rsBDList)
	dim s
	s=Clng(rsBDList("int1"))
	eboGet s+2, rsBD, rsBDList
	iCount = iCount + 1
	bdOpenList = 0
end function

response.write "<script>"&vbcrlf

Set eBD = Server.CreateObject("eB3KCommon.BillDocument")
x = eBD.bdOpen(bdid, Clng(bdType), me)
if CStr(x)="0" then err.raise 10000,"StockReport.Load", eBD.GetLastError()
set eBD = Nothing

IData2d 0,10
eboGet 10, nothing, nothing
response.write "</script>"&vbcrlf
%>
</BODY>
<script>
IClient('data',IDataEnd());
IClient('end','');
</script>
</HTML>

⌨️ 快捷键说明

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