master
editor 1 year ago
commit 6f66152d1b

@ -0,0 +1,27 @@
乐易拍电子商务平台源码
乐易拍电子商务平台源码
乐易拍信息平台主要为企业实现电子商务提供一个快捷的解决方案.通过本方案系统&def可以加快开发速度&def降低开发成本.搭建高效、稳定、可拓展的系统。本系统运用asp.net 2.0开发数据库使用SQL2000可以放在SQL2005上包括前台和后台两个部分。前台主要运用jquery+CSS 构建的展示订购平台。后台是运用CSS+EXTJS构建的一个完整的权限管理+销售订单管理的系统。主要功能:地区信息设置 、用户信息管理 、系统角色管理 、系统仓库配置 、物流公司配置 、数据库备份 、系统操作日志、 品牌管理 、类型管理 、商品添加 、商品管理 、销售客户管理 、销售订单管理 。
数据库在DB_51aspx文件夹中(sql2000),附加即可.后台登陆用户名和密码都是51aspx
作者: lanbizhao
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/leyipai12
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,15 @@
using System;
using System.Configuration;
using System.Text;
using System.Data;
namespace Leyipai.Common
{
/// <summary>
/// Assistant <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public sealed class Assistant
{
#region

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
public class Class1
{
}
}

@ -0,0 +1,15 @@
using System;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.ComponentModel;
using System.Text;
using System.Text.RegularExpressions;
using System.Collections;
using System.Data;
namespace Leyipai.Common
{
#region Enums (Public)

@ -0,0 +1,15 @@
using System;
using System.Configuration;
namespace Leyipai.Common
{
/// <summary>
/// web.config<69><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
/// <20><><EFBFBD><EFBFBD>ƽ
/// 2004.8
/// </summary>
public sealed class ConfigHelper
{
/// <summary>
/// <20>õ<EFBFBD><C3B5><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
using System;
using System.Web;
namespace Leyipai.Common
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>صIJ<D8B5><C4B2><EFBFBD><EFBFBD><EFBFBD>
/// <20><><EFBFBD><EFBFBD>ƽ
/// 2006.4.1
/// </summary>
public class DataCache
{
/// <summary>
/// <20><>ȡ<EFBFBD><C8A1>ǰӦ<C7B0>ó<EFBFBD><C3B3><EFBFBD>ָ<EFBFBD><D6B8>CacheKey<65><79>Cacheֵ
/// </summary>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.IO;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.IO.Compression;
using System.Net.Cache;
namespace Leyipai.Common
{
/// <summary>
/// <20>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD>ݲ<EFBFBD><DDB2><EFBFBD>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
namespace Leyipai.Common
{
/// <summary>
/// һЩ<D2BB><D0A9><EFBFBD>õ<EFBFBD>Js<4A><73><EFBFBD><EFBFBD>
/// <summary>
public class Jscript
{

@ -0,0 +1,15 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{581593E9-CAEF-4AD0-801F-60DB3E661A42}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Leyipai.Common</RootNamespace>
<AssemblyName>Leyipai.Common</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>

@ -0,0 +1,15 @@
using System;
using System.Text;
namespace Leyipai.Common
{
/// <summary>
/// <20><>ʾ<EFBFBD><CABE>Ϣ<EFBFBD><CFA2>ʾ<EFBFBD>Ի<EFBFBD><D4BB><EFBFBD>
/// <20><><EFBFBD><EFBFBD>ƽ
/// 2005.10.1
/// </summary>
public class MessageBox
{
private MessageBox()
{
}

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
public class MoneyToChinaString
{
/// 转换数字金额主函数(包括小数)
///
/// 数字字符串
/// 转换成中文大写后的字符串或者出错信息提示字符串
public static string ConvertSum(string str)
{

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
public class MyRandom
{
/// <summary>
/// 生成随机数字字符串
/// </summary>
/// <param name="codeCount">待生成的位数</param>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
public class Page<T>
{
private int _totalProperty;
private List<T> _root;
private int _limit;

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Web;
using System.Web.SessionState;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Reflection;
using System.Text;
namespace Leyipai.Common
{
/// <summary>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
public class PageList<T>
{
private List<T> _root;
public List<T> root
{
set { _root = value; }
get { return _root; }
}

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
/// <summary>
/// <20>ɹ<EFBFBD>result Page
/// </summary>
public class PageSuccess
{
private bool _success;
private string _msg;

@ -0,0 +1,15 @@
using System;
using System.Text;
using System.Web;
using System.Web.UI.WebControls;
using System.Text.RegularExpressions;
namespace Leyipai.Common
{
/// <summary>
/// ҳ<><D2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>У<EFBFBD><D0A3><EFBFBD><EFBFBD>
/// <20><><EFBFBD><EFBFBD>ƽ
/// 2004.8
/// </summary>
public class PageValidate
{

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Leyipai.Common")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Leyipai.Common")]
[assembly: AssemblyCopyright("版权所有 (C) 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
/// <summary>
/// Rmb <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class Rmb
{
/// <summary>
/// ת<><D7AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҵ<EFBFBD>С<EFBFBD><D0A1><EFBFBD>
/// </summary>
/// <param name="num"><3E><><EFBFBD></param>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
public class StringPlus
{
public static List<string> GetStrArray(string str, char speater,bool toLower)
{
List<string> list = new List<string>();
string[] ss = str.Split(speater);
foreach (string s in ss)
{
if (!string.IsNullOrEmpty(s) &&s !=speater.ToString())

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Common
{
public class TimeParser
{
/// <summary>
/// <20><><EFBFBD><EFBFBD>ת<EFBFBD><D7AA><EFBFBD>ɷ<EFBFBD><C9B7><EFBFBD>
/// </summary>
/// <returns></returns>
public static int SecondToMinute(int Second)
{
decimal mm = (decimal)((decimal)Second / (decimal)60);

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Text;
using System.Web;
using System.Collections.Specialized;
namespace Leyipai.Common
{
/// <summary>
/// URL<52>IJ<EFBFBD><C4B2><EFBFBD><EFBFBD><EFBFBD>
/// </summary>
public class UrlOper
{
static System.Text.Encoding encoding = System.Text.Encoding.UTF8;

@ -0,0 +1,15 @@
F:\VS\Leyipai\Leyipai.Common\obj\Debug\ResolveAssemblyReference.cache
F:\VS\Leyipai\Leyipai.Common\bin\Debug\Leyipai.Common.dll
F:\VS\Leyipai\Leyipai.Common\bin\Debug\Leyipai.Common.pdb
F:\VS\Leyipai\Leyipai.Common\obj\Debug\Leyipai.Common.dll
F:\VS\Leyipai\Leyipai.Common\obj\Debug\Leyipai.Common.pdb
F:\test\test\Leyipai\Leyipai.Common\bin\Debug\Leyipai.Common.dll
F:\test\test\Leyipai\Leyipai.Common\bin\Debug\Leyipai.Common.pdb
F:\test\test\Leyipai\Leyipai.Common\obj\Debug\ResolveAssemblyReference.cache
F:\test\test\Leyipai\Leyipai.Common\obj\Debug\Leyipai.Common.dll
F:\test\test\Leyipai\Leyipai.Common\obj\Debug\Leyipai.Common.pdb
E:\项目\未分类\Leyipai-1.2\Leyipai.Common\bin\Debug\Leyipai.Common.dll
E:\项目\未分类\Leyipai-1.2\Leyipai.Common\bin\Debug\Leyipai.Common.pdb
E:\项目\未分类\Leyipai-1.2\Leyipai.Common\obj\Debug\ResolveAssemblyReference.cache
E:\项目\未分类\Leyipai-1.2\Leyipai.Common\obj\Debug\Leyipai.Common.dll
E:\项目\未分类\Leyipai-1.2\Leyipai.Common\obj\Debug\Leyipai.Common.pdb

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.DAL
{
public class Class1
{
}
}

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL
{
public class DepotProductsDAL
{
public DepotProductsDAL() { }
/// <summary>

@ -0,0 +1,15 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{FA1BAA8B-75DE-4134-B0CF-4BC85DBC4ADB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Leyipai.DAL</RootNamespace>
<AssemblyName>Leyipai.DAL</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL
{
public class OrderDetailDAL
{
public OrderDetailDAL()
{}
#region 成员方法

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Leyipai.DAL")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Leyipai.DAL")]
[assembly: AssemblyCopyright("版权所有 (C) 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL
{
public class Sales_orderDAL
{
public Sales_orderDAL()
{ }
#region 成员方法

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Data.SqlClient;
using Leyipai.DBUtility;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
namespace Leyipai.DAL
{
/// <summary>
/// <20><><EFBFBD>ݷ<EFBFBD><DDB7><EFBFBD><EFBFBD><EFBFBD>stocktaking<6E><67>
/// </summary>
public class StocktakingDAL
{
public StocktakingDAL()
{}
#region <20><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Data.SqlClient;
using Leyipai.DBUtility;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
namespace Leyipai.DAL
{
/// <summary>
/// <20><><EFBFBD>ݷ<EFBFBD><DDB7><EFBFBD><EFBFBD><EFBFBD>stocktaking_detail<69><6C>
/// </summary>
public class StocktakingDetailDAL
{
public StocktakingDetailDAL()
{}
#region <20><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Data.SqlClient;
using Leyipai.DBUtility;//请先添加引用
namespace Leyipai.DAL
{
public class SysBackupDatabaseDAL
{
public SysBackupDatabaseDAL()
{}
#region 成员方法
/// <summary>
/// 得到最大ID

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL
{
public class SysLogDAL
{
public SysLogDAL()
{}
#region 成员方法

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL
{
public class SysRoseDAL
{
public SysRoseDAL() { }
#region 成员方法

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL
{
public class SysUserDAL
{
public SysUserDAL() { }
#region 成员方法

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Data.SqlClient;
using Leyipai.DBUtility;//请先添加引用
namespace Leyipai.DAL.accountant
{
public class AccountantPeriodDAL
{
public AccountantPeriodDAL()
{}
#region 成员方法

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Data.SqlClient;
using Leyipai.DBUtility;//请先添加引用
namespace Leyipai.DAL.c
{
public class CustomerDAL
{
public CustomerDAL() { }
#region 成员方法
/// <summary>
/// 得到最大ID

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL.c
{
public class DepotDAL
{
public DepotDAL() { }
#region 成员方法

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL.c
{
public class LogisticsDAL
{
public LogisticsDAL() { }
#region 成员方法

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL.c
{
public class areaDAL
{
public areaDAL()
{ }
public int GetMaxId()

@ -0,0 +1,15 @@
F:\VS\Leyipai\Leyipai.DAL\obj\Debug\ResolveAssemblyReference.cache
F:\VS\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.DAL.dll
F:\VS\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.DAL.pdb
F:\VS\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.Common.dll
F:\VS\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.DBUtility.dll
F:\VS\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.Model.dll
F:\VS\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.DBUtility.pdb
F:\VS\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.Model.pdb
F:\VS\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.Common.pdb
F:\VS\Leyipai\Leyipai.DAL\obj\Debug\Leyipai.DAL.dll
F:\VS\Leyipai\Leyipai.DAL\obj\Debug\Leyipai.DAL.pdb
F:\test\test\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.DAL.dll
F:\test\test\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.DAL.pdb
F:\test\test\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.Common.dll
F:\test\test\Leyipai\Leyipai.DAL\bin\Debug\Leyipai.DBUtility.dll

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL.products
{
public class ProductsBrandDAL
{
public ProductsBrandDAL() { }
#region 成员方法
/// <summary>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL.products
{
public class ProductsDAL
{
public ProductsDAL()
{}

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using Leyipai.DBUtility;
using System.Data;
using System.Data.SqlClient;
namespace Leyipai.DAL.products
{
public class ProductsTypeDAL
{
public ProductsTypeDAL() { }
#region 成员方法

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.DBUtility
{
public class Class1
{
}
}

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Data.SqlClient;
namespace Leyipai.DBUtility
{
public enum EffentNextType
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD>Ӱ<EFBFBD><D3B0>
/// </summary>
None,
/// <summary>
/// <20><>ǰ<EFBFBD><C7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ"select count(1) from .."<22><>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ִ<EFBFBD>У<EFBFBD><D0A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڻع<DABB><D8B9><EFBFBD><EFBFBD><EFBFBD>
/// </summary>

@ -0,0 +1,15 @@
using System;
using System.Security.Cryptography;
using System.Text;
namespace Leyipai.DBUtility
{
/// <summary>
/// DES<45><53><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD>
/// </summary>
public class DESEncrypt
{
public DESEncrypt()
{
}
#region ========<3D><><EFBFBD><EFBFBD>========

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Data.Common;
using System.Collections.Generic;
namespace Leyipai.DBUtility
{
/// <summary>
/// <20><><EFBFBD>ݷ<EFBFBD><DDB7>ʳ<EFBFBD><CAB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
/// Copyright (C) 2004-2008 By LiTianPing
/// </summary>
public abstract class DbHelperSQL

@ -0,0 +1,15 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{150A6889-C157-42A4-A3E3-D5BC26DF51EC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Leyipai.DBUtility</RootNamespace>
<AssemblyName>Leyipai.DBUtility</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Leyipai.DBUtility")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Leyipai.DBUtility")]
[assembly: AssemblyCopyright("版权所有 (C) 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@ -0,0 +1,15 @@
using System;
using System.Configuration;
namespace Leyipai.DBUtility
{
public class PubConstant
{
/// <summary>
/// <20><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD>
/// </summary>
public static string ConnectionString
{
get
{
string _connectionString = ConfigurationManager.AppSettings["ConnectionString"];

@ -0,0 +1,15 @@
F:\VS\Leyipai\Leyipai.DBUtility\obj\Debug\ResolveAssemblyReference.cache
F:\VS\Leyipai\Leyipai.DBUtility\bin\Debug\Leyipai.DBUtility.dll
F:\VS\Leyipai\Leyipai.DBUtility\bin\Debug\Leyipai.DBUtility.pdb
F:\VS\Leyipai\Leyipai.DBUtility\obj\Debug\Leyipai.DBUtility.dll
F:\VS\Leyipai\Leyipai.DBUtility\obj\Debug\Leyipai.DBUtility.pdb
F:\test\test\Leyipai\Leyipai.DBUtility\bin\Debug\Leyipai.DBUtility.dll
F:\test\test\Leyipai\Leyipai.DBUtility\bin\Debug\Leyipai.DBUtility.pdb
F:\test\test\Leyipai\Leyipai.DBUtility\obj\Debug\ResolveAssemblyReference.cache
F:\test\test\Leyipai\Leyipai.DBUtility\obj\Debug\Leyipai.DBUtility.dll
F:\test\test\Leyipai\Leyipai.DBUtility\obj\Debug\Leyipai.DBUtility.pdb
E:\项目\未分类\Leyipai-1.2\Leyipai.DBUtility\bin\Debug\Leyipai.DBUtility.dll
E:\项目\未分类\Leyipai-1.2\Leyipai.DBUtility\bin\Debug\Leyipai.DBUtility.pdb
E:\项目\未分类\Leyipai-1.2\Leyipai.DBUtility\obj\Debug\ResolveAssemblyReference.cache
E:\项目\未分类\Leyipai-1.2\Leyipai.DBUtility\obj\Debug\Leyipai.DBUtility.dll
E:\项目\未分类\Leyipai-1.2\Leyipai.DBUtility\obj\Debug\Leyipai.DBUtility.pdb

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Model
{
public class Class1
{
}
}

@ -0,0 +1,15 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E2590BF0-F1B8-4A3B-847B-B30002E54324}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Leyipai.Model</RootNamespace>
<AssemblyName>Leyipai.Model</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Model
{
public class MenuNode
{
private string _menuname;
private string _url;
private int _type;
private int _pruviewnum;
public MenuNode(string _menuname, string _url,int _type, int _pruviewnum)

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Leyipai.Model")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Leyipai.Model")]
[assembly: AssemblyCopyright("版权所有 (C) 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Model
{
public class SessionUser
{
private int _uid;
private int _rid;
private string _username;
private string _password;
private string _realname;
private int _state;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>accountant_period <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class accountant_period
{
public accountant_period()
{}
#region Model
private int _id;
private string _period_name;
private string _period_bdate;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>backup_database <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class backup_database
{
public backup_database()
{}
#region Model
private int _id;
private string _file_name;
private string _deal_time;

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>c_area <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class c_area
{
public c_area()
{}
#region Model
private int _id;
private string _area_name;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>c_customer <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// 0<><30>Ӧ<EFBFBD><D3A6> 1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˾ 2<>˿<EFBFBD> 3.<2E><>վע<D5BE><D7A2><EFBFBD>û<EFBFBD>
/// </summary>
[Serializable]
public class c_customer
{
public c_customer()
{}
#region Model
private int _id;
private string _username;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>c_depot <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class c_depot
{
public c_depot()
{}
#region Model
private int _depot_id;
private string _depot_name;
private int? _state;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>c_logistics <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class c_logistics
{
public c_logistics()
{}
#region Model
private int _id;
private string _logistics_name;
private string _description;

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Leyipai.Model
{
[Serializable]
public class depot_products
{
public depot_products() { }
private int _id;
private int _product_id;
private int _depot_id;

@ -0,0 +1,15 @@
F:\VS\Leyipai\Leyipai.Model\obj\Debug\ResolveAssemblyReference.cache
F:\VS\Leyipai\Leyipai.Model\bin\Debug\Leyipai.Model.dll
F:\VS\Leyipai\Leyipai.Model\bin\Debug\Leyipai.Model.pdb
F:\VS\Leyipai\Leyipai.Model\obj\Debug\Leyipai.Model.dll
F:\VS\Leyipai\Leyipai.Model\obj\Debug\Leyipai.Model.pdb
F:\test\test\Leyipai\Leyipai.Model\bin\Debug\Leyipai.Model.dll
F:\test\test\Leyipai\Leyipai.Model\bin\Debug\Leyipai.Model.pdb
F:\test\test\Leyipai\Leyipai.Model\obj\Debug\ResolveAssemblyReference.cache
F:\test\test\Leyipai\Leyipai.Model\obj\Debug\Leyipai.Model.dll
F:\test\test\Leyipai\Leyipai.Model\obj\Debug\Leyipai.Model.pdb
E:\项目\未分类\Leyipai-1.2\Leyipai.Model\bin\Debug\Leyipai.Model.dll
E:\项目\未分类\Leyipai-1.2\Leyipai.Model\bin\Debug\Leyipai.Model.pdb
E:\项目\未分类\Leyipai-1.2\Leyipai.Model\obj\Debug\ResolveAssemblyReference.cache
E:\项目\未分类\Leyipai-1.2\Leyipai.Model\obj\Debug\Leyipai.Model.dll
E:\项目\未分类\Leyipai-1.2\Leyipai.Model\obj\Debug\Leyipai.Model.pdb

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>order_detail <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class order_detail
{
public order_detail()
{}
#region Model
private int _id;
private string _order_id;
private int _products_id;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>products <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class products
{
public products()
{}
#region Model
private int _product_id;
private string _product_name;
private int _type_id;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>products_brand <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class products_brand
{
public products_brand()
{}
#region Model
private int _brand_id;
private string _brand_name;
private string _description;

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>products_type <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class products_type
{
public products_type()
{}
#region Model
private int _type_id;
private int? _parent_id;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>sales_order <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class sales_order
{
public sales_order()
{}
#region Model
private int _id;
private int _period_id;
private string _sales_orderid;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>stocktaking <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class stocktaking
{
public stocktaking()
{}
#region Model
private int _id;
private int? _depot_id;
private string _stocktaking_id;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>stocktaking_detail <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class stocktaking_detail
{
public stocktaking_detail()
{}
#region Model
private int _id;
private string _stocktaking_id;
private int _product_id;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>sys_ resource <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class sys_resource
{
public sys_resource()
{}
#region Model
private int _rs_id;
private string _rs_name;
private string _rs_url;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>sys_log <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class sys_log
{
public sys_log()
{}
#region Model
private int _id;
private string _log_time;
private string _log_username;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>sys_rose <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class sys_rose
{
public sys_rose()
{}
#region Model
private int _rid;
private string _rose_name;
private string _des;

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>sys_rose_ resource <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class sys_rose_resource
{
public sys_rose_resource()
{}
#region Model
private int? _rid;
private int? _rsid;
/// <summary>

@ -0,0 +1,15 @@
using System;
namespace Leyipai.Model
{
/// <summary>
/// ʵ<><CAB5><EFBFBD><EFBFBD>sys_user <20><>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public class sys_user
{
public sys_user()
{}
#region Model
private int _uid;
private int _rid;
private string _username;

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ButtomPage.aspx.cs" Inherits="Admin_ButtomPage" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="refresh" content="300; url=ButtomPage.aspx"/>
<title>每300秒自动刷新为提示短信息</title>
<STYLE type=text/css>
{
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
HTML {
HEIGHT: 100%; TEXT-ALIGN: center
}

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_ButtomPage : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>退出系统</title>
<script>
function MM_goToURL() {
window.parent.location.href="Login.aspx";
}
</script>
</head>
<body onload="MM_goToURL();" style="margin-top:20%;">
<div align="center">
<img src="images/splash.gif" /><br />
</div>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Admin_Index" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>乐易拍信息管理系统</title>
<link href="css/Index.css" rel="stylesheet" type="text/css" />
<SCRIPT language=javascript>
function $(s) { return document.getElementById(s); }
function swap(s, a, b, c) { $(s)[a] = $(s)[a] == b ? c : b; }
function hide(s) {
$(s).style.display = $(s).style.display == "none" ? "" : "none";
var isup = document.getElementById("up_down");

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Index : Leyipai.BLL.AdminBasePage
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index_Left_Menu.aspx.cs" Inherits="Admin_Index_Left_Menu" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>左边菜单</title>
<style type="text/css">
<!--
BODY {
FONT-SIZE: 12px
}
TD {
FONT-SIZE: 12px
}

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Leyipai.Model;
using System.Collections.Generic;
public partial class Admin_Index_Left_Menu : Leyipai.BLL.AdminBasePage
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Admin_Login" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>系统登陆</title>
<style type="text/css">
body { margin:0px; top:0; left:o; FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 150%; FONT-FAMILY: "宋体"}
#main{ margin:auto; width:913px; height:100%}
#tip1 { position:relative; margin-top:0px; height:110px; width:461px;}
#tip2 { position:relative; height:32px; margin-left:461px; width:400px; margin-top:-32px;}
#login_bg{ margin:auto; width:913px;margin-top:-5px; height:230px; background-image:url(images/login_bg.gif)}
#login_bg_from{margin-left:461px; padding-top:50px; padding-left:60px }

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections.Generic;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Login : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Logout.aspx.cs" Inherits="Admin_Logout" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>注销登录</title>
<style type="text/css">
.wtabtitleleft{ height: 26PX;background: url(images/title.PNG) no-repeat left top; width:50%;}
.wtabtitleright{ height: 26PX;background: url(images/title.PNG) no-repeat right top; }
.wtabtitletxt{ padding: 6px 0px 0px 24px; font-weight: bold; color: #222222; }
.wtabcontent{ vertical-align:top; border-left: 1px solid #BBBBBB;border-right: 1px solid #BBBBBB;padding:10 10;line-height:22px;}
.wtabbuttomleft{ height: 6PX;background: url(images/title_b.png) no-repeat left top;}
.wtabbuttomright{ height: 6PX;background: url(images/title_b.png) no-repeat right top;}
body,td,th ,div{

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Logout : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MySalesOrderList.aspx.cs" Inherits="Admin_Sales_MySalesOrderList" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>我的销售订单管理</title>
<link rel="stylesheet" type="text/css" media="all" href="../js/ext/resources/css/ext-all.css" />
<script type="text/javascript" src="../js/ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../js/ext/ext-all.js"></script>
<script type="text/javascript" src="../js/ext/ext-lang-zh_CN.js"></script>
<script type="text/javascript" src="../js/base.js"></script>
<script type="text/javascript" src="../js/sales/MySalesOrderList.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Sales_MySalesOrderList : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SalesOrderAdd.aspx.cs" Inherits="Admin_Sales_SalesOrderAdd" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link rel="stylesheet" type="text/css" media="all" href="../js/ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" media="all" href="../css/ext-common.css" />
<script type="text/javascript" src="../js/ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../js/ext/ext-all.js"></script>
<script type="text/javascript" src="../js/ext/ext-lang-zh_CN.js"></script>
<script type="text/javascript" src="../js/ComboTree.js"></script>
<script type="text/javascript" src="../js/base.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Sales_SalesOrderAdd : Leyipai.BLL.AdminBasePage
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SalesOrderDetail.aspx.cs" Inherits="Admin_Sales_SalesOrderDetail" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>销售订单详细信息</title>
<STYLE>BODY {
SCROLLBAR-ARROW-COLOR: #797979; MARGIN: 0px; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; FONT-FAMILY: "Arial" , "宋体" , "Helvetica" , "sans-serif"; SCROLLBAR-HIGHLIGHT-COLOR: #f5f9ff; SCROLLBAR-SHADOW-COLOR: #828282; FONT-SIZE: 12px; SCROLLBAR-TRACK-COLOR: #ececec; SCROLLBAR-3DLIGHT-COLOR: #828282
}
TD {
SCROLLBAR-ARROW-COLOR: #797979; MARGIN: 0px; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; FONT-FAMILY: "Arial" , "宋体" , "Helvetica" , "sans-serif"; SCROLLBAR-HIGHLIGHT-COLOR: #f5f9ff; SCROLLBAR-SHADOW-COLOR: #828282; FONT-SIZE: 12px; SCROLLBAR-TRACK-COLOR: #ececec; SCROLLBAR-3DLIGHT-COLOR: #828282
}
TH {
SCROLLBAR-ARROW-COLOR: #797979; MARGIN: 0px; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; FONT-FAMILY: "Arial" , "宋体" , "Helvetica" , "sans-serif"; SCROLLBAR-HIGHLIGHT-COLOR: #f5f9ff; SCROLLBAR-SHADOW-COLOR: #828282; FONT-SIZE: 12px; SCROLLBAR-TRACK-COLOR: #ececec; SCROLLBAR-3DLIGHT-COLOR: #828282
}

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Collections.Generic;
using System.Text;
using Leyipai.Model;
public partial class Admin_Sales_SalesOrderDetail : System.Web.UI.Page

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SalesOrderEdit.aspx.cs" Inherits="Admin_Sales_SalesOrderEdit" %>
<%@ Import Namespace="Leyipai.Model" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link rel="stylesheet" type="text/css" media="all" href="../js/ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" media="all" href="../css/ext-common.css" />
<script type="text/javascript" src="../js/ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../js/ext/ext-all.js"></script>
<script type="text/javascript" src="../js/ext/ext-lang-zh_CN.js"></script>
<script type="text/javascript" src="../js/ComboTree.js"></script>
<script type="text/javascript" src="../js/base.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Sales_SalesOrderEdit: Leyipai.BLL.AdminBasePage
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SalesOrderManger.aspx.cs" Inherits="Admin_Sales_SalesOrderManger" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>销售订单管理</title>
<link rel="stylesheet" type="text/css" media="all" href="../js/ext/resources/css/ext-all.css" />
<script type="text/javascript" src="../js/ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../js/ext/ext-all.js"></script>
<script type="text/javascript" src="../js/ext/ext-lang-zh_CN.js"></script>
<script type="text/javascript" src="../js/base.js"></script>
<script type="text/javascript" src="../js/sales/SalesOrderManger.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Sales_SalesOrderManger : Leyipai.BLL.AdminBasePage
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SalesReport.aspx.cs" Inherits="Admin_Sales_SalesReport" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>销售统计</title>
<link rel="stylesheet" type="text/css" media="all" href="../js/ext/resources/css/ext-all.css" />
<script type="text/javascript" src="../js/ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../js/ext/ext-all.js"></script>
<script type="text/javascript" src="../js/ext/ext-lang-zh_CN.js"></script>
<script type="text/javascript" src="../js/base.js"></script>
<script type="text/javascript" src="../js/sales/SalesReport.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Sales_SalesReport : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save