📄 initordermain.asp
字号:
<%
Class InitOrderMain
Dim l_inListCd(10)
Dim l_inListEda(10)
Dim l_inQuant(10)
'/********************************************
'/* 擖椡僨乕僞曐帩
'/********************************************
Public Function GetData()
Dim l_count
Dim l_workcd
Dim l_workeda
Dim l_workquant
If IsArray(Session("InitOrderListCd")) Then
l_workcd = Session("InitOrderListCd")
For l_count = 0 to 9
l_inListCd(l_count) = l_workcd(l_count)
Next
End If
If IsArray(Session("InitOrderListEda")) Then
l_workeda = Session("InitOrderListEda")
For l_count = 0 to 9
l_inListEda(l_count) = l_workeda(l_count)
Next
End If
If IsArray(Session("InitOrderQuant")) Then
l_workquant = Session("InitOrderQuant")
For l_count = 0 to 9
l_inQuant(l_count) = l_workquant(l_count)
Next
End If
End Function
End Class
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -