实例介绍
某企业订单管理系统源码 某布艺企业订单管理系统,主要业务范围为窗帘、壁纸等。 采用Asp.Net2.0+Sql2005,三层结构 主要功能如下: 销售管理 厂家管理 材料管理 查询统计 系统设置 其他说明
【实例截图】
【核心代码】
订单管理系统
├── 51aspx源码必读.txt
├── Accounts
│ ├── Accounts.csproj
│ ├── Accounts.csproj.vspscc
│ ├── AccountsPage.cs
│ ├── bin
│ │ ├── Accounts.dll
│ │ ├── Accounts.pdb
│ │ ├── Accounts.XML
│ │ └── Debug
│ │ ├── Accounts.dll
│ │ ├── Accounts.pdb
│ │ ├── Accounts.XML
│ │ └── vssver2.scc
│ ├── Bus
│ │ ├── AccountsPrincipal.cs
│ │ ├── SiteIdentity.cs
│ │ └── User.cs
│ ├── Data
│ │ └── User.cs
│ ├── DbManagerSQL.cs
│ ├── DbObject.cs
│ ├── DESEncrypt.cs
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── Accounts.csproj.FileListAbsolute.txt
│ │ ├── Accounts.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── Accounts.csproj.FileListAbsolute.txt
│ │ │ ├── Accounts.dll
│ │ │ ├── Accounts.pdb
│ │ │ ├── Refactor
│ │ │ │ └── Accounts.dll
│ │ │ └── vssver2.scc
│ │ ├── Release
│ │ │ ├── Accounts.csproj.FileListAbsolute.txt
│ │ │ ├── Accounts.dll
│ │ │ └── Accounts.pdb
│ │ └── vssver2.scc
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── PubConstant.cs
│ └── 新建文件夹
│ ├── Accounts.csproj.vspscc
│ └── mssccprj.scc
├── BLL
│ ├── Accounts
│ │ ├── Accounts_Department.cs
│ │ ├── Accounts_PermissionClass.cs
│ │ ├── Accounts_Permissions.cs
│ │ ├── Accounts_RoleClass.cs
│ │ ├── Accounts_RolePermissions.cs
│ │ ├── Accounts_Roles.cs
│ │ ├── Accounts_UserRoles.cs
│ │ ├── Accounts_Users.cs
│ │ ├── Department1.cs
│ │ ├── Department2.cs
│ │ └── vssver2.scc
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Accounts.dll
│ │ │ ├── Accounts.pdb
│ │ │ ├── Accounts.xml
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Common.dll
│ │ │ ├── Common.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── DBUtility.dll
│ │ │ ├── DBUtility.pdb
│ │ │ ├── Excel.dll
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── Release
│ │ ├── Accounts.dll
│ │ ├── Accounts.pdb
│ │ ├── Accounts.xml
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── COM.Excel.dll
│ │ ├── Common.dll
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── DBUtility.dll
│ │ ├── DBUtility.pdb
│ │ ├── Excel.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ └── office.dll
│ ├── BLL.csproj
│ ├── BLL.csproj.user
│ ├── BLL.csproj.vspscc
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── Refactor
│ │ │ │ └── BLL.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Release
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Production
│ │ ├── ProductCategory.cs
│ │ ├── ProductCostHistory.cs
│ │ ├── Product.cs
│ │ ├── ProductListPriceHistory.cs
│ │ ├── ProductSpecification.cs
│ │ └── ProductSubcategory.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Sales
│ │ ├── Account.cs
│ │ ├── Customer.cs
│ │ ├── Location.cs
│ │ ├── ManufacturerCode.cs
│ │ ├── Manufacturer.cs
│ │ ├── MaterialCategory.cs
│ │ ├── Material.cs
│ │ ├── MaterialInventory.cs
│ │ ├── NeedMaterialDetail.cs
│ │ ├── NeedMaterialHeader.cs
│ │ ├── OrderMaterialDetail.cs
│ │ ├── OrderMaterialHeader.cs
│ │ ├── PurchaseOrderDetail.cs
│ │ ├── PurchaseOrderHeader.cs
│ │ ├── SalesOrderHeader.cs
│ │ ├── SettlementDetail.cs
│ │ ├── SettlementType.cs
│ │ ├── StockOutNoteDetail.cs
│ │ ├── StockOutNoteHeader.cs
│ │ └── vssver2.scc
│ ├── Statistics
│ │ ├── Statistics.cs
│ │ └── vssver2.scc
│ ├── vssver2.scc
│ └── WorkNote
│ ├── FeedbackInfo.cs
│ ├── LinkFileInfo.cs
│ └── WorkNoteInfo.cs
├── Common
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Accounts.dll
│ │ │ ├── Accounts.pdb
│ │ │ ├── Accounts.xml
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Common.dll
│ │ │ ├── Common.pdb
│ │ │ └── Excel.dll
│ │ └── Release
│ │ ├── Accounts.dll
│ │ ├── Accounts.pdb
│ │ ├── Accounts.xml
│ │ ├── COM.Excel.dll
│ │ ├── Common.dll
│ │ ├── Excel.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ └── office.dll
│ ├── CheckRoleAndPermission.cs
│ ├── Common.csproj
│ ├── Common.csproj.user
│ ├── Common.csproj.vspscc
│ ├── Common.sln
│ ├── Common.suo
│ ├── ConfigHelper.cs
│ ├── DataCache.cs
│ ├── DataToExcel.cs
│ ├── DEncrypt
│ │ ├── DEncrypt.cs
│ │ ├── DESEncrypt.cs
│ │ ├── HashEncode.cs
│ │ └── RSACryption.cs
│ ├── INIFile.cs
│ ├── Lib
│ │ ├── COM.Excel.dll
│ │ └── Excel.dll
│ ├── MessageBox.cs
│ ├── MsgBox.cs
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── Common.csproj.FileListAbsolute.txt
│ │ ├── Common.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── Common.csproj.FileListAbsolute.txt
│ │ │ ├── Common.dll
│ │ │ ├── Common.pdb
│ │ │ ├── Refactor
│ │ │ │ └── Common.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Release
│ │ ├── Common.csproj.FileListAbsolute.txt
│ │ ├── Common.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── OWCChart11.cs
│ ├── PageBase.cs
│ ├── PageValidate.cs
│ ├── RMB.cs
│ ├── StringPlus.cs
│ ├── TimeParser.cs
│ └── vssver2.scc
├── DAL
│ ├── Accounts
│ │ ├── Accounts_Department.cs
│ │ ├── Accounts_PermissionClass.cs
│ │ ├── Accounts_Permissions.cs
│ │ ├── Accounts_RoleClass.cs
│ │ ├── Accounts_RolePermissions.cs
│ │ ├── Accounts_Roles.cs
│ │ ├── Accounts_UserRoles.cs
│ │ ├── Accounts_Users.cs
│ │ ├── Department1.cs
│ │ └── Department2.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Accounts.dll
│ │ │ ├── Accounts.pdb
│ │ │ ├── Accounts.xml
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Common.dll
│ │ │ ├── Common.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── DBUtility.dll
│ │ │ ├── DBUtility.pdb
│ │ │ ├── Excel.dll
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── Release
│ │ ├── Accounts.dll
│ │ ├── Accounts.pdb
│ │ ├── Accounts.xml
│ │ ├── COM.Excel.dll
│ │ ├── Common.dll
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── DBUtility.dll
│ │ ├── DBUtility.pdb
│ │ ├── Excel.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ └── office.dll
│ ├── DAL.csproj
│ ├── DAL.csproj.user
│ ├── DAL.csproj.vspscc
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Refactor
│ │ │ │ └── DAL.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Release
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Production
│ │ ├── ProductCategory.cs
│ │ ├── ProductCostHistory.cs
│ │ ├── Product.cs
│ │ ├── ProductListPriceHistory.cs
│ │ ├── ProductSpecification.cs
│ │ └── ProductSubcategory.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Sales
│ │ ├── Account.cs
│ │ ├── Customer.cs
│ │ ├── Location.cs
│ │ ├── ManufacturerCode.cs
│ │ ├── Manufacturer.cs
│ │ ├── MaterialCategory.cs
│ │ ├── Material.cs
│ │ ├── MaterialInventory.cs
│ │ ├── NeedMaterialDetail.cs
│ │ ├── NeedMaterialHeader.cs
│ │ ├── OrderMaterialDetail.cs
│ │ ├── OrderMaterialHeader.cs
│ │ ├── PurchaseOrderDetail.cs
│ │ ├── PurchaseOrderHeader.cs
│ │ ├── SalesOrderHeader.cs
│ │ ├── SettlementDetail.cs
│ │ ├── SettlementType.cs
│ │ ├── StockOutNoteDetail.cs
│ │ ├── StockOutNoteHeader.cs
│ │ └── vssver2.scc
│ ├── Statistics
│ │ ├── Statistics.cs
│ │ └── vssver2.scc
│ ├── vssver2.scc
│ └── WorkNote
│ ├── FeedbackInfo.cs
│ ├── LinkFileInfo.cs
│ └── WorkNoteInfo.cs
├── DB_51aspx
│ ├── UART_log.ldf
│ └── UART.mdf
├── DBUtility
│ ├── bin
│ │ ├── Debug
│ │ │ ├── DBUtility.dll
│ │ │ └── DBUtility.pdb
│ │ └── Release
│ │ ├── DBUtility.dll
│ │ └── DBUtility.pdb
│ ├── CommandInfo.cs
│ ├── DbHelperOleDb.cs
│ ├── DbHelperOra.cs
│ ├── DbHelperSQL2.cs
│ ├── DbHelperSQL.cs
│ ├── DbHelperSQLP.cs
│ ├── DBUtility.csproj
│ ├── DBUtility.csproj.user
│ ├── DBUtility.csproj.vspscc
│ ├── DESEncrypt.cs
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── DBUtility.csproj.FileListAbsolute.txt
│ │ ├── DBUtility.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── DBUtility.csproj.FileListAbsolute.txt
│ │ │ ├── DBUtility.dll
│ │ │ ├── DBUtility.pdb
│ │ │ └── Refactor
│ │ │ └── DBUtility.dll
│ │ └── Release
│ │ ├── DBUtility.csproj.FileListAbsolute.txt
│ │ ├── DBUtility.dll
│ │ └── DBUtility.pdb
│ ├── OracleHelper.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── PubConstant.cs
│ └── SQLHelper.cs
├── Files
│ ├── loginbg.psd
│ ├── top
│ │ ├── images
│ │ │ ├── top_01.gif
│ │ │ ├── top_02.gif
│ │ │ ├── top_03.gif
│ │ │ ├── top_04.gif
│ │ │ ├── top_05.gif
│ │ │ ├── top_06.gif
│ │ │ └── top_07.gif
│ │ └── top.html
│ ├── top.psd
│ ├── 功能概述.txt
│ ├── 数据库名.doc
│ ├── 数据库文档.doc
│ ├── 数据库文档.htm
│ ├── 权限代码表.xls
│ ├── 清空数据库.sql
│ └── 系统说明.txt
├── from.gif
├── Model
│ ├── Accounts
│ │ ├── Accounts_Department.cs
│ │ ├── Accounts_PermissionClass.cs
│ │ ├── Accounts_Permissions.cs
│ │ ├── Accounts_RoleClass.cs
│ │ ├── Accounts_RolePermissions.cs
│ │ ├── Accounts_Roles.cs
│ │ ├── Accounts_UserRoles.cs
│ │ ├── Accounts_Users.cs
│ │ ├── Department1.cs
│ │ └── Department2.cs
│ ├── Adv
│ │ └── AdvInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── Release
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── Model.csproj
│ ├── Model.csproj.user
│ ├── Model.csproj.vspscc
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ └── Refactor
│ │ │ └── Model.dll
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.csproj.FileList.txt
│ │ └── Release
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── Production
│ │ ├── ProductCategory.cs
│ │ ├── ProductCostHistory.cs
│ │ ├── Product.cs
│ │ ├── ProductListPriceHistory.cs
│ │ ├── ProductSpecification.cs
│ │ └── ProductSubcategory.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Sales
│ │ ├── Account.cs
│ │ ├── Customer.cs
│ │ ├── Location.cs
│ │ ├── ManufacturerCode.cs
│ │ ├── Manufacturer.cs
│ │ ├── MaterialCategory.cs
│ │ ├── Material.cs
│ │ ├── MaterialInventory.cs
│ │ ├── NeedMaterialDetail.cs
│ │ ├── NeedMaterialHeader.cs
│ │ ├── OrderMaterialDetail.cs
│ │ ├── OrderMaterialHeader.cs
│ │ ├── PurchaseOrderDetail.cs
│ │ ├── PurchaseOrderHeader.cs
│ │ ├── SalesOrderHeader.cs
│ │ ├── SettlementDetail.cs
│ │ ├── SettlementType.cs
│ │ ├── StockOutNoteDetail.cs
│ │ ├── StockOutNoteHeader.cs
│ │ └── vssver2.scc
│ ├── vssver2.scc
│ └── WorkNote
│ ├── FeedbackInfo.cs
│ ├── LinkFileInfo.cs
│ └── WorkNoteInfo.cs
├── mssccprj.scc
├── UART.sln
├── UART.suo
├── UART.vssscc
├── UARTWebSetup
│ ├── mssccprj.scc
│ ├── UARTWebSetup.vdproj
│ ├── UARTWebSetup.vdproj.vspscc
│ └── vssver2.scc
└── Web
├── Admin
│ ├── admin_DepartmentAdd.aspx
│ ├── admin_DepartmentAdd.aspx.cs
│ ├── admin_DepartmentAdd.aspx.designer.cs
│ ├── admin_DepartmentEdit.aspx
│ ├── admin_DepartmentEdit.aspx.cs
│ ├── admin_DepartmentEdit.aspx.designer.cs
│ ├── admin_DepartmentList.aspx
│ ├── admin_DepartmentList.aspx.cs
│ ├── admin_DepartmentList.aspx.designer.cs
│ ├── admin_index.html
│ ├── admin_Left.aspx
│ ├── admin_Left.aspx.cs
│ ├── admin_Left.aspx.designer.cs
│ ├── admin_Login.aspx
│ ├── admin_Login.aspx.cs
│ ├── admin_Login.aspx.designer.cs
│ ├── admin_Logout.aspx
│ ├── admin_Logout.aspx.cs
│ ├── admin_Logout.aspx.designer.cs
│ ├── admin_Main.aspx
│ ├── admin_Main.aspx.cs
│ ├── admin_Main.aspx.designer.cs
│ ├── AdminMenu.xml
│ ├── admin_Permission.aspx
│ ├── admin_Permission.aspx.cs
│ ├── admin_Permission.aspx.designer.cs
│ ├── admin_PermissionClass.aspx
│ ├── admin_PermissionClass.aspx.cs
│ ├── admin_PermissionClass.aspx.designer.cs
│ ├── admin_ReLogin.aspx
│ ├── admin_ReLogin.aspx.cs
│ ├── admin_ReLogin.aspx.designer.cs
│ ├── admin_Role.aspx
│ ├── admin_Role.aspx.cs
│ ├── admin_Role.aspx.designer.cs
│ ├── admin_RoleClass.aspx
│ ├── admin_RoleClass.aspx.cs
│ ├── admin_RoleClass.aspx.designer.cs
│ ├── admin_RolePermission.aspx
│ ├── admin_RolePermission.aspx.cs
│ ├── admin_RolePermission.aspx.designer.cs
│ ├── admin_RoleUser.aspx
│ ├── admin_RoleUser.aspx.cs
│ ├── admin_RoleUser.aspx.designer.cs
│ ├── admin_Top.aspx
│ ├── admin_Top.aspx.cs
│ ├── admin_Top.aspx.designer.cs
│ ├── admin_UserAdd.aspx
│ ├── admin_UserAdd.aspx.cs
│ ├── admin_UserAdd.aspx.designer.cs
│ ├── admin_UserEdit.aspx
│ ├── admin_UserEdit.aspx.cs
│ ├── admin_UserEdit.aspx.designer.cs
│ ├── admin_UserList.aspx
│ ├── admin_UserList.aspx.cs
│ ├── admin_UserList.aspx.designer.cs
│ ├── admin_UserRole.aspx
│ ├── admin_UserRole.aspx.cs
│ ├── admin_UserRole.aspx.designer.cs
│ ├── Controls
│ │ ├── showCopyright.ascx
│ │ ├── showCopyright.ascx.cs
│ │ └── showCopyright.ascx.designer.cs
│ ├── images
│ │ ├── admin_title_bg_hide.gif
│ │ ├── admin_title_bg_show.gif
│ │ ├── bar_00.gif
│ │ ├── bar_07.gif
│ │ ├── calendar.gif
│ │ ├── close.gif
│ │ ├── customs.gif
│ │ ├── drop1.gif
│ │ ├── drop2.gif
│ │ ├── left1.gif
│ │ ├── left2.gif
│ │ ├── Login_bg.gif
│ │ ├── login.gif
│ │ ├── right1.gif
│ │ ├── right2.gif
│ │ ├── Thumbs.db
│ │ ├── top-1.gif
│ │ ├── top-2.gif
│ │ ├── top-3.gif
│ │ ├── top-4.gif
│ │ ├── top-5.gif
│ │ ├── top-bj.gif
│ │ ├── user_all_bg.gif
│ │ └── vssver2.scc
│ ├── Spliter.aspx
│ ├── Spliter.aspx.cs
│ ├── Spliter.aspx.designer.cs
│ ├── style
│ │ └── style.css
│ ├── vssver2.scc
│ └── WebSample.html
├── Admin_Index.html
├── Admin_Left.aspx
├── Admin_Left.aspx.cs
├── Admin_Left.aspx.designer.cs
├── Admin_Login.aspx
├── Admin_Login.aspx.cs
├── Admin_Login.aspx.designer.cs
├── Admin_Logout.aspx
├── Admin_Logout.aspx.cs
├── Admin_Logout.aspx.designer.cs
├── Admin_Main.aspx
├── Admin_Main.aspx.cs
├── Admin_Main.aspx.designer.cs
├── Admin_ReLogin.aspx
├── Admin_ReLogin.aspx.cs
├── Admin_ReLogin.aspx.designer.cs
├── Admin_Top.aspx
├── Admin_Top.aspx.cs
├── Admin_Top.aspx.designer.cs
├── Center.html
├── Default.aspx
├── Default.aspx.cs
├── Default.aspx.designer.cs
├── Down.html
├── FCKeditor
│ ├── _documentation.html
│ ├── editor
│ │ ├── css
│ │ │ ├── behaviors
│ │ │ │ ├── disablehandles.htc
│ │ │ │ └── showtableborders.htc
│ │ │ ├── fck_editorarea.css
│ │ │ ├── fck_internal.css
│ │ │ ├── fck_showtableborders_gecko.css
│ │ │ └── images
│ │ │ ├── block_address.png
│ │ │ ├── block_blockquote.png
│ │ │ ├── block_div.png
│ │ │ ├── block_h1.png
│ │ │ ├── block_h2.png
│ │ │ ├── block_h3.png
│ │ │ ├── block_h4.png
│ │ │ ├── block_h5.png
│ │ │ ├── block_h6.png
│ │ │ ├── block_p.png
│ │ │ ├── block_pre.png
│ │ │ ├── fck_anchor.gif
│ │ │ ├── fck_flashlogo.gif
│ │ │ ├── fck_hiddenfield.gif
│ │ │ └── fck_pagebreak.gif
│ │ ├── dialog
│ │ │ ├── common
│ │ │ │ ├── fck_dialog_common.css
│ │ │ │ ├── fck_dialog_common.js
│ │ │ │ └── images
│ │ │ │ ├── locked.gif
│ │ │ │ ├── reset.gif
│ │ │ │ └── unlocked.gif
│ │ │ ├── fck_about
│ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ └── logo_fredck.gif
│ │ │ ├── fck_about.html
│ │ │ ├── fck_anchor.html
│ │ │ ├── fck_button.html
│ │ │ ├── fck_checkbox.html
│ │ │ ├── fck_colorselector.html
│ │ │ ├── fck_docprops
│ │ │ │ └── fck_document_preview.html
│ │ │ ├── fck_docprops.html
│ │ │ ├── fck_flash
│ │ │ │ ├── fck_flash.js
│ │ │ │ └── fck_flash_preview.html
│ │ │ ├── fck_flash.html
│ │ │ ├── fck_form.html
│ │ │ ├── fck_hiddenfield.html
│ │ │ ├── fck_image
│ │ │ │ ├── fck_image.js
│ │ │ │ └── fck_image_preview.html
│ │ │ ├── fck_image.html
│ │ │ ├── fck_link
│ │ │ │ └── fck_link.js
│ │ │ ├── fck_link.html
│ │ │ ├── fck_listprop.html
│ │ │ ├── fck_paste.html
│ │ │ ├── fck_radiobutton.html
│ │ │ ├── fck_replace.html
│ │ │ ├── fck_select
│ │ │ │ └── fck_select.js
│ │ │ ├── fck_select.html
│ │ │ ├── fck_smiley.html
│ │ │ ├── fck_source.html
│ │ │ ├── fck_specialchar.html
│ │ │ ├── fck_spellerpages
│ │ │ │ └── spellerpages
│ │ │ │ ├── blank.html
│ │ │ │ ├── controls.html
│ │ │ │ ├── controlWindow.js
│ │ │ │ ├── server-scripts
│ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ └── spellchecker.pl
│ │ │ │ ├── spellchecker.html
│ │ │ │ ├── spellChecker.js
│ │ │ │ ├── spellerStyle.css
│ │ │ │ └── wordWindow.js
│ │ │ ├── fck_spellerpages.html
│ │ │ ├── fck_tablecell.html
│ │ │ ├── fck_table.html
│ │ │ ├── fck_template
│ │ │ │ └── images
│ │ │ │ ├── template1.gif
│ │ │ │ ├── template2.gif
│ │ │ │ └── template3.gif
│ │ │ ├── fck_template.html
│ │ │ ├── fck_textarea.html
│ │ │ └── fck_textfield.html
│ │ ├── dtd
│ │ │ ├── fck_dtd_test.html
│ │ │ ├── fck_xhtml10strict.js
│ │ │ └── fck_xhtml10transitional.js
│ │ ├── fckdebug.html
│ │ ├── fckdialog.html
│ │ ├── fckeditor.html
│ │ ├── fckeditor.original.html
│ │ ├── filemanager
│ │ │ ├── browser
│ │ │ │ └── default
│ │ │ │ ├── browser.css
│ │ │ │ ├── browser.html
│ │ │ │ ├── frmactualfolder.html
│ │ │ │ ├── frmcreatefolder.html
│ │ │ │ ├── frmfolders.html
│ │ │ │ ├── frmresourceslist.html
│ │ │ │ ├── frmresourcetype.html
│ │ │ │ ├── frmupload.html
│ │ │ │ ├── images
│ │ │ │ │ ├── ButtonArrow.gif
│ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ ├── Folder.gif
│ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ ├── FolderOpened.gif
│ │ │ │ │ ├── FolderUp.gif
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 32
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ └── spacer.gif
│ │ │ │ └── js
│ │ │ │ ├── common.js
│ │ │ │ └── fckxml.js
│ │ │ └── connectors
│ │ │ ├── asp
│ │ │ │ ├── basexml.asp
│ │ │ │ ├── class_upload.asp
│ │ │ │ ├── commands.asp
│ │ │ │ ├── config.asp
│ │ │ │ ├── connector.asp
│ │ │ │ ├── io.asp
│ │ │ │ ├── upload.asp
│ │ │ │ └── util.asp
│ │ │ ├── aspx
│ │ │ │ ├── connector.aspx
│ │ │ │ └── upload.aspx
│ │ │ ├── cfm
│ │ │ │ ├── cf5_connector.cfm
│ │ │ │ ├── cf5_upload.cfm
│ │ │ │ ├── cf_basexml.cfm
│ │ │ │ ├── cf_commands.cfm
│ │ │ │ ├── cf_connector.cfm
│ │ │ │ ├── cf_io.cfm
│ │ │ │ ├── cf_upload.cfm
│ │ │ │ ├── cf_util.cfm
│ │ │ │ ├── config.cfm
│ │ │ │ ├── connector.cfm
│ │ │ │ ├── image.cfc
│ │ │ │ ├── ImageObject.cfc
│ │ │ │ └── upload.cfm
│ │ │ ├── lasso
│ │ │ │ ├── config.lasso
│ │ │ │ ├── connector.lasso
│ │ │ │ └── upload.lasso
│ │ │ ├── perl
│ │ │ │ ├── basexml.pl
│ │ │ │ ├── commands.pl
│ │ │ │ ├── connector.cgi
│ │ │ │ ├── io.pl
│ │ │ │ ├── upload.cgi
│ │ │ │ ├── upload_fck.pl
│ │ │ │ └── util.pl
│ │ │ ├── php
│ │ │ │ ├── basexml.php
│ │ │ │ ├── commands.php
│ │ │ │ ├── config.php
│ │ │ │ ├── connector.php
│ │ │ │ ├── io.php
│ │ │ │ ├── phpcompat.php
│ │ │ │ ├── upload.php
│ │ │ │ └── util.php
│ │ │ ├── py
│ │ │ │ ├── config.py
│ │ │ │ ├── connector.py
│ │ │ │ ├── fckcommands.py
│ │ │ │ ├── fckconnector.py
│ │ │ │ ├── fckoutput.py
│ │ │ │ ├── fckutil.py
│ │ │ │ ├── htaccess.txt
│ │ │ │ ├── upload.py
│ │ │ │ ├── wsgi.py
│ │ │ │ └── zope.py
│ │ │ ├── test.html
│ │ │ └── uploadtest.html
│ │ ├── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow_ltr.gif
│ │ │ ├── arrow_rtl.gif
│ │ │ ├── smiley
│ │ │ │ └── msn
│ │ │ │ ├── angel_smile.gif
│ │ │ │ ├── angry_smile.gif
│ │ │ │ ├── broken_heart.gif
│ │ │ │ ├── cake.gif
│ │ │ │ ├── confused_smile.gif
│ │ │ │ ├── cry_smile.gif
│ │ │ │ ├── devil_smile.gif
│ │ │ │ ├── embaressed_smile.gif
│ │ │ │ ├── envelope.gif
│ │ │ │ ├── heart.gif
│ │ │ │ ├── kiss.gif
│ │ │ │ ├── lightbulb.gif
│ │ │ │ ├── omg_smile.gif
│ │ │ │ ├── regular_smile.gif
│ │ │ │ ├── sad_smile.gif
│ │ │ │ ├── shades_smile.gif
│ │ │ │ ├── teeth_smile.gif
│ │ │ │ ├── thumbs_down.gif
│ │ │ │ ├── thumbs_up.gif
│ │ │ │ ├── tounge_smile.gif
│ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ └── wink_smile.gif
│ │ │ └── spacer.gif
│ │ ├── js
│ │ │ ├── fckeditorcode_gecko.js
│ │ │ └── fckeditorcode_ie.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── _translationstatus.txt
│ │ │ ├── zh-cn.js
│ │ │ └── zh.js
│ │ ├── plugins
│ │ │ ├── autogrow
│ │ │ │ └── fckplugin.js
│ │ │ ├── bbcode
│ │ │ │ ├── fckplugin.js
│ │ │ │ └── _sample
│ │ │ │ ├── sample.config.js
│ │ │ │ └── sample.html
│ │ │ ├── dragresizetable
│ │ │ │ └── fckplugin.js
│ │ │ ├── placeholder
│ │ │ │ ├── fck_placeholder.html
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── de.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ ├── it.js
│ │ │ │ │ └── pl.js
│ │ │ │ └── placeholder.gif
│ │ │ ├── simplecommands
│ │ │ │ └── fckplugin.js
│ │ │ └── tablecommands
│ │ │ └── fckplugin.js
│ │ └── skins
│ │ ├── default
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ ├── Thumbs.db
│ │ │ ├── toolbar.arrowright.gif
│ │ │ ├── toolbar.buttonarrow.gif
│ │ │ ├── toolbar.collapse.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.expand.gif
│ │ │ ├── toolbar.separator.gif
│ │ │ └── toolbar.start.gif
│ │ ├── _fckviewstrips.html
│ │ ├── office2003
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ ├── toolbar.arrowright.gif
│ │ │ ├── toolbar.bg.gif
│ │ │ ├── toolbar.buttonarrow.gif
│ │ │ ├── toolbar.collapse.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.expand.gif
│ │ │ ├── toolbar.separator.gif
│ │ │ └── toolbar.start.gif
│ │ └── silver
│ │ ├── fck_dialog.css
│ │ ├── fck_editor.css
│ │ ├── fck_strip.gif
│ │ └── images
│ │ ├── Thumbs.db
│ │ ├── toolbar.arrowright.gif
│ │ ├── toolbar.buttonarrow.gif
│ │ ├── toolbar.buttonbg.gif
│ │ ├── toolbar.collapse.gif
│ │ ├── toolbar.end.gif
│ │ ├── toolbar.expand.gif
│ │ ├── toolbar.separator.gif
│ │ └── toolbar.start.gif
│ ├── fckconfig.js
│ ├── fckeditor.js
│ ├── fckpackager.xml
│ ├── fckstyles.xml
│ ├── fcktemplates.xml
│ ├── license.txt
│ ├── _upgrade.html
│ ├── _whatsnew_history.html
│ └── _whatsnew.html
├── js
│ ├── chili-1.7.pack.js
│ ├── jquery.accordion.js
│ ├── jquery.dimensions.js
│ ├── jquery.easing.js
│ ├── jquery.js
│ ├── js.js
│ ├── UART.js
│ └── vssver2.scc
├── left.html
├── Middel.html
├── middel - 副本.html
├── mssccprj.scc
├── obj
│ ├── Debug
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── Web.csproj.FileListAbsolute.txt
│ │ ├── Web.dll
│ │ └── Web.pdb
│ └── Release
│ ├── ResolveAssemblyReference.cache
│ ├── Web.csproj.FileListAbsolute.txt
│ ├── Web.dll
│ └── Web.pdb
├── Properties
│ ├── AssemblyInfo.cs
│ └── vssver2.scc
├── Sales
│ ├── AccountCurrentBalanceShow.aspx
│ ├── AccountCurrentBalanceShow.aspx.cs
│ ├── AccountCurrentBalanceShow.aspx.designer.cs
│ ├── AccountManage.aspx
│ ├── AccountManage.aspx.cs
│ ├── AccountManage.aspx.designer.cs
│ ├── LocationManage.aspx
│ ├── LocationManage.aspx.cs
│ ├── LocationManage.aspx.designer.cs
│ ├── ManufacturerAdd.aspx
│ ├── ManufacturerAdd.aspx.cs
│ ├── ManufacturerAdd.aspx.designer.cs
│ ├── ManufacturerEdit.aspx
│ ├── ManufacturerEdit.aspx.cs
│ ├── ManufacturerEdit.aspx.designer.cs
│ ├── ManufacturerList.aspx
│ ├── ManufacturerList.aspx.cs
│ ├── ManufacturerList.aspx.designer.cs
│ ├── ManufacturerShow.aspx
│ ├── ManufacturerShow.aspx.cs
│ ├── ManufacturerShow.aspx.designer.cs
│ ├── MaterialAdd.aspx
│ ├── MaterialAdd.aspx.cs
│ ├── MaterialAdd.aspx.designer.cs
│ ├── MaterialCategoryManage.aspx
│ ├── MaterialCategoryManage.aspx.cs
│ ├── MaterialCategoryManage.aspx.designer.cs
│ ├── MaterialInventoryShow.aspx
│ ├── MaterialInventoryShow.aspx.cs
│ ├── MaterialInventoryShow.aspx.designer.cs
│ ├── MaterialList.aspx
│ ├── MaterialList.aspx.cs
│ ├── MaterialList.aspx.designer.cs
│ ├── NeedMaterialDetailEdit.aspx
│ ├── NeedMaterialDetailEdit.aspx.cs
│ ├── NeedMaterialDetailEdit.aspx.designer.cs
│ ├── NeedMaterialDetailShow.aspx
│ ├── NeedMaterialDetailShow.aspx.cs
│ ├── NeedMaterialDetailShow.aspx.designer.cs
│ ├── NeedMaterialHeaderEditFromSalesOrder.aspx
│ ├── NeedMaterialHeaderEditFromSalesOrder.aspx.cs
│ ├── NeedMaterialHeaderEditFromSalesOrder.aspx.designer.cs
│ ├── NeedMaterialListForPurchaseOrderHeader.aspx
│ ├── NeedMaterialListForPurchaseOrderHeader.aspx.cs
│ ├── NeedMaterialListForPurchaseOrderHeader.aspx.designer.cs
│ ├── NeedMaterialListForStockOutNoteHeader.aspx
│ ├── NeedMaterialListForStockOutNoteHeader.aspx.cs
│ ├── NeedMaterialListForStockOutNoteHeader.aspx.designer.cs
│ ├── NeedMaterialShow.aspx
│ ├── NeedMaterialShow.aspx.cs
│ ├── NeedMaterialShow.aspx.designer.cs
│ ├── PurchaseOrderDetailArrivalManage.aspx
│ ├── PurchaseOrderDetailArrivalManage.aspx.cs
│ ├── PurchaseOrderDetailArrivalManage.aspx.designer.cs
│ ├── PurchaseOrderDetailCostUnitPriceManage.aspx
│ ├── PurchaseOrderDetailCostUnitPriceManage.aspx.cs
│ ├── PurchaseOrderDetailCostUnitPriceManage.aspx.designer.cs
│ ├── PurchaseOrderDetailEdit.aspx
│ ├── PurchaseOrderDetailEdit.aspx.cs
│ ├── PurchaseOrderDetailEdit.aspx.designer.cs
│ ├── PurchaseOrderHeaderCreatFromNeedMaterial.aspx
│ ├── PurchaseOrderHeaderCreatFromNeedMaterial.aspx.cs
│ ├── PurchaseOrderHeaderCreatFromNeedMaterial.aspx.designer.cs
│ ├── PurchaseOrderHeaderEditFromNeedMaterial.aspx
│ ├── PurchaseOrderHeaderEditFromNeedMaterial.aspx.cs
│ ├── PurchaseOrderHeaderEditFromNeedMaterial.aspx.designer.cs
│ ├── PurchaseOrderHeaderList.aspx
│ ├── PurchaseOrderHeaderList.aspx.cs
│ ├── PurchaseOrderHeaderList.aspx.designer.cs
│ ├── PurchaseOrderHeaderListForArrivalManage.aspx
│ ├── PurchaseOrderHeaderListForArrivalManage.aspx.cs
│ ├── PurchaseOrderHeaderListForArrivalManage.aspx.designer.cs
│ ├── PurchaseOrderHeaderListForCostUnitPriceAndPaymentManage.aspx
│ ├── PurchaseOrderHeaderListForCostUnitPriceAndPaymentManage.aspx.cs
│ ├── PurchaseOrderHeaderListForCostUnitPriceAndPaymentManage.aspx.designer.cs
│ ├── PurchaseOrderPaymentManage.aspx
│ ├── PurchaseOrderPaymentManage.aspx.cs
│ ├── PurchaseOrderPaymentManage.aspx.designer.cs
│ ├── PurchaseOrderShow.aspx
│ ├── PurchaseOrderShow.aspx.cs
│ ├── PurchaseOrderShow.aspx.designer.cs
│ ├── SalesOrderAdd.aspx
│ ├── SalesOrderAdd.aspx.cs
│ ├── SalesOrderAdd.aspx.designer.cs
│ ├── SalesOrderEdit.aspx
│ ├── SalesOrderEdit.aspx.cs
│ ├── SalesOrderEdit.aspx.designer.cs
│ ├── SalesOrderList.aspx
│ ├── SalesOrderList.aspx.cs
│ ├── SalesOrderList.aspx.designer.cs
│ ├── SalesOrderListForPaymentManage.aspx
│ ├── SalesOrderListForPaymentManage.aspx.cs
│ ├── SalesOrderListForPaymentManage.aspx.designer.cs
│ ├── SalesOrderListForProcessManage.aspx
│ ├── SalesOrderListForProcessManage.aspx.cs
│ ├── SalesOrderListForProcessManage.aspx.designer.cs
│ ├── SalesOrderPaymentManage.aspx
│ ├── SalesOrderPaymentManage.aspx.cs
│ ├── SalesOrderPaymentManage.aspx.designer.cs
│ ├── SalesOrderRefundManage.aspx
│ ├── SalesOrderRefundManage.aspx.cs
│ ├── SalesOrderRefundManage.aspx.designer.cs
│ ├── SalesOrderShow.aspx
│ ├── SalesOrderShow.aspx.cs
│ ├── SalesOrderShow.aspx.designer.cs
│ ├── SettlementDetailForSalesOrderShow.aspx
│ ├── SettlementDetailForSalesOrderShow.aspx.cs
│ ├── SettlementDetailForSalesOrderShow.aspx.designer.cs
│ ├── SettlementDetailList.aspx
│ ├── SettlementDetailList.aspx.cs
│ ├── SettlementDetailList.aspx.designer.cs
│ ├── SettlementDetailShow.aspx
│ ├── SettlementDetailShow.aspx.cs
│ ├── SettlementDetailShow.aspx.designer.cs
│ ├── SettlementInputAdd.aspx
│ ├── SettlementInputAdd.aspx.cs
│ ├── SettlementInputAdd.aspx.designer.cs
│ ├── SettlementOutputAdd.aspx
│ ├── SettlementOutputAdd.aspx.cs
│ ├── SettlementOutputAdd.aspx.designer.cs
│ ├── SettlementTransferAdd.aspx
│ ├── SettlementTransferAdd.aspx.cs
│ ├── SettlementTransferAdd.aspx.designer.cs
│ ├── SettlementTypeManage.aspx
│ ├── SettlementTypeManage.aspx.cs
│ ├── SettlementTypeManage.aspx.designer.cs
│ ├── StockOutNoteDetailOutManage.aspx
│ ├── StockOutNoteDetailOutManage.aspx.cs
│ ├── StockOutNoteDetailOutManage.aspx.designer.cs
│ ├── StockOutNoteHeaderEditFromNeedMaterial.aspx
│ ├── StockOutNoteHeaderEditFromNeedMaterial.aspx.cs
│ ├── StockOutNoteHeaderEditFromNeedMaterial.aspx.designer.cs
│ ├── StockOutNoteHeaderList.aspx
│ ├── StockOutNoteHeaderList.aspx.cs
│ ├── StockOutNoteHeaderList.aspx.designer.cs
│ ├── StockOutNoteShow.aspx
│ ├── StockOutNoteShow.aspx.cs
│ ├── StockOutNoteShow.aspx.designer.cs
│ ├── test2.aspx
│ ├── test2.aspx.cs
│ ├── test2.aspx.designer.cs
│ ├── test.aspx
│ ├── test.aspx.cs
│ ├── test.aspx.designer.cs
│ └── vssver2.scc
├── Statistics
│ ├── Statistics1.aspx
│ ├── Statistics1.aspx.cs
│ ├── Statistics1.aspx.designer.cs
│ └── vssver2.scc
├── Sys
│ ├── Admin_PwdEdit.aspx
│ ├── Admin_PwdEdit.aspx.cs
│ └── Admin_PwdEdit.aspx.designer.cs
├── tab.html
├── Test.aspx
├── Test.aspx.cs
├── Test.aspx.designer.cs
├── vssver2.scc
├── Web.config
├── Web.csproj
├── Web.csproj.user
├── Web.csproj.vspscc
└── WebService
├── GetMaterialNameList.asmx
├── GetMaterialNameList.asmx.cs
└── vssver2.scc
147 directories, 973 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论