add 增加03-21新表格

This commit is contained in:
路 范
2022-03-22 09:07:45 +08:00
parent c299edbd0f
commit df01841625
5 changed files with 89 additions and 1 deletions

View File

@@ -255,6 +255,11 @@
城市更新0318 城市更新0318
</summary> </summary>
</member> </member>
<member name="F:TempTask.WebEntry.Tools.NumZjHelper.ExcelType.城市更新0321">
<summary>
城市更新0318
</summary>
</member>
<member name="M:TempTask.WebEntry.Tools.NumZjHelper.WriteTemplate(System.Int32,System.Int32,System.Int32,TempTask.WebEntry.ApiController.Dto.NumZjExcel)"> <member name="M:TempTask.WebEntry.Tools.NumZjHelper.WriteTemplate(System.Int32,System.Int32,System.Int32,TempTask.WebEntry.ApiController.Dto.NumZjExcel)">
<summary> <summary>

View File

@@ -41,7 +41,12 @@ namespace TempTask.WebEntry.Tools
/// 城市更新0318 /// 城市更新0318
/// </summary> /// </summary>
[Description("通报表格城市更新2022-3-18.xls")] [Description("通报表格城市更新2022-3-18.xls")]
0318 = 4 0318 = 4,
/// <summary>
/// 城市更新0318
/// </summary>
[Description("通报表格城市更新2022-3-21.xls")]
0321 = 5
} }
/// <summary> /// <summary>
/// ///

View File

@@ -34,6 +34,7 @@
<el-dropdown-item command="2">城市更新</el-dropdown-item> <el-dropdown-item command="2">城市更新</el-dropdown-item>
<el-dropdown-item command="3">房地产业</el-dropdown-item> <el-dropdown-item command="3">房地产业</el-dropdown-item>
<el-dropdown-item command="4">通报表格-城市更新0318</el-dropdown-item> <el-dropdown-item command="4">通报表格-城市更新0318</el-dropdown-item>
<el-dropdown-item command="5">通报表格-城市更新0321</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</div> </div>
@@ -73,6 +74,9 @@
case "4": case "4":
excel_name = "通报表格城市更新2022-3-18.xls"; excel_name = "通报表格城市更新2022-3-18.xls";
break; break;
case "5":
excel_name = "通报表格城市更新2022-3-21.xls";
break;
} }
this.loading = true; this.loading = true;
this.download('/api/num-zj/download', a, excel_name, this.loading_false); this.download('/api/num-zj/download', a, excel_name, this.loading_false);

View File

@@ -245,6 +245,80 @@
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByArea?industry=106" "url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByArea?industry=106"
} }
] ]
},
{
"excel_no": 5,
"excel_name": "通报表格城市更新2022-3-21.xls",
"is_excel_config": true,
"sheets": [
{
"sheet_no": 1,
"sheet_name": "城市更新"
},
{
"sheet_no": 2,
"sheet_name": "分行业",
"start_row": 4,
"null_row_count": 7,
"start_cell": "L",
"null_cell_count": 5,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByInd "
},
{
"sheet_no": 3,
"sheet_name": "分地区",
"start_row": 4,
"null_row_count": 14,
"start_cell": "L",
"null_cell_count": 5,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByArea?industry=104,105,106,107,108,109"
},
{
"sheet_no": 4,
"sheet_name": "未来社区",
"start_row": 4,
"null_row_count": 14,
"start_cell": "L",
"null_cell_count": 5,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByArea?industry=105"
},
{
"sheet_no": 5,
"sheet_name": "老旧小区",
"start_row": 4,
"null_row_count": 14,
"start_cell": "L",
"null_cell_count": 5,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByArea?industry=109"
},
{
"sheet_no": 6,
"sheet_name": "其他市政设施和村镇建设",
"start_row": 4,
"null_row_count": 14,
"start_cell": "L",
"null_cell_count": 5,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByArea?industry=108,104"
},
{
"sheet_no": 7,
"sheet_name": "综合管廊",
"start_row": 4,
"null_row_count": 14,
"start_cell": "L",
"null_cell_count": 5,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByArea?industry=107"
},
{
"sheet_no": 8,
"sheet_name": "城市公园",
"start_row": 4,
"null_row_count": 14,
"start_cell": "L",
"null_cell_count": 5,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByArea?industry=106"
}
]
} }
] ]
} }