diff --git a/20220330_Vote/Ewide.Web.Entry/Controllers/ManageController.cs b/20220330_Vote/Ewide.Web.Entry/Controllers/ManageController.cs
index d3e62c7..073d223 100644
--- a/20220330_Vote/Ewide.Web.Entry/Controllers/ManageController.cs
+++ b/20220330_Vote/Ewide.Web.Entry/Controllers/ManageController.cs
@@ -15,11 +15,7 @@ namespace Ewide.Web.Entry.Controllers
ViewBag.Title = "宁波市“甬江建设杯”选票";
return View();
}
- public IActionResult Login()
- {
- //ViewBag.Title = "宁波市“甬江建设杯”选票";
- return View();
- }
+
public IActionResult Expert()
{
ViewBag.Title = "宁波市“甬江建设杯”选票";
diff --git a/20220330_Vote/Ewide.Web.Entry/Controllers/OutsideWallController.cs b/20220330_Vote/Ewide.Web.Entry/Controllers/OutsideWallController.cs
deleted file mode 100644
index 0539944..0000000
--- a/20220330_Vote/Ewide.Web.Entry/Controllers/OutsideWallController.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-using Microsoft.AspNetCore.Authorization;
-using Microsoft.AspNetCore.Mvc;
-
-namespace Ewide.Web.Entry.Controllers
-{
- [AllowAnonymous]
- public class OutsideWallController : Controller
- {
- //public IActionResult Index()
- //{
- // return View();
- //}
- public IActionResult Result()
- {
- return View();
- }
- public IActionResult BuildingResult()
- {
- return View();
- }
- }
-}
diff --git a/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/Result.cshtml b/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/Result.cshtml
deleted file mode 100644
index 82c8a3f..0000000
--- a/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/Result.cshtml
+++ /dev/null
@@ -1,592 +0,0 @@
-@*
- For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
-*@
-@{
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
宁波既有建筑外墙脱落问卷调查结果
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
-
-
-
-
-
-
-
-
-
-
- {{ props.row.buildingName }}
-
-
- {{ props.row.address }}
-
-
- {{ props.row.levelCount }}
-
-
- {{ props.row.households }}
-
-
- {{ props.row.buildingUnit }}
-
-
- {{ props.row.desingerUnit }}
-
-
- {{ props.row.constructionUnit }}
-
-
- {{ props.row.monitorUnit }}
-
-
- {{ props.row.wuYeUnit }}
-
-
- 8.1 墙体问题的类型是:{{ props.row.curwallproblems }}
-
-
- 8.1 其他:{{ props.row.curwallproblemother }}
-
-
- 8.2 哪个问题最先开始出现?
- {{ props.row.wallproblemsfirst }}
-
-
- 8.3 第一次出现墙体问题是建成后____年?
- {{ props.row.firstproblemdate }}
-
-
- 8.4 墙体脱落发生频率如何?
- {{ props.row.problemfrequency }}
-
-
- 8.5 问题多发生在哪个季节?
- {{ props.row.problemseason }}
-
-
- 8.6 墙体问题发生的朝向是哪面?
- {{ props.row.wallproblemtoward }}
-
-
- 8.7 问题照片:
-
-
- {{ fit.toward }}
-
-
-
-
-
- 8.8 发生外墙问题的范围有多大?
- {{ props.row.problemfanwei }}
-
-
- 8.9 外墙问题发生在哪个高度?
- {{ props.row.problemheight }}
-
-
- 8.10 掉落物是什么?
- {{ props.row.diaoluowu }}
-
-
-
-
-
- {{ props.row.buildingName}}
- {{ props.row.address}}
-
-
-
- {{ props.row.submitCode}}
- {{ props.row.communityName}}
- {{ dateFormat("mm-dd", props.row.createtime )}}
- {{ props.row.deliveryear}}
- {{ props.row.buildcount}}
- {{ props.row.householdcount}}
- {{ props.row.totalfloorage}}
- {{ props.row.isExistProblem==1?'是':'否' }}
- {{ props.row.problemismodify==1?'是':'否'}}
- {{ props.row.problemmodifyunitname}}
- {{ props.row.problemmodifyisagain==1?'是':'否'}}
- {{ props.row.contract}}
-
-
- 点我查看
-
-
-
-
-
-
- 查看幢统计
- @*导出Excel*@
-
-
-
-
-
-
- {{ fit.toward }}
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/20220330_Vote/Ewide.Web.Entry/Views/Manage/Login.cshtml b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/Manage/Login.html
similarity index 94%
rename from 20220330_Vote/Ewide.Web.Entry/Views/Manage/Login.cshtml
rename to 20220330_Vote/Ewide.Web.Entry/wwwroot/html/Manage/Login.html
index e4a8ebd..1b02194 100644
--- a/20220330_Vote/Ewide.Web.Entry/Views/Manage/Login.cshtml
+++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/Manage/Login.html
@@ -1,20 +1,16 @@
-@*
- For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
-*@
-@{
-}
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -29,8 +25,8 @@
- 登录
- @*重置*@
+ 登录
+
@@ -103,7 +99,7 @@
window.sessionStorage.setItem('__TOKEN', response.data.data.token);
//location = '/gb/yjb/manage/VoteResult'
//location = '/gb/yjb/manage/nbczResult'
- location = '/202307/outsidewall/result.html'
+ location = '/202307/html/outsidewall/result.html'
}
}
_this.loading = false;
diff --git a/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/BuildingResult.cshtml b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/BuildingResult.html
similarity index 98%
rename from 20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/BuildingResult.cshtml
rename to 20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/BuildingResult.html
index 326dbc2..12973ef 100644
--- a/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/BuildingResult.cshtml
+++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/BuildingResult.html
@@ -1,19 +1,14 @@
-@*
- For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
-*@
-@{
-}
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/index.html b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/index.html
index 6874759..8e330d6 100644
--- a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/index.html
+++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/index.html
@@ -13,6 +13,7 @@
+
diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html
index 4abec18..6ba121e 100644
--- a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html
+++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html
@@ -13,11 +13,11 @@
-->
-
-
-
-
-
+
+
+
+
+
@@ -25,7 +25,7 @@
宁波既有建筑外墙脱落问卷调查结果
-
+
@@ -34,17 +34,17 @@
- 查询
- 重置
+ 查询
+ 重置
-
+
-
+
@@ -104,7 +104,7 @@
8.7 问题照片:
-
+
{{ fit.toward }}
@@ -201,21 +201,21 @@
- 点我查看
+ 点我查看
- 查看幢统计
- @*导出Excel*@
+ 查看幢统计
+