freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

企業(yè)庫存管理系統(tǒng)的開發(fā)與實現(xiàn)(編輯修改稿)

2025-05-05 11:22 本頁面
 

【文章內(nèi)容簡介】 (cookies)。//存儲!~ ()。 ()。 ()。 } else { ()。 ()。 (Page, 您的帳號還未開通,或已禁用!, )。 } } else { ()。 ()。 (Page, 登陸失敗,請檢查用戶名及密碼是否正確!, )。 } } else { ()。 ()。 (Page, 驗證碼錯誤, )。 } }登錄流程圖51圖52 登錄() 權(quán)限模塊主界面可以依據(jù)不同的權(quán)限進入相應(yīng)的界面進行相關(guān)操作,主界面圖 53 所示。主界面涉及權(quán)限的部分代碼: region 初始化頁面 public string py = 。 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { if ([xzfkucun] != null) { if ([xzfkucun][Manager] != null) { = ([xzfkucun][Manager].ToString())。 if ([xzfkucun][X_Power].ToString() == Administrator) { py = 。 } else { py = none。 } } else { ()。 } } else { ()。 } } }endregion超級管理員登錄后進入 圖53普通管理員登錄后進入 圖54 基本信息管理模塊進入這個界面后,可以在左側(cè)的導(dǎo)航欄點擊相應(yīng)欄目進行相關(guān)操作;部分代碼與截圖: public static string sqltxt = select * from [X_Goods_Sort] order by X_Goods_Sort_ID desc。 public static string cmdtxt2 = select count(*) from [X_Goods_Sort]。 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { Get_Pager_Data()。//綁定列表數(shù)據(jù) } } void Get_Pager_Data() { SqlConnection = ()。 SqlCommand cmd0 = new SqlCommand(cmdtxt2, )。 = true。 = 14。 = (int)()。 ()。 Get_Data()。 } protected void AspNetPager1_PageChanging(object src, e) { = 。 Get_Data()。 } void Get_Data()//綁定數(shù)據(jù) { SqlConnection =()。 SqlCommand cmd=new SqlCommand (sqltxt,)。 SqlDataAdapter da = new SqlDataAdapter(cmd)。 DataSet ds = new DataSet()。 (ds, * ( 1), , X_Goods_Sort)。 DataView dv = [X_Goods_Sort].DefaultView。 = dv。 ()。 } protected void Repeater1_ItemCommand(object source, RepeaterCommandEventArgs e) { if ( == del) { if ((delete from [X_Goods] where X_Goods_Sort_ID= + ()) = 0 amp。amp。 (delete from [X_Goods_Sort] where X_Goods_Sort_ID= + ()) = 0) { Get_Pager_Data()。 (Page, 刪除成功!, )。 } else { (Page, 刪除失敗!, )。 } } } protected void CheckBox1_CheckedChanged(object sender, EventArgs e)//全選操作 { if () { for (int i = 0。 i 。 i++) { CheckBox chk = (CheckBox)[i].FindControl(CheckBox2)。 if (chk != null) { = true。 } } } else { for (int i = 0。 i 。 i++) { CheckBox chk = (CheckBox)[i].FindControl(CheckBox2)。 if (chk != null) { = false。 } } } } protected void LinkButton2_Click(object sender, EventArgs e) { for (int i = 0。 i 。 i++) { CheckBox chk = (CheckBox)[i].FindControl(CheckBox2)。 Label lb5 = (Label)[i].FindControl(Label5)。 if (chk != null) { if () { (delete from [X_Goods] where X_Goods_Sort_ID= + ())。 (delete from [X_Goods_Sort] where X_Goods_Sort_ID= + ())。 } } } Get_Pager_Data()。 } protected void Button1_Click(object sender, EventArgs e)//添加父分類 { string sql = insert into [X_Goods_Sort](X_Goods_Sort_Name)values(39。 + () + 39。)。 if ((sql)=0) { Get_Pager_Data()。//重新綁定類別列表 (Page, 商品類別添加成功!, )。 } else { (Page, 商品類別添加失??!, )。 }}圖55圖56 庫存管理模塊此子系統(tǒng)包括:入庫單管理、添加入庫單、出庫單管理、添加出庫單、庫存預(yù)警五個功能模塊;部分代碼與截圖如下:public partial class System_Sys_Customer_List : //入庫單管理頁面代碼{ public static string sqltxt = select *,(select X_Depot_Name from X_Depot where X_Depot_ID=) as X_CK from [X_IO_Depot] where X_IO_Depot_Sort=39。入庫39。 order by X_IO_Depot_ID desc。 public static string cmdtxt2 = select count(*) from [X_IO_Depot] where X_IO_Depot_Sort=39。入庫39。 。 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { Get_Pager_Data()。 (select * from X_Depot order by X_Depot_Name desc, DropDownList1, X_Depot_ID, X_Depot_Name)。 } } void Get_Pager_Data() { SqlConnection = ()。 SqlCommand cmd0 = new SqlCommand(cmdtxt2, )。 = true。 = 14。 = (int)()。 ()。 Get_Data()。 } protected void AspNetPager1_PageChanging(object src, e) { = 。 Get_Data()。 } void Get_Data()//綁定數(shù)據(jù) { SqlConnection =()。 SqlCommand cmd=new SqlCommand (sqltxt,)。 SqlDataAdapter da = new SqlDataAdapter(cmd)。 DataSet ds = new DataSet()。 (ds, * ( 1), , X_IO_Depot)。 DataView dv = [X_IO_Depot].DefaultView。 = dv。 ()。 } protected vo
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1