实例介绍
商品订单管理系统ASP.NET源代码数据库
【实例截图】
【核心代码】
4744302542851230705.rar
├── 51aspx源码必读.txt
├── BLL
│ ├── BGroupAuthority.cs
│ ├── BGroup.cs
│ ├── bin
│ │ └── Debug
│ │ ├── BLL.dll
│ │ ├── Model.dll
│ │ └── SQLServerDAL.dll
│ ├── BLL.csproj
│ ├── BLog.cs
│ ├── BProductsBrand.cs
│ ├── BUser.cs
│ ├── BUserType.cs
│ ├── BUserTypeSubClass.cs
│ ├── obj
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.csproj.FileList.txt
│ │ └── Debug
│ │ ├── BLL.dll
│ │ ├── Refactor
│ │ │ └── BLL.dll
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── View
│ ├── BvUser.cs
│ └── Factory.cs
├── Components
│ ├── Base.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Components.dll
│ │ │ ├── Components.pdb
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── SQLServerDAL.dll
│ │ │ └── SQLServerDAL.pdb
│ │ └── Release
│ ├── CollectionPager.cs
│ ├── Components.csproj
│ ├── Controls
│ │ ├── AccountsDropDownList.cs
│ │ ├── DeliveryDropDownList.cs
│ │ ├── DeliveryUserDropList.cs
│ │ ├── GroupDropDownList.cs
│ │ ├── ProductsBrandDropDownList.cs
│ │ ├── ProductsTypeDropDownList.cs
│ │ ├── ServiceTypeDropDownList.cs
│ │ ├── ShopDropDownList.cs
│ │ ├── StoreHouseDropDownList.cs
│ │ └── UserTypeDropDownList.cs
│ ├── ImageUploader.cs
│ ├── Jscript.cs
│ ├── Module
│ │ ├── BaseLogin.cs
│ │ ├── BasePage.cs
│ │ ├── Buy
│ │ │ ├── ManagerBuyOrder.cs
│ │ │ ├── ManagerBuyPay.cs
│ │ │ ├── ManagerBuyReceipt.cs
│ │ │ ├── ManagerBuyReturn.cs
│ │ │ ├── ModuleBuyOrder.cs
│ │ │ ├── ModuleBuyPay.cs
│ │ │ ├── ModuleBuyReceip.cs
│ │ │ └── ModuleBuyReturn.cs
│ │ ├── DetopManager.cs
│ │ ├── GroupManager.cs
│ │ ├── ManagerDelivery.cs
│ │ ├── ManagerServiceInfo.cs
│ │ ├── NoticeModule.cs
│ │ ├── PhotoFlowModule.cs
│ │ ├── ProductsManager.cs
│ │ ├── Sales
│ │ │ ├── ManagerSalesOrder.cs
│ │ │ ├── ManagerSalesOut.cs
│ │ │ ├── ManagerSalesReturn.cs
│ │ │ ├── SalesDispatchModule.cs
│ │ │ ├── SalesDispatchSent.cs
│ │ │ ├── SalesOrderModule.cs
│ │ │ ├── SalesOutModule.cs
│ │ │ └── SalesReturnModule.cs
│ │ ├── SalesPlatformManager.cs
│ │ ├── SalesRecordModule.cs
│ │ ├── Stock
│ │ │ ├── AppendStockModule.cs
│ │ │ ├── InventoryModule.cs
│ │ │ ├── ManagerAppendStock.cs
│ │ │ ├── ManagerDetop.cs
│ │ │ ├── ManagerInventory.cs
│ │ │ ├── ManagerOutStock.cs
│ │ │ ├── ManagerTransferringOrder.cs
│ │ │ ├── OutStockModule.cs
│ │ │ ├── StockViewModule.cs
│ │ │ └── TransferringModule.cs
│ │ ├── SysAccountsManager.cs
│ │ ├── SysProductsBrandManager.cs
│ │ ├── SysProductsManager.cs
│ │ ├── SysProductsTypeManager.cs
│ │ ├── SysShopManager.cs
│ │ ├── SysSupplierManager.cs
│ │ ├── SysUserManager.cs
│ │ ├── SysUserType.cs
│ │ └── SysUserTypeManager.cs
│ ├── obj
│ │ ├── Components.csproj.FileListAbsolute.txt
│ │ ├── Components.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── Components.dll
│ │ │ ├── Components.pdb
│ │ │ ├── Refactor
│ │ │ │ └── Components.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── Components.dll
│ │ ├── Components.pdb
│ │ ├── Refactor
│ │ │ └── Components.dll
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── PblogDes.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── StrHelper.cs
├── DB_51aspx
│ ├── ERP_DB_Data.MDF
│ └── ERP_DB_Log.LDF
├── DBUtility
│ ├── bin
│ │ ├── Debug
│ │ │ └── DBUtility.dll
│ │ └── Release
│ ├── Class1.cs
│ ├── DBUtility.csproj
│ ├── obj
│ │ ├── DBUtility.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── DBUtility.dll
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── Release
│ │ └── TempPE
│ └── Properties
│ └── AssemblyInfo.cs
├── from.gif
├── leyipai
│ ├── Debug
│ ├── leyipai.sln
│ ├── leyipai.suo
│ ├── leyipai.vdproj
│ └── Release
├── Leyipai.sln
├── Model
│ ├── Accounts.cs
│ ├── Authority.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── Release
│ ├── Buy
│ │ ├── BuyOrder.cs
│ │ ├── BuyOrderDetail.cs
│ │ ├── BuyPay.cs
│ │ ├── BuyReceipt.cs
│ │ ├── BuyReceiptDetail.cs
│ │ ├── BuyReturn.cs
│ │ ├── BuyReturnDetail.cs
│ │ ├── VBuyOrder.cs
│ │ ├── VBuyOrderDetail.cs
│ │ ├── VBuyPay.cs
│ │ ├── VBuyReceipt.cs
│ │ ├── VBuyReceiptDetail.cs
│ │ ├── VBuyReturn.cs
│ │ └── VBuyReturnDetail.cs
│ ├── Delivery.cs
│ ├── Depot.cs
│ ├── GroupAuthority.cs
│ ├── Group.cs
│ ├── Log.cs
│ ├── Model.csproj
│ ├── Notice.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── Refactor
│ │ │ │ └── Model.dll
│ │ │ └── TempPE
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.csproj.FileList.txt
│ │ └── Release
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ ├── Refactor
│ │ │ └── Model.dll
│ │ └── TempPE
│ ├── PhotoFlow.cs
│ ├── ProductsBrand.cs
│ ├── Products.cs
│ ├── ProductsPhoto.cs
│ ├── ProductsStock.cs
│ ├── ProductsType.cs
│ ├── ProductsUserType.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Sales
│ │ ├── SalesDetail.cs
│ │ ├── SalesDispatch.cs
│ │ ├── SalesOrder.cs
│ │ ├── SalesOut.cs
│ │ ├── SalesOutDetail.cs
│ │ ├── SalesPlatform.cs
│ │ ├── SalesRecord.cs
│ │ ├── SalesReturn.cs
│ │ ├── SalesReturnDetail.cs
│ │ ├── VSalesDetail.cs
│ │ ├── VSalesDispatch.cs
│ │ ├── VSalesOrder.cs
│ │ ├── VSalesOut.cs
│ │ ├── VSalesOutDetail.cs
│ │ ├── VSalesRecord.cs
│ │ ├── VSalesReturn.cs
│ │ └── VSalesReturnDetail.cs
│ ├── ServiceInfo.cs
│ ├── ServiceType.cs
│ ├── Shop.cs
│ ├── ShopUser.cs
│ ├── Stock
│ │ ├── AppendStock.cs
│ │ ├── AppendStockDetail.cs
│ │ ├── Inventory.cs
│ │ ├── OutStock.cs
│ │ ├── OutStockDetail.cs
│ │ ├── TransferringOrder.cs
│ │ ├── VAppendStock.cs
│ │ ├── VAppendStockDetail.cs
│ │ ├── VInventory.cs
│ │ ├── VOutStock.cs
│ │ ├── VOutStockDetail.cs
│ │ └── VTransferringOrder.cs
│ ├── StoreHouse.cs
│ ├── StoreHouseDetail.cs
│ ├── Supplier.cs
│ ├── User.cs
│ ├── UserType.cs
│ ├── UserTypeSubClass.cs
│ ├── View
│ │ ├── SessionUser.cs
│ │ ├── UserSubClassView.cs
│ │ ├── VProducts.cs
│ │ ├── VProductsStock.cs
│ │ ├── VServiceInfo.cs
│ │ ├── VstoreHouse.cs
│ │ └── Vuser.cs
│ ├── 用户权限群组.cd
│ └── 类说明图.cd
├── web
│ ├── Accounts
│ │ ├── SysAccountsManager.aspx
│ │ └── SysAccountsManager.aspx.cs
│ ├── App_Code
│ │ └── Cofig.cs
│ ├── App_Data
│ ├── App_Themes
│ │ └── common
│ │ └── common.skin
│ ├── Authority
│ │ ├── GroupManager.aspx
│ │ ├── GroupManager.aspx.cs
│ │ ├── NQ_CommonWindow.aspx
│ │ ├── NQ_CommonWindow.aspx.cs
│ │ └── NQ_Select_Group_Window.aspx
│ ├── Bin
│ │ ├── Chartlet.dll
│ │ ├── Chartlet.dll.refresh
│ │ ├── Chartlet.pdb
│ │ ├── Components.dll
│ │ ├── Components.dll.refresh
│ │ ├── Components.pdb
│ │ ├── iocn.ico
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ ├── SQLServerDAL.dll
│ │ └── SQLServerDAL.pdb
│ ├── ButtomPage.aspx
│ ├── ButtomPage.aspx.cs
│ ├── Buy
│ │ ├── AjaxBuyDetail_Add.aspx
│ │ ├── AjaxBuyDetail_Add.aspx.cs
│ │ ├── AjaxBuyPayLoad.aspx
│ │ ├── AjaxBuyPayLoad.aspx.cs
│ │ ├── AjaxBuyReceipt_Add.aspx
│ │ ├── AjaxBuyReceipt_Add.aspx.cs
│ │ ├── AjaxBuyReceipt_Del.aspx
│ │ ├── AjaxBuyReceipt_Del.aspx.cs
│ │ ├── AjaxBuyReceiptDetail_load_Add_Edit_Del.aspx
│ │ ├── AjaxBuyReceiptDetail_load_Add_Edit_Del.aspx.cs
│ │ ├── AjaxBuyReturn_Add.aspx
│ │ ├── AjaxBuyReturn_Add.aspx.cs
│ │ ├── AjaxBuyReturn_Del.aspx
│ │ ├── AjaxBuyReturn_Del.aspx.cs
│ │ ├── AjaxBuyReturnDetail_load_Add_Edit_Del.aspx
│ │ ├── AjaxBuyReturnDetail_load_Add_Edit_Del.aspx.cs
│ │ ├── AjaxResp.aspx
│ │ ├── AjaxResp.aspx.cs
│ │ ├── BuyOrder_Add.aspx
│ │ ├── BuyOrder_Add.aspx.cs
│ │ ├── BuyOrder_Detail.aspx
│ │ ├── BuyOrder_Detail.aspx.cs
│ │ ├── BuyOrder_Detail_Photo.aspx
│ │ ├── BuyOrder_Detail_Photo.aspx.cs
│ │ ├── BuyPay_Add.aspx
│ │ ├── BuyPay_Add.aspx.cs
│ │ ├── BuyReceip_Add.aspx
│ │ ├── BuyReceip_Add.aspx.cs
│ │ ├── BuyReceipt_Detail.aspx
│ │ ├── BuyReceipt_Detail.aspx.cs
│ │ ├── BuyReturn_Add.aspx
│ │ ├── BuyReturn_Add.aspx.cs
│ │ ├── BuyReturn_Detail.aspx
│ │ ├── BuyReturn_Detail.aspx.cs
│ │ ├── Manager_AuditingBuyOrder.aspx
│ │ ├── Manager_AuditingBuyOrder.aspx.cs
│ │ ├── Manager_AuditingBuyPay.aspx
│ │ ├── Manager_AuditingBuyPay.aspx.cs
│ │ ├── Manager_AuditingBuyReceiptOrder.aspx
│ │ ├── Manager_AuditingBuyReceiptOrder.aspx.cs
│ │ ├── Manager_AuditingBuyReturnOrder.aspx
│ │ ├── Manager_AuditingBuyReturnOrder.aspx.cs
│ │ ├── Manager_BuyOrder.aspx
│ │ ├── Manager_BuyOrder.aspx.cs
│ │ ├── Manager_BuyPayOrder.aspx
│ │ ├── Manager_BuyPayOrder.aspx.cs
│ │ ├── Manager_BuyReceipOrder.aspx
│ │ ├── Manager_BuyReceipOrder.aspx.cs
│ │ ├── Manager_BuyReturnOrder.aspx
│ │ ├── Manager_BuyReturnOrder.aspx.cs
│ │ ├── MyBuyOrder.aspx
│ │ ├── MyBuyOrder.aspx.cs
│ │ ├── MyBuyOrderDel.aspx
│ │ ├── MyBuyOrderDel.aspx.cs
│ │ ├── MyBuyReceiptOrder.aspx
│ │ ├── MyBuyReceiptOrder.aspx.cs
│ │ ├── NQ_BuyOrder_CommonWindows.aspx
│ │ ├── NQ_BuyOrder_CommonWindows.aspx.cs
│ │ ├── NQ_BuyReceipt_CommonWindows.aspx
│ │ ├── NQ_BuyReceipt_CommonWindows.aspx.cs
│ │ ├── NQ_Select_BuyOrderWindows.aspx
│ │ ├── NQ_Select_BuyOrderWindows.aspx.cs
│ │ ├── NQ_Select_BuyReceiptWindows.aspx
│ │ ├── NQ_Select_BuyReceiptWindows.aspx.cs
│ │ └── TextFile.txt
│ ├── Buy_Index.aspx
│ ├── Buy_Index.aspx.cs
│ ├── CalendarDlg.htm
│ ├── Chartlet_Chartlet1_nihao_Pie.Jpg
│ ├── css
│ │ ├── base.css
│ │ ├── box.css
│ │ ├── cream-blue.css
│ │ ├── flexigrid.css
│ │ ├── images
│ │ │ ├── bg.gif
│ │ │ ├── btn-sprite.gif
│ │ │ ├── ddn.png
│ │ │ ├── dn.png
│ │ │ ├── fhbg.gif
│ │ │ ├── first.gif
│ │ │ ├── hl.png
│ │ │ ├── last.gif
│ │ │ ├── line.gif
│ │ │ ├── load.gif
│ │ │ ├── load.png
│ │ │ ├── magnifier.png
│ │ │ ├── next.gif
│ │ │ ├── prev.gif
│ │ │ ├── up.png
│ │ │ ├── uup.png
│ │ │ └── wbg.gif
│ │ ├── Index.css
│ │ ├── Login.css
│ │ └── mytable.css
│ ├── Customer
│ │ ├── Manager_AuditingServiceInfo.aspx
│ │ ├── Manager_AuditingServiceInfo.aspx.cs
│ │ ├── Manager_Service.aspx
│ │ ├── Manager_Service.aspx.cs
│ │ ├── Manager_ServiceInfoList.aspx
│ │ ├── Manager_ServiceInfoList.aspx.cs
│ │ ├── My_ServiceInfoList.aspx
│ │ ├── My_ServiceInfoList.aspx.cs
│ │ ├── NQ_SalesRecord_CommonWindows.aspx
│ │ ├── NQ_SalesRecord_CommonWindows.aspx.cs
│ │ ├── SalesRecord_Add.aspx
│ │ ├── SalesRecord_Add.aspx.cs
│ │ ├── SalesRecord_Del.aspx
│ │ ├── SalesRecord_Del.aspx.cs
│ │ ├── SalesRecordList.aspx
│ │ ├── SalesRecordList.aspx.cs
│ │ ├── ServiceInfo_Add.aspx
│ │ ├── ServiceInfo_Add.aspx.cs
│ │ ├── ServiceInfo_Detail.aspx
│ │ ├── ServiceInfo_Detail.aspx.cs
│ │ ├── SysSalesPlatform.aspx
│ │ ├── SysSalesPlatform.aspx.cs
│ │ ├── SysServiceType.aspx
│ │ └── SysServiceType.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Delivery
│ │ ├── SysDeliverManager.aspx
│ │ └── SysDeliverManager.aspx.cs
│ ├── Desk.aspx
│ ├── Desk.aspx.cs
│ ├── ERROR.htm
│ ├── eWebEditor
│ │ ├── Admin
│ │ │ ├── bg_footer1.gif
│ │ │ ├── bg_form1.gif
│ │ │ ├── bg_lefttitle.gif
│ │ │ ├── bg_menu.gif
│ │ │ ├── c_dian1.gif
│ │ │ ├── c_dian2.gif
│ │ │ ├── c_dian3.gif
│ │ │ ├── c_dian4.gif
│ │ │ ├── c_webasp.gif
│ │ │ ├── d.gif
│ │ │ ├── do_ok.gif
│ │ │ ├── login_c2.gif
│ │ │ ├── login_c3.gif
│ │ │ ├── login_c4.gif
│ │ │ ├── login_c5.gif
│ │ │ ├── login.gif
│ │ │ ├── logo.gif
│ │ │ ├── private.js
│ │ │ ├── reset.gif
│ │ │ ├── style.css
│ │ │ └── submit.gif
│ │ ├── Admin_Decode.asp
│ │ ├── Admin_Default.asp
│ │ ├── Admin_Login.asp
│ │ ├── Admin_ModiPwd.asp
│ │ ├── Admin_Private.asp
│ │ ├── Admin_Style.asp
│ │ ├── Admin_UploadFile.asp
│ │ ├── ButtonImage
│ │ │ └── standard
│ │ │ ├── about.gif
│ │ │ ├── abspos.gif
│ │ │ ├── anchor.gif
│ │ │ ├── BackColor.gif
│ │ │ ├── backward.gif
│ │ │ ├── bgcolor.gif
│ │ │ ├── bgpic.gif
│ │ │ ├── blink.gif
│ │ │ ├── bold.gif
│ │ │ ├── br.gif
│ │ │ ├── checked.gif
│ │ │ ├── code.gif
│ │ │ ├── componentmenu.gif
│ │ │ ├── copy.gif
│ │ │ ├── createlink.gif
│ │ │ ├── cut.gif
│ │ │ ├── date.gif
│ │ │ ├── delete.gif
│ │ │ ├── editmenu.gif
│ │ │ ├── emot.gif
│ │ │ ├── excel.gif
│ │ │ ├── fieldset.gif
│ │ │ ├── file.gif
│ │ │ ├── filemenu.gif
│ │ │ ├── findreplace.gif
│ │ │ ├── flash.gif
│ │ │ ├── fontmenu.gif
│ │ │ ├── forecolor.gif
│ │ │ ├── formbutton.gif
│ │ │ ├── formcheckbox.gif
│ │ │ ├── formdropdown.gif
│ │ │ ├── formmenu.gif
│ │ │ ├── formradio.gif
│ │ │ ├── formtextarea.gif
│ │ │ ├── formtext.gif
│ │ │ ├── forward.gif
│ │ │ ├── help.gif
│ │ │ ├── icq.gif
│ │ │ ├── iframe.gif
│ │ │ ├── img.gif
│ │ │ ├── indent.gif
│ │ │ ├── inserthorizontalrule.gif
│ │ │ ├── insertorderedlist.gif
│ │ │ ├── insertparagraph.gif
│ │ │ ├── insertunorderedlist.gif
│ │ │ ├── italic.gif
│ │ │ ├── justifycenter.gif
│ │ │ ├── justifyfull.gif
│ │ │ ├── justifyleft.gif
│ │ │ ├── justifyright.gif
│ │ │ ├── map.gif
│ │ │ ├── marquee.gif
│ │ │ ├── maximize.gif
│ │ │ ├── media.gif
│ │ │ ├── minimize.gif
│ │ │ ├── modecodebtn.gif
│ │ │ ├── modecode.gif
│ │ │ ├── modeeditbtn.gif
│ │ │ ├── modeedit.gif
│ │ │ ├── modepreview.gif
│ │ │ ├── modetextbtn.gif
│ │ │ ├── modetext.gif
│ │ │ ├── modeviewbtn.gif
│ │ │ ├── msn.gif
│ │ │ ├── objectmenu.gif
│ │ │ ├── outdent.gif
│ │ │ ├── paragraphmenu.gif
│ │ │ ├── paste.gif
│ │ │ ├── pastetext.gif
│ │ │ ├── pasteword.gif
│ │ │ ├── print.gif
│ │ │ ├── qq.gif
│ │ │ ├── quote.gif
│ │ │ ├── redo.gif
│ │ │ ├── refresh.gif
│ │ │ ├── remoteupload.gif
│ │ │ ├── removeformat.gif
│ │ │ ├── save.gif
│ │ │ ├── selectall.gif
│ │ │ ├── showborders.gif
│ │ │ ├── showdetails.gif
│ │ │ ├── site.gif
│ │ │ ├── sizeminus.gif
│ │ │ ├── sizeplus.gif
│ │ │ ├── space.gif
│ │ │ ├── spellcheck.gif
│ │ │ ├── strikethrough.gif
│ │ │ ├── subscript.gif
│ │ │ ├── superscript.gif
│ │ │ ├── symbol.gif
│ │ │ ├── tablecellprop.gif
│ │ │ ├── tablecellsplit.gif
│ │ │ ├── tablecoldelete.gif
│ │ │ ├── tablecolinsertleft.gif
│ │ │ ├── tablecolinsertright.gif
│ │ │ ├── tablecolmerge.gif
│ │ │ ├── tablecolsplit.gif
│ │ │ ├── tableinsert.gif
│ │ │ ├── tablemenu.gif
│ │ │ ├── tableprop.gif
│ │ │ ├── tablerowdelete.gif
│ │ │ ├── tablerowinsertabove.gif
│ │ │ ├── tablerowinsertbelow.gif
│ │ │ ├── tablerowmerge.gif
│ │ │ ├── tablerowprop.gif
│ │ │ ├── tablerowsplit.gif
│ │ │ ├── time.gif
│ │ │ ├── tobig.gif
│ │ │ ├── toolmenu.gif
│ │ │ ├── tosmall.gif
│ │ │ ├── underline.gif
│ │ │ ├── undo.gif
│ │ │ ├── unlink.gif
│ │ │ ├── unselect.gif
│ │ │ └── zoommenu.gif
│ │ ├── CSS
│ │ │ ├── blue
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── CoolBlue
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ ├── MenuArea.css
│ │ │ │ ├── TBHandle.gif
│ │ │ │ ├── ToolbarBg.gif
│ │ │ │ ├── ToolbarLeft.gif
│ │ │ │ └── ToolbarRight.gif
│ │ │ ├── green
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── light
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── mx
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── Office
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── Office3D
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── red
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ └── yellow
│ │ │ ├── EditorArea.css
│ │ │ ├── Editor.css
│ │ │ └── MenuArea.css
│ │ ├── db
│ │ │ └── ewebeditor.mdb
│ │ ├── Dialog
│ │ │ ├── about.htm
│ │ │ ├── anchor.htm
│ │ │ ├── backimage.htm
│ │ │ └── dialog.js
│ │ ├── eWebEditor.asp
│ │ ├── Include
│ │ │ ├── DeCode.asp
│ │ │ ├── Editor.js
│ │ │ ├── md5.asp
│ │ │ ├── menu.js
│ │ │ ├── Startup.asp
│ │ │ ├── table.js
│ │ │ └── upfile_class.asp
│ │ ├── PopUp.asp
│ │ ├── SysImage
│ │ │ ├── bg
│ │ │ │ ├── Birthday.gif
│ │ │ │ ├── christmas.gif
│ │ │ │ ├── Citrus.gif
│ │ │ │ ├── Clear.jpg
│ │ │ │ ├── Fiesta.jpg
│ │ │ │ ├── Flower.gif
│ │ │ │ ├── Gathering.jpg
│ │ │ │ ├── Glacier.jpg
│ │ │ │ ├── grid.gif
│ │ │ │ ├── Hearts.gif
│ │ │ │ ├── Ivy.gif
│ │ │ │ ├── Maize.jpg
│ │ │ │ ├── Nature.jpg
│ │ │ │ ├── snow.gif
│ │ │ │ └── tech.gif
│ │ │ ├── contextmenu.gif
│ │ │ ├── emot
│ │ │ │ ├── 01.gif
│ │ │ │ ├── 02.gif
│ │ │ │ ├── 03.gif
│ │ │ │ ├── 04.gif
│ │ │ │ ├── 05.gif
│ │ │ │ ├── 06.gif
│ │ │ │ ├── 07.gif
│ │ │ │ ├── 08.gif
│ │ │ │ ├── 09.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 41.gif
│ │ │ │ ├── 42.gif
│ │ │ │ ├── 43.gif
│ │ │ │ ├── 44.gif
│ │ │ │ ├── 45.gif
│ │ │ │ ├── 46.gif
│ │ │ │ ├── 47.gif
│ │ │ │ ├── 48.gif
│ │ │ │ ├── 49.gif
│ │ │ │ └── 50.gif
│ │ │ ├── ewebeditor.gif
│ │ │ ├── file
│ │ │ │ ├── audio.gif
│ │ │ │ ├── avi.gif
│ │ │ │ ├── bmp.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── doc.gif
│ │ │ │ ├── exe.gif
│ │ │ │ ├── folderback.gif
│ │ │ │ ├── folder.gif
│ │ │ │ ├── gif.gif
│ │ │ │ ├── hlp.gif
│ │ │ │ ├── htm.gif
│ │ │ │ ├── jpg.gif
│ │ │ │ ├── mdb.gif
│ │ │ │ ├── mid.gif
│ │ │ │ ├── mp3.gif
│ │ │ │ ├── mp.gif
│ │ │ │ ├── pdf.gif
│ │ │ │ ├── pic.gif
│ │ │ │ ├── ppt.gif
│ │ │ │ ├── rar.gif
│ │ │ │ ├── rm.gif
│ │ │ │ ├── swf.gif
│ │ │ │ ├── txt.gif
│ │ │ │ ├── unknow.gif
│ │ │ │ ├── xls.gif
│ │ │ │ └── zip.gif
│ │ │ ├── Rect.gif
│ │ │ ├── RectImg.gif
│ │ │ ├── space.gif
│ │ │ └── webasp.gif
│ │ ├── Upload.asp
│ │ ├── UploadFile
│ │ │ ├── 200792164014327.jpg
│ │ │ ├── 200792164148626.jpg
│ │ │ ├── 2008616101150644.jpg
│ │ │ ├── 2008616101524329.gif
│ │ │ ├── 2008616102237862.gif
│ │ │ ├── 2008616112914376.jpg
│ │ │ ├── 2008616113124586.jpg
│ │ │ └── 2008616115750352.jpg
│ │ └── V2.80最终版说明.txt
│ ├── Exit.htm
│ ├── Flow
│ │ ├── PhotoFlow_Add.aspx
│ │ ├── PhotoFlow_Add.aspx.cs
│ │ ├── PhotoFlow_Detail.aspx
│ │ ├── PhotoFlow_Detail.aspx.cs
│ │ ├── PhotoFlow_List.aspx
│ │ └── PhotoFlow_List.aspx.cs
│ ├── Flow_Index.aspx
│ ├── Flow_Index.aspx.cs
│ ├── images
│ │ ├── AlertIcon.gif
│ │ ├── b2.gif
│ │ ├── bg.gif
│ │ ├── b.gif
│ │ ├── blank.gif
│ │ ├── block_hd_bg.png
│ │ ├── bot2.gif
│ │ ├── BottomBg.gif
│ │ ├── BottomMessage.gif
│ │ ├── Btnsearch.gif
│ │ ├── but1.gif
│ │ ├── but1_y.gif
│ │ ├── calendar.gif
│ │ ├── Cancel.gif
│ │ ├── Close.gif
│ │ ├── close.png
│ │ ├── close_x.png
│ │ ├── collapse_arrow.png
│ │ ├── con1.gif
│ │ ├── con2.gif
│ │ ├── content_bg1.gif
│ │ ├── control_switch_up.gif
│ │ ├── creamsmall.gif
│ │ ├── Delete.gif
│ │ ├── dest01.gif
│ │ ├── dest02.gif
│ │ ├── dest03.gif
│ │ ├── dest04.gif
│ │ ├── dest05.gif
│ │ ├── dest06.gif
│ │ ├── dest07.gif
│ │ ├── detail_rightbg01_05.gif
│ │ ├── detail_rightbg_04.gif
│ │ ├── detail_rightbg_05.gif
│ │ ├── down.gif
│ │ ├── Edit.gif
│ │ ├── email_edit.png
│ │ ├── email_open.gif
│ │ ├── err.gif
│ │ ├── error.gif
│ │ ├── exclamation-error-red.gif
│ │ ├── expand_arrow.png
│ │ ├── false.gif
│ │ ├── find.png
│ │ ├── from.gif
│ │ ├── generic.gif
│ │ ├── Good.gif
│ │ ├── ico5.gif
│ │ ├── info.gif
│ │ ├── ITblog.jpg
│ │ ├── jjj0.mp3
│ │ ├── kak.gif
│ │ ├── leftItemMenu_hide.gif
│ │ ├── leftItemMenu_show.gif
│ │ ├── line2.gif
│ │ ├── line.gif
│ │ ├── load.gif
│ │ ├── loadingAnimation.gif
│ │ ├── login.gif
│ │ ├── log_mykd_n.gif
│ │ ├── logout.gif
│ │ ├── menu_list_icon.gif
│ │ ├── menu_list_split.gif
│ │ ├── menu_title_bg.gif
│ │ ├── menu_title_down.gif
│ │ ├── menu_title_up.gif
│ │ ├── m.gif
│ │ ├── newblogimg52.gif
│ │ ├── nonoPhoto.gif
│ │ ├── OFFICE_TOP.gif
│ │ ├── OFFICE_TOP_R.gif
│ │ ├── ok.gif
│ │ ├── param.gif
│ │ ├── pass.gif
│ │ ├── passs.gif
│ │ ├── pencil.png
│ │ ├── pic_text.gif
│ │ ├── pic_text_login.gif
│ │ ├── pingYou.jpg
│ │ ├── pixviewer.swf
│ │ ├── refresh2.gif
│ │ ├── ren1_n.gif
│ │ ├── ren2.jpg
│ │ ├── runtannew16.jpg
│ │ ├── Save.gif
│ │ ├── Select.gif
│ │ ├── selectuser.gif
│ │ ├── shenTong.jpg
│ │ ├── splash.gif
│ │ ├── splitBar2.gif
│ │ ├── splitBar.gif
│ │ ├── sub_search.gif
│ │ ├── switchbg.gif
│ │ ├── tbtn_amend.gif
│ │ ├── tbtn_calendar.gif
│ │ ├── tbtn_delete.gif
│ │ ├── tbtn_saveas.gif
│ │ ├── Thumbs.db
│ │ ├── title_b.png
│ │ ├── title.PNG
│ │ ├── top-2.gif
│ │ ├── top-3.gif
│ │ ├── top-4.gif
│ │ ├── top-5.gif
│ │ ├── top-6.gif
│ │ ├── top.jpg
│ │ ├── up.gif
│ │ ├── View.gif
│ │ └── yuanTong.jpg
│ ├── Index.aspx
│ ├── Index.aspx.cs
│ ├── Index_Left_Menu.aspx
│ ├── Index_Left_Menu.aspx.cs
│ ├── js
│ │ ├── AjaxJS.js
│ │ ├── calendar.js
│ │ ├── flexigrid.js
│ │ ├── jq.js
│ │ ├── jquery.blockUI.js
│ │ ├── jquery-cookieplug.js
│ │ ├── jquery.js
│ │ ├── mytable.js
│ │ ├── skin
│ │ │ └── vista
│ │ │ ├── images
│ │ │ │ ├── ask.gif
│ │ │ │ ├── btn_bg.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── err.gif
│ │ │ │ ├── info.gif
│ │ │ │ ├── right.gif
│ │ │ │ ├── title_bg_left.gif
│ │ │ │ ├── title_bg_right.gif
│ │ │ │ ├── win_b.gif
│ │ │ │ ├── win_lb.gif
│ │ │ │ ├── win_l.gif
│ │ │ │ ├── win_rb.gif
│ │ │ │ └── win_r.gif
│ │ │ └── ymPrompt.css
│ │ ├── thickbox.js
│ │ └── ymPrompt.js
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── LoginFail.aspx
│ ├── Logout.aspx
│ ├── Logout.aspx.cs
│ ├── NoLogin.aspx
│ ├── NoLogin.aspx.cs
│ ├── Notice
│ │ ├── Notice_Add.aspx
│ │ ├── Notice_Add.aspx.cs
│ │ ├── Notice_Del.aspx
│ │ ├── Notice_Del.aspx.cs
│ │ ├── Notice_Detail.aspx
│ │ ├── Notice_Detail.aspx.cs
│ │ ├── NoticeList.aspx
│ │ └── NoticeList.aspx.cs
│ ├── Products
│ │ ├── help.txt
│ │ ├── NewsProducts.aspx
│ │ ├── NewsProducts.aspx.cs
│ │ ├── NQ_Products_CommonWindow.aspx
│ │ ├── NQ_Products_CommonWindow.aspx.cs
│ │ ├── NQ_Select_Products_Window.aspx
│ │ ├── NQ_Select_Products_Window.aspx.cs
│ │ ├── Products_Add.aspx
│ │ ├── Products_Add.aspx.cs
│ │ ├── Products_Cost_Set.aspx
│ │ ├── Products_Cost_Set.aspx.cs
│ │ ├── Products_Delete.aspx
│ │ ├── Products_Delete.aspx.cs
│ │ ├── Products_Edit.aspx
│ │ ├── Products_Edit.aspx.cs
│ │ ├── ProductsNoPhoto.aspx
│ │ ├── ProductsNoPhoto.aspx.cs
│ │ ├── ProductsPhoto
│ │ │ ├── 200812128535146_thumb.gif
│ │ │ └── 2008121285530296_thumb.jpg
│ │ ├── Products_Photo.aspx
│ │ ├── Products_Photo.aspx.cs
│ │ ├── Products_Photo_Attach.aspx
│ │ ├── Products_Photo_Attach.aspx.cs
│ │ ├── ProductsUserTypeRelation.aspx
│ │ ├── ProductsUserTypeRelation.aspx.cs
│ │ ├── ShowProductsInfo.aspx
│ │ ├── ShowProductsInfo.aspx.cs
│ │ ├── ShowProductsList.aspx
│ │ ├── ShowProductsList.aspx.cs
│ │ ├── SysProductsBrandManager.aspx
│ │ ├── SysProductsBrandManager.aspx.cs
│ │ ├── SysProductsList.aspx
│ │ ├── SysProductsList.aspx.cs
│ │ ├── SysProductsTypeManager.aspx
│ │ └── SysProductsTypeManager.aspx.cs
│ ├── Sales
│ │ ├── AjaxSalesDispatch.aspx
│ │ ├── AjaxSalesDispatch.aspx.cs
│ │ ├── AjaxSalesOrderLoad.aspx
│ │ ├── AjaxSalesOrderLoad.aspx.cs
│ │ ├── AjaxSalesOutDetail_load_Add_Edit_Del.aspx
│ │ ├── AjaxSalesOutDetail_load_Add_Edit_Del.aspx.cs
│ │ ├── AjaxSalesOutLoad.aspx
│ │ ├── AjaxSalesOutLoad.aspx.cs
│ │ ├── AjaxSalesReturn_load_Add_Edit_Del.aspx
│ │ ├── AjaxSalesReturn_load_Add_Edit_Del.aspx.cs
│ │ ├── AjaxSalesReturn_Load.aspx
│ │ ├── AjaxSalesReturn_Load.aspx.cs
│ │ ├── ConsultSalesOrder.aspx
│ │ ├── ConsultSalesOrder.aspx.cs
│ │ ├── FindSalesOrder_DispatchState.aspx
│ │ ├── FindSalesOrder_DispatchState.aspx.cs
│ │ ├── Issue_SalesDispatch.aspx
│ │ ├── Issue_SalesDispatch.aspx.cs
│ │ ├── Manager_AuditingSalesOrder.aspx
│ │ ├── ManagerAuditingSalesOrder.aspx
│ │ ├── Manager_AuditingSalesOrder.aspx.cs
│ │ ├── ManagerAuditingSalesOrder.aspx.cs
│ │ ├── Manager_AuditingSalesOut.aspx
│ │ ├── ManagerAuditingSalesOut.aspx
│ │ ├── Manager_AuditingSalesOut.aspx.cs
│ │ ├── ManagerAuditingSalesOut.aspx.cs
│ │ ├── Manager_AuditingSalesReturn.aspx
│ │ ├── Manager_AuditingSalesReturn.aspx.cs
│ │ ├── Manager_SalesDispatchOrder.aspx
│ │ ├── Manager_SalesDispatchOrder.aspx.cs
│ │ ├── Manager_SalesOrderList.aspx
│ │ ├── Manager_SalesOrderList.aspx.cs
│ │ ├── Manager_SalesOutOrder.aspx
│ │ ├── Manager_SalesOutOrder.aspx.cs
│ │ ├── Manager_SalesReturnList.aspx
│ │ ├── Manager_SalesReturnList.aspx.cs
│ │ ├── MyEditSalesOrder_PayInfo.aspx
│ │ ├── MyEditSalesOrder_PayInfo.aspx.cs
│ │ ├── MySalesDispatch.aspx
│ │ ├── MySalesDispatch.aspx.cs
│ │ ├── MySalesDispatchEditSent.aspx
│ │ ├── MySalesDispatchEditSent.aspx.cs
│ │ ├── MySalesOrder.aspx
│ │ ├── MySalesOrder.aspx.cs
│ │ ├── MySalesOrderOp.aspx
│ │ ├── MySalesOrderOp.aspx.cs
│ │ ├── MySalesTotal.aspx
│ │ ├── MySalesTotal.aspx.cs
│ │ ├── NQ_SalesOrder_CommonWindows.aspx
│ │ ├── NQ_SalesOrder_CommonWindows.aspx.cs
│ │ ├── NQ_SalesOut1_CommonWindows.aspx
│ │ ├── NQ_SalesOut1_CommonWindows.aspx.cs
│ │ ├── NQ_SalesOut_CommonWindows.aspx
│ │ ├── NQ_SalesOut_CommonWindows.aspx.cs
│ │ ├── NQ_SalesReturn_CommonWindows.aspx
│ │ ├── NQ_SalesReturn_CommonWindows.aspx.cs
│ │ ├── NQ_Select_SalesOrderWindows.aspx
│ │ ├── NQ_Select_SalesOrderWindows.aspx.cs
│ │ ├── NQ_Select_SalesOut1Windows.aspx
│ │ ├── NQ_Select_SalesOut1Windows.aspx.cs
│ │ ├── NQ_Select_SalesOutWindows.aspx
│ │ ├── NQ_Select_SalesOutWindows.aspx.cs
│ │ ├── PrintingSalesOrder.aspx
│ │ ├── PrintingSalesOrder.aspx.cs
│ │ ├── PrintOrderInfo.aspx
│ │ ├── PrintOrderInfo.aspx.cs
│ │ ├── PrintSalesSentOrder_PY.aspx
│ │ ├── PrintSalesSentOrder_PY.aspx.cs
│ │ ├── PrintSalesSentOrder_ST.aspx
│ │ ├── PrintSalesSentOrder_ST.aspx.cs
│ │ ├── PrintSalesSentOrder_YT.aspx
│ │ ├── PrintSalesSentOrder_YT.aspx.cs
│ │ ├── SalesDispatch_Add0.aspx
│ │ ├── SalesDispatch_Add0.aspx.cs
│ │ ├── SalesDispatch_Add.aspx
│ │ ├── SalesDispatch_Add.aspx.cs
│ │ ├── SalesDispatchCreateKuai.aspx
│ │ ├── SalesDispatchCreateKuai.aspx.cs
│ │ ├── SalesDispatch_Edit.aspx
│ │ ├── SalesDispatch_Edit.aspx.cs
│ │ ├── SalesOrder_Addaa.aspx
│ │ ├── SalesOrder_Addaa.aspx.cs
│ │ ├── SalesOrder_Adda.aspx
│ │ ├── SalesOrder_Adda.aspx.cs
│ │ ├── SalesOrder_Add.aspx
│ │ ├── SalesOrder_Add.aspx.cs
│ │ ├── SalesOrder_Detail.aspx
│ │ ├── SalesOrder_Detail.aspx.cs
│ │ ├── SalesOut_Add.aspx
│ │ ├── SalesOut_Add.aspx.cs
│ │ ├── SalesOutCreateKuai.aspx
│ │ ├── SalesOutCreateKuai.aspx.cs
│ │ ├── SalesOut_Detail.aspx
│ │ ├── SalesOut_Detail.aspx.cs
│ │ ├── SalesOut_Edit.aspx
│ │ ├── SalesOut_Edit.aspx.cs
│ │ ├── SalesReport_Platform.aspx
│ │ ├── SalesReport_Platform.aspx.cs
│ │ ├── SalesReport_Products.aspx
│ │ ├── SalesReport_Products.aspx.cs
│ │ ├── SalesReport_User.aspx
│ │ ├── SalesReport_User.aspx.cs
│ │ ├── SalesReturn_Add.aspx
│ │ ├── SalesReturn_Add.aspx.cs
│ │ ├── SalesReturn_Del.aspx
│ │ ├── SalesReturn_Del.aspx.cs
│ │ ├── SalesReturn_Detail.aspx
│ │ ├── SalesReturn_Detail.aspx.cs
│ │ ├── SelectProductsByImg.aspx
│ │ └── SelectProductsByImg.aspx.cs
│ ├── Sales_Index.aspx
│ ├── Sales_Index.aspx.cs
│ ├── Shop
│ │ ├── NQ_Select_BuyReceiptWindows.aspx
│ │ ├── NQ_Select_BuyReceiptWindows.aspx.cs
│ │ ├── SysShopManager.aspx
│ │ └── SysShopManager.aspx.cs
│ ├── Stock
│ │ ├── AjaxAppendStock_Add.aspx
│ │ ├── AjaxAppendStock_Add.aspx.cs
│ │ ├── AjaxAppendStockDetail_load_Add_Edit_Del.aspx
│ │ ├── AjaxAppendStockDetail_load_Add_Edit_Del.aspx.cs
│ │ ├── AjaxOutStock_Add.aspx
│ │ ├── AjaxOutStock_Add.aspx.cs
│ │ ├── AjaxOutStockDetail_load_Add_Edit_Del.aspx
│ │ ├── AjaxOutStockDetail_load_Add_Edit_Del.aspx.cs
│ │ ├── ajaxResp.aspx
│ │ ├── ajaxResp.aspx.cs
│ │ ├── AppendStock_Add.aspx
│ │ ├── AppendStock_Add.aspx.cs
│ │ ├── AppendStock_Detail.aspx
│ │ ├── AppendStock_Detail.aspx.cs
│ │ ├── Chartlet_Chartlet1_商品分布图_Pie.Jpg
│ │ ├── Detop_CommonWindow1.aspx
│ │ ├── Detop_CommonWindow1.aspx.cs
│ │ ├── Detop_CommonWindow.aspx
│ │ ├── Detop_CommonWindow.aspx.cs
│ │ ├── DetopManager.aspx
│ │ ├── DetopManager.aspx.cs
│ │ ├── Detop_Select_Window1.aspx
│ │ ├── Detop_Select_Window1.aspx.cs
│ │ ├── Detop_Select_Window.aspx
│ │ ├── Detop_Select_Window.aspx.cs
│ │ ├── Inventory_Add.aspx
│ │ ├── Inventory_Add.aspx.cs
│ │ ├── Manager_AppendStockOrder.aspx
│ │ ├── Manager_AppendStockOrder.aspx.cs
│ │ ├── Manager_AuditingAppendStockOrder.aspx
│ │ ├── Manager_AuditingAppendStockOrder.aspx.cs
│ │ ├── Manager_AuditingInventoryOrder.aspx
│ │ ├── Manager_AuditingInventoryOrder.aspx.cs
│ │ ├── Manager_AuditingOutStockOrder.aspx
│ │ ├── Manager_AuditingOutStockOrder.aspx.cs
│ │ ├── Manager_AuditingTransferringOrder.aspx
│ │ ├── Manager_AuditingTransferringOrder.aspx.cs
│ │ ├── Manager_InventoryOrder.aspx
│ │ ├── Manager_InventoryOrder.aspx.cs
│ │ ├── Manager_OutStockOrder.aspx
│ │ ├── Manager_OutStockOrder.aspx.cs
│ │ ├── Manager_TransferringOrder.aspx
│ │ ├── Manager_TransferringOrder.aspx.cs
│ │ ├── OutStock_Add.aspx
│ │ ├── OutStock_Add.aspx.cs
│ │ ├── OutStock_Detail.aspx
│ │ ├── OutStock_Detail.aspx.cs
│ │ ├── PiePruducts.aspx
│ │ ├── PiePruducts.aspx.cs
│ │ ├── Stock_ProductsView.aspx
│ │ ├── Stock_ProductsView.aspx.cs
│ │ ├── Stock_StockView.aspx
│ │ ├── Stock_StockView.aspx.cs
│ │ ├── StoreHouseManager.aspx
│ │ ├── StoreHouseManager.aspx.cs
│ │ ├── TransferringOrder_Add.aspx
│ │ └── TransferringOrder_Add.aspx.cs
│ ├── Stock_Index.aspx
│ ├── Stock_Index.aspx.cs
│ ├── Supplier
│ │ ├── NQ_Select_Supplier_Window.aspx
│ │ ├── NQ_Select_Supplier_Window.aspx.cs
│ │ ├── NQ_Supplier_CommonWindow.aspx
│ │ ├── NQ_Supplier_CommonWindow.aspx.cs
│ │ ├── SupplierDetail.aspx
│ │ ├── SupplierDetail.aspx.cs
│ │ ├── SysSupplierManager.aspx
│ │ └── SysSupplierManager.aspx.cs
│ ├── SysConfig.aspx
│ ├── SysConfig.aspx.cs
│ ├── System_Log.aspx
│ ├── System_Log.aspx.cs
│ ├── Test.aspx
│ ├── Test.aspx.cs
│ ├── Tool
│ │ └── jsj.htm
│ ├── UploadFiles
│ │ ├── 2009061423401358.xls
│ │ ├── 2009061520045924.xls
│ │ ├── 2009061910560405.xls
│ │ └── Images
│ │ ├── 20081213143825843.jpg
│ │ ├── 200812131453265.jpg
│ │ ├── 2008121314619843.jpg
│ │ ├── 2008121314626515.jpg
│ │ ├── 2008121314826140.jpg
│ │ ├── 2008121314913546.jpg
│ │ ├── 2008121314919109.jpg
│ │ ├── 200812131497703.jpg
│ │ ├── 20081214101636843.jpg
│ │ ├── 20081214101646812.jpg
│ │ ├── 2008121410179234.jpg
│ │ ├── 2008121412250765.jpg
│ │ ├── 20081214122510203.jpg
│ │ ├── 20081214122513906.jpg
│ │ ├── 2008121412256703.jpg
│ │ ├── 2008121512294562.jpg
│ │ ├── 200812289022343.jpg
│ │ ├── 20081228903478.jpg
│ │ ├── 200912185329222.jpg
│ │ ├── 20091218533956.jpg
│ │ ├── 200912191633829.jpg
│ │ ├── 20091219422481.jpg
│ │ ├── 2009121985937.jpg
│ │ ├── 2009123211836999.jpg
│ │ ├── 200921010565631.jpg
│ │ ├── 20096162111376.jpg
│ │ ├── 2009616211143863.jpg
│ │ ├── 2009616211148816.jpg
│ │ ├── 2009616211153790.jpg
│ │ ├── 2009616211213132.jpg
│ │ ├── 2009616211223468.jpg
│ │ ├── 200961621653488.jpg
│ │ ├── 200961621710954.jpg
│ │ ├── 200961621718503.jpg
│ │ ├── 20096162172914.jpg
│ │ ├── 200972105931172.jpg
│ │ ├── 200972105939981.jpg
│ │ ├── nophoto.jpg
│ │ └── Thumb
│ │ ├── 200812131453265_thumb.jpg
│ │ ├── 2008121314826140_thumb.jpg
│ │ ├── 20081214101636843_thumb.jpg
│ │ ├── 2008121412250765_thumb.jpg
│ │ ├── 200812289022343_thumb.jpg
│ │ ├── 20096162111376_thumb.jpg
│ │ ├── 2009616211213132_thumb.jpg
│ │ ├── 200961621653488_thumb.jpg
│ │ └── 200972105931172_thumb.jpg
│ ├── User
│ │ ├── NQ_CheckUserName.aspx
│ │ ├── NQ_CheckUserName.aspx.cs
│ │ ├── NQ_Select_UserWindows.aspx
│ │ ├── NQ_Select_UserWindows.aspx.cs
│ │ ├── NQ_User_CommonWindows.aspx
│ │ ├── NQ_User_CommonWindows.aspx.cs
│ │ ├── SysUserDetail.aspx
│ │ ├── SysUserDetail.aspx.cs
│ │ ├── SysUserEdit.aspx
│ │ ├── SysUserEdit.aspx.cs
│ │ ├── SysUserManager.aspx
│ │ ├── SysUserManager.aspx.cs
│ │ ├── SysUserManagerEdit.aspx
│ │ ├── SysUserManagerEdit.aspx.cs
│ │ ├── SysUser_Reset_PassWord.aspx
│ │ ├── SysUser_Reset_PassWord.aspx.cs
│ │ ├── SysUserSearch.aspx
│ │ └── SysUserSearch.aspx.cs
│ ├── UserType
│ │ ├── SysUserTypeManager.aspx
│ │ ├── SysUserTypeManager.aspx.cs
│ │ └── UserControl
│ │ ├── help.txt
│ │ ├── Index_Admin_Menu.ascx
│ │ └── Index_Admin_Menu.ascx.cs
│ ├── web.config
│ ├── Web.sitemap
│ └── ZText
│ ├── text.aspx
│ └── text.aspx.cs
├── 使用说明.txt
└── 最新Asp.Net源码下载.url
113 directories, 1109 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论