add 增加03-21新表格
This commit is contained in:
@@ -255,6 +255,11 @@
|
||||
城市更新0318
|
||||
</summary>
|
||||
</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)">
|
||||
<summary>
|
||||
|
||||
|
||||
@@ -41,7 +41,12 @@ namespace TempTask.WebEntry.Tools
|
||||
/// 城市更新0318
|
||||
/// </summary>
|
||||
[Description("通报表格(城市更新)2022-3-18.xls")]
|
||||
城市更新0318 = 4
|
||||
城市更新0318 = 4,
|
||||
/// <summary>
|
||||
/// 城市更新0318
|
||||
/// </summary>
|
||||
[Description("通报表格(城市更新)2022-3-21.xls")]
|
||||
城市更新0321 = 5
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
<el-dropdown-item command="2">城市更新</el-dropdown-item>
|
||||
<el-dropdown-item command="3">房地产业</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>
|
||||
</div>
|
||||
@@ -73,6 +74,9 @@
|
||||
case "4":
|
||||
excel_name = "通报表格(城市更新)2022-3-18.xls";
|
||||
break;
|
||||
case "5":
|
||||
excel_name = "通报表格(城市更新)2022-3-21.xls";
|
||||
break;
|
||||
}
|
||||
this.loading = true;
|
||||
this.download('/api/num-zj/download', a, excel_name, this.loading_false);
|
||||
|
||||
@@ -245,6 +245,80 @@
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user