在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP网页编程 → 一套简单实用的客户关系管理系统源码

一套简单实用的客户关系管理系统源码

ASP网页编程

下载此实例
  • 开发语言:ASP
  • 实例大小:8.39M
  • 下载次数:27
  • 浏览次数:188
  • 发布时间:2023-07-22
  • 实例类别:ASP网页编程
  • 发 布 人:carlquark
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 简单实用 实用 客户 简单

实例介绍

【实例简介】一套简单实用的客户关系管理系统源码
一套简单实用的客户关系管理系统源码

客户解决方案是针对中小企业量身制定的具有简单易用、功能强大、终身升级维护的智能化客户解决方案。依托功能强大、安全稳定的阿里云平台,性价比高、扩展性好、安全性高、稳定性好。高内聚低耦合的模块化设计,使得每个模块最大限度的满足需求,相关模块的组合能满足用户的一系列要求。使得用户随时随地办公。简单易用的云备份使得用户随时随地简单、安全、可靠的备份客户信息。功能强大的报表统计使得用户大数据分析变的简单,更加容易的制定销售战略。集成的短信发送使得用户随时随地的为公司客户发送短信。简单易用的操作界面使得用户快速上手

【实例截图】

from clipboard

from clipboard

from clipboard
【核心代码】

.
├── 客户关系管理系统
│   ├── Account
│   │   └── AcountBill.htm
│   ├── BBS
│   │   ├── CatalogMg.htm
│   │   └── NoteCheck.htm
│   ├── CustomerInformation
│   │   ├── CustomerCommunicationRecord
│   │   │   ├── CustomerCommunicationRecord.htm
│   │   │   └── CustomerCommunicationRecord_B.aspx
│   │   ├── CustomerManagement
│   │   │   ├── CustomerManagement_B.htm
│   │   │   ├── CustomerManagement_First.htm
│   │   │   ├── Import.aspx
│   │   │   └── 上传模板.xls
│   │   └── PublicManagement
│   │       ├── ApplyMg.htm
│   │       ├── DaoRu.aspx
│   │       └── PublicManagement.htm
│   ├── Default.html
│   ├── FileManagement
│   │   ├── FileManagement.htm
│   │   ├── FilePersonal.htm
│   │   ├── FileSharing.htm
│   │   └── css
│   │       ├── css.css
│   │       └── wjgl_icon.png
│   ├── Global.asax
│   ├── Handlers
│   │   ├── Account
│   │   │   └── Account.aspx
│   │   ├── Contract
│   │   │   ├── CollectionPlan
│   │   │   │   └── CollectionPlan.aspx
│   │   │   └── ContractManagement
│   │   │       ├── ContractManagement.aspx
│   │   │       └── ContractMg.aspx
│   │   ├── CustomerInformation
│   │   │   ├── CustomerCommunicationRecord
│   │   │   │   └── CommunicationRecord.aspx
│   │   │   ├── CustomerContact
│   │   │   │   └── CustomerContact.aspx
│   │   │   ├── CustomerManagement
│   │   │   │   └── CustomerManagement.aspx
│   │   │   └── PublicManagement
│   │   │       ├── PublicManagement.aspx
│   │   │       └── PublicMg.aspx
│   │   ├── FileManagement
│   │   │   └── FileManagement.aspx
│   │   ├── Guid.aspx
│   │   ├── IndividualCenter
│   │   │   ├── PhoneBook.aspx
│   │   │   └── WorkingLog.aspx
│   │   ├── Login.aspx
│   │   ├── MessageSMS
│   │   │   └── SMSRecord.aspx
│   │   ├── Order
│   │   │   └── Order.aspx
│   │   ├── Process
│   │   │   └── Process.aspx
│   │   ├── Product
│   │   │   ├── PriceData
│   │   │   │   └── PriceData.aspx
│   │   │   ├── PriceDataProductList
│   │   │   │   └── PriceDataProductList.aspx
│   │   │   ├── ProInOut.aspx
│   │   │   ├── ProSelect.aspx
│   │   │   └── ProductInformation
│   │   │       └── ProductInformation.aspx
│   │   ├── Registration
│   │   │   └── CompanyInformation.aspx
│   │   ├── Reports
│   │   │   ├── ClientArea.aspx
│   │   │   ├── ClientOrder.aspx
│   │   │   ├── ClientTime.aspx
│   │   │   ├── Contract.aspx
│   │   │   └── ProTime.aspx
│   │   ├── SQL.sql
│   │   ├── SalesManagement
│   │   │   ├── DevelopmentPlan
│   │   │   │   └── DevelopmentPlan.aspx
│   │   │   └── sellChance
│   │   │       ├── ChanceApply.aspx
│   │   │       └── sellChance.aspx
│   │   ├── ServiceManagement
│   │   │   ├── ServiceArchive
│   │   │   │   └── ServiceArchive.aspx
│   │   │   ├── ServiceCreation
│   │   │   │   └── ServiceCreation.aspx
│   │   │   ├── ServiceFeedback
│   │   │   │   └── ServiceFeedback.aspx
│   │   │   └── ServiceProcessing
│   │   │       └── ServiceProcessing.aspx
│   │   ├── ServiceManagement_Z
│   │   │   └── ServiceManagement.aspx
│   │   ├── StationNews
│   │   │   └── StationNews.aspx
│   │   ├── TCWL_XSJH.ashx
│   │   ├── TCWL_ZDKaiFaJiHua.ashx
│   │   ├── check.aspx
│   │   ├── common
│   │   │   └── common.aspx
│   │   ├── system
│   │   │   ├── Clound.aspx
│   │   │   ├── Daily.aspx
│   │   │   ├── DataDic.aspx
│   │   │   ├── DiaoDu.aspx
│   │   │   ├── FunctionApplication.aspx
│   │   │   ├── GongGao.aspx
│   │   │   ├── Kaoqin.aspx
│   │   │   ├── Loglog.aspx
│   │   │   ├── Mission.aspx
│   │   │   ├── RechargeHistory.aspx
│   │   │   ├── SetInfo.aspx
│   │   │   ├── Unit.aspx
│   │   │   ├── UserApplicationRecord.aspx
│   │   │   ├── cloudSave.aspx
│   │   │   ├── control.aspx
│   │   │   ├── user.aspx
│   │   │   └── users.aspx
│   │   └── update.sql
│   ├── Images
│   │   ├── CusModal.png
│   │   ├── Cus_PhoneBook.png
│   │   ├── IE11.jpg
│   │   ├── ImportPng.png
│   │   ├── Log
│   │   │   ├── Background.jpg
│   │   │   ├── Setup.png
│   │   │   ├── Setup1.png
│   │   │   ├── bj.jpg
│   │   │   ├── icon_code.png
│   │   │   ├── login_v5.png
│   │   │   ├── logo.png
│   │   │   ├── promPic.jpg
│   │   │   └── veryCode.aspx.jpg
│   │   ├── PublicManagementShangChuan.jpg
│   │   ├── PublicManagementShangChuan_001.jpg
│   │   ├── Title_ydd.png
│   │   ├── UpLoad.jpg
│   │   ├── bangzhu_wancheng.png
│   │   ├── bangzhu_xiayibu.png
│   │   ├── bangzhubj.jpg
│   │   ├── bgx.png
│   │   ├── bianji.jpg
│   │   ├── firefox.gif
│   │   ├── global2.png
│   │   ├── googlechrome.jpg
│   │   ├── logo.png
│   │   ├── pro_down.png
│   │   ├── pro_left.png
│   │   ├── search_xiaoyi_0521.png
│   │   ├── shanchu.jpg
│   │   ├── uploadpic.png
│   │   └── ydd_100_35.png
│   ├── IndividualCenter
│   │   ├── Binding.htm
│   │   ├── Import.aspx
│   │   ├── PhoneBook.htm
│   │   ├── WorkingLog.htm
│   │   └── 上传模板.xls
│   ├── MarketingManagement
│   │   ├── ChanceApply
│   │   │   └── ApplyCheck_B.htm
│   │   ├── DevelopmentPlan
│   │   │   └── ADDJiHua_B.htm
│   │   └── sellChance
│   │       ├── chanceMantance_B.htm
│   │       └── chanceMantance_First.htm
│   ├── Order
│   │   ├── OderCheck.htm
│   │   ├── Order_First.htm
│   │   ├── order_B.htm
│   │   ├── order_M.htm
│   │   └── order_S.htm
│   ├── Product
│   │   ├── ProIn.htm
│   │   ├── ProInCheck.htm
│   │   ├── ProOut.htm
│   │   ├── ProOutCheck.htm
│   │   ├── ProTrans.htm
│   │   ├── Product.htm
│   │   ├── StorCheck.htm
│   │   ├── StoreRec.htm
│   │   └── TransCheck.htm
│   ├── Registration
│   │   └── veryCode.aspx
│   ├── Reports
│   │   ├── ClientArea.htm
│   │   ├── ClientAreaOrd.htm
│   │   ├── ClientProduct.htm
│   │   ├── ClientTimeAll.htm
│   │   ├── ClientTimeInd.htm
│   │   ├── ClientTop.htm
│   │   ├── ContractAll.htm
│   │   ├── ContractInd.htm
│   │   ├── ContractIndCus.htm
│   │   ├── ContractIndUser.htm
│   │   ├── ContractTop.htm
│   │   ├── ContractTopUser.htm
│   │   ├── ProTimeInd.htm
│   │   └── ProTop.htm
│   ├── Scripts
│   │   ├── BootStrap
│   │   │   ├── css
│   │   │   │   ├── ace-ie.min.css
│   │   │   │   ├── ace-rtl.min.css
│   │   │   │   ├── ace-skins.min.css
│   │   │   │   ├── ace.min.css
│   │   │   │   ├── bootstrap-datetimepicker.css
│   │   │   │   ├── bootstrap-datetimepicker.min.css
│   │   │   │   ├── bootstrap-timepicker.css
│   │   │   │   ├── bootstrap.min.css
│   │   │   │   ├── bootstro.css
│   │   │   │   ├── chosen.css
│   │   │   │   ├── client.css
│   │   │   │   ├── datepicker.css
│   │   │   │   ├── daterangepicker-bs3.css
│   │   │   │   ├── daterangepicker.css
│   │   │   │   ├── font-awesome.min.css
│   │   │   │   ├── fullcalendar.css
│   │   │   │   ├── icons
│   │   │   │   │   ├── back_cb.png
│   │   │   │   │   ├── back_corvers.png
│   │   │   │   │   ├── back_ct.png
│   │   │   │   │   ├── back_info.png
│   │   │   │   │   ├── back_lb.png
│   │   │   │   │   ├── back_lc.png
│   │   │   │   │   ├── back_lr.png
│   │   │   │   │   ├── back_lt.png
│   │   │   │   │   ├── back_rb.png
│   │   │   │   │   ├── back_rc.png
│   │   │   │   │   ├── back_rt.png
│   │   │   │   │   ├── back_tb.png
│   │   │   │   │   ├── cancel48color.png
│   │   │   │   │   ├── cancel48grey.png
│   │   │   │   │   ├── close.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── navigation.png
│   │   │   │   │   ├── next.png
│   │   │   │   │   ├── next32-color.png
│   │   │   │   │   ├── next32-grey.png
│   │   │   │   │   ├── pause32color.png
│   │   │   │   │   ├── pause32grey.png
│   │   │   │   │   ├── prev-32color.png
│   │   │   │   │   ├── prev-32grey.png
│   │   │   │   │   ├── prev.png
│   │   │   │   │   ├── start32color.png
│   │   │   │   │   └── start32grey.png
│   │   │   │   ├── jquery-confirm.css
│   │   │   │   ├── jquery-ui.min.css
│   │   │   │   ├── lightbox.css
│   │   │   │   ├── pagion.css
│   │   │   │   └── prettify.css
│   │   │   ├── img
│   │   │   │   ├── 1_28.png
│   │   │   │   ├── 1_29.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── close.gif
│   │   │   │   ├── closelabel.gif
│   │   │   │   ├── fj.png
│   │   │   │   ├── glyphicons-halflings-white.png
│   │   │   │   ├── glyphicons-halflings.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── next.gif
│   │   │   │   ├── nextlabel.gif
│   │   │   │   ├── noshare.png
│   │   │   │   ├── prev.gif
│   │   │   │   ├── prevlabel.gif
│   │   │   │   ├── share.png
│   │   │   │   └── wait.jpg
│   │   │   └── js
│   │   │       ├── ProductAddgg.tc.js
│   │   │       ├── ace-elements.js
│   │   │       ├── ace-elements.min.js
│   │   │       ├── ace-extra.js
│   │   │       ├── ace-extra.min.js
│   │   │       ├── ace.js
│   │   │       ├── ace.min.js
│   │   │       ├── bootbox.min.js
│   │   │       ├── bootstrap-datetimepicker.js
│   │   │       ├── bootstrap-datetimepicker.zh-CN.js
│   │   │       ├── bootstrap.min.js
│   │   │       ├── bootstro.js
│   │   │       ├── canlendar.js
│   │   │       ├── chosen.jquery.min.js
│   │   │       ├── clientBase.tc.js
│   │   │       ├── cookies.js
│   │   │       ├── daterangepicker.js
│   │   │       ├── fuelux
│   │   │       │   └── data
│   │   │       │       └── ListData.js
│   │   │       ├── fullcalendar.min.js
│   │   │       ├── html5shiv.min.js
│   │   │       ├── jquery-2.1.1.min.js
│   │   │       ├── jquery-confirm.js
│   │   │       ├── jquery-ui.custom.min.js
│   │   │       ├── jquery-ui.min.js
│   │   │       ├── jquery.lightbox.js
│   │   │       ├── jquery.min.js
│   │   │       ├── jquery.ui.touch-punch.min.js
│   │   │       ├── jquery1x.min.js
│   │   │       ├── moment.js
│   │   │       ├── pagion.js
│   │   │       ├── prettify.js
│   │   │       ├── regRulr.js
│   │   │       ├── respond.min.js
│   │   │       ├── searcher.tc.js
│   │   │       ├── select2.min.js
│   │   │       └── tcwlValidate.js
│   │   ├── Date
│   │   │   ├── core.css
│   │   │   ├── core.js
│   │   │   ├── datepicker-zh-CN.js
│   │   │   ├── datepicker.css
│   │   │   ├── datepicker.js
│   │   │   ├── images
│   │   │   │   ├── animated-overlay.gif
│   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   ├── jquery-1.10.2.js
│   │   │   ├── lianqian.css
│   │   │   ├── theme.css
│   │   │   └── widget.js
│   │   ├── Echarts
│   │   │   ├── echarts-all.js
│   │   │   └── theme.js
│   │   ├── Font
│   │   │   ├── Font.min.js
│   │   │   └── jquery.min.js
│   │   ├── Hntcwleditor
│   │   │   ├── asp.net
│   │   │   │   ├── README.txt
│   │   │   │   ├── demo.aspx
│   │   │   │   ├── file_manager_json.ashx
│   │   │   │   └── upload_json.ashx
│   │   │   ├── attached
│   │   │   │   └── image
│   │   │   │       ├── 20131225
│   │   │   │       │   ├── 20131225152914_8366.jpg
│   │   │   │       │   ├── 20131225152948_7986.jpg
│   │   │   │       │   └── 20131225153009_1447.png
│   │   │   │       └── 20131226
│   │   │   │           ├── 20131226120211_5641.jpg
│   │   │   │           ├── 20131226120617_5611.jpg
│   │   │   │           └── 20131226120649_1490.jpg
│   │   │   ├── kindeditor-all-min.js
│   │   │   ├── kindeditor-all.js
│   │   │   ├── kindeditor-min.js
│   │   │   ├── kindeditor.js
│   │   │   ├── lang
│   │   │   │   ├── ar.js
│   │   │   │   ├── en.js
│   │   │   │   ├── ko.js
│   │   │   │   ├── zh_CN.js
│   │   │   │   └── zh_TW.js
│   │   │   ├── license.txt
│   │   │   ├── plugins
│   │   │   │   ├── anchor
│   │   │   │   │   └── anchor.js
│   │   │   │   ├── autoheight
│   │   │   │   │   └── autoheight.js
│   │   │   │   ├── baidumap
│   │   │   │   │   ├── baidumap.js
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── map.html
│   │   │   │   ├── clearhtml
│   │   │   │   │   └── clearhtml.js
│   │   │   │   ├── code
│   │   │   │   │   ├── code.js
│   │   │   │   │   ├── prettify.css
│   │   │   │   │   └── prettify.js
│   │   │   │   ├── emoticons
│   │   │   │   │   ├── emoticons.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── 0.gif
│   │   │   │   │       ├── 1.gif
│   │   │   │   │       ├── 10.gif
│   │   │   │   │       ├── 100.gif
│   │   │   │   │       ├── 101.gif
│   │   │   │   │       ├── 102.gif
│   │   │   │   │       ├── 103.gif
│   │   │   │   │       ├── 104.gif
│   │   │   │   │       ├── 105.gif
│   │   │   │   │       ├── 106.gif
│   │   │   │   │       ├── 107.gif
│   │   │   │   │       ├── 108.gif
│   │   │   │   │       ├── 109.gif
│   │   │   │   │       ├── 11.gif
│   │   │   │   │       ├── 110.gif
│   │   │   │   │       ├── 111.gif
│   │   │   │   │       ├── 112.gif
│   │   │   │   │       ├── 113.gif
│   │   │   │   │       ├── 114.gif
│   │   │   │   │       ├── 115.gif
│   │   │   │   │       ├── 116.gif
│   │   │   │   │       ├── 117.gif
│   │   │   │   │       ├── 118.gif
│   │   │   │   │       ├── 119.gif
│   │   │   │   │       ├── 12.gif
│   │   │   │   │       ├── 120.gif
│   │   │   │   │       ├── 121.gif
│   │   │   │   │       ├── 122.gif
│   │   │   │   │       ├── 123.gif
│   │   │   │   │       ├── 124.gif
│   │   │   │   │       ├── 125.gif
│   │   │   │   │       ├── 126.gif
│   │   │   │   │       ├── 127.gif
│   │   │   │   │       ├── 128.gif
│   │   │   │   │       ├── 129.gif
│   │   │   │   │       ├── 13.gif
│   │   │   │   │       ├── 130.gif
│   │   │   │   │       ├── 131.gif
│   │   │   │   │       ├── 132.gif
│   │   │   │   │       ├── 133.gif
│   │   │   │   │       ├── 134.gif
│   │   │   │   │       ├── 14.gif
│   │   │   │   │       ├── 15.gif
│   │   │   │   │       ├── 16.gif
│   │   │   │   │       ├── 17.gif
│   │   │   │   │       ├── 18.gif
│   │   │   │   │       ├── 19.gif
│   │   │   │   │       ├── 2.gif
│   │   │   │   │       ├── 20.gif
│   │   │   │   │       ├── 21.gif
│   │   │   │   │       ├── 22.gif
│   │   │   │   │       ├── 23.gif
│   │   │   │   │       ├── 24.gif
│   │   │   │   │       ├── 25.gif
│   │   │   │   │       ├── 26.gif
│   │   │   │   │       ├── 27.gif
│   │   │   │   │       ├── 28.gif
│   │   │   │   │       ├── 29.gif
│   │   │   │   │       ├── 3.gif
│   │   │   │   │       ├── 30.gif
│   │   │   │   │       ├── 31.gif
│   │   │   │   │       ├── 32.gif
│   │   │   │   │       ├── 33.gif
│   │   │   │   │       ├── 34.gif
│   │   │   │   │       ├── 35.gif
│   │   │   │   │       ├── 36.gif
│   │   │   │   │       ├── 37.gif
│   │   │   │   │       ├── 38.gif
│   │   │   │   │       ├── 39.gif
│   │   │   │   │       ├── 4.gif
│   │   │   │   │       ├── 40.gif
│   │   │   │   │       ├── 41.gif
│   │   │   │   │       ├── 42.gif
│   │   │   │   │       ├── 43.gif
│   │   │   │   │       ├── 44.gif
│   │   │   │   │       ├── 45.gif
│   │   │   │   │       ├── 46.gif
│   │   │   │   │       ├── 47.gif
│   │   │   │   │       ├── 48.gif
│   │   │   │   │       ├── 49.gif
│   │   │   │   │       ├── 5.gif
│   │   │   │   │       ├── 50.gif
│   │   │   │   │       ├── 51.gif
│   │   │   │   │       ├── 52.gif
│   │   │   │   │       ├── 53.gif
│   │   │   │   │       ├── 54.gif
│   │   │   │   │       ├── 55.gif
│   │   │   │   │       ├── 56.gif
│   │   │   │   │       ├── 57.gif
│   │   │   │   │       ├── 58.gif
│   │   │   │   │       ├── 59.gif
│   │   │   │   │       ├── 6.gif
│   │   │   │   │       ├── 60.gif
│   │   │   │   │       ├── 61.gif
│   │   │   │   │       ├── 62.gif
│   │   │   │   │       ├── 63.gif
│   │   │   │   │       ├── 64.gif
│   │   │   │   │       ├── 65.gif
│   │   │   │   │       ├── 66.gif
│   │   │   │   │       ├── 67.gif
│   │   │   │   │       ├── 68.gif
│   │   │   │   │       ├── 69.gif
│   │   │   │   │       ├── 7.gif
│   │   │   │   │       ├── 70.gif
│   │   │   │   │       ├── 71.gif
│   │   │   │   │       ├── 72.gif
│   │   │   │   │       ├── 73.gif
│   │   │   │   │       ├── 74.gif
│   │   │   │   │       ├── 75.gif
│   │   │   │   │       ├── 76.gif
│   │   │   │   │       ├── 77.gif
│   │   │   │   │       ├── 78.gif
│   │   │   │   │       ├── 79.gif
│   │   │   │   │       ├── 8.gif
│   │   │   │   │       ├── 80.gif
│   │   │   │   │       ├── 81.gif
│   │   │   │   │       ├── 82.gif
│   │   │   │   │       ├── 83.gif
│   │   │   │   │       ├── 84.gif
│   │   │   │   │       ├── 85.gif
│   │   │   │   │       ├── 86.gif
│   │   │   │   │       ├── 87.gif
│   │   │   │   │       ├── 88.gif
│   │   │   │   │       ├── 89.gif
│   │   │   │   │       ├── 9.gif
│   │   │   │   │       ├── 90.gif
│   │   │   │   │       ├── 91.gif
│   │   │   │   │       ├── 92.gif
│   │   │   │   │       ├── 93.gif
│   │   │   │   │       ├── 94.gif
│   │   │   │   │       ├── 95.gif
│   │   │   │   │       ├── 96.gif
│   │   │   │   │       ├── 97.gif
│   │   │   │   │       ├── 98.gif
│   │   │   │   │       ├── 99.gif
│   │   │   │   │       └── static.gif
│   │   │   │   ├── filemanager
│   │   │   │   │   ├── filemanager.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── file-16.gif
│   │   │   │   │       ├── file-64.gif
│   │   │   │   │       ├── folder-16.gif
│   │   │   │   │       ├── folder-64.gif
│   │   │   │   │       └── go-up.gif
│   │   │   │   ├── flash
│   │   │   │   │   └── flash.js
│   │   │   │   ├── image
│   │   │   │   │   ├── image.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── align_left.gif
│   │   │   │   │       ├── align_right.gif
│   │   │   │   │       ├── align_top.gif
│   │   │   │   │       └── refresh.png
│   │   │   │   ├── insertfile
│   │   │   │   │   └── insertfile.js
│   │   │   │   ├── lineheight
│   │   │   │   │   └── lineheight.js
│   │   │   │   ├── link
│   │   │   │   │   └── link.js
│   │   │   │   ├── map
│   │   │   │   │   ├── map.html
│   │   │   │   │   └── map.js
│   │   │   │   ├── media
│   │   │   │   │   └── media.js
│   │   │   │   ├── multiimage
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── image.png
│   │   │   │   │   │   ├── select-files-en.png
│   │   │   │   │   │   ├── select-files-zh_CN.png
│   │   │   │   │   │   └── swfupload.swf
│   │   │   │   │   └── multiimage.js
│   │   │   │   ├── pagebreak
│   │   │   │   │   └── pagebreak.js
│   │   │   │   ├── plainpaste
│   │   │   │   │   └── plainpaste.js
│   │   │   │   ├── preview
│   │   │   │   │   └── preview.js
│   │   │   │   ├── quickformat
│   │   │   │   │   └── quickformat.js
│   │   │   │   ├── table
│   │   │   │   │   └── table.js
│   │   │   │   ├── template
│   │   │   │   │   ├── html
│   │   │   │   │   │   ├── 1.html
│   │   │   │   │   │   ├── 2.html
│   │   │   │   │   │   └── 3.html
│   │   │   │   │   └── template.js
│   │   │   │   └── wordpaste
│   │   │   │       └── wordpaste.js
│   │   │   └── themes
│   │   │       ├── common
│   │   │       │   ├── anchor.gif
│   │   │       │   ├── blank.gif
│   │   │       │   ├── flash.gif
│   │   │       │   ├── loading.gif
│   │   │       │   ├── media.gif
│   │   │       │   └── rm.gif
│   │   │       ├── default
│   │   │       │   ├── background.png
│   │   │       │   ├── default.css
│   │   │       │   └── default.png
│   │   │       ├── qq
│   │   │       │   ├── editor.gif
│   │   │       │   └── qq.css
│   │   │       └── simple
│   │   │           └── simple.css
│   │   ├── JS
│   │   │   ├── Default.js
│   │   │   ├── IndividualCenter
│   │   │   │   ├── Binding.js
│   │   │   │   ├── PhoneBook.js
│   │   │   │   └── WorkingLog.js
│   │   │   ├── StationNews
│   │   │   │   └── StationNews.js
│   │   │   ├── System
│   │   │   │   ├── Control.js
│   │   │   │   ├── Daily.js
│   │   │   │   ├── DailyCheckhtm.js
│   │   │   │   ├── DailyCopy.js
│   │   │   │   ├── GongGao.js
│   │   │   │   ├── Mission.js
│   │   │   │   ├── MissionCheck.js
│   │   │   │   ├── SetInfo.js
│   │   │   │   ├── Type.js
│   │   │   │   └── Unit.js
│   │   │   ├── first.js
│   │   │   ├── index.js
│   │   │   └── install.js
│   │   ├── KaoQin
│   │   │   ├── Css
│   │   │   │   └── ydd_kaoqin.css
│   │   │   └── Images
│   │   │       ├── 2.jpg
│   │   │       ├── attendance.gif
│   │   │       ├── btn_moveaction.gif
│   │   │       ├── btnout_bg_left.gif
│   │   │       ├── btnout_bg_right.gif
│   │   │       ├── btnover_bg_left.gif
│   │   │       ├── btnover_bg_right.gif
│   │   │       ├── but_search.gif
│   │   │       ├── cheng.png
│   │   │       ├── dian01.jpg
│   │   │       ├── dian02.jpg
│   │   │       ├── gwt-Buttonbg.png
│   │   │       ├── hong.png
│   │   │       ├── icons-add.png
│   │   │       ├── index.png
│   │   │       ├── index001.png
│   │   │       ├── index002.png
│   │   │       ├── index003.png
│   │   │       ├── lan.png
│   │   │       ├── loading.gif
│   │   │       ├── month_grid_head.gif
│   │   │       ├── new_btn_bg.png
│   │   │       ├── new_btn_ico.png
│   │   │       ├── nologin.png
│   │   │       ├── peopleOffline.png
│   │   │       ├── pic0034.gif
│   │   │       ├── point.gif
│   │   │       ├── pop.png
│   │   │       ├── timePicker.gif
│   │   │       ├── yeslogin.png
│   │   │       ├── zhengchang.png
│   │   │       └── zi.png
│   │   ├── Log
│   │   │   ├── css
│   │   │   │   ├── style.css
│   │   │   │   └── tishillq.css
│   │   │   └── images
│   │   │       ├── 131.png
│   │   │       ├── 132.png
│   │   │       ├── 133.png
│   │   │       ├── 13587.png
│   │   │       ├── Log_img.jpg
│   │   │       ├── azbs_banner.png
│   │   │       ├── bg0.jpg
│   │   │       ├── bg_body.png
│   │   │       ├── bgimg2.jpg
│   │   │       ├── dianhua.png
│   │   │       ├── get_img.jpg
│   │   │       ├── jt.jpg
│   │   │       ├── lg-icon.png
│   │   │       ├── lg-img.png
│   │   │       ├── lg-line.png
│   │   │       ├── login-btn.png
│   │   │       ├── login-font.png
│   │   │       ├── logo.gif
│   │   │       ├── logo.png
│   │   │       └── notice.png
│   │   ├── Money
│   │   │   └── accounting.js
│   │   ├── ProSlide
│   │   │   ├── css
│   │   │   │   └── style.css
│   │   │   └── images
│   │   │       ├── s_select_bg_03.png
│   │   │       ├── s_select_bg_04.png
│   │   │       ├── s_select_bg_06.png
│   │   │       ├── s_select_bg_09.png
│   │   │       ├── s_select_bg_17.png
│   │   │       └── s_select_bg_33.png
│   │   ├── Top
│   │   │   ├── Top.js
│   │   │   ├── ntes_jslib_1.0.2.js
│   │   │   └── top_01.css
│   │   ├── Ueidtor
│   │   │   ├── dialogs
│   │   │   │   ├── emotion
│   │   │   │   │   ├── emotion.css
│   │   │   │   │   ├── emotion.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── 0.gif
│   │   │   │   │       ├── bface.gif
│   │   │   │   │       ├── cface.gif
│   │   │   │   │       ├── fface.gif
│   │   │   │   │       ├── jxface2.gif
│   │   │   │   │       ├── neweditor-tab-bg.png
│   │   │   │   │       ├── tface.gif
│   │   │   │   │       ├── wface.gif
│   │   │   │   │       └── yface.gif
│   │   │   │   ├── formula
│   │   │   │   │   ├── formula.css
│   │   │   │   │   ├── formula.html
│   │   │   │   │   ├── formula.js
│   │   │   │   │   └── images
│   │   │   │   │       └── formula.png
│   │   │   │   ├── image
│   │   │   │   │   ├── image.css
│   │   │   │   │   ├── image.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── close.png
│   │   │   │   │       ├── upload1.png
│   │   │   │   │       └── upload2.png
│   │   │   │   ├── link
│   │   │   │   │   └── link.js
│   │   │   │   ├── map
│   │   │   │   │   ├── map.html
│   │   │   │   │   └── map.js
│   │   │   │   └── video
│   │   │   │       ├── images
│   │   │   │       │   ├── center_focus.jpg
│   │   │   │       │   ├── left_focus.jpg
│   │   │   │       │   ├── none_focus.jpg
│   │   │   │       │   └── right_focus.jpg
│   │   │   │       ├── video.css
│   │   │   │       └── video.js
│   │   │   ├── index.html
│   │   │   ├── lang
│   │   │   │   ├── en
│   │   │   │   │   ├── en.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── addimage.png
│   │   │   │   │       ├── alldeletebtnhoverskin.png
│   │   │   │   │       ├── alldeletebtnupskin.png
│   │   │   │   │       ├── background.png
│   │   │   │   │       ├── button.png
│   │   │   │   │       ├── copy.png
│   │   │   │   │       ├── deletedisable.png
│   │   │   │   │       ├── deleteenable.png
│   │   │   │   │       ├── imglabel.png
│   │   │   │   │       ├── listbackground.png
│   │   │   │   │       ├── localimage.png
│   │   │   │   │       ├── music.png
│   │   │   │   │       ├── rotateleftdisable.png
│   │   │   │   │       ├── rotateleftenable.png
│   │   │   │   │       ├── rotaterightdisable.png
│   │   │   │   │       ├── rotaterightenable.png
│   │   │   │   │       └── upload.png
│   │   │   │   └── zh-cn
│   │   │   │       ├── images
│   │   │   │       │   ├── copy.png
│   │   │   │       │   ├── imglabel.png
│   │   │   │       │   ├── localimage.png
│   │   │   │       │   ├── music.png
│   │   │   │       │   └── upload.png
│   │   │   │       └── zh-cn.js
│   │   │   ├── net
│   │   │   │   ├── getContent.ashx
│   │   │   │   └── imageUp.ashx
│   │   │   ├── themes
│   │   │   │   └── default
│   │   │   │       ├── css
│   │   │   │       │   ├── umeditor.css
│   │   │   │       │   └── umeditor.min.css
│   │   │   │       └── images
│   │   │   │           ├── caret.png
│   │   │   │           ├── close.png
│   │   │   │           ├── icons.gif
│   │   │   │           ├── icons.png
│   │   │   │           ├── ok.gif
│   │   │   │           ├── pop-bg.png
│   │   │   │           ├── spacer.gif
│   │   │   │           └── videologo.gif
│   │   │   ├── third-party
│   │   │   │   ├── jquery.min.js
│   │   │   │   └── mathquill
│   │   │   │       ├── font
│   │   │   │       │   └── stixgeneral-bundle
│   │   │   │       │       └── STIXFontLicense2010.txt
│   │   │   │       ├── mathquill.css
│   │   │   │       ├── mathquill.js
│   │   │   │       └── mathquill.min.js
│   │   │   ├── umeditor.config.js
│   │   │   ├── umeditor.js
│   │   │   └── umeditor.min.js
│   │   ├── UpBringing
│   │   │   ├── css
│   │   │   │   ├── style.css
│   │   │   │   └── style_cz.css
│   │   │   ├── images
│   │   │   │   ├── bg_1.png
│   │   │   │   └── log
│   │   │   │       ├── circle.png
│   │   │   │       ├── clock.png
│   │   │   │       ├── content-bg.png
│   │   │   │       ├── light-top.png
│   │   │   │       ├── light.png
│   │   │   │       ├── line-bg.png
│   │   │   │       └── release-bg.png
│   │   │   └── img
│   │   │       ├── dian.png
│   │   │       ├── dian2.png
│   │   │       ├── dian3.png
│   │   │       ├── ictb.png
│   │   │       ├── jian.png
│   │   │       ├── jian_00.png
│   │   │       ├── logo.png
│   │   │       ├── morelink.gif
│   │   │       ├── pagination_1.png
│   │   │       └── titlebg.jpg
│   │   ├── Uploadify
│   │   │   ├── jquery.uploadify.js
│   │   │   ├── uploadify-cancel.png
│   │   │   ├── uploadify.css
│   │   │   └── uploadify.swf
│   │   ├── Yui
│   │   │   ├── datagrid-detailview.js
│   │   │   ├── easyui-lang-zh_CN.js
│   │   │   ├── jquery-1.8.0.min.js
│   │   │   ├── jquery.easyui.min.js
│   │   │   └── themes
│   │   │       ├── default
│   │   │       │   ├── accordion.css
│   │   │       │   ├── calendar.css
│   │   │       │   ├── combo.css
│   │   │       │   ├── combobox.css
│   │   │       │   ├── datagrid.css
│   │   │       │   ├── datebox.css
│   │   │       │   ├── dialog.css
│   │   │       │   ├── easyui.css
│   │   │       │   ├── images
│   │   │       │   │   ├── accordion_arrows.png
│   │   │       │   │   ├── blank.gif
│   │   │       │   │   ├── calendar_arrows.png
│   │   │       │   │   ├── combo_arrow.png
│   │   │       │   │   ├── datagrid_icons.png
│   │   │       │   │   ├── datebox_arrow.png
│   │   │       │   │   ├── layout_arrows.png
│   │   │       │   │   ├── linkbutton_bg.png
│   │   │       │   │   ├── loading.gif
│   │   │       │   │   ├── menu_arrows.png
│   │   │       │   │   ├── messager_icons.png
│   │   │       │   │   ├── pagination_icons.png
│   │   │       │   │   ├── panel_tools.png
│   │   │       │   │   ├── searchbox_button.png
│   │   │       │   │   ├── slider_handle.png
│   │   │       │   │   ├── spinner_arrows.png
│   │   │       │   │   ├── tabs_icons.png
│   │   │       │   │   ├── tree_icons.png
│   │   │       │   │   ├── validatebox_arrows.png
│   │   │       │   │   └── validatebox_warning.png
│   │   │       │   ├── layout.css
│   │   │       │   ├── linkbutton.css
│   │   │       │   ├── menu.css
│   │   │       │   ├── menubutton.css
│   │   │       │   ├── messager.css
│   │   │       │   ├── pagination.css
│   │   │       │   ├── panel.css
│   │   │       │   ├── progressbar.css
│   │   │       │   ├── propertygrid.css
│   │   │       │   ├── searchbox.css
│   │   │       │   ├── slider.css
│   │   │       │   ├── spinner.css
│   │   │       │   ├── splitbutton.css
│   │   │       │   ├── tabs.css
│   │   │       │   ├── tree.css
│   │   │       │   ├── validatebox.css
│   │   │       │   └── window.css
│   │   │       ├── icon.css
│   │   │       └── icons
│   │   │           ├── Email.png
│   │   │           ├── Phone.png
│   │   │           ├── back.png
│   │   │           ├── blank.gif
│   │   │           ├── cancel.png
│   │   │           ├── cut.png
│   │   │           ├── edit_add.png
│   │   │           ├── edit_remove.png
│   │   │           ├── filesave.png
│   │   │           ├── help.png
│   │   │           ├── mini_add.png
│   │   │           ├── mini_edit.png
│   │   │           ├── mini_refresh.png
│   │   │           ├── no.png
│   │   │           ├── ok.png
│   │   │           ├── pencil.png
│   │   │           ├── print.png
│   │   │           ├── redo.png
│   │   │           ├── reload.png
│   │   │           ├── search.png
│   │   │           ├── sum.png
│   │   │           ├── tip.png
│   │   │           └── undo.png
│   │   ├── ZhuCe
│   │   │   ├── CSS
│   │   │   │   ├── css.css
│   │   │   │   └── style.css
│   │   │   └── images
│   │   │       ├── 1.jpg
│   │   │       ├── T1W6.png
│   │   │       ├── alipay.png
│   │   │       ├── bank_icon.png
│   │   │       ├── bgx.png
│   │   │       ├── btn.gif
│   │   │       ├── dh.png
│   │   │       ├── fk_aniu.jpg
│   │   │       ├── global2.png
│   │   │       ├── ico.png
│   │   │       ├── m-m-bg8.gif
│   │   │       ├── new_btn.png
│   │   │       ├── pay_way.png
│   │   │       ├── pay_way_cur.png
│   │   │       ├── transparent.gif
│   │   │       ├── transparent_002.gif
│   │   │       ├── vb_tag_bg.gif
│   │   │       ├── verifyCodeImgF.jpg
│   │   │       ├── xymap.png
│   │   │       ├── ylogo.png
│   │   │       └── zhuce_ydd_logo.png
│   │   ├── jstree
│   │   │   ├── jstree.js
│   │   │   ├── jstree.min.js
│   │   │   └── themes
│   │   │       ├── default
│   │   │       │   ├── 32px.png
│   │   │       │   ├── 40px.png
│   │   │       │   ├── style.css
│   │   │       │   ├── style.min.css
│   │   │       │   └── throbber.gif
│   │   │       └── default-dark
│   │   │           ├── 32px.png
│   │   │           ├── 40px.png
│   │   │           ├── style.css
│   │   │           ├── style.min.css
│   │   │           └── throbber.gif
│   │   ├── layer
│   │   │   ├── extend
│   │   │   │   └── layer.ext.js
│   │   │   ├── layer.min.js
│   │   │   └── skin
│   │   │       ├── default
│   │   │       │   ├── icon_ext.png
│   │   │       │   ├── textbg.png
│   │   │       │   ├── xubox_ico0.png
│   │   │       │   ├── xubox_loading0.gif
│   │   │       │   ├── xubox_loading1.gif
│   │   │       │   ├── xubox_loading2.gif
│   │   │       │   ├── xubox_loading3.gif
│   │   │       │   └── xubox_title0.png
│   │   │       ├── layer.css
│   │   │       └── layer.ext.css
│   │   └── unit
│   │       ├── css
│   │       │   └── ptree.css
│   │       └── img
│   │           ├── assistant-setting.png
│   │           ├── depart-rename.png
│   │           ├── depart_add.png
│   │           ├── depart_delete.png
│   │           ├── depart_move.png
│   │           ├── detail.png
│   │           ├── icon_a.png
│   │           ├── icon_b.png
│   │           ├── icon_m.png
│   │           ├── manager-setting.png
│   │           ├── to-boss.png
│   │           ├── user-common-add.png
│   │           ├── user-common.png
│   │           └── user-manager.png
│   ├── Service References
│   │   └── PhoneMessagesService
│   │       ├── Reference.svcmap
│   │       ├── configuration.svcinfo
│   │       ├── configuration91.svcinfo
│   │       └── webservice.disco
│   ├── SetInfo
│   │   ├── DiaoDuMap.htm
│   │   ├── Images
│   │   │   ├── 2.jpg
│   │   │   ├── attendance.gif
│   │   │   ├── btn_moveaction.gif
│   │   │   ├── btnout_bg_left.gif
│   │   │   ├── btnout_bg_right.gif
│   │   │   ├── btnover_bg_left.gif
│   │   │   ├── btnover_bg_right.gif
│   │   │   ├── but_search.gif
│   │   │   ├── cheng.png
│   │   │   ├── dian01.jpg
│   │   │   ├── dian02.jpg
│   │   │   ├── gwt-Buttonbg.png
│   │   │   ├── hong.png
│   │   │   ├── icons-add.png
│   │   │   ├── index.png
│   │   │   ├── index001.png
│   │   │   ├── index002.png
│   │   │   ├── index003.png
│   │   │   ├── lan.png
│   │   │   ├── loading.gif
│   │   │   ├── month_grid_head.gif
│   │   │   ├── new_btn_bg.png
│   │   │   ├── new_btn_ico.png
│   │   │   ├── nologin.png
│   │   │   ├── peopleOffline.png
│   │   │   ├── pic0034.gif
│   │   │   ├── point.gif
│   │   │   ├── pop.png
│   │   │   ├── timePicker.gif
│   │   │   ├── yeslogin.png
│   │   │   ├── zhengchang.png
│   │   │   └── zi.png
│   │   ├── KaoQinDetailed.htm
│   │   ├── KaoQinSummary.htm
│   │   ├── Kaoqin.htm
│   │   ├── KaoqinSet.htm
│   │   ├── ModelMg.htm
│   │   ├── MyApply.htm
│   │   ├── MyKaoQin.htm
│   │   ├── MyNotation.htm
│   │   ├── SetInfo.htm
│   │   └── myCopy.htm
│   ├── StationNews
│   │   └── StationNews.htm
│   ├── Styles
│   │   ├── Log.css
│   │   ├── Log_New.css
│   │   ├── Site.css
│   │   └── lrtk.css
│   ├── System
│   │   ├── Clound.htm
│   │   ├── Control.htm
│   │   ├── CrossControl.htm
│   │   ├── Daily.htm
│   │   ├── DailyCheckhtm.htm
│   │   ├── DailyCopy.htm
│   │   ├── DateDictionary.htm
│   │   ├── DjUser.htm
│   │   ├── GGlist.htm
│   │   ├── GongGao.htm
│   │   ├── Loglog.htm
│   │   ├── Mission.htm
│   │   ├── MissionCheck.htm
│   │   ├── News.htm
│   │   ├── NewsList.htm
│   │   ├── ReadImg.htm
│   │   ├── RechargeHistory.htm
│   │   ├── SetControl.htm
│   │   ├── Type.htm
│   │   ├── Unit1.htm
│   │   ├── Unit2.htm
│   │   ├── user.htm
│   │   └── users.htm
│   ├── Title_ydd.ico
│   ├── Update.htm
│   ├── Web.config
│   ├── XMLConfig
│   │   └── SMSConfig.xml
│   ├── bin
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── CRMSYS.dll
│   │   ├── CRMSYS.pdb
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── LitJson.dll
│   │   ├── Model.dll
│   │   ├── Model.pdb
│   │   └── NPOI.dll
│   ├── default.htm
│   ├── first.htm
│   ├── index.htm
│   ├── install.htm
│   └── 安装必看说明.txt
└── 一套简单实用的客户关系管理系统源码_客户关系管理系统.zip

180 directories, 901 files


实例下载地址

一套简单实用的客户关系管理系统源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警