| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>
- </ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{50398A44-EE68-4A72-BAD7-13B5693D8B9C}</ProjectGuid>
- <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>YTSoft.BaseCallCenter.MVCWeb</RootNamespace>
- <AssemblyName>YTSoft.BaseCallCenter.MVCWeb</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <MvcBuildViews>false</MvcBuildViews>
- <UseIISExpress>false</UseIISExpress>
- <IISExpressSSLPort />
- <IISExpressAnonymousAuthentication />
- <IISExpressWindowsAuthentication />
- <IISExpressUseClassicPipelineMode />
- <Use64BitIISExpress />
- <UseGlobalApplicationHostFile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>
- </DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web.DynamicData" />
- <Reference Include="System.Web.Entity" />
- <Reference Include="System.Web.ApplicationServices" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Web.Abstractions" />
- <Reference Include="System.Web.Routing" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.EnterpriseServices" />
- <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http">
- </Reference>
- <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.WebRequest">
- </Reference>
- <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.30506.0\lib\net40\System.Web.Http.WebHost.dll</HintPath>
- </Reference>
- <Reference Include="WebActivator, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\WebActivator.1.5.1\lib\net40\WebActivator.dll</HintPath>
- </Reference>
- <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
- <HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Commons\HttpHelper.cs" />
- <Compile Include="Controllers\APIController.cs" />
- <Compile Include="Controllers\BaseController.cs" />
- <Compile Include="Controllers\HW\CallRecordController.cs" />
- <Compile Include="Controllers\Com\ClassController.cs" />
- <Compile Include="Controllers\Com\UploadController.cs" />
- <Compile Include="Controllers\Com\TagController.cs" />
- <Compile Include="Controllers\Com\LogActionController.cs" />
- <Compile Include="Controllers\CustomerController.cs" />
- <Compile Include="Controllers\DefaultController.cs" />
- <Compile Include="Controllers\HrEmployeeBaseController.cs" />
- <Compile Include="Controllers\HW\CallHelperController.cs" />
- <Compile Include="Controllers\HW\MobileDataController.cs" />
- <Compile Include="Controllers\HW\DutyNumberController.cs" />
- <Compile Include="Controllers\KF\QuickMsgsController.cs" />
- <Compile Include="Controllers\LostGoodsController.cs" />
- <Compile Include="Controllers\MainController.cs" />
- <Compile Include="Controllers\OCXOptController.cs" />
- <Compile Include="Controllers\OptLogsController.cs" />
- <Compile Include="Controllers\Order\OrderController.cs" />
- <Compile Include="Controllers\OtherPageController.cs" />
- <Compile Include="Controllers\QualityManagementController.cs" />
- <Compile Include="Controllers\Report\ReportOtherController.cs" />
- <Compile Include="Controllers\Report\ReportController.cs" />
- <Compile Include="Controllers\RepositoryCategoryController.cs" />
- <Compile Include="Controllers\RepositoryController.cs" />
- <Compile Include="Controllers\RequestString.cs" />
- <Compile Include="Controllers\ScreenDisplayController.cs" />
- <Compile Include="Controllers\SMSController.cs" />
- <Compile Include="Controllers\SMSManagerController.cs" />
- <Compile Include="Controllers\SysAdmin\DepartmentController.cs" />
- <Compile Include="Controllers\SystemManageController.cs" />
- <Compile Include="Controllers\WorkFlowController.cs" />
- <Compile Include="Controllers\Order\WorkOrderController.cs" />
- <Compile Include="Controllers\WXInterFaceController.cs" />
- <Compile Include="Filter\CheckPermissionFilter.cs" />
- <Compile Include="Filter\MyExceptionAttribute.cs" />
- <Compile Include="Global.asax.cs">
- <DependentUpon>Global.asax</DependentUpon>
- </Compile>
- <Compile Include="Models\CallScreenModel.cs" />
- <Compile Include="Models\CusPageModel.cs" />
- <Compile Include="Models\ExToExcel.cs" />
- <Compile Include="Models\IndexCenterModel.cs" />
- <Compile Include="Models\IndexModel.cs" />
- <Compile Include="Models\LostGoodsModel.cs" />
- <Compile Include="Models\MainChartModel.cs" />
- <Compile Include="Models\QCVoicePlayModel.cs" />
- <Compile Include="Models\ResponseData.cs" />
- <Compile Include="Models\ResponseDataModel.cs" />
- <Compile Include="Models\SelectInfoTypeModel.cs" />
- <Compile Include="Models\VoicePlayModel.cs" />
- <Compile Include="Models\WorkOrderMyModel.cs" />
- <Compile Include="Models\WorkOrderPieModel.cs" />
- <Compile Include="Models\WorkOrderTypeUserMathModel.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App_Start\FilterConfig.cs" />
- <Compile Include="App_Start\RouteConfig.cs" />
- <Compile Include="App_Start\WebApiConfig.cs" />
- <Content Include="Content\css\callrecord\callrecord.css" />
- <Content Include="Content\css\callscreen\selectform.css" />
- <Content Include="Content\css\commonality.css" />
- <Content Include="Content\css\phonecall.css" />
- <Content Include="Content\css\screendisplay\style.css" />
- <Content Include="Content\css\screendisplay\swiper.min.css" />
- <Content Include="Content\css\workflow\workflow.css" />
- <Content Include="Content\css\workorder\eidtmyorder.css" />
- <Content Include="Content\css\workorder\loading.css" />
- <Content Include="Content\demo\cache.js" />
- <Content Include="Content\demo\demobodyTab.js" />
- <Content Include="Content\demo\demoindex.css" />
- <Content Include="Content\demo\demoindex.js" />
- <Content Include="Content\dist\chart\bar.js" />
- <Content Include="Content\dist\chart\chord.js" />
- <Content Include="Content\dist\chart\eventRiver.js" />
- <Content Include="Content\dist\chart\force.js" />
- <Content Include="Content\dist\chart\funnel.js" />
- <Content Include="Content\dist\chart\gauge.js" />
- <Content Include="Content\dist\chart\heatmap.js" />
- <Content Include="Content\dist\chart\k.js" />
- <Content Include="Content\dist\chart\line.js" />
- <Content Include="Content\dist\chart\map.js" />
- <Content Include="Content\dist\chart\pie.js" />
- <Content Include="Content\dist\chart\radar.js" />
- <Content Include="Content\dist\chart\scatter.js" />
- <Content Include="Content\dist\chart\tree.js" />
- <Content Include="Content\dist\chart\treemap.js" />
- <Content Include="Content\dist\chart\venn.js" />
- <Content Include="Content\dist\chart\wordCloud.js" />
- <Content Include="Content\dist\echarts-all.js" />
- <Content Include="Content\dist\echarts.js" />
- <Content Include="Content\dist\theme\blue.js" />
- <Content Include="Content\dist\theme\dahua.js" />
- <Content Include="Content\dist\theme\dark.js" />
- <Content Include="Content\dist\theme\default.js" />
- <Content Include="Content\dist\theme\gray.js" />
- <Content Include="Content\dist\theme\green.js" />
- <Content Include="Content\dist\theme\helianthus.js" />
- <Content Include="Content\dist\theme\infographic.js" />
- <Content Include="Content\dist\theme\macarons.js" />
- <Content Include="Content\dist\theme\macarons2.js" />
- <Content Include="Content\dist\theme\mint.js" />
- <Content Include="Content\dist\theme\red.js" />
- <Content Include="Content\dist\theme\roma.js" />
- <Content Include="Content\dist\theme\sakura.js" />
- <Content Include="Content\dist\theme\shine.js" />
- <Content Include="Content\images\downSelect.png" />
- <Content Include="Content\images\logo3.png" />
- <Content Include="Content\images\phone128.png" />
- <Content Include="Content\js\Base64.js" />
- <Content Include="Content\js\CallRecord\dutyNumber.js" />
- <Content Include="Content\js\CallRecord\WBWorkFlow.js" />
- <Content Include="Content\js\callSocket.js" />
- <Content Include="Content\js\ExcelToExport.js" />
- <Content Include="Content\js\FileSaver.js" />
- <Content Include="Content\images\ajax-loader.gif" />
- <Content Include="Content\images\logo2.png" />
- <Content Include="Content\images\phonecall\ph_r10_c18.png" />
- <Content Include="Content\images\phonecall\ph_r13_c8.png" />
- <Content Include="Content\images\phonecall\ph_r1_c8.png" />
- <Content Include="Content\images\phonecall\ph_r2_c13.png" />
- <Content Include="Content\images\phonecall\ph_r2_c16.png" />
- <Content Include="Content\images\phonecall\ph_r3_c1.png" />
- <Content Include="Content\images\phonecall\ph_r3_c3.png" />
- <Content Include="Content\images\phonecall\ph_r3_c4.png" />
- <Content Include="Content\images\phonecall\ph_r4_c12.png" />
- <Content Include="Content\images\phonecall\ph_r4_c6.png" />
- <Content Include="Content\images\phonecall\ph_r9_c8.png" />
- <Content Include="Content\images\screendisplay\bg.jpg" />
- <Content Include="Content\images\screendisplay\bt01_blue.png" />
- <Content Include="Content\images\screendisplay\bt01_bt01.png" />
- <Content Include="Content\images\screendisplay\bt01_img01.png" />
- <Content Include="Content\images\screendisplay\bt01_red.png" />
- <Content Include="Content\images\screendisplay\bt01_top.png" />
- <Content Include="Content\images\screendisplay\bt02_img.jpg" />
- <Content Include="Content\images\screendisplay\bt03_img01.png" />
- <Content Include="Content\images\screendisplay\bt03_img01_0.png" />
- <Content Include="Content\images\screendisplay\bt03_img02.png" />
- <Content Include="Content\images\screendisplay\bt03_img03.png" />
- <Content Include="Content\images\screendisplay\bt_bg01.png" />
- <Content Include="Content\images\screendisplay\bt_bg02.png" />
- <Content Include="Content\images\screendisplay\bt_bg03.png" />
- <Content Include="Content\images\screendisplay\ju01.png" />
- <Content Include="Content\images\screendisplay\ju02.png" />
- <Content Include="Content\images\screendisplay\ju03.png" />
- <Content Include="Content\images\screendisplay\logo.png" />
- <Content Include="Content\images\screendisplay\right_bg.png" />
- <Content Include="Content\images\screendisplay\right_img01.png" />
- <Content Include="Content\images\screendisplay\right_img02.png" />
- <Content Include="Content\images\screendisplay\slider_bg.png" />
- <Content Include="Content\images\screendisplay\weather.png" />
- <Content Include="Content\images\seatimgs\cxjt1.png" />
- <Content Include="Content\images\seatimgs\cxjt2.png" />
- <Content Include="Content\images\seatimgs\dj1.png" />
- <Content Include="Content\images\seatimgs\dj2.png" />
- <Content Include="Content\images\seatimgs\jt1.png" />
- <Content Include="Content\images\seatimgs\jt2.png" />
- <Content Include="Content\images\seatimgs\kongxian.jpg" />
- <Content Include="Content\images\seatimgs\lj1.png" />
- <Content Include="Content\images\seatimgs\lj2.png" />
- <Content Include="Content\images\seatimgs\mang.jpg" />
- <Content Include="Content\images\seatimgs\Mtzm1.png" />
- <Content Include="Content\images\seatimgs\Mtzm2.png" />
- <Content Include="Content\images\seatimgs\Mtzx1.png" />
- <Content Include="Content\images\seatimgs\Mtzx2.png" />
- <Content Include="Content\images\seatimgs\qc1.png" />
- <Content Include="Content\images\seatimgs\qc2.png" />
- <Content Include="Content\images\seatimgs\qz1.png" />
- <Content Include="Content\images\seatimgs\qz2.png" />
- <Content Include="Content\images\seatimgs\qzlx1.png" />
- <Content Include="Content\images\seatimgs\qzlx2.png" />
- <Content Include="Content\images\seatimgs\tonghua.jpg" />
- <Content Include="Content\images\seatimgs\weiqianru.jpg" />
- <Content Include="Content\images\seatimgs\wh1.png" />
- <Content Include="Content\images\seatimgs\wh2.png" />
- <Content Include="Content\images\seatimgs\zhenglin.jpg" />
- <Content Include="Content\images\seatimgs\zm1.png" />
- <Content Include="Content\images\seatimgs\zm2.png" />
- <Content Include="Content\images\seatimgs\zx1.png" />
- <Content Include="Content\images\seatimgs\zx2.png" />
- <Content Include="Content\images\server0.png" />
- <Content Include="Content\images\server1.png" />
- <Content Include="Content\images\zx1.png" />
- <Content Include="Content\images\zx2.png" />
- <Content Include="Content\images\zx3.png" />
- <Content Include="Content\images\zx4.png" />
- <Content Include="Content\js\CallRecord\callscreen.js" />
- <Content Include="Content\js\CallRecord\callworkflow.js" />
- <Content Include="Content\js\CallRecord\custoninfolist.js" />
- <Content Include="Content\js\CallRecord\editcallworkflow.js" />
- <Content Include="Content\js\CallRecord\leaveRecord.js" />
- <Content Include="Content\js\CallRecord\wxcallworkflow.js" />
- <Content Include="Content\js\CallRecord\wxcallworkflowedit.js" />
- <Content Include="Content\js\hremployeebase\hremplyeebaseedit.js" />
- <Content Include="Content\js\hremployeebase\hremplyeebaselist.js" />
- <Content Include="Content\js\hremployeebase\hremplyeeExcel.js" />
- <Content Include="Content\js\hremployeebase\hremplyeesearchlist.js" />
- <Content Include="Content\js\jquery\1.9.1\jquery.js" />
- <Content Include="Content\js\jquery\1.9.1\jquery.min.js" />
- <Content Include="Content\js\login\login.js" />
- <Content Include="Content\css\animate.css" />
- <Content Include="Content\css\animate.min.css" />
- <Content Include="Content\css\bootstrap.min.css" />
- <Content Include="Content\css\bootstrap.min14ed.css" />
- <Content Include="Content\css\callrecord\demo.css" />
- <Content Include="Content\css\callrecord\demo_fontclass.html" />
- <Content Include="Content\css\callrecord\demo_symbol.html" />
- <Content Include="Content\css\callrecord\demo_unicode.html" />
- <Content Include="Content\css\callrecord\iconfont.css" />
- <Content Include="Content\css\callrecord\iconfont.js" />
- <Content Include="Content\css\callrecord\iconfont.svg" />
- <Content Include="Content\css\callscreen\callscreen.css" />
- <Content Include="Content\css\demo\webuploader-demo.min.css" />
- <Content Include="Content\css\easyui.css" />
- <Content Include="Content\css\font-awesome.min93e3.css" />
- <Content Include="Content\css\font-awesome\css\font-awesome.css" />
- <Content Include="Content\css\font-awesome\css\font-awesome.min.css" />
- <Content Include="Content\css\font-awesome\fonts\fontawesome-webfont.svg" />
- <Content Include="Content\css\gobal.css" />
- <Content Include="Content\css\image1.gif" />
- <Content Include="Content\css\image2.gif" />
- <Content Include="Content\css\import_basic.css" />
- <Content Include="Content\css\index.css" />
- <Content Include="Content\css\Jcrop.gif" />
- <Content Include="Content\css\jquery.Jcrop.css" />
- <Content Include="Content\css\login.css" />
- <Content Include="Content\css\login.min.css" />
- <Content Include="Content\css\main.css" />
- <Content Include="Content\css\meneame.jpg" />
- <Content Include="Content\css\metrologin.css" />
- <Content Include="Content\css\myindex.css" />
- <Content Include="Content\css\pagination.css" />
- <Content Include="Content\css\patterns\header-profile-skin-1.png" />
- <Content Include="Content\css\patterns\header-profile-skin-3.png" />
- <Content Include="Content\css\patterns\header-profile.png" />
- <Content Include="Content\css\patterns\shattered.png" />
- <Content Include="Content\css\plugins\awesome-bootstrap-checkbox\awesome-bootstrap-checkbox.css" />
- <Content Include="Content\css\plugins\blueimp\css\blueimp-gallery.min.css" />
- <Content Include="Content\css\plugins\blueimp\img\error.png" />
- <Content Include="Content\css\plugins\blueimp\img\error.svg" />
- <Content Include="Content\css\plugins\blueimp\img\loading.gif" />
- <Content Include="Content\css\plugins\blueimp\img\play-pause.png" />
- <Content Include="Content\css\plugins\blueimp\img\play-pause.svg" />
- <Content Include="Content\css\plugins\blueimp\img\video-play.png" />
- <Content Include="Content\css\plugins\blueimp\img\video-play.svg" />
- <Content Include="Content\css\plugins\bootstrap-table\bootstrap-table.min.css" />
- <Content Include="Content\css\plugins\chosen\chosen-sprite%402x.png" />
- <Content Include="Content\css\plugins\chosen\chosen-sprite.png" />
- <Content Include="Content\css\plugins\chosen\chosen.css" />
- <Content Include="Content\css\plugins\clockpicker\clockpicker.css" />
- <Content Include="Content\css\plugins\codemirror\ambiance.css" />
- <Content Include="Content\css\plugins\codemirror\codemirror.css" />
- <Content Include="Content\css\plugins\colorpicker\css\bootstrap-colorpicker.min.css" />
- <Content Include="Content\css\plugins\colorpicker\img\bootstrap-colorpicker\alpha-horizontal.png" />
- <Content Include="Content\css\plugins\colorpicker\img\bootstrap-colorpicker\alpha.png" />
- <Content Include="Content\css\plugins\colorpicker\img\bootstrap-colorpicker\hue-horizontal.png" />
- <Content Include="Content\css\plugins\colorpicker\img\bootstrap-colorpicker\hue.png" />
- <Content Include="Content\css\plugins\colorpicker\img\bootstrap-colorpicker\saturation.png" />
- <Content Include="Content\css\plugins\cropper\cropper.min.css" />
- <Content Include="Content\css\plugins\datapicker\datepicker3.css" />
- <Content Include="Content\css\plugins\dataTables\dataTables.bootstrap.css" />
- <Content Include="Content\css\plugins\dropzone\basic.css" />
- <Content Include="Content\css\plugins\dropzone\dropzone.css" />
- <Content Include="Content\css\plugins\footable\fonts\footable.svg" />
- <Content Include="Content\css\plugins\footable\footable.core.css" />
- <Content Include="Content\css\plugins\fullcalendar\fullcalendar.css" />
- <Content Include="Content\css\plugins\fullcalendar\fullcalendar.print.css" />
- <Content Include="Content\css\plugins\iCheck\custom.css" />
- <Content Include="Content\css\plugins\iCheck\green%402x.png" />
- <Content Include="Content\css\plugins\iCheck\green.png" />
- <Content Include="Content\css\plugins\images\sort_asc.png" />
- <Content Include="Content\css\plugins\images\sort_desc.png" />
- <Content Include="Content\css\plugins\images\sprite-skin-flat.png" />
- <Content Include="Content\css\plugins\images\spritemap%402x.png" />
- <Content Include="Content\css\plugins\images\spritemap.png" />
- <Content Include="Content\css\plugins\ionRangeSlider\ion.rangeSlider.css" />
- <Content Include="Content\css\plugins\ionRangeSlider\ion.rangeSlider.skinFlat.css" />
- <Content Include="Content\css\plugins\jasny\jasny-bootstrap.min.css" />
- <Content Include="Content\css\plugins\jqgrid\ui.jqgridffe4.css" />
- <Content Include="Content\css\plugins\jsTree\style.min.css" />
- <Content Include="Content\css\plugins\markdown\bootstrap-markdown.min.css" />
- <Content Include="Content\css\plugins\morris\morris-0.4.3.min.css" />
- <Content Include="Content\css\plugins\nouslider\jquery.nouislider.css" />
- <Content Include="Content\css\plugins\plyr\plyr.css" />
- <Content Include="Content\css\plugins\plyr\sprite.svg" />
- <Content Include="Content\css\plugins\simditor\simditor.css" />
- <Content Include="Content\css\plugins\steps\jquery.steps.css" />
- <Content Include="Content\css\plugins\summernote\summernote-bs3.css" />
- <Content Include="Content\css\plugins\summernote\summernote.css" />
- <Content Include="Content\css\plugins\sweetalert\sweetalert.css" />
- <Content Include="Content\css\plugins\switchery\switchery.css" />
- <Content Include="Content\css\plugins\toastr\toastr.min.css" />
- <Content Include="Content\css\plugins\treeview\bootstrap-treeview.css" />
- <Content Include="Content\css\plugins\webuploader\webuploader.css" />
- <Content Include="Content\css\public.css" />
- <Content Include="Content\css\style.css" />
- <Content Include="Content\css\style.min.css" />
- <Content Include="Content\css\style.min862f.css" />
- <Content Include="Content\css\validate.css" />
- <Content Include="Content\images\face.jpg" />
- <Content Include="Content\images\login\1.jpg" />
- <Content Include="Content\images\login\2.jpg" />
- <Content Include="Content\images\login\3.jpg" />
- <Content Include="Content\images\login\4.jpg" />
- <Content Include="Content\images\login\6.jpg" />
- <Content Include="Content\images\login\login_code.png" />
- <Content Include="Content\images\logo.png" />
- <Content Include="Content\images\logo1.png" />
- <Content Include="Content\js\address.js" />
- <Content Include="Content\js\bodyTab.js" />
- <Content Include="Content\js\bootstrap.min.js" />
- <Content Include="Content\js\cache.js" />
- <Content Include="Content\js\chart\bar.js" />
- <Content Include="Content\js\chart\chord.js" />
- <Content Include="Content\js\chart\eventRiver.js" />
- <Content Include="Content\js\chart\force.js" />
- <Content Include="Content\js\chart\funnel.js" />
- <Content Include="Content\js\chart\gauge.js" />
- <Content Include="Content\js\chart\heatmap.js" />
- <Content Include="Content\js\chart\k.js" />
- <Content Include="Content\js\chart\line.js" />
- <Content Include="Content\js\chart\map.js" />
- <Content Include="Content\js\chart\pie.js" />
- <Content Include="Content\js\chart\radar.js" />
- <Content Include="Content\js\chart\scatter.js" />
- <Content Include="Content\js\chart\tree.js" />
- <Content Include="Content\js\chart\treemap.js" />
- <Content Include="Content\js\chart\venn.js" />
- <Content Include="Content\js\chart\wordCloud.js" />
- <Content Include="Content\js\contabs.min.js" />
- <Content Include="Content\js\content.min.js" />
- <Content Include="Content\js\demo\bootstrap-table-demo.min.js" />
- <Content Include="Content\js\demo\echarts-demo.min.js" />
- <Content Include="Content\js\demo\flot-demo.min.js" />
- <Content Include="Content\js\demo\form-advanced-demo.min.js" />
- <Content Include="Content\js\demo\form-validate-demo.min.js" />
- <Content Include="Content\js\demo\layer-demo.min.js" />
- <Content Include="Content\js\demo\morris-demo.min.js" />
- <Content Include="Content\js\demo\peity-demo.min.js" />
- <Content Include="Content\js\demo\rickshaw-demo.min.js" />
- <Content Include="Content\js\demo\sparkline-demo.min.js" />
- <Content Include="Content\js\demo\treeview-demo.min.js" />
- <Content Include="Content\js\demo\webuploader-demo.min.js" />
- <Content Include="Content\js\echarts.js" />
- <Content Include="Content\js\hplus.min.js" />
- <Content Include="Content\js\index.js" />
- <Content Include="Content\js\jquery-1.8.3.min.js" />
- <Content Include="Content\js\jquery-ui-1.10.4.min.js" />
- <Content Include="Content\js\jquery-ui.custom.min.js" />
- <Content Include="Content\js\jquery.min.js" />
- <Content Include="Content\js\lostgoods\lostgoodsallList.js" />
- <Content Include="Content\js\lostgoods\lostgoodsList.js" />
- <Content Include="Content\js\lostgoods\lostgoodsreceivedlist.js" />
- <Content Include="Content\js\lostgoods\LostGoodsRegistEdit.js" />
- <Content Include="Content\js\lostgoods\LostGoodsRegist.js" />
- <Content Include="Content\js\lostgoods\losttransfer.js" />
- <Content Include="Content\js\lostgoods\rebackLost.js" />
- <Content Include="Content\js\main.js" />
- <Content Include="Content\js\myindex.js" />
- <Content Include="Content\js\optlogs\loginLogs.js" />
- <Content Include="Content\js\passWord\pwdValueDate.js" />
- <Content Include="Content\js\phonecall.js" />
- <Content Include="Content\js\plugins\beautifyhtml\beautifyhtml.js" />
- <Content Include="Content\js\plugins\blueimp\jquery.blueimp-gallery.min.js" />
- <Content Include="Content\js\plugins\bootstrap-table\bootstrap-table-mobile.min.js" />
- <Content Include="Content\js\plugins\bootstrap-table\bootstrap-table.min.js" />
- <Content Include="Content\js\plugins\bootstrap-table\locale\bootstrap-table-zh-CN.min.js" />
- <Content Include="Content\js\plugins\chartJs\Chart.min.js" />
- <Content Include="Content\js\plugins\chosen\chosen.jquery.js" />
- <Content Include="Content\js\plugins\clockpicker\clockpicker.js" />
- <Content Include="Content\js\plugins\codemirror\codemirror.js" />
- <Content Include="Content\js\plugins\codemirror\mode\javascript\javascript.js" />
- <Content Include="Content\js\plugins\colorpicker\bootstrap-colorpicker.min.js" />
- <Content Include="Content\js\plugins\cropper\cropper.min.js" />
- <Content Include="Content\js\plugins\datapicker\bootstrap-datepicker.js" />
- <Content Include="Content\js\plugins\dataTables\dataTables.bootstrap.js" />
- <Content Include="Content\js\plugins\dataTables\jquery.dataTables.js" />
- <Content Include="Content\js\plugins\diff_match_patch\diff_match_patch.js" />
- <Content Include="Content\js\plugins\dropzone\dropzone.js" />
- <Content Include="Content\js\plugins\easypiechart\jquery.easypiechart.js" />
- <Content Include="Content\js\plugins\echarts\echarts-all.js" />
- <Content Include="Content\js\plugins\fancybox\blank.gif" />
- <Content Include="Content\js\plugins\fancybox\fancybox_loading%402x.gif" />
- <Content Include="Content\js\plugins\fancybox\fancybox_loading.gif" />
- <Content Include="Content\js\plugins\fancybox\fancybox_overlay.png" />
- <Content Include="Content\js\plugins\fancybox\fancybox_sprite%402x.png" />
- <Content Include="Content\js\plugins\fancybox\fancybox_sprite.png" />
- <Content Include="Content\js\plugins\fancybox\jquery.fancybox.css" />
- <Content Include="Content\js\plugins\fancybox\jquery.fancybox.js" />
- <Content Include="Content\js\plugins\flot\curvedLines.js" />
- <Content Include="Content\js\plugins\flot\jquery.flot.js" />
- <Content Include="Content\js\plugins\flot\jquery.flot.pie.js" />
- <Content Include="Content\js\plugins\flot\jquery.flot.resize.js" />
- <Content Include="Content\js\plugins\flot\jquery.flot.spline.js" />
- <Content Include="Content\js\plugins\flot\jquery.flot.symbol.js" />
- <Content Include="Content\js\plugins\flot\jquery.flot.tooltip.min.js" />
- <Content Include="Content\js\plugins\footable\footable.all.min.js" />
- <Content Include="Content\js\plugins\fullcalendar\fullcalendar.min.js" />
- <Content Include="Content\js\plugins\gritter\images\gritter-light.png" />
- <Content Include="Content\js\plugins\gritter\images\gritter.png" />
- <Content Include="Content\js\plugins\gritter\images\ie-spacer.gif" />
- <Content Include="Content\js\plugins\gritter\jquery.gritter.css" />
- <Content Include="Content\js\plugins\gritter\jquery.gritter.min.js" />
- <Content Include="Content\js\plugins\iCheck\icheck.min.js" />
- <Content Include="Content\js\plugins\ionRangeSlider\ion.rangeSlider.min.js" />
- <Content Include="Content\js\plugins\jasny\jasny-bootstrap.min.js" />
- <Content Include="Content\js\plugins\jeditable\jquery.jeditable.js" />
- <Content Include="Content\js\plugins\jqgrid\i18n\grid.locale-cnffe4.js" />
- <Content Include="Content\js\plugins\jqgrid\jquery.jqGrid.minffe4.js" />
- <Content Include="Content\js\plugins\jquery-ui\jquery-ui.min.js" />
- <Content Include="Content\js\plugins\jsKnob\jquery.knob.js" />
- <Content Include="Content\js\plugins\jsTree\jstree.min.js" />
- <Content Include="Content\js\plugins\jvectormap\jquery-jvectormap-1.2.2.min.js" />
- <Content Include="Content\js\plugins\jvectormap\jquery-jvectormap-world-mill-en.js" />
- <Content Include="Content\js\plugins\layer\extend\layer.ext.js" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\demo.html" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\laydate\laydate.js" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\laydate\need\laydate.css" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\laydate\skins\dahong\icon.png" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\laydate\skins\dahong\laydate.css" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\laydate\skins\default\icon.png" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\laydate\skins\default\laydate.css" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\laydate\skins\molv\icon.png" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\laydate\skins\molv\laydate.css" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\更新日志.txt" />
- <Content Include="Content\js\plugins\layer\laydate\laydate.js" />
- <Content Include="Content\js\plugins\layer\laydate\need\laydate.css" />
- <Content Include="Content\js\plugins\layer\laydate\skins\dahong\icon.png" />
- <Content Include="Content\js\plugins\layer\laydate\skins\dahong\laydate.css" />
- <Content Include="Content\js\plugins\layer\laydate\skins\default\icon.png" />
- <Content Include="Content\js\plugins\layer\laydate\skins\default\laydate.css" />
- <Content Include="Content\js\plugins\layer\laydate\skins\molv\icon.png" />
- <Content Include="Content\js\plugins\layer\laydate\skins\molv\laydate.css" />
- <Content Include="Content\js\plugins\layer\layer.min.js" />
- <Content Include="Content\js\plugins\layer\layim\layim.css" />
- <Content Include="Content\js\plugins\layer\layim\layim.js" />
- <Content Include="Content\js\plugins\layer\layim\loading.gif" />
- <Content Include="Content\js\plugins\layer\skin\layer.css" />
- <Content Include="Content\js\plugins\layer\skin\layer.ext.css" />
- <Content Include="Content\js\plugins\layer\skin\moon\style.css" />
- <Content Include="Content\js\plugins\markdown\bootstrap-markdown.js" />
- <Content Include="Content\js\plugins\markdown\bootstrap-markdown.zh.js" />
- <Content Include="Content\js\plugins\markdown\markdown.js" />
- <Content Include="Content\js\plugins\markdown\to-markdown.js" />
- <Content Include="Content\js\plugins\metisMenu\jquery.metisMenu.js" />
- <Content Include="Content\js\plugins\morris\morris.js" />
- <Content Include="Content\js\plugins\morris\raphael-2.1.0.min.js" />
- <Content Include="Content\js\plugins\nestable\jquery.nestable.js" />
- <Content Include="Content\js\plugins\nouslider\jquery.nouislider.min.js" />
- <Content Include="Content\js\plugins\pace\pace.min.js" />
- <Content Include="Content\js\plugins\peity\jquery.peity.min.js" />
- <Content Include="Content\js\plugins\plyr\plyr.js" />
- <Content Include="Content\js\plugins\preetyTextDiff\jquery.pretty-text-diff.min.js" />
- <Content Include="Content\js\plugins\prettyfile\bootstrap-prettyfile.js" />
- <Content Include="Content\js\plugins\rickshaw\rickshaw.min.js" />
- <Content Include="Content\js\plugins\rickshaw\vendor\d3.v3.js" />
- <Content Include="Content\js\plugins\simditor\hotkeys.js" />
- <Content Include="Content\js\plugins\simditor\module.js" />
- <Content Include="Content\js\plugins\simditor\simditor.js" />
- <Content Include="Content\js\plugins\simditor\uploader.js" />
- <Content Include="Content\js\plugins\slimscroll\jquery.slimscroll.min.js" />
- <Content Include="Content\js\plugins\sparkline\jquery.sparkline.min.js" />
- <Content Include="Content\js\plugins\staps\jquery.steps.min.js" />
- <Content Include="Content\js\plugins\suggest\bootstrap-suggest.min.js" />
- <Content Include="Content\js\plugins\summernote\summernote-zh-CN.js" />
- <Content Include="Content\js\plugins\summernote\summernote.min.js" />
- <Content Include="Content\js\plugins\sweetalert\sweetalert.min.js" />
- <Content Include="Content\js\plugins\switchery\switchery.js" />
- <Content Include="Content\js\plugins\toastr\toastr.min.js" />
- <Content Include="Content\js\plugins\treeview\bootstrap-treeview.js" />
- <Content Include="Content\js\plugins\validate\jquery.validate.min.js" />
- <Content Include="Content\js\plugins\validate\messages_zh.min.js" />
- <Content Include="Content\js\plugins\webuploader\index.html" />
- <Content Include="Content\js\plugins\webuploader\webuploader.min.js" />
- <Content Include="Content\js\QualityManagement\IndexBase.js" />
- <Content Include="Content\js\QualityManagement\IndexCategory.js" />
- <Content Include="Content\js\QualityManagement\QCcallRecord.js" />
- <Content Include="Content\js\QualityManagement\qcindextree - 复制.js" />
- <Content Include="Content\js\QualityManagement\QCVoicePlayEdit.js" />
- <Content Include="Content\js\QualityManagement\TargetManagementEdit.js" />
- <Content Include="Content\js\QualityManagement\TargetManagementList.js" />
- <Content Include="Content\js\Report\callinmonth.js" />
- <Content Include="Content\js\Report\callintypematch.js" />
- <Content Include="Content\js\Report\CallTimeMath.js" />
- <Content Include="Content\js\Report\GetDate.js" />
- <Content Include="Content\js\Report\GetDZView.js" />
- <Content Include="Content\js\Report\WorkOrderFrom.js" />
- <Content Include="Content\js\Report\WorkOrderShow.js" />
- <Content Include="Content\js\Report\WorkOrderTrainFunctionMath.js" />
- <Content Include="Content\js\Report\WorkOrderTypeMath.js" />
- <Content Include="Content\js\Report\WorkOrderTypeUserMath.js" />
- <Content Include="Content\js\Report\YwTypeReport.js" />
- <Content Include="Content\js\Report\zxywtype.js" />
- <Content Include="Content\js\repositorycategory\jquery.drag.js" />
- <Content Include="Content\js\repositorycategory\QuickMsgs.js" />
- <Content Include="Content\js\repositorycategory\repositorycategory.js" />
- <Content Include="Content\js\repositorycategory\repositorycategoryedit.js" />
- <Content Include="Content\js\repositorycategory\repositorycontentcategoryedit.js" />
- <Content Include="Content\js\repositorycategory\repositorycontentcategorylist.js" />
- <Content Include="Content\js\screendisplay\canvas.js" />
- <Content Include="Content\js\screendisplay\canvas01.js" />
- <Content Include="Content\js\screendisplay\swiper.min.js" />
- <Content Include="Content\js\screendisplay\zepto.min.js" />
- <Content Include="Content\js\SMSManager\smslist.js" />
- <Content Include="Content\js\sms\sentlist.js" />
- <Content Include="Content\js\sms\sentoklist.js" />
- <Content Include="Content\js\sms\sentsave.js" />
- <Content Include="Content\js\sysmanage\bussnesstypeedit.js" />
- <Content Include="Content\js\sysmanage\bussnesstypelist.js" />
- <Content Include="Content\js\sysmanage\classList.js" />
- <Content Include="Content\js\sysmanage\departmentlist.js" />
- <Content Include="Content\js\sysmanage\deptmentedit.js" />
- <Content Include="Content\js\sysmanage\dictionarybaseedit.js" />
- <Content Include="Content\js\sysmanage\dictionarylist.js" />
- <Content Include="Content\js\sysmanage\dictionaryvalueedit.js" />
- <Content Include="Content\js\sysmanage\menuedit.js" />
- <Content Include="Content\js\sysmanage\menulist.js" />
- <Content Include="Content\js\sysmanage\menutree.js" />
- <Content Include="Content\js\sysmanage\mobiledata.js" />
- <Content Include="Content\js\sysmanage\NoticeEdit.js" />
- <Content Include="Content\js\sysmanage\noticeManage.js" />
- <Content Include="Content\js\sysmanage\roleedit.js" />
- <Content Include="Content\js\sysmanage\rolelist.js" />
- <Content Include="Content\js\sysmanage\useredit.js" />
- <Content Include="Content\js\sysmanage\userlist.js" />
- <Content Include="Content\js\welcome.min.js" />
- <Content Include="Content\js\WorkOrder\editmyorder.js" />
- <Content Include="Content\js\WorkOrder\OverOrderView.js" />
- <Content Include="Content\js\WorkOrder\Tag.js" />
- <Content Include="Content\js\WorkOrder\workorderalllist.js" />
- <Content Include="Content\js\WorkOrder\WorkOrderAllListReport.js" />
- <Content Include="Content\js\WorkOrder\WorkOrderAllListShow.js" />
- <Content Include="Content\js\WorkOrder\WorkOrderAllList_Wb.js" />
- <Content Include="Content\js\WorkOrder\workordermylist.js" />
- <Content Include="Content\js\WorkOrder\WorkOrderMyListHF.js" />
- <Content Include="Content\js\WorkOrder\WorkOrderMyListJY.js" />
- <Content Include="Content\js\WorkOrder\WorkOrderMyListSP.js" />
- <Content Include="Content\js\WorkOrder\workordernolist.js" />
- <Content Include="Content\js\WorkOrder\workorderWaitlist.js" />
- <Content Include="Content\js\worldExport.js" />
- <Content Include="Content\js\ytsoft.config.js" />
- <Content Include="Content\js\ytsoft.http.js" />
- <Content Include="Content\js\ytsoft.load.js" />
- <Content Include="Content\js\zTree\jquery.ztree.core.js" />
- <Content Include="Content\js\zTree\jquery.ztree.excheck.min.js" />
- <Content Include="Content\js\zTree\zTreeStyle.css" />
- <Content Include="Content\layui\css\layui.css" />
- <Content Include="Content\layui\css\layui.mobile.css" />
- <Content Include="Content\layui\css\modules\code.css" />
- <Content Include="Content\layui\css\modules\laydate\default\laydate.css" />
- <Content Include="Content\layui\css\modules\layer\default\icon-ext.png" />
- <Content Include="Content\layui\css\modules\layer\default\icon.png" />
- <Content Include="Content\layui\css\modules\layer\default\layer.css" />
- <Content Include="Content\layui\css\modules\layer\default\loading-0.gif" />
- <Content Include="Content\layui\css\modules\layer\default\loading-1.gif" />
- <Content Include="Content\layui\css\modules\layer\default\loading-2.gif" />
- <Content Include="Content\layui\css\modules\layui-icon-extend\iconfont.css" />
- <Content Include="Content\layui\css\modules\layui-icon-extend\iconfont.svg" />
- <Content Include="Content\layui\font\iconfont.svg" />
- <Content Include="Content\layui\formatdate.js" />
- <Content Include="Content\layui\images\face\0.gif" />
- <Content Include="Content\layui\images\face\1.gif" />
- <Content Include="Content\layui\images\face\10.gif" />
- <Content Include="Content\layui\images\face\11.gif" />
- <Content Include="Content\layui\images\face\12.gif" />
- <Content Include="Content\layui\images\face\13.gif" />
- <Content Include="Content\layui\images\face\14.gif" />
- <Content Include="Content\layui\images\face\15.gif" />
- <Content Include="Content\layui\images\face\16.gif" />
- <Content Include="Content\layui\images\face\17.gif" />
- <Content Include="Content\layui\images\face\18.gif" />
- <Content Include="Content\layui\images\face\19.gif" />
- <Content Include="Content\layui\images\face\2.gif" />
- <Content Include="Content\layui\images\face\20.gif" />
- <Content Include="Content\layui\images\face\21.gif" />
- <Content Include="Content\layui\images\face\22.gif" />
- <Content Include="Content\layui\images\face\23.gif" />
- <Content Include="Content\layui\images\face\24.gif" />
- <Content Include="Content\layui\images\face\25.gif" />
- <Content Include="Content\layui\images\face\26.gif" />
- <Content Include="Content\layui\images\face\27.gif" />
- <Content Include="Content\layui\images\face\28.gif" />
- <Content Include="Content\layui\images\face\29.gif" />
- <Content Include="Content\layui\images\face\3.gif" />
- <Content Include="Content\layui\images\face\30.gif" />
- <Content Include="Content\layui\images\face\31.gif" />
- <Content Include="Content\layui\images\face\32.gif" />
- <Content Include="Content\layui\images\face\33.gif" />
- <Content Include="Content\layui\images\face\34.gif" />
- <Content Include="Content\layui\images\face\35.gif" />
- <Content Include="Content\layui\images\face\36.gif" />
- <Content Include="Content\layui\images\face\37.gif" />
- <Content Include="Content\layui\images\face\38.gif" />
- <Content Include="Content\layui\images\face\39.gif" />
- <Content Include="Content\layui\images\face\4.gif" />
- <Content Include="Content\layui\images\face\40.gif" />
- <Content Include="Content\layui\images\face\41.gif" />
- <Content Include="Content\layui\images\face\42.gif" />
- <Content Include="Content\layui\images\face\43.gif" />
- <Content Include="Content\layui\images\face\44.gif" />
- <Content Include="Content\layui\images\face\45.gif" />
- <Content Include="Content\layui\images\face\46.gif" />
- <Content Include="Content\layui\images\face\47.gif" />
- <Content Include="Content\layui\images\face\48.gif" />
- <Content Include="Content\layui\images\face\49.gif" />
- <Content Include="Content\layui\images\face\5.gif" />
- <Content Include="Content\layui\images\face\50.gif" />
- <Content Include="Content\layui\images\face\51.gif" />
- <Content Include="Content\layui\images\face\52.gif" />
- <Content Include="Content\layui\images\face\53.gif" />
- <Content Include="Content\layui\images\face\54.gif" />
- <Content Include="Content\layui\images\face\55.gif" />
- <Content Include="Content\layui\images\face\56.gif" />
- <Content Include="Content\layui\images\face\57.gif" />
- <Content Include="Content\layui\images\face\58.gif" />
- <Content Include="Content\layui\images\face\59.gif" />
- <Content Include="Content\layui\images\face\6.gif" />
- <Content Include="Content\layui\images\face\60.gif" />
- <Content Include="Content\layui\images\face\61.gif" />
- <Content Include="Content\layui\images\face\62.gif" />
- <Content Include="Content\layui\images\face\63.gif" />
- <Content Include="Content\layui\images\face\64.gif" />
- <Content Include="Content\layui\images\face\65.gif" />
- <Content Include="Content\layui\images\face\66.gif" />
- <Content Include="Content\layui\images\face\67.gif" />
- <Content Include="Content\layui\images\face\68.gif" />
- <Content Include="Content\layui\images\face\69.gif" />
- <Content Include="Content\layui\images\face\7.gif" />
- <Content Include="Content\layui\images\face\70.gif" />
- <Content Include="Content\layui\images\face\71.gif" />
- <Content Include="Content\layui\images\face\8.gif" />
- <Content Include="Content\layui\images\face\9.gif" />
- <Content Include="Content\js\CallRecord\callRecord.js" />
- <Content Include="Content\css\userinfo.css" />
- <Content Include="Content\layui\layui.all.js" />
- <Content Include="Content\layui\layui.js" />
- <Content Include="Content\layui\lay\modules\carousel.js" />
- <Content Include="Content\layui\lay\modules\code.js" />
- <Content Include="Content\layui\lay\modules\element.js" />
- <Content Include="Content\layui\lay\modules\flow.js" />
- <Content Include="Content\layui\lay\modules\form.js" />
- <Content Include="Content\layui\lay\modules\jquery.js" />
- <Content Include="Content\layui\lay\modules\laydate.js" />
- <Content Include="Content\layui\lay\modules\layedit.js" />
- <Content Include="Content\layui\lay\modules\layer.js" />
- <Content Include="Content\layui\lay\modules\laypage.js" />
- <Content Include="Content\layui\lay\modules\laytpl.js" />
- <Content Include="Content\layui\lay\modules\mobile.js" />
- <Content Include="Content\layui\lay\modules\table.js" />
- <Content Include="Content\layui\lay\modules\tree.js" />
- <Content Include="Content\layui\lay\modules\upload.js" />
- <Content Include="Content\layui\lay\modules\util.js" />
- <Content Include="Content\layui\loading.js" />
- <Content Include="Content\layui\ueditor\dialogs\anchor\anchor.html" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\attachment.css" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\attachment.html" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\attachment.js" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_chm.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_default.png" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_doc.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_exe.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_jpg.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_mp3.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_mv.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_pdf.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_ppt.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_psd.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_rar.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_txt.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\fileTypeImages\icon_xls.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\alignicon.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\alignicon.png" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\bg.png" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\file-icons.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\file-icons.png" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\icons.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\icons.png" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\image.png" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\progress.png" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\success.gif" />
- <Content Include="Content\layui\ueditor\dialogs\attachment\images\success.png" />
- <Content Include="Content\layui\ueditor\dialogs\background\background.css" />
- <Content Include="Content\layui\ueditor\dialogs\background\background.html" />
- <Content Include="Content\layui\ueditor\dialogs\background\background.js" />
- <Content Include="Content\layui\ueditor\dialogs\background\images\bg.png" />
- <Content Include="Content\layui\ueditor\dialogs\background\images\success.png" />
- <Content Include="Content\layui\ueditor\dialogs\charts\chart.config.js" />
- <Content Include="Content\layui\ueditor\dialogs\charts\charts.css" />
- <Content Include="Content\layui\ueditor\dialogs\charts\charts.html" />
- <Content Include="Content\layui\ueditor\dialogs\charts\charts.js" />
- <Content Include="Content\layui\ueditor\dialogs\charts\images\charts0.png" />
- <Content Include="Content\layui\ueditor\dialogs\charts\images\charts1.png" />
- <Content Include="Content\layui\ueditor\dialogs\charts\images\charts2.png" />
- <Content Include="Content\layui\ueditor\dialogs\charts\images\charts3.png" />
- <Content Include="Content\layui\ueditor\dialogs\charts\images\charts4.png" />
- <Content Include="Content\layui\ueditor\dialogs\charts\images\charts5.png" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\emotion.css" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\emotion.html" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\emotion.js" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\0.gif" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\bface.gif" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\cface.gif" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\fface.gif" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\jxface2.gif" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\neweditor-tab-bg.png" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\tface.gif" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\wface.gif" />
- <Content Include="Content\layui\ueditor\dialogs\emotion\images\yface.gif" />
- <Content Include="Content\layui\ueditor\dialogs\gmap\gmap.html" />
- <Content Include="Content\layui\ueditor\dialogs\help\help.css" />
- <Content Include="Content\layui\ueditor\dialogs\help\help.html" />
- <Content Include="Content\layui\ueditor\dialogs\help\help.js" />
- <Content Include="Content\layui\ueditor\dialogs\image\image.css" />
- <Content Include="Content\layui\ueditor\dialogs\image\image.html" />
- <Content Include="Content\layui\ueditor\dialogs\image\image.js" />
- <Content Include="Content\layui\ueditor\dialogs\image\images\alignicon.jpg" />
- <Content Include="Content\layui\ueditor\dialogs\image\images\bg.png" />
- <Content Include="Content\layui\ueditor\dialogs\image\images\icons.gif" />
- <Content Include="Content\layui\ueditor\dialogs\image\images\icons.png" />
- <Content Include="Content\layui\ueditor\dialogs\image\images\image.png" />
- <Content Include="Content\layui\ueditor\dialogs\image\images\progress.png" />
- <Content Include="Content\layui\ueditor\dialogs\image\images\success.gif" />
- <Content Include="Content\layui\ueditor\dialogs\image\images\success.png" />
- <Content Include="Content\layui\ueditor\dialogs\insertframe\insertframe.html" />
- <Content Include="Content\layui\ueditor\dialogs\internal.js" />
- <Content Include="Content\layui\ueditor\dialogs\link\link.html" />
- <Content Include="Content\layui\ueditor\dialogs\map\map.html" />
- <Content Include="Content\layui\ueditor\dialogs\map\show.html" />
- <Content Include="Content\layui\ueditor\dialogs\music\music.css" />
- <Content Include="Content\layui\ueditor\dialogs\music\music.html" />
- <Content Include="Content\layui\ueditor\dialogs\music\music.js" />
- <Content Include="Content\layui\ueditor\dialogs\preview\preview.html" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\addimg.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\brush.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\delimg.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\delimgH.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\empty.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\emptyH.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\eraser.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\redo.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\redoH.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\scale.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\scaleH.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\size.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\undo.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\images\undoH.png" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\scrawl.css" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\scrawl.html" />
- <Content Include="Content\layui\ueditor\dialogs\scrawl\scrawl.js" />
- <Content Include="Content\layui\ueditor\dialogs\searchreplace\searchreplace.html" />
- <Content Include="Content\layui\ueditor\dialogs\searchreplace\searchreplace.js" />
- <Content Include="Content\layui\ueditor\dialogs\snapscreen\snapscreen.html" />
- <Content Include="Content\layui\ueditor\dialogs\spechars\spechars.html" />
- <Content Include="Content\layui\ueditor\dialogs\spechars\spechars.js" />
- <Content Include="Content\layui\ueditor\dialogs\table\dragicon.png" />
- <Content Include="Content\layui\ueditor\dialogs\table\edittable.css" />
- <Content Include="Content\layui\ueditor\dialogs\table\edittable.html" />
- <Content Include="Content\layui\ueditor\dialogs\table\edittable.js" />
- <Content Include="Content\layui\ueditor\dialogs\table\edittd.html" />
- <Content Include="Content\layui\ueditor\dialogs\table\edittip.html" />
- <Content Include="Content\layui\ueditor\dialogs\template\config.js" />
- <Content Include="Content\layui\ueditor\dialogs\template\images\bg.gif" />
- <Content Include="Content\layui\ueditor\dialogs\template\images\pre0.png" />
- <Content Include="Content\layui\ueditor\dialogs\template\images\pre1.png" />
- <Content Include="Content\layui\ueditor\dialogs\template\images\pre2.png" />
- <Content Include="Content\layui\ueditor\dialogs\template\images\pre3.png" />
- <Content Include="Content\layui\ueditor\dialogs\template\images\pre4.png" />
- <Content Include="Content\layui\ueditor\dialogs\template\template.css" />
- <Content Include="Content\layui\ueditor\dialogs\template\template.html" />
- <Content Include="Content\layui\ueditor\dialogs\template\template.js" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\bg.png" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\center_focus.jpg" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\file-icons.gif" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\file-icons.png" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\icons.gif" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\icons.png" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\image.png" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\left_focus.jpg" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\none_focus.jpg" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\progress.png" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\right_focus.jpg" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\success.gif" />
- <Content Include="Content\layui\ueditor\dialogs\video\images\success.png" />
- <Content Include="Content\layui\ueditor\dialogs\video\video.css" />
- <Content Include="Content\layui\ueditor\dialogs\video\video.html" />
- <Content Include="Content\layui\ueditor\dialogs\video\video.js" />
- <Content Include="Content\layui\ueditor\dialogs\webapp\webapp.html" />
- <Content Include="Content\layui\ueditor\dialogs\wordimage\fClipboard_ueditor.swf" />
- <Content Include="Content\layui\ueditor\dialogs\wordimage\imageUploader.swf" />
- <Content Include="Content\layui\ueditor\dialogs\wordimage\tangram.js" />
- <Content Include="Content\layui\ueditor\dialogs\wordimage\wordimage.html" />
- <Content Include="Content\layui\ueditor\dialogs\wordimage\wordimage.js" />
- <Content Include="Content\layui\ueditor\index.html" />
- <Content Include="Content\layui\ueditor\lang\en\en.js" />
- <Content Include="Content\layui\ueditor\lang\en\images\addimage.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\alldeletebtnhoverskin.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\alldeletebtnupskin.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\background.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\button.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\copy.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\deletedisable.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\deleteenable.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\listbackground.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\localimage.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\music.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\rotateleftdisable.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\rotateleftenable.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\rotaterightdisable.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\rotaterightenable.png" />
- <Content Include="Content\layui\ueditor\lang\en\images\upload.png" />
- <Content Include="Content\layui\ueditor\lang\zh-cn\images\copy.png" />
- <Content Include="Content\layui\ueditor\lang\zh-cn\images\localimage.png" />
- <Content Include="Content\layui\ueditor\lang\zh-cn\images\music.png" />
- <Content Include="Content\layui\ueditor\lang\zh-cn\images\upload.png" />
- <Content Include="Content\layui\ueditor\lang\zh-cn\zh-cn.js" />
- <Content Include="Content\layui\ueditor\net\net.sln" />
- <Content Include="Content\layui\ueditor\net\upload\image\20180208\6365368678473210553775084.jpg" />
- <Content Include="Content\layui\ueditor\net\upload\image\20180208\6365369534195746052197026.jpg" />
- <Content Include="Content\layui\ueditor\net\~upload\file\20180210\6365385194037829629530878.txt" />
- <Content Include="Content\layui\ueditor\themes\default\css\ueditor.css" />
- <Content Include="Content\layui\ueditor\themes\default\css\ueditor.min.css" />
- <Content Include="Content\layui\ueditor\themes\default\dialogbase.css" />
- <Content Include="Content\layui\ueditor\themes\default\images\anchor.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\arrow.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\arrow_down.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\arrow_up.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\button-bg.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\cancelbutton.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\charts.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\cursor_h.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\cursor_h.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\cursor_v.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\cursor_v.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\dialog-title-bg.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\filescan.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\highlighted.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\icons-all.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\icons.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\icons.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\loaderror.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\loading.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\lock.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\neweditor-tab-bg.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\pagebreak.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\scale.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\sortable.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\spacer.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\sparator_v.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\table-cell-align.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\tangram-colorpicker.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\toolbar_bg.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\unhighlighted.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\upload.png" />
- <Content Include="Content\layui\ueditor\themes\default\images\videologo.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\word.gif" />
- <Content Include="Content\layui\ueditor\themes\default\images\wordpaste.png" />
- <Content Include="Content\layui\ueditor\themes\iframe.css" />
- <Content Include="Content\layui\ueditor\third-party\codemirror\codemirror.css" />
- <Content Include="Content\layui\ueditor\third-party\codemirror\codemirror.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\adapters\mootools-adapter.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\adapters\mootools-adapter.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\adapters\prototype-adapter.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\adapters\prototype-adapter.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\adapters\standalone-framework.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\adapters\standalone-framework.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\highcharts-more.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\highcharts-more.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\highcharts.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\highcharts.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\annotations.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\annotations.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\canvas-tools.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\canvas-tools.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\data.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\data.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\drilldown.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\drilldown.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\exporting.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\exporting.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\funnel.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\funnel.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\heatmap.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\heatmap.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\map.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\map.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\no-data-to-display.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\modules\no-data-to-display.src.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\themes\dark-blue.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\themes\dark-green.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\themes\gray.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\themes\grid.js" />
- <Content Include="Content\layui\ueditor\third-party\highcharts\themes\skies.js" />
- <Content Include="Content\layui\ueditor\third-party\jquery-1.10.2.js" />
- <Content Include="Content\layui\ueditor\third-party\jquery-1.10.2.min.js" />
- <Content Include="Content\layui\ueditor\third-party\snapscreen\UEditorSnapscreen.exe" />
- <Content Include="Content\layui\ueditor\third-party\SyntaxHighlighter\shCore.js" />
- <Content Include="Content\layui\ueditor\third-party\SyntaxHighlighter\shCoreDefault.css" />
- <Content Include="Content\layui\ueditor\third-party\video-js\font\vjs.svg" />
- <Content Include="Content\layui\ueditor\third-party\video-js\video-js.css" />
- <Content Include="Content\layui\ueditor\third-party\video-js\video-js.min.css" />
- <Content Include="Content\layui\ueditor\third-party\video-js\video-js.swf" />
- <Content Include="Content\layui\ueditor\third-party\video-js\video.dev.js" />
- <Content Include="Content\layui\ueditor\third-party\video-js\video.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\Uploader.swf" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.css" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.custom.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.custom.min.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.flashonly.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.flashonly.min.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.html5only.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.html5only.min.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.min.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.withoutimage.js" />
- <Content Include="Content\layui\ueditor\third-party\webuploader\webuploader.withoutimage.min.js" />
- <Content Include="Content\layui\ueditor\third-party\xss.min.js" />
- <Content Include="Content\layui\ueditor\third-party\zeroclipboard\ZeroClipboard.js" />
- <Content Include="Content\layui\ueditor\third-party\zeroclipboard\ZeroClipboard.min.js" />
- <Content Include="Content\layui\ueditor\third-party\zeroclipboard\ZeroClipboard.swf" />
- <Content Include="Content\layui\ueditor\ueditor.all.js" />
- <Content Include="Content\layui\ueditor\ueditor.all.min.js" />
- <Content Include="Content\layui\ueditor\ueditor.config.js" />
- <Content Include="Content\layui\ueditor\ueditor.parse.js" />
- <Content Include="Content\layui\ueditor\ueditor.parse.min.js" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\api.js" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\common.css" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\common_ie6.css" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\apiMenu.gif" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\apiMenu.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\background.jpg" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\chinese.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\close.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\contact-bg.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\english.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\header-bg.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\lightbulb.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\overlay_arrow.gif" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\overlay_arrow.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\overlay_bg.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\overlay_close_IE6.gif" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\zTreeStandard.gif" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\img\zTreeStandard.png" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\jquery-1.6.2.min.js" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\jquery.ztree.core-3.5.js" />
- <Content Include="Content\layui\zTree\v3\api\apiCss\zTreeStyleForApi.css" />
- <Content Include="Content\layui\zTree\v3\api\API_cn.html" />
- <Content Include="Content\layui\zTree\v3\api\API_en.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\fn.zTree.destroy.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\fn.zTree.getZTreeObj.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\fn.zTree.init.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\fn.zTree._z.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.async.autoParam.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.async.contentType.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.async.dataFilter.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.async.dataType.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.async.enable.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.async.otherParam.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.async.type.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.async.url.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeAsync.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeCheck.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeClick.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeCollapse.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeDblClick.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeDrag.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeDragOpen.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeDrop.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeEditName.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeExpand.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeMouseDown.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeMouseUp.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeRemove.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeRename.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.beforeRightClick.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onAsyncError.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onAsyncSuccess.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onCheck.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onClick.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onCollapse.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onDblClick.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onDrag.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onDragMove.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onDrop.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onExpand.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onMouseDown.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onMouseUp.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onNodeCreated.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onRemove.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onRename.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.callback.onRightClick.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.check.autoCheckTrigger.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.check.chkboxType.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.check.chkDisabledInherit.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.check.chkStyle.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.check.enable.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.check.nocheckInherit.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.check.radioType.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.keep.leaf.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.keep.parent.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.key.checked.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.key.children.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.key.name.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.key.title.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.key.url.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.simpleData.enable.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.simpleData.idKey.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.simpleData.pIdKey.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.data.simpleData.rootPId.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.autoExpandTrigger.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.autoOpenTime.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.borderMax.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.borderMin.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.inner.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.isCopy.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.isMove.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.maxShowNodeNum.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.minMoveSize.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.next.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.drag.prev.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.editNameSelectAll.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.enable.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.removeTitle.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.renameTitle.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.showRemoveBtn.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.edit.showRenameBtn.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.treeId.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.treeObj.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.addDiyDom.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.addHoverDom.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.autoCancelSelected.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.dblClickExpand.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.expandSpeed.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.fontCss.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.nameIsHTML.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.removeHoverDom.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.selectedMulti.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.showIcon.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.showLine.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.showTitle.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\setting.view.txtSelectedEnable.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.checked.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.checkedOld.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.check_Child_State.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.check_Focus.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.children.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.chkDisabled.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.click.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.diy.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.editNameFlag.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.getCheckStatus.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.getNextNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.getParentNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.getPreNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.halfCheck.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.icon.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.iconClose.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.iconOpen.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.iconSkin.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.isAjaxing.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.isFirstNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.isHidden.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.isHover.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.isLastNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.isParent.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.level.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.name.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.nocheck.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.open.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.parentTId.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.target.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.tId.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.url.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\treeNode.zAsync.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.addNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.cancelEditName.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.cancelSelectedNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.checkAllNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.checkNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.copyNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.destroy.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.editName.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.expandAll.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.expandNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getChangeCheckedNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getCheckedNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getNodeByParam.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getNodeByTId.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getNodeIndex.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getNodesByFilter.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getNodesByParam.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getNodesByParamFuzzy.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.getSelectedNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.hideNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.hideNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.moveNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.reAsyncChildNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.refresh.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.removeChildNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.removeNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.selectNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.setChkDisabled.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.setEditable.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.setting.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.showNode.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.showNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.transformToArray.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.transformTozTreeNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\cn\zTreeObj.updateNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\fn.zTree.destroy.html" />
- <Content Include="Content\layui\zTree\v3\api\en\fn.zTree.getZTreeObj.html" />
- <Content Include="Content\layui\zTree\v3\api\en\fn.zTree.init.html" />
- <Content Include="Content\layui\zTree\v3\api\en\fn.zTree._z.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.async.autoParam.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.async.contentType.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.async.dataFilter.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.async.dataType.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.async.enable.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.async.otherParam.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.async.type.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.async.url.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeAsync.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeCheck.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeClick.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeCollapse.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeDblClick.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeDrag.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeDragOpen.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeDrop.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeEditName.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeExpand.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeMouseDown.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeMouseUp.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeRemove.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeRename.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.beforeRightClick.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onAsyncError.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onAsyncSuccess.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onCheck.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onClick.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onCollapse.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onDblClick.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onDrag.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onDragMove.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onDrop.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onExpand.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onMouseDown.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onMouseUp.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onNodeCreated.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onRemove.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onRename.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.callback.onRightClick.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.check.autoCheckTrigger.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.check.chkboxType.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.check.chkDisabledInherit.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.check.chkStyle.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.check.enable.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.check.nocheckInherit.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.check.radioType.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.keep.leaf.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.keep.parent.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.key.checked.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.key.children.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.key.name.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.key.title.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.key.url.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.simpleData.enable.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.simpleData.idKey.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.simpleData.pIdKey.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.data.simpleData.rootPId.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.autoExpandTrigger.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.autoOpenTime.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.borderMax.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.borderMin.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.inner.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.isCopy.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.isMove.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.maxShowNodeNum.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.minMoveSize.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.next.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.drag.prev.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.editNameSelectAll.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.enable.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.removeTitle.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.renameTitle.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.showRemoveBtn.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.edit.showRenameBtn.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.treeId.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.treeObj.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.addDiyDom.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.addHoverDom.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.autoCancelSelected.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.dblClickExpand.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.expandSpeed.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.fontCss.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.nameIsHTML.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.removeHoverDom.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.selectedMulti.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.showIcon.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.showLine.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.showTitle.html" />
- <Content Include="Content\layui\zTree\v3\api\en\setting.view.txtSelectedEnable.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.checked.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.checkedOld.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.check_Child_State.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.check_Focus.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.children.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.chkDisabled.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.click.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.diy.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.editNameFlag.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.getCheckStatus.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.getNextNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.getParentNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.getPreNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.halfCheck.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.icon.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.iconClose.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.iconOpen.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.iconSkin.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.isAjaxing.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.isFirstNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.isHidden.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.isHover.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.isLastNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.isParent.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.level.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.name.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.nocheck.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.open.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.parentTId.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.target.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.tId.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.url.html" />
- <Content Include="Content\layui\zTree\v3\api\en\treeNode.zAsync.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.addNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.cancelEditName.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.cancelSelectedNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.checkAllNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.checkNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.copyNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.destroy.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.editName.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.expandAll.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.expandNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getChangeCheckedNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getCheckedNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getNodeByParam.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getNodeByTId.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getNodeIndex.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getNodesByFilter.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getNodesByParam.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getNodesByParamFuzzy.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.getSelectedNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.hideNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.hideNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.moveNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.reAsyncChildNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.refresh.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.removeChildNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.removeNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.selectNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.setChkDisabled.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.setEditable.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.setting.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.showNode.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.showNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.transformToArray.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.transformTozTreeNodes.html" />
- <Content Include="Content\layui\zTree\v3\api\en\zTreeObj.updateNode.html" />
- <Content Include="Content\layui\zTree\v3\css\metroStyle\img\line_conn.png" />
- <Content Include="Content\layui\zTree\v3\css\metroStyle\img\loading.gif" />
- <Content Include="Content\layui\zTree\v3\css\metroStyle\img\metro.gif" />
- <Content Include="Content\layui\zTree\v3\css\metroStyle\img\metro.png" />
- <Content Include="Content\layui\zTree\v3\css\metroStyle\metroStyle.css" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\1_close.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\1_open.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\2.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\3.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\4.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\5.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\6.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\7.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\8.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\diy\9.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\line_conn.gif" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\loading.gif" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\zTreeStandard.gif" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\img\zTreeStandard.png" />
- <Content Include="Content\layui\zTree\v3\css\zTreeStyle\zTreeStyle.css" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.all-3.5.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.all-3.5.min.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.core-3.5.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.core-3.5.min.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.excheck-3.5.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.excheck-3.5.min.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.exedit-3.5.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.exedit-3.5.min.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.exedit.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.exhide-3.5.js" />
- <Content Include="Content\layui\zTree\v3\js\jquery.ztree.exhide-3.5.min.js" />
- <Content Include="Content\seatformjs\formopt.js" />
- <Content Include="Content\seatformjs\ocxevent.js" />
- <Content Include="Content\seatformjs\ocxopt.js" />
- <Content Include="favicon.ico" />
- <Content Include="Global.asax" />
- <Content Include="Web.config">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="Web.Debug.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Web.Release.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Views\Web.config" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="App_Data\" />
- <Folder Include="Content\layui\ueditor\net\Bin\" />
- <Folder Include="Controllers\User\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\layui\css\modules\layui-icon-extend\iconfont.eot" />
- <Content Include="Content\layui\css\modules\layui-icon-extend\iconfont.ttf" />
- <Content Include="Content\layui\css\modules\layui-icon-extend\iconfont.woff" />
- <Content Include="Content\layui\font\iconfont.eot" />
- <Content Include="Content\layui\font\iconfont.ttf" />
- <Content Include="Content\layui\font\iconfont.woff" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Views\Default\Login.cshtml" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\css\font-awesome\fonts\fontawesome-webfont.eot" />
- <Content Include="Content\css\font-awesome\fonts\fontawesome-webfont.ttf" />
- <Content Include="Content\css\font-awesome\fonts\fontawesome-webfont.woff" />
- <Content Include="Content\css\font-awesome\fonts\fontawesome-webfont.woff2" />
- <Content Include="Content\css\font-awesome\fonts\FontAwesome.otf" />
- <Content Include="Content\css\plugins\footable\fonts\footable.eot" />
- <Content Include="Content\css\plugins\footable\fonts\footable.ttf" />
- <Content Include="Content\css\plugins\footable\fonts\footable.woff" />
- <Content Include="Content\css\plugins\footable\fonts\footabled41d.eot" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\js\plugins\layer\laydate-v1.1.zip" />
- <Content Include="Content\js\plugins\layer\laydate-v1.1\layDate官网.url" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Views\Main\Index.cshtml" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\css\callrecord\iconfont.eot" />
- <Content Include="Content\css\callrecord\iconfont.ttf" />
- <Content Include="Content\css\callrecord\iconfont.woff" />
- <None Include="Content\json\navs.json" />
- <Content Include="Views\CallRecord\CallRecordList.cshtml" />
- <Content Include="Views\WorkFlow\WorkFlowList.cshtml" />
- <Content Include="Views\WorkOrder\WorkOrderAllList.cshtml" />
- <Content Include="Views\CallRecord\CallLeaveList.cshtml" />
- <Content Include="Views\CallRecord\SeatMonitoringList.cshtml" />
- <Content Include="Views\Customer\CustomerAllList.cshtml" />
- <Content Include="Views\SystemManage\DepartmentList.cshtml" />
- <Content Include="Views\CallRecord\CallScreen.cshtml" />
- <Content Include="Views\CallRecord\CallWorkFolw.cshtml" />
- <Content Include="Views\WorkOrder\EditMyOrder.cshtml" />
- <Content Include="Views\WorkOrder\WorkOrderMyList.cshtml" />
- <Content Include="Views\Main\iframeocx.cshtml" />
- <Content Include="Views\Main\IndexCenter.cshtml" />
- <Content Include="Views\Repository\RepositoryQAList.cshtml" />
- <Content Include="Views\Report\IndexCenterCallPre.cshtml" />
- <Content Include="Views\Report\IndexCenterWorkOrderPre.cshtml" />
- <Content Include="Views\Report\IndexCenterWorkOrderTimeBar.cshtml" />
- <Content Include="Views\WorkOrder\ViewMyOrder.cshtml" />
- <Content Include="Views\WorkOrder\WorkOrderNoList.cshtml" />
- <Content Include="Views\OCXOpt\OCXOptAjax.cshtml" />
- <Content Include="Content\layui\ueditor\net\config.json" />
- <Content Include="Content\layui\ueditor\net\controller.ashx" />
- <Content Include="Content\layui\ueditor\net\README.md" />
- <Content Include="Content\layui\ueditor\net\Web.config" />
- <Content Include="Content\layui\ueditor\third-party\jquery-1.10.2.min.map" />
- <Content Include="Content\layui\ueditor\third-party\video-js\font\vjs.eot" />
- <Content Include="Content\layui\ueditor\third-party\video-js\font\vjs.ttf" />
- <Content Include="Content\layui\ueditor\third-party\video-js\font\vjs.woff" />
- <Content Include="log4net.config" />
- <None Include="Properties\PublishProfiles\11.pubxml" />
- <Content Include="Views\SystemManage\RoleList.cshtml" />
- <Content Include="Views\SystemManage\BusinessTypeList.cshtml" />
- <Content Include="Views\SystemManage\BussinessTypeEdit.cshtml" />
- <Content Include="Views\SystemManage\RoleEdit.cshtml" />
- <Content Include="Views\SystemManage\DepartmentEdit.cshtml" />
- <Content Include="Views\SystemManage\DictionaryList.cshtml" />
- <Content Include="Views\SystemManage\DictionaryBaseEdit.cshtml" />
- <Content Include="Views\SystemManage\DictionaryValueEdit.cshtml" />
- <Content Include="Views\CallRecord\VoicePlay.cshtml" />
- <Content Include="Views\SystemManage\MenuTree.cshtml" />
- <Content Include="Views\SystemManage\MenuList.cshtml" />
- <Content Include="Views\SystemManage\MenuEdit.cshtml" />
- <Content Include="Views\SystemManage\UserList.cshtml" />
- <Content Include="Views\SystemManage\UserEdit.cshtml" />
- <Content Include="Views\SystemManage\UserPwdEdit.cshtml" />
- <Content Include="Views\RepositoryCategory\RepositoryCategoryList.cshtml" />
- <Content Include="Views\RepositoryCategory\RepositoryCategoryEdit.cshtml" />
- <Content Include="Views\RepositoryCategory\RepositoryCategoryContentList.cshtml" />
- <Content Include="Views\RepositoryCategory\RepositoryCategoryContentEdit.cshtml" />
- <Content Include="Views\RepositoryCategory\RepositoryCategoryContentView.cshtml" />
- <Content Include="Views\SystemManage\UserView.cshtml" />
- <Content Include="Views\CallRecord\EditCallWorkFolw.cshtml" />
- <Content Include="Views\Report\CallInMatch.cshtml" />
- <Content Include="Views\OtherPage\WebChart.cshtml" />
- <Content Include="Views\Report\CallInTypeMath.cshtml" />
- <Content Include="Views\Report\WorkOrderTypeMath.cshtml" />
- <Content Include="Views\LostGoods\LostGoodsRegistList.cshtml" />
- <Content Include="Views\LostGoods\LostGoodsRegist.cshtml" />
- <Content Include="Views\LostGoods\GetPathInfo.cshtml" />
- <Content Include="Views\LostGoods\RebackLost.cshtml" />
- <Content Include="Views\LostGoods\LostGoodsView.cshtml" />
- <Content Include="Views\LostGoods\LostTransfer.cshtml" />
- <Content Include="Views\LostGoods\LostGoodsAllList.cshtml" />
- <Content Include="Views\LostGoods\LostGoodsReceivedList.cshtml" />
- <Content Include="Views\CallRecord\WXWorkFlowEdit.cshtml" />
- <Content Include="Views\OptLogs\LoginLogList.cshtml" />
- <Content Include="Views\Report\WorkOrderTypeUserMath.cshtml" />
- <Content Include="Views\Report\WorkOrderFrom.cshtml" />
- <Content Include="Views\Report\WorkOrderTrainFunctionMath.cshtml" />
- <Content Include="Views\WXInterFace\WXWorkFlow.cshtml" />
- <Content Include="Views\WXInterFace\GetDicSelect.cshtml" />
- <Content Include="Views\Report\CallTimeMath.cshtml" />
- <Content Include="Views\Main\PhoneCall.cshtml" />
- <Content Include="Views\ScreenDisplay\MainScreen.cshtml" />
- <Content Include="Views\SMSManager\SMSSentList.cshtml" />
- <Content Include="Views\LostGoods\LostGoodsRegistEdit.cshtml" />
- <Content Include="Views\Customer\CusOrderList.cshtml" />
- <Content Include="Views\Report\WorkOrderShow.cshtml" />
- <Content Include="Views\SystemManage\NoticeEdit.cshtml" />
- <Content Include="Views\SystemManage\noticeManage.cshtml" />
- <Content Include="Views\SystemManage\NoticeView.cshtml" />
- <Content Include="Views\HrEmployeeBase\EmployeeBaseEdit.cshtml" />
- <Content Include="Views\HrEmployeeBase\EmployeeBaseList.cshtml" />
- <Content Include="Views\HrEmployeeBase\EmployeeSearchList.cshtml" />
- <Content Include="Views\HrEmployeeBase\EmployyFromExcel.cshtml" />
- <Content Include="Views\SMS\SMS_Send.cshtml" />
- <Content Include="Views\SMS\SMS_SendTask.cshtml" />
- <Content Include="Views\SMS\SMS_SendTaskOK.cshtml" />
- <Content Include="Views\QualityManagement\QCIndexEdit.cshtml" />
- <Content Include="Views\QualityManagement\QCIndexList.cshtml" />
- <Content Include="Views\QualityManagement\QcResultList.cshtml" />
- <Content Include="Views\QualityManagement\QCShowVoicePlay.cshtml" />
- <Content Include="Views\QualityManagement\QCVoicePlay.cshtml" />
- <Content Include="Views\QualityManagement\QualityTestScore.cshtml" />
- <Content Include="Views\QualityManagement\TargetManagementEdit.cshtml" />
- <Content Include="Views\QualityManagement\TargetManagementList.cshtml" />
- <Content Include="Views\Main\MainTabFrame.cshtml" />
- <Content Include="Views\WorkOrder\WorkOrderAllListReport.cshtml" />
- <Content Include="Views\Report\YwTypeReport.cshtml" />
- <Content Include="Views\Report\zxywtype.cshtml" />
- <Content Include="Views\Report\ReportWorkOrderInfo.cshtml" />
- <Content Include="Views\CallRecord\WBWorkFlow.cshtml" />
- <Content Include="Views\WorkOrder\WorkOrderAllList_Wb.cshtml" />
- <Content Include="Views\WorkOrder\WorkOrderAllListShow.cshtml" />
- <Content Include="Views\Report\ReportWorkOrderInfoWord.cshtml" />
- <Content Include="Views\QualityManagement\QCShowVoicePlayNew.cshtml" />
- <Content Include="Views\QualityManagement\QCVoicePlayNew.cshtml" />
- <Content Include="Views\DutyNumber\GetList.cshtml" />
- <Content Include="Views\DutyNumber\Add.cshtml" />
- <Content Include="Views\Customer\Add.cshtml" />
- <Content Include="Views\DutyNumber\Edit.cshtml" />
- <Content Include="Views\DutyNumber\NoticeEdit.cshtml" />
- <Content Include="Views\QuickMsgs\Add.cshtml" />
- <Content Include="Views\QuickMsgs\Edit.cshtml" />
- <Content Include="Views\QuickMsgs\GetList.cshtml" />
- <Content Include="Views\QuickMsgs\NoticeEdit.cshtml" />
- <Content Include="Views\LogAction\GetList.cshtml" />
- <Content Include="Views\Tag\Add.cshtml" />
- <Content Include="Views\Tag\Edit.cshtml" />
- <Content Include="Views\Tag\GetList.cshtml" />
- <Content Include="Views\Tag\NoticeEdit.cshtml" />
- <Content Include="Views\WorkOrder\WorkOrderMyListHF.cshtml" />
- <Content Include="Views\CallRecord\CallWorkFolw2.cshtml" />
- <Content Include="Views\WorkOrder\workorderWaitlist.cshtml" />
- <Content Include="Views\Order\EditMyOrder.cshtml" />
- <Content Include="Views\Order\ViewMyOrder.cshtml" />
- <Content Include="Views\Order\WorkOrderMyListDZ.cshtml" />
- <Content Include="Views\Order\WorkOrderMyListDZ1.cshtml" />
- <Content Include="Views\Order\WorkOrderMyListHF.cshtml" />
- <Content Include="Views\Order\WorkOrderMyListNotice.cshtml" />
- <Content Include="Views\Order\workorderWaitlist.cshtml" />
- <Content Include="Views\Class\Add.cshtml" />
- <Content Include="Views\Class\Edit.cshtml" />
- <Content Include="Views\Class\GetList.cshtml" />
- <Content Include="Views\Class\NoticeEdit.cshtml" />
- <Content Include="Views\WorkOrder\WorkOrderMyListDZ.cshtml" />
- <Content Include="Views\Default\SSO.cshtml" />
- <Content Include="Views\ReportOther\GetDZView.cshtml" />
- <Content Include="Views\ReportOther\GetindexView.cshtml" />
- <Content Include="Views\Order\OverOrderView.cshtml" />
- <Content Include="Views\Order\WorkOrderAllList.cshtml" />
- <Content Include="Views\Order\WorkOrderMyList.cshtml" />
- <Content Include="Views\Default\SSOShow.cshtml" />
- <Content Include="Views\MobileData\Add.cshtml" />
- <Content Include="Views\MobileData\GetList.cshtml" />
- <None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
- <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
- <None Include="Properties\PublishProfiles\FolderProfile1.pubxml" />
- <None Include="Properties\PublishProfiles\FolderProfile2.pubxml" />
- <None Include="Properties\PublishProfiles\FolderProfile3.pubxml" />
- <None Include="Properties\PublishProfiles\FolderProfile4.pubxml" />
- <None Include="Properties\PublishProfiles\发布.pubxml" />
- <Content Include="Views\Order\WorkOrderDealedList.cshtml" />
- <Content Include="Views\Order\WorkOrderVisitedList.cshtml" />
- <Content Include="Views\Order\DepartmentWorkOrderList.cshtml" />
- <Content Include="Views\Order\WorkOrderShenPiList.cshtml" />
- <Content Include="Views\Order\OrderShenPiTanKuangList.cshtml" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\BaseCallCenter.BLL\YTSoft.BaseCallCenter.BLL.csproj">
- <Project>{686ab9e3-caf6-4740-962d-6e7affc7ba22}</Project>
- <Name>YTSoft.BaseCallCenter.BLL</Name>
- </ProjectReference>
- <ProjectReference Include="..\BaseCallCenter.Common\YTSoft.Common.csproj">
- <Project>{56213535-7fd9-4acd-a497-705670ce61dc}</Project>
- <Name>YTSoft.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\BaseCallCenter.DBUtility\YTSoft.DBUtility.csproj">
- <Project>{E2C9435B-CB68-465A-BDF9-333F2D75E81B}</Project>
- <Name>YTSoft.DBUtility</Name>
- </ProjectReference>
- <ProjectReference Include="..\BaseCallCenter.Model\YTSoft.BaseCallCenter.Model.csproj">
- <Project>{ea3a3bd8-2b5f-4077-9d8a-dff27cdd4c12}</Project>
- <Name>YTSoft.BaseCallCenter.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <PropertyGroup>
- <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
- <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
- <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
- <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
- </Target>
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
- <WebProjectProperties>
- <UseIIS>False</UseIIS>
- <AutoAssignPort>False</AutoAssignPort>
- <DevelopmentServerPort>41969</DevelopmentServerPort>
- <DevelopmentServerVPath>/</DevelopmentServerVPath>
- <IISUrl>http://www.ditie.test</IISUrl>
- <NTLMAuthentication>False</NTLMAuthentication>
- <UseCustomServer>False</UseCustomServer>
- <CustomServerUrl>
- </CustomServerUrl>
- <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
- </WebProjectProperties>
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target> -->
- </Project>
|