不错的进销存管理系统。功能比较全

源代码在线查看: danwei_add.asp

软件大小: 1312 K
上传用户: MOMO89752118
关键词: 进销 管理系统 比较
下载地址: 免注册下载 普通下载 VIP

相关代码

								if session("yida_username")="" then
				%>
				
				top.location.href="../index.asp"
				
								  response.end
				end if
				%>
				
				
				
				
				
				 - 计量单位设置
				
				
				
				body {
					background-color:#FFFFFF;
				}
				
				
				
				
								if fla55="0" and session("shiwei_id")"1" then
				%>
				 你不具备此权限,请与管理员联系!
								  response.end
				end if
				%>
				
				
				function check()
				{
				if (document.form1.danwei.value=="")
				{
				alert("有*号的必须填写!");
				return false;
				}
				}
				
				
				
				
				
				
				  
				    
				       添加计量单位(带*号的为必填项)
					   
				    
				  
				
				
				
				
				
				
				
				  
				    计量单位名称:
				    
				        
				         *
				  
				  
				     
				    
				        
				          
				        
				        
				    
				  
				
				
				
				
				
				
				
				
				
				
				
								else
				nowdanwei=request("danwei")
				sql="select * from danwei where danwei='"&nowdanwei&"'"
				set rs=conn.execute(sql)
				if rs.eof=false then
				%>
				
				alert("您输入的计量单位名已经存在!")
				window.history.go(-1)
				 
								  response.end
				end if
				sql="insert into danwei(danwei) values('"&nowdanwei&"')"
				conn.execute(sql)
				%>
				
				alert("计量单位添加成功!")
				window.location.href="danwei.asp"
				 
								end if
				%>
				
							

相关资源