天天客户管理CRM系统网站源码 v1.0 ttcrm_a5
.
├── Data
│ ├── 201731324551.mdb
│ ├── CheckInput.asp
│ ├── Config
│ │ ├── Must_Client.asp
│ │ ├── Show_Client.asp
│ │ ├── Show_Listall.asp
│ │ ├── Show_Must_Expense.asp
│ │ ├── Show_Must_Hetong.asp
│ │ ├── Show_Must_Linkmans.asp
│ │ ├── Show_Must_Order.asp
│ │ ├── Show_Must_Order_Products.asp
│ │ ├── Show_Must_Products.asp
│ │ ├── Show_Must_Records.asp
│ │ └── Show_Must_Service.asp
│ ├── Config.asp
│ ├── Conn.asp
│ ├── EasyCrm.asp
│ ├── Function.asp
│ ├── Md5.asp
│ ├── Mssql.asp
│ ├── bak
│ └── calendar
│ ├── My97DatePicker.htm
│ ├── WdatePicker.js
│ ├── calendar.js
│ ├── config.js
│ ├── lang
│ │ └── zh-cn.js
│ └── skin
│ ├── WdatePicker.css
│ ├── datePicker.gif
│ ├── default
│ │ ├── datepicker.css
│ │ └── img.gif
│ └── whyGreen
│ ├── bg.jpg
│ ├── datepicker.css
│ └── img.gif
├── Lang
│ └── zh-cn
│ ├── Alert.asp
│ ├── Client.asp
│ ├── Expense.asp
│ ├── File.asp
│ ├── Hetong.asp
│ ├── Lang.asp
│ ├── Linkmans.asp
│ ├── Logfile.asp
│ ├── Order.asp
│ ├── Records.asp
│ ├── RecordsPlan.asp
│ └── Service.asp
├── M
│ ├── Client.asp
│ ├── Contact.asp
│ ├── CustomField.asp
│ ├── Expense.asp
│ ├── GetRW.asp
│ ├── GetUpdate.asp
│ ├── Group.asp
│ ├── Hetong.asp
│ ├── Listall.asp
│ ├── Logfile.asp
│ ├── Login.asp
│ ├── Logout.asp
│ ├── Loguser.asp
│ ├── Message.asp
│ ├── Notice.asp
│ ├── Order.asp
│ ├── Records.asp
│ ├── Recycler.asp
│ ├── Report.asp
│ ├── Select.asp
│ ├── Service.asp
│ ├── Setting.asp
│ ├── Statistics.asp
│ ├── System.asp
│ ├── User.asp
│ ├── img
│ │ ├── 114.png
│ │ ├── 57.png
│ │ ├── 72.png
│ │ ├── arrow-ts-hover.png
│ │ ├── arrow-ts.png
│ │ ├── avatar.png
│ │ ├── back-button.png
│ │ ├── blue-button.png
│ │ ├── bodybg.png
│ │ ├── close-icon.png
│ │ ├── close-icon2.png
│ │ ├── create.png
│ │ ├── dto-gray.png
│ │ ├── error.png
│ │ ├── gra-linear-with-dot.png
│ │ ├── gra-linear.png
│ │ ├── header-bg.png
│ │ ├── header-button.png
│ │ ├── icons
│ │ │ ├── Calendar.png
│ │ │ ├── CustomField.png
│ │ │ ├── Expense.png
│ │ │ ├── Group.png
│ │ │ ├── Hetong.png
│ │ │ ├── Level.png
│ │ │ ├── Logfile.png
│ │ │ ├── Loguser.png
│ │ │ ├── Notice.png
│ │ │ ├── Order.png
│ │ │ ├── Records.png
│ │ │ ├── Report.png
│ │ │ ├── Service.png
│ │ │ ├── User.png
│ │ │ ├── alert.png
│ │ │ ├── content.png
│ │ │ ├── db.png
│ │ │ ├── delete.png
│ │ │ ├── error
│ │ │ │ ├── accept.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── error.png
│ │ │ │ └── help.png
│ │ │ ├── error.png
│ │ │ ├── files.png
│ │ │ ├── graph.png
│ │ │ ├── listall.png
│ │ │ ├── messages.png
│ │ │ ├── mini
│ │ │ │ ├── arrow.png
│ │ │ │ ├── close-opacity-21.png
│ │ │ │ └── plus.gif
│ │ │ ├── select.png
│ │ │ └── setting.png
│ │ ├── input-bg.png
│ │ ├── list-button.png
│ │ ├── logo.png
│ │ ├── menu-hover.png
│ │ ├── page
│ │ │ ├── pagebut.gif
│ │ │ ├── pagebutgrey.gif
│ │ │ ├── psdindex.jpg
│ │ │ ├── psdindex_03.gif
│ │ │ └── psdindex_07.jpg
│ │ ├── page-top.png
│ │ ├── reload-button.png
│ │ ├── search-blue.png
│ │ ├── search.png
│ │ └── yellow-button.png
│ ├── inc.asp
│ ├── index.asp
│ ├── js
│ │ ├── frame.js
│ │ ├── jquery.min.js
│ │ └── toogle.js
│ └── style
│ ├── reset.css
│ └── root.css
├── OA
│ ├── Calendar.asp
│ ├── Calendar_List.asp
│ ├── Contact.asp
│ ├── GetUpdate.asp
│ ├── Notice.asp
│ ├── Receive.asp
│ └── Report.asp
├── Plugin
│ ├── Contact
│ │ ├── GetUpdate.asp
│ │ ├── Install.asp
│ │ ├── config.asp
│ │ ├── index.asp
│ │ └── info.xml
│ ├── Finance
│ │ ├── GetUpdate.asp
│ │ ├── config.asp
│ │ ├── index.asp
│ │ ├── info.xml
│ │ └── install.asp
│ ├── GoOut
│ │ ├── GetUpdate.asp
│ │ ├── Install.asp
│ │ ├── config.asp
│ │ ├── index.asp
│ │ └── info.xml
│ ├── Signin
│ │ ├── Install.asp
│ │ ├── config.asp
│ │ ├── index.asp
│ │ ├── info.xml
│ │ └── time.js
│ ├── Statistics
│ │ ├── index.asp
│ │ └── js
│ │ ├── adapters
│ │ │ ├── mootools-adapter.js
│ │ │ ├── mootools-adapter.src.js
│ │ │ ├── prototype-adapter.js
│ │ │ └── prototype-adapter.src.js
│ │ ├── highcharts-more.js
│ │ ├── highcharts.js
│ │ ├── highcharts.src.js
│ │ ├── jquery.min.js
│ │ ├── modules
│ │ │ ├── canvas-tools.js
│ │ │ ├── canvas-tools.src.js
│ │ │ ├── exporting.js
│ │ │ ├── exporting.src.js
│ │ │ └── exporting1.js
│ │ └── themes
│ │ ├── dark-blue.js
│ │ ├── dark-green.js
│ │ ├── gray.js
│ │ ├── grid.js
│ │ ├── grid1.js
│ │ └── skies.js
│ ├── WebIM
│ │ ├── Data
│ │ │ ├── CMD.asp
│ │ │ ├── Config.asp
│ │ │ ├── Function.asp
│ │ │ ├── GetMyConfig.asp
│ │ │ ├── GetMyFriend.asp
│ │ │ ├── GetMyFriendPic.asp
│ │ │ ├── GetMyGroup.asp
│ │ │ ├── GetMyInfo.asp
│ │ │ ├── GetMyMsg.asp
│ │ │ ├── GetUserInfo.asp
│ │ │ ├── Md5.asp
│ │ │ ├── PreloadPic.asp
│ │ │ └── Service.asp
│ │ ├── DataBase
│ │ │ └── #WebIMdata.mdb
│ │ ├── Images
│ │ │ ├── ArrowDown.gif
│ │ │ ├── Arrow_d.gif
│ │ │ ├── Arrow_don.gif
│ │ │ ├── Arrow_r.gif
│ │ │ ├── Arrow_ron.gif
│ │ │ ├── Blank.gif
│ │ │ ├── ButtonBG.gif
│ │ │ ├── ButtonHoverBG.gif
│ │ │ ├── ButtonLogin.gif
│ │ │ ├── ButtonSendMsg.gif
│ │ │ ├── ButtonSendType.gif
│ │ │ ├── ChatButtonBlock.gif
│ │ │ ├── ChatButtonCancelBlock.gif
│ │ │ ├── ChatButtonHistory.gif
│ │ │ ├── ChatButtonHoverBG.gif
│ │ │ ├── ChatControlClose.gif
│ │ │ ├── ChatControlMin.gif
│ │ │ ├── ChatFaceBG.gif
│ │ │ ├── ChatFaceButtonBG.gif
│ │ │ ├── ChatFaceButtonHover.gif
│ │ │ ├── ChatIcon.gif
│ │ │ ├── ChatMainBG.gif
│ │ │ ├── ChatSideButton.gif
│ │ │ ├── ChatSideButton1.gif
│ │ │ ├── ChatTitleBG.gif
│ │ │ ├── ChatToolBG.gif
│ │ │ ├── CheckBox.gif
│ │ │ ├── Close.gif
│ │ │ ├── CloseHover.gif
│ │ │ ├── Confirm.gif
│ │ │ ├── ContentButtonHoverBG.gif
│ │ │ ├── DefaultIcon.gif
│ │ │ ├── DefaultIcon2.gif
│ │ │ ├── FaceBG.png
│ │ │ ├── FaceButtonFace.gif
│ │ │ ├── FaceButtonFlash.gif
│ │ │ ├── ListButtonHoverBG.gif
│ │ │ ├── LoginButtonHover.gif
│ │ │ ├── MainControlClose.gif
│ │ │ ├── MainControlMin.gif
│ │ │ ├── MainTitleBG.gif
│ │ │ ├── MainToolBG.gif
│ │ │ ├── MenuItemDisabled.gif
│ │ │ ├── OtherControlClose.gif
│ │ │ ├── OtherControlMin.gif
│ │ │ ├── OtherMainBG.gif
│ │ │ ├── OtherTitleBG.gif
│ │ │ ├── Resize.gif
│ │ │ ├── ResizeDot.gif
│ │ │ ├── Round_lb.gif
│ │ │ ├── Round_lt.gif
│ │ │ ├── Round_rb.gif
│ │ │ ├── Round_rt.gif
│ │ │ ├── SearchUserBG.gif
│ │ │ ├── Selected.gif
│ │ │ ├── SelectedHover.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── ToolAddFriend.gif
│ │ │ ├── ToolButtonHoverBG.gif
│ │ │ ├── ToolListType.gif
│ │ │ ├── ToolManage.gif
│ │ │ ├── ToolMsgHistory.gif
│ │ │ ├── ToolOption.gif
│ │ │ ├── ToolProfile.gif
│ │ │ ├── ToolShowFocus.gif
│ │ │ ├── UserFace
│ │ │ │ └── default.gif
│ │ │ ├── UserItemBG.gif
│ │ │ ├── Warning.gif
│ │ │ ├── bg.jpg
│ │ │ ├── easycrm.png
│ │ │ ├── m0.gif
│ │ │ ├── m1.gif
│ │ │ ├── m2.gif
│ │ │ └── m3.gif
│ │ ├── Index.asp
│ │ ├── Js
│ │ │ ├── WebIM.js
│ │ │ ├── WebIMHelper.js
│ │ │ └── WebIMPage.js
│ │ ├── Layout
│ │ │ ├── winAlert.htm
│ │ │ ├── winCancel.htm
│ │ │ ├── winChat.htm
│ │ │ ├── winConfirm.htm
│ │ │ ├── winLogin.htm
│ │ │ ├── winMain.htm
│ │ │ ├── winOther.htm
│ │ │ ├── winPrompt.htm
│ │ │ └── winSelect.htm
│ │ ├── Page
│ │ │ ├── AddFriend.asp
│ │ │ ├── AddFriendSave.asp
│ │ │ ├── Message.asp
│ │ │ ├── MessageTxt.asp
│ │ │ └── UserManage.asp
│ │ ├── Sound
│ │ │ ├── Flash.swf
│ │ │ ├── FriendOnline.swf
│ │ │ └── NewMessage.swf
│ │ ├── Styles
│ │ │ ├── WebIM.css
│ │ │ └── WebIMPage.css
│ │ └── qqFace
│ │ ├── 1.gif
│ │ ├── 10.gif
│ │ ├── 11.gif
│ │ ├── 12.gif
│ │ ├── 13.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
│ │ ├── 6.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ └── 9.gif
│ ├── Workschedule
│ │ ├── Install.asp
│ │ ├── config.asp
│ │ ├── ico
│ │ │ ├── new.gif
│ │ │ ├── no.gif
│ │ │ ├── star.png
│ │ │ └── yes.gif
│ │ ├── index.asp
│ │ └── info.xml
│ └── index.asp
├── Skin
│ └── Default
│ ├── Images
│ │ ├── Ecrm.ico
│ │ ├── Thumbs.db
│ │ ├── b1.jpg
│ │ ├── b2.jpg
│ │ ├── bar1.gif
│ │ ├── button_bg.gif
│ │ ├── button_ico.gif
│ │ ├── buttonbg.gif
│ │ ├── buttonbg.png
│ │ ├── buttonbg1.gif
│ │ ├── buttons.gif
│ │ ├── class_icon.gif
│ │ ├── close.gif
│ │ ├── close.png
│ │ ├── cloud.png
│ │ ├── column-bg-left.png
│ │ ├── column-bg-right.png
│ │ ├── dtit.gif
│ │ ├── exceldb.jpg
│ │ ├── header_bg.gif
│ │ ├── ico
│ │ │ ├── Calendar.png
│ │ │ ├── Thumbs.db
│ │ │ ├── add.png
│ │ │ ├── contact.png
│ │ │ ├── del.png
│ │ │ ├── edit.png
│ │ │ ├── export.png
│ │ │ ├── file.png
│ │ │ ├── followup.png
│ │ │ ├── group.png
│ │ │ ├── help.png
│ │ │ ├── important.png
│ │ │ ├── info.png
│ │ │ ├── level.png
│ │ │ ├── list.png
│ │ │ ├── log.png
│ │ │ ├── mdb.png
│ │ │ ├── message_new.png
│ │ │ ├── message_old.png
│ │ │ ├── new.png
│ │ │ ├── news.png
│ │ │ ├── no.gif
│ │ │ ├── notice.png
│ │ │ ├── plan.png
│ │ │ ├── recycle.png
│ │ │ ├── search.png
│ │ │ ├── setting.png
│ │ │ ├── share.png
│ │ │ ├── smile.jpg
│ │ │ ├── soft.png
│ │ │ ├── sr.gif
│ │ │ ├── star.png
│ │ │ ├── starno.png
│ │ │ ├── trans.png
│ │ │ ├── type.png
│ │ │ ├── upload.png
│ │ │ ├── user.png
│ │ │ ├── view.png
│ │ │ ├── warn.gif
│ │ │ └── yes.gif
│ │ ├── ico-go-green.gif
│ │ ├── ico.gif
│ │ ├── icos
│ │ │ ├── Thumbs.db
│ │ │ ├── bubble.png
│ │ │ ├── bug.png
│ │ │ ├── card.png
│ │ │ ├── clock.png
│ │ │ ├── cup.png
│ │ │ ├── date.png
│ │ │ ├── drawer.png
│ │ │ ├── folder.png
│ │ │ ├── gear.png
│ │ │ ├── heart.png
│ │ │ ├── help.png
│ │ │ ├── inbox.png
│ │ │ ├── info.png
│ │ │ ├── lock.png
│ │ │ ├── log.png
│ │ │ ├── mail.png
│ │ │ ├── moleskine.png
│ │ │ ├── monitor.png
│ │ │ ├── music.png
│ │ │ ├── notebook.png
│ │ │ ├── pill.png
│ │ │ ├── plugin.png
│ │ │ ├── present.png
│ │ │ ├── print.png
│ │ │ ├── puzzle.png
│ │ │ ├── rulers.png
│ │ │ ├── save.png
│ │ │ ├── search.png
│ │ │ ├── soccer.png
│ │ │ ├── star.png
│ │ │ ├── statistics.png
│ │ │ ├── thermo.png
│ │ │ ├── user.png
│ │ │ └── wallet.png
│ │ ├── images.gif
│ │ ├── infor-ico.gif
│ │ ├── input_bg.gif
│ │ ├── l_bg.gif
│ │ ├── l_btn.gif
│ │ ├── l_inpt.gif
│ │ ├── l_input_cur.gif
│ │ ├── l_l_bg.jpg
│ │ ├── l_r_t_img.gif
│ │ ├── left_bg.gif
│ │ ├── lgoin_btn.gif
│ │ ├── lgoin_btn1.gif
│ │ ├── light.png
│ │ ├── line.jpg
│ │ ├── load.gif
│ │ ├── loginbg1.png
│ │ ├── loginbg2.png
│ │ ├── loginbg3.png
│ │ ├── logininfo.png
│ │ ├── loginlogo.png
│ │ ├── loginpassword.png
│ │ ├── loginsj.png
│ │ ├── loginuser.png
│ │ ├── logo.gif
│ │ ├── null.gif
│ │ ├── page
│ │ │ ├── Thumbs.db
│ │ │ ├── pagebut.gif
│ │ │ ├── pagebutgrey.gif
│ │ │ ├── psdindex_03.gif
│ │ │ └── psdindex_07.jpg
│ │ ├── repeat.gif
│ │ ├── search.gif
│ │ ├── tab.gif
│ │ ├── tab_line.gif
│ │ ├── table_bg.gif
│ │ ├── table_th_bg.gif
│ │ ├── top_logo.jpg
│ │ ├── topbg.gif
│ │ ├── topbg.jpg
│ │ └── topleft.jpg
│ ├── Js
│ │ ├── Ajax.asp
│ │ ├── Ajax.js
│ │ ├── Check.asp
│ │ ├── Check.min.js
│ │ ├── Common.js
│ │ ├── Float.js
│ │ ├── area.js
│ │ ├── city.min.js
│ │ ├── cloud.js
│ │ ├── fixpng.js
│ │ ├── inettuts.js
│ │ ├── jquery-1.7.2.min.js
│ │ ├── jquery-ui-personalized-1.6rc2.min.js
│ │ ├── jquery.cityselect.js
│ │ ├── jquery.cookie.js
│ │ ├── jquery.corner.js
│ │ ├── jquery.js
│ │ ├── jquery.min.js
│ │ ├── location.js
│ │ ├── modify.asp
│ │ ├── modify.js
│ │ ├── select2.css
│ │ ├── select2.js
│ │ ├── select2_locale_zh-CN.js
│ │ ├── sidebar.js
│ │ └── tips.js
│ ├── Style
│ │ ├── common.css
│ │ ├── ie-css3.htc
│ │ ├── inettuts.css
│ │ ├── login.css
│ │ ├── main.css
│ │ ├── menu.css
│ │ └── top.css
│ ├── TQEditor
│ │ ├── TQEditor.css
│ │ ├── TQEditor.js
│ │ ├── TQEditor.with-plugs.min.js
│ │ ├── UpLoad_Class.asp
│ │ ├── btn.png
│ │ ├── btnBg.gif
│ │ ├── face
│ │ │ ├── 1.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.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
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── flvPlayer.swf
│ │ ├── icon.gif
│ │ ├── loading.gif
│ │ ├── plugin
│ │ │ ├── apiEx.js
│ │ │ ├── formathtml.js
│ │ │ └── ubb.js
│ │ ├── skin
│ │ │ ├── blue
│ │ │ │ └── TQEditor.css
│ │ │ ├── fire
│ │ │ │ └── TQEditor.css
│ │ │ ├── green
│ │ │ │ └── TQEditor.css
│ │ │ ├── pink
│ │ │ │ └── TQEditor.css
│ │ │ ├── red
│ │ │ │ └── TQEditor.css
│ │ │ ├── silver
│ │ │ │ └── TQEditor.css
│ │ │ └── yellow
│ │ │ └── TQEditor.css
│ │ ├── swfupload.js
│ │ ├── swfupload.swf
│ │ ├── upload.asp
│ │ ├── upload.htm
│ │ └── uploadApi.js
│ ├── aridialog
│ │ ├── iframeTools.js
│ │ ├── jquery.artDialog.js
│ │ └── skins
│ │ ├── chrome
│ │ │ ├── border.png
│ │ │ └── chrome_s.png
│ │ ├── chrome.css
│ │ ├── default.css
│ │ ├── dlcms.css
│ │ └── icons
│ │ ├── button.png
│ │ ├── default_bg.gif
│ │ ├── error.png
│ │ ├── face-sad.png
│ │ ├── face-smile.png
│ │ ├── loading.gif
│ │ ├── question.png
│ │ ├── succeed.png
│ │ └── warning.png
│ └── css
│ └── style.css
├── Soft
│ ├── abc
│ ├── admin
│ │ ├── 2016081168449217.png
│ │ ├── 2016120266362065.xls
│ │ ├── Client-201611192047.xls
│ │ ├── Client-20161120857.xls
│ │ ├── Client-201611251016.xls
│ │ ├── Client-2016771451.xls
│ │ ├── Expense-2016725842.xls
│ │ ├── Hetong-2016361129.xls
│ │ ├── Order-20161051045.xls
│ │ ├── Order-201611202316.xls
│ │ ├── Order-2016391628.xls
│ │ └── Records-201611251025.xls
│ ├── index.asp
│ ├── likeren
│ ├── 叶静
│ ├── 张晰
│ ├── 李勇
│ ├── 刘淑娜
│ ├── 张云飞
│ ├── 张永春
│ ├── 张芳杰
│ ├── 李培培
│ ├── 林伟璐
│ │ └── Client-20178261518.xls
│ ├── 毛亚红
│ ├── 沈慧杰
│ ├── 王丽娟
│ ├── 王晓燕
│ ├── 赵丽敏
│ └── 韩聪聪
├── Upload
│ ├── 2016
│ │ └── Images
│ │ ├── 097197028864.jpg
│ │ ├── 218318241175.jpg
│ │ ├── 320421352296.jpg
│ │ ├── 329320341186.jpg
│ │ ├── 542643574428.jpg
│ │ └── Thumbs.db
│ ├── Client_File
│ │ ├── 2015101549202517.jpg
│ │ ├── 2015102633877641.doc
│ │ ├── 2016030957684033.pdf
│ │ ├── 2016030957696437.pdf
│ │ ├── 2016030957703329.pdf
│ │ ├── 2016101877124305.xls
│ │ ├── 2016101877125177.xls
│ │ ├── 2016111162123385.jpg
│ │ └── Thumbs.db
│ └── UpLoad.asp
├── index.asp
├── main
│ ├── Expense.asp
│ ├── Export.asp
│ ├── GetUpdate.asp
│ ├── GetUpdateRW.asp
│ ├── Header.asp
│ ├── Hetong.asp
│ ├── Import.asp
│ ├── Index.asp
│ ├── ListAll.asp
│ ├── Login.asp
│ ├── Login2.asp
│ ├── Logout.asp
│ ├── Main.asp
│ ├── Menu.asp
│ ├── Order.asp
│ ├── Records.asp
│ ├── Recycler.asp
│ ├── Service.asp
│ ├── index.html
│ └── js
│ ├── city.asp
│ ├── city.js
│ ├── city.min.js
│ ├── jquery-1.7.2.min.js
│ └── jquery.cityselect.js
├── mdb
│ ├── etwldbs.mdb
│ ├── etwldbs2.mdb
│ ├── etwldbs6.mdb
│ └── etwldbs8.mdb
├── sqltool
│ └── access转sql.exe
├── system
│ ├── AreaData.asp
│ ├── CustomField.asp
│ ├── GetUpdate.asp
│ ├── Group.asp
│ ├── Index.asp
│ ├── Lang.asp
│ ├── Level.asp
│ ├── Log_user.asp
│ ├── Logfile.asp
│ ├── ProductClass.asp
│ ├── Products.asp
│ ├── QuickMenu.asp
│ ├── Select.asp
│ ├── Setting.asp
│ ├── Sql.asp
│ ├── User.asp
│ ├── User_info.asp
│ └── js
│ ├── city.asp
│ ├── city.js
│ ├── city.min.js
│ ├── jquery-1.7.2.min.js
│ └── jquery.cityselect.js
├── ttasp
├── 说明.htm
└── 说明.txt
96 directories, 711 files
评论