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

源代码在线查看: bank_del.asp

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

相关代码

								if request.Cookies("shiwei_username")="" then
				%>
				
				top.location.href="../index.asp"
				
								  response.end
				end if
				%>
				
								id=replace(request("id")," ","")
				id=split(id,",")
				for i=0 to UBound(id)
				  sql="delete from bank where id="&id(i)
				  conn.execute(sql)
				next
				response.redirect "bank.asp"
				%>
				
							

相关资源