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

📄 mmove.asp

📁 一个比较完整的企业erp系统
💻 ASP
字号:
<%@language="vbscript" codepage="936"%>
<%response.buffer = true%>
<%
 Server.ScriptTimeout = 999
 Public HOME_PATH:HOME_PATH = "../"
 Response.Expires = -1
 Response.ExpiresAbsolute = Now() - 1
 Response.cachecontrol = "no-cache"
%>
<!--#include file="../db.asp"-->
<!--#include file="../inc/function.asp"-->
<%
 Public title:title = "移动商品"
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title><%=title%></title><%
  if isLogin = false then
     Response.Write viewinfo("Logingo","","")
	 Response.end
  end if
%><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<link href="<%=HOME_PATH%>css/style01.css" rel="stylesheet" type="text/css">
<script type = 'text/javascript'>
function newm() {
    a = window.showModalDialog('<%=HOME_PATH%>supplier/selectsupplierlist.asp?identifyCode=1','','dialogWidth:750px;dialogHeight:400px;scroll:yes;help:no;status:no;center:yes;edge:raised;');
   if (a!=null) {
       document.form.supplierCode.value = a[0];
       document.form.supplierid.value = a[1];
       document.form.supplierName.value = a[2];
       document.form.Linkman.value = a[3] + " " + a[4];
	 }
 }
</script>
</head>
<body style = 'background-color:buttonface;margin:0px;border-style:none;'>
<div style = 'text-align:center;'>
<fieldset style = 'width:95%;padding:8px;'><legend>将所选的商品移动到:</legend>
<table border = '0' style = 'width:100%;'>
<form method='post' action="" name = 'form'>
<tr>
  <td>
       请选择小类:<%
SQL = "select * from mtype where mTypeSelect = 0 Order By mTypeArray Desc"
Response.Write mtypeSub(SQL,Rmtypeid,boxWidth,"mTypeid",mTypeALL)
%>
  </td>
</tr>
<tr>
  <td style = 'text-align:center;'>
  <input type = 'button' value = '确定' onclick = "javascript:if(form.mTypeid.value==''){alert('请选择移动到的子类别!');form.mTypeid.focus();return false;}else{var val = Array(form.mTypeid.value);returnValue = val;window.close();}"/><input type = 'button' onclick = "javascript:retrunValue = '';window.close();" value = '取消'/><input type = 'button' onclick = "javascript:retrunValue = '';window.close();" value = '关闭'/>
  </td>
</tr>
</form>
</table></fieldset>
</div>
</body>
</html>

⌨️ 快捷键说明

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