20230229
This commit is contained in:
@@ -126,6 +126,23 @@ namespace WebAPI.Controllers
|
||||
}
|
||||
return responeData;
|
||||
}
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
|
||||
[HttpGet]
|
||||
public Model.ResponeData updateTaskItemLearnTime(string taskItemId, DateTime startTime, DateTime endTime)
|
||||
{
|
||||
var responeData = new Model.ResponeData();
|
||||
try
|
||||
{
|
||||
responeData.data = APITrainingTaskService.updateTaskItemLearnTime(taskItemId, startTime, endTime);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
responeData.code = 0;
|
||||
responeData.message = ex.Message;
|
||||
}
|
||||
return responeData;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -162,7 +162,7 @@ namespace WebAPI.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult PersonInfo(string id)
|
||||
public ActionResult P(string id)
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -9,13 +9,13 @@
|
||||
<meta http-equiv=X-UA-Compatible content="IE=edge">
|
||||
<title>项目人员录入</title>
|
||||
<script>
|
||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script>
|
||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script>
|
||||
<link rel=stylesheet href=./static/index.97465e7b.css>
|
||||
</head>
|
||||
<body>
|
||||
<noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div>
|
||||
<script src=./static/js/chunk-vendors.243f9a1a.js></script>
|
||||
<script src=./static/js/index.588a1ec2.js></script>
|
||||
<script src=./static/js/index.a72cd590.js></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -301,8 +301,10 @@
|
||||
<Content Include="Global.asax" />
|
||||
<Content Include="Home\static\js\index.03a2f39a.js" />
|
||||
<Content Include="Home\static\js\index.588a1ec2.js" />
|
||||
<Content Include="Home\static\js\index.a72cd590.js" />
|
||||
<Content Include="Home\static\js\pages-add_personnel-add_personnel.bad7c7eb.js" />
|
||||
<Content Include="Home\static\js\pages-add_personnel-add_personnel.ff016799.js" />
|
||||
<Content Include="Home\static\js\pages-index.4e3434af.js" />
|
||||
<Content Include="Scripts\bootstrap.js" />
|
||||
<Content Include="Scripts\bootstrap.min.js" />
|
||||
<Content Include="Areas\HelpPage\Views\Web.config" />
|
||||
@@ -353,7 +355,7 @@
|
||||
<Content Include="Views\Home\Index.cshtml" />
|
||||
<Content Include="Views\Shared\Error.cshtml" />
|
||||
<Content Include="Views\Shared\_Layout.cshtml" />
|
||||
<Content Include="Views\Home\PersonInfo.cshtml" />
|
||||
<Content Include="Views\Home\P.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
|
||||
Reference in New Issue
Block a user