|
|
|
@ -23,6 +23,10 @@
|
|
|
|
|
<li class="dropdown">
|
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v1.0<span class="caret"></span></a>
|
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
|
<li><a href="../全省及州市县区人口与教育报告集20241023/index.html">全省及州市县区人口与教育报告集20241023</a></li>
|
|
|
|
|
<li><a href="../待处理/index.html">待处理</a></li>
|
|
|
|
|
<li><a href="../替换链接.sql/index.html">替换链接.sql</a></li>
|
|
|
|
|
<li><a href="../解决刷新市州等页面地图可能不正确的问题.txt/index.html">解决刷新市州等页面地图可能不正确的问题.txt</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
@ -45,8 +49,14 @@
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#route">
|
|
|
|
|
省级路由
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#routeArea">
|
|
|
|
|
市级路由
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#routePage">
|
|
|
|
|
routePage
|
|
|
|
|
市级仪表盘路由
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#routePageArea">
|
|
|
|
|
县区级仪表盘路由
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#getDataSet">
|
|
|
|
|
根据当前登录人员的identity_id,获取此人员可以维护的数据集名称
|
|
|
|
@ -81,6 +91,21 @@
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#uploadExcelByCity">
|
|
|
|
|
市管理员辅助县区录入:上传Excel文件
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#getDataSetByProvince">
|
|
|
|
|
省级管理员获取市州级可视数据集有哪些
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#getDataSetContentByProvince">
|
|
|
|
|
省级管理员,帮助市州管理员填报数据,需要获取指定数据集的数据
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#saveDataSetByProvince">
|
|
|
|
|
省管理员,帮助市州管理员填报数据,保存数据集下的数据表
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#downloadExcelByProvince">
|
|
|
|
|
省管理员辅助市州录入:下载指定数据集的Excel文件
|
|
|
|
|
</a>
|
|
|
|
|
<a class="catalog-item" href="com_dsideal_base_DataEase_Controller_DataEaseController.html#uploadExcelByProvince">
|
|
|
|
|
省管理员辅助市州录入:上传Excel文件
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> </div>
|
|
|
|
@ -123,13 +148,82 @@
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="routePage"><a href="#">routePage </a></h2>
|
|
|
|
|
<h2 id="routeArea"><a href="#">市级路由 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/dataease/routeArea</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>area_name</td>
|
|
|
|
|
<td>string</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>县区名称</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="routePage"><a href="#">市级仪表盘路由 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/dataease/routePage</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>type_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>哪一个仪表盘</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="routePageArea"><a href="#">县区级仪表盘路由 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/dataease/routePageArea</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>type_id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>哪一个仪表盘</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
@ -378,6 +472,117 @@
|
|
|
|
|
<code>/dataease/uploadExcelByCity</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="getDataSetByProvince"><a href="#">省级管理员获取市州级可视数据集有哪些 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/dataease/getDataSetByProvince</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="getDataSetContentByProvince"><a href="#">省级管理员,帮助市州管理员填报数据,需要获取指定数据集的数据 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/dataease/getDataSetContentByProvince</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>数据集id</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="saveDataSetByProvince"><a href="#">省管理员,帮助市州管理员填报数据,保存数据集下的数据表 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/dataease/saveDataSetByProvince</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>数据集id</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>data</td>
|
|
|
|
|
<td>string</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>保存的数据</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="downloadExcelByProvince"><a href="#">省管理员辅助市州录入:下载指定数据集的Excel文件 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/dataease/downloadExcelByProvince</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>请求参数</strong> <span class="badge">application/x-www-form-urlencoded</span></p>
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>参数名</th>
|
|
|
|
|
<th>类型</th>
|
|
|
|
|
<th>必须</th>
|
|
|
|
|
<th>描述</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>id</td>
|
|
|
|
|
<td>int</td>
|
|
|
|
|
<td>否</td>
|
|
|
|
|
<td>数据集id</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="action-item">
|
|
|
|
|
<h2 id="uploadExcelByProvince"><a href="#">省管理员辅助市州录入:上传Excel文件 </a></h2>
|
|
|
|
|
<p><strong>请求URL</strong></p>
|
|
|
|
|
<p>
|
|
|
|
|
<code>/dataease/uploadExcelByProvince</code>
|
|
|
|
|
<span class="label label-default">GET</span>
|
|
|
|
|
<span class="label label-default">POST</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><strong>返回结果</strong></p>
|
|
|
|
|
<pre class="prettyprint lang-json">{}</pre>
|
|
|
|
@ -397,7 +602,9 @@
|
|
|
|
|
|
|
|
|
|
var search_source_data = [
|
|
|
|
|
{name: 'DataEaseController.省级路由', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#route'},
|
|
|
|
|
{name: 'DataEaseController.routePage', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#routePage'},
|
|
|
|
|
{name: 'DataEaseController.市级路由', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#routeArea'},
|
|
|
|
|
{name: 'DataEaseController.市级仪表盘路由', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#routePage'},
|
|
|
|
|
{name: 'DataEaseController.县区级仪表盘路由', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#routePageArea'},
|
|
|
|
|
{name: 'DataEaseController.根据当前登录人员的identity_id,获取此人员可以维护的数据集名称', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#getDataSet'},
|
|
|
|
|
{name: 'DataEaseController.下载模板Excel', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#downSampleExcel'},
|
|
|
|
|
{name: 'DataEaseController.下载指定数据集的Excel文件', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#downloadExcel'},
|
|
|
|
@ -409,6 +616,11 @@
|
|
|
|
|
{name: 'DataEaseController.市州管理员,帮助县区管理员填报数据,保存数据集下的数据表', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#saveDataSetByCity'},
|
|
|
|
|
{name: 'DataEaseController.市管理员辅助县区录入:下载指定数据集的Excel文件', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#downloadExcelByCity'},
|
|
|
|
|
{name: 'DataEaseController.市管理员辅助县区录入:上传Excel文件', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#uploadExcelByCity'},
|
|
|
|
|
{name: 'DataEaseController.省级管理员获取市州级可视数据集有哪些', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#getDataSetByProvince'},
|
|
|
|
|
{name: 'DataEaseController.省级管理员,帮助市州管理员填报数据,需要获取指定数据集的数据', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#getDataSetContentByProvince'},
|
|
|
|
|
{name: 'DataEaseController.省管理员,帮助市州管理员填报数据,保存数据集下的数据表', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#saveDataSetByProvince'},
|
|
|
|
|
{name: 'DataEaseController.省管理员辅助市州录入:下载指定数据集的Excel文件', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#downloadExcelByProvince'},
|
|
|
|
|
{name: 'DataEaseController.省管理员辅助市州录入:上传Excel文件', url: 'com_dsideal_base_DataEase_Controller_DataEaseController.html#uploadExcelByProvince'},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|