系统包括采购管理、销售管理、分销管理、库存管理、财务管理、统计报表、编码管理等功能模块。

源代码在线查看: smallclass_add.asp

软件大小: 368 K
上传用户: teasler111
关键词: 分销 库存管理 模块
下载地址: 免注册下载 普通下载 VIP

相关代码

								if request.Cookies("shiwei_username")="" then
				%>
				
				top.location.href="../index.asp"
				
								  response.end
				end if
				%>
				
				
				
				
				
				 - 添加小类
				
				
				
				body {
					background-color:#FFFFFF;
				}
				
				
				
				
								if fla51="0" and request.Cookies("shiwei_id")"1" then
				%>
				 你不具备此权限,请与管理员联系!
								  response.end
				end if
				%>
				
				
				function check()
				{
				if (document.form1.smallclass.value=="")
				{
				alert("有*号的必须填写!");
				return false;
				}
				}
				
				
				
				
				
				
				  
				    
				       添加小类(带*号的为必填项)
					   
				    
				  
				
				
				
				
				
				
				
				  
				    所属大类:
				    
				    					sql="select * from bigclass order by id"
					set rs_bigclass=conn.execute(sql)
					if rs_bigclass.eof then
					%>
					
					  alert("请先添加大类!")
					  window.location.href="bigclass_add.asp"
					
										  response.end
					else
					%>
					  
										do while rs_bigclass.eof=false
					%>
					  
										  rs_bigclass.movenext
					loop
					%>
					  
										end if
					%>
					
				    
				  
				    小类名称:
				    
				        
				         *
				  
				  
				     
				    
				        
				          
				        
				        
				    
				  
				
				
				
				
				
				
				
				
				
				
				
								else
				nowbigclass=request("bigclass")
				nowsmallclass=request("smallclass")
				sql="insert into smallclass(id_bigclass,smallclass) values("&nowbigclass&",'"&nowsmallclass&"')"
				conn.execute(sql)
				%>
				
				alert("小类添加成功!")
				window.location.href="smallclass.asp"
				 
								end if
				%>
				
							

相关资源