毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

C#公司管理系统的开发仓库系统设计(7)

时间:2018-04-10 13:29来源:毕业论文
where BuyList.Bno=@Bno and Items.Ino=BuyList.Ino --查询审核状态  删除未通过采购单存储过程: create procedure Delete_NBL @Bno varchar(10) as delete from BuyList where Bno=@Bno and


where BuyList.Bno=@Bno and Items.Ino=BuyList.Ino
--查询审核状态
    删除未通过采购单存储过程:
create procedure Delete_NBL @Bno varchar(10)
as
delete from BuyList
where Bno=@Bno and BLYN='不通过'
--删除未通过采购单
    人员查询存储过程:
create procedure Q_WHM  @WMno varchar(10) as
select WMno,WMName,WMSex,WMAge,WMTel,WMDate from WHManager
where WMno=@WMno
--查询仓库管理员
create procedure QA_WHM 
as
select WMno,WMName,WMSex,WMAge,WMTel,WMDate
from WHManager C#公司管理系统的开发仓库系统设计(7):http://www.youerw.com/jisuanji/lunwen_12775.html
------分隔线----------------------------
推荐内容