This commit is contained in:
b110212000 2021-06-24 09:32:20 +08:00
parent 6174a0d452
commit 6de3525a05
3 changed files with 135 additions and 3 deletions

1
.gitignore vendored
View File

@ -338,3 +338,4 @@ ASALocalRun/
# BeatPulse healthcheck temp database # BeatPulse healthcheck temp database
healthchecksdb healthchecksdb
/SolarPower/wwwroot/js/bower_components

View File

@ -23,6 +23,20 @@
<Content Remove="Views\Operation\_OperationPlanCreate.cshtml" /> <Content Remove="Views\Operation\_OperationPlanCreate.cshtml" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="wwwroot\js\bower_components\jquery-table2excel\.bower.json" />
<Content Include="wwwroot\js\bower_components\jquery-table2excel\bower.json" />
<Content Include="wwwroot\js\bower_components\jquery-table2excel\demo\index.html" />
<Content Include="wwwroot\js\bower_components\jquery-table2excel\package.json" />
<Content Include="wwwroot\js\bower_components\jquery-table2excel\serve.json" />
<Content Include="wwwroot\js\bower_components\jquery-table2excel\table2excel.jquery.json" />
<Content Include="wwwroot\js\bower_components\jquery\.bower.json" />
<Content Include="wwwroot\js\bower_components\jquery\AUTHORS.txt" />
<Content Include="wwwroot\js\bower_components\jquery\bower.json" />
<Content Include="wwwroot\js\bower_components\jquery\external\sizzle\LICENSE.txt" />
<Content Include="wwwroot\js\bower_components\jquery\LICENSE.txt" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Dapper" Version="2.0.78" /> <PackageReference Include="Dapper" Version="2.0.78" />
<PackageReference Include="MySql.Data" Version="8.0.24" /> <PackageReference Include="MySql.Data" Version="8.0.24" />
@ -101,6 +115,124 @@
<None Include="wwwroot\img\svg\pattern-3.svg" /> <None Include="wwwroot\img\svg\pattern-3.svg" />
<None Include="wwwroot\img\svg\pattern-4.svg" /> <None Include="wwwroot\img\svg\pattern-4.svg" />
<None Include="wwwroot\js\app.bundle.js" /> <None Include="wwwroot\js\app.bundle.js" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\.editorconfig" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\.gitignore" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\.gitpod.yml" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\.jshintrc" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\.travis.yml" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\CHANGELOG.md" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\CONTRIBUTING.md" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\demo\download.xls" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\dist\jquery.table2excel.js" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\dist\jquery.table2excel.min.js" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\Gruntfile.js" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\README.md" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\src\jquery.table2excel.js" />
<None Include="wwwroot\js\bower_components\jquery-table2excel\yarn.lock" />
<None Include="wwwroot\js\bower_components\jquery\dist\jquery.js" />
<None Include="wwwroot\js\bower_components\jquery\dist\jquery.min.js" />
<None Include="wwwroot\js\bower_components\jquery\dist\jquery.min.map" />
<None Include="wwwroot\js\bower_components\jquery\external\sizzle\dist\sizzle.js" />
<None Include="wwwroot\js\bower_components\jquery\external\sizzle\dist\sizzle.min.js" />
<None Include="wwwroot\js\bower_components\jquery\external\sizzle\dist\sizzle.min.map" />
<None Include="wwwroot\js\bower_components\jquery\README.md" />
<None Include="wwwroot\js\bower_components\jquery\src\.jshintrc" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\jsonp.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\load.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\parseJSON.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\parseXML.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\script.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\var\location.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\var\nonce.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\var\rquery.js" />
<None Include="wwwroot\js\bower_components\jquery\src\ajax\xhr.js" />
<None Include="wwwroot\js\bower_components\jquery\src\attributes.js" />
<None Include="wwwroot\js\bower_components\jquery\src\attributes\attr.js" />
<None Include="wwwroot\js\bower_components\jquery\src\attributes\classes.js" />
<None Include="wwwroot\js\bower_components\jquery\src\attributes\prop.js" />
<None Include="wwwroot\js\bower_components\jquery\src\attributes\support.js" />
<None Include="wwwroot\js\bower_components\jquery\src\attributes\val.js" />
<None Include="wwwroot\js\bower_components\jquery\src\callbacks.js" />
<None Include="wwwroot\js\bower_components\jquery\src\core.js" />
<None Include="wwwroot\js\bower_components\jquery\src\core\access.js" />
<None Include="wwwroot\js\bower_components\jquery\src\core\init.js" />
<None Include="wwwroot\js\bower_components\jquery\src\core\parseHTML.js" />
<None Include="wwwroot\js\bower_components\jquery\src\core\ready.js" />
<None Include="wwwroot\js\bower_components\jquery\src\core\var\rsingleTag.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\addGetHookIf.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\adjustCSS.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\curCSS.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\defaultDisplay.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\hiddenVisibleSelectors.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\showHide.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\support.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\var\cssExpand.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\var\getStyles.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\var\isHidden.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\var\rmargin.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\var\rnumnonpx.js" />
<None Include="wwwroot\js\bower_components\jquery\src\css\var\swap.js" />
<None Include="wwwroot\js\bower_components\jquery\src\data.js" />
<None Include="wwwroot\js\bower_components\jquery\src\data\Data.js" />
<None Include="wwwroot\js\bower_components\jquery\src\data\var\acceptData.js" />
<None Include="wwwroot\js\bower_components\jquery\src\data\var\dataPriv.js" />
<None Include="wwwroot\js\bower_components\jquery\src\data\var\dataUser.js" />
<None Include="wwwroot\js\bower_components\jquery\src\deferred.js" />
<None Include="wwwroot\js\bower_components\jquery\src\deprecated.js" />
<None Include="wwwroot\js\bower_components\jquery\src\dimensions.js" />
<None Include="wwwroot\js\bower_components\jquery\src\effects.js" />
<None Include="wwwroot\js\bower_components\jquery\src\effects\animatedSelector.js" />
<None Include="wwwroot\js\bower_components\jquery\src\effects\Tween.js" />
<None Include="wwwroot\js\bower_components\jquery\src\event.js" />
<None Include="wwwroot\js\bower_components\jquery\src\event\ajax.js" />
<None Include="wwwroot\js\bower_components\jquery\src\event\alias.js" />
<None Include="wwwroot\js\bower_components\jquery\src\event\focusin.js" />
<None Include="wwwroot\js\bower_components\jquery\src\event\support.js" />
<None Include="wwwroot\js\bower_components\jquery\src\event\trigger.js" />
<None Include="wwwroot\js\bower_components\jquery\src\exports\amd.js" />
<None Include="wwwroot\js\bower_components\jquery\src\exports\global.js" />
<None Include="wwwroot\js\bower_components\jquery\src\intro.js" />
<None Include="wwwroot\js\bower_components\jquery\src\jquery.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\buildFragment.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\getAll.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\setGlobalEval.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\support.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\var\rcheckableType.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\var\rscriptType.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\var\rtagName.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\wrapMap.js" />
<None Include="wwwroot\js\bower_components\jquery\src\manipulation\_evalUrl.js" />
<None Include="wwwroot\js\bower_components\jquery\src\offset.js" />
<None Include="wwwroot\js\bower_components\jquery\src\outro.js" />
<None Include="wwwroot\js\bower_components\jquery\src\queue.js" />
<None Include="wwwroot\js\bower_components\jquery\src\queue\delay.js" />
<None Include="wwwroot\js\bower_components\jquery\src\selector-native.js" />
<None Include="wwwroot\js\bower_components\jquery\src\selector-sizzle.js" />
<None Include="wwwroot\js\bower_components\jquery\src\selector.js" />
<None Include="wwwroot\js\bower_components\jquery\src\serialize.js" />
<None Include="wwwroot\js\bower_components\jquery\src\traversing.js" />
<None Include="wwwroot\js\bower_components\jquery\src\traversing\findFilter.js" />
<None Include="wwwroot\js\bower_components\jquery\src\traversing\var\dir.js" />
<None Include="wwwroot\js\bower_components\jquery\src\traversing\var\rneedsContext.js" />
<None Include="wwwroot\js\bower_components\jquery\src\traversing\var\siblings.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\arr.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\class2type.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\concat.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\document.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\documentElement.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\hasOwn.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\indexOf.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\pnum.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\push.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\rcssNum.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\rnotwhite.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\slice.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\support.js" />
<None Include="wwwroot\js\bower_components\jquery\src\var\toString.js" />
<None Include="wwwroot\js\bower_components\jquery\src\wrap.js" />
<None Include="wwwroot\js\datagrid\datatables\datatables.bundle.js" /> <None Include="wwwroot\js\datagrid\datatables\datatables.bundle.js" />
<None Include="wwwroot\js\datagrid\datatables\datatables.export.js" /> <None Include="wwwroot\js\datagrid\datatables\datatables.export.js" />
<None Include="wwwroot\js\dependency\moment\moment.js" /> <None Include="wwwroot\js\dependency\moment\moment.js" />

View File

@ -1134,7 +1134,6 @@
<script src="~/js/notifications/toastr/toastr.js"></script> <script src="~/js/notifications/toastr/toastr.js"></script>
<!--Toast--> <!--Toast-->
<script src="~/js/toast.js"></script> <script src="~/js/toast.js"></script>
<!-- Select2 JS --> <!-- Select2 JS -->
@*<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>*@ @*<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>*@
<script src="~/js/formplugins/select2/select2.bundle.js"></script> <script src="~/js/formplugins/select2/select2.bundle.js"></script>
@ -1142,7 +1141,7 @@
<script src="~/js/formplugins/dropzone/dropzone.js"></script> <script src="~/js/formplugins/dropzone/dropzone.js"></script>
<!-- Custome JS --> <!-- Custome JS -->
<script src="~/js/site.js" asp-append-version="true"></script> <script src="~/js/site.js" asp-append-version="true"></script>
<script src="~/js/bower_components/jquery-table2excel/dist/jquery.table2excel.min.js"></script>
@*各頁面的JavaScript*@ @*各頁面的JavaScript*@