queryallgoodsinfo.asp
来自「非常地全面完整的物流供应链管理系统 包含全部的需求文档」· ASP 代码 · 共 26 行
ASP
26 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>查询我所负责的货物的情况</title>
</head>
<body>
<%if Request.Cookies("IsLogin")="Yes" then
Set ASPObj = Server.CreateObject("aspVendorQueryBiz.mtsVendorQuery")
Response.Write(ASPObj.GetAllGoodsInfoByVendorId(Request.Cookies("UserId")))
if Request.QueryString("viewtype")="excel" then
Response.ContentType="application/vnd.ms-excel"
end if
%>
<%else%>
<p>您未登陆,请先登陆!</p>
<%end if%>
<p></p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?