資源簡介
環境搭建步驟:
1. 在sql server 創建WO_DB數據庫
2. 執行 DB目錄下的oascript.sql 文件
3. 修改 web.config中的數據庫連接串為你本機密碼
4. 運行即可看到如下截圖
登陸賬號:haolizi
登陸密碼:111111
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Text;
using?System.Web;
using?System.Web.UI;
public?partial?class?asd?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????removeBind();//未處理的調撥申請提示
????????}
????}
????#region?未處理的調撥申請提示=================================
????protected?void?removeBind()
????{
????????if?(Convert.ToInt32(Session[“RoleID“])?==?4)//門店用戶才提示消息框
????????{
????????????string?sqlstr1?=?“select?note_no?count(id)?as?zongcount??FROM??[wo_remove_depot_temp]?where?note_type=‘1‘?and?status=0?and?go_md_id=“?+?Convert.ToInt32(Session[“DepotID“])?+?“?and?go_bm_id=“?+?Convert.ToInt32(Session[“DepotCatID“])?+?“?group?by?note_no??“;
????????????string?sqlstr2?=?“select?note_
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1962??2015-04-17?10:25??AX_WO.sln
?????目錄???????????0??2017-06-20?23:13??App_Code\
?????目錄???????????0??2017-06-20?23:13??App_Code\Common\
?????文件???????17723??2014-06-02?00:40??App_Code\Common\AXRequest.cs
?????文件?????????525??2015-02-21?16:52??App_Code\Common\ConfigHelper.cs
?????文件????????3420??2014-06-01?22:21??App_Code\Common\DESEncrypt.cs
?????文件???????33006??2015-03-20?18:32??App_Code\Common\DbHelperSQL.cs
?????文件????????3600??2015-04-04?12:31??App_Code\Common\ManagePage.cs
?????文件????????2557??2012-05-07?11:14??App_Code\Common\MessageBox.cs
?????文件????????5481??2014-06-01?22:31??App_Code\Common\PagingHelper.cs
?????文件????????2038??2015-03-24?13:14??App_Code\Common\ReadFile.cs
?????文件????????1253??2014-06-02?13:07??App_Code\Common\Regexlib.cs
?????文件????????1179??2014-06-17?21:43??App_Code\Common\SMS.cs
?????文件????????5526??2015-02-21?16:55??App_Code\Common\UpLoad.cs
?????文件???????48342??2014-06-25?11:00??App_Code\Common\Utils.cs
?????文件????????4155??2014-06-01?22:36??App_Code\Common\xm
?????文件???????10465??2015-02-25?16:14??App_Code\wo_article.cs
?????文件????????8526??2015-04-04?12:31??App_Code\wo_company.cs
?????文件???????16822??2015-04-11?14:13??App_Code\wo_depot.cs
?????文件???????11942??2015-04-02?21:11??App_Code\wo_depot_category.cs
?????文件???????18898??2015-04-04?17:32??App_Code\wo_exit_depot.cs
?????文件???????26354??2015-04-03?17:04??App_Code\wo_here_depot.cs
?????文件???????30606??2015-04-15?10:01??App_Code\wo_join_depot.cs
?????文件???????15512??2015-04-04?10:28??App_Code\wo_manager.cs
?????文件????????7624??2015-02-25?17:05??App_Code\wo_manager_log.cs
?????文件????????5821??2015-03-01?10:44??App_Code\wo_manager_role.cs
?????文件????????5172??2015-04-15?00:08??App_Code\wo_manager_role_value.cs
?????文件????????5750??2015-04-14?20:31??App_Code\wo_navigation.cs
?????文件????????5700??2015-03-10?12:18??App_Code\wo_product_category.cs
?????文件???????12038??2015-04-01?15:03??App_Code\wo_product_pp.cs
?????文件????????7880??2015-04-01?15:12??App_Code\wo_product_qd.cs
............此處省略887個文件信息
- 上一篇:獲取qq群列表及群成員
- 下一篇:普加甘特圖 入門級(可做在線Project)
評論
共有 條評論