This commit is contained in:
parent
ae4aec9516
commit
da0956b6d9
|
@ -660,7 +660,7 @@
|
|||
/// <returns></returns>
|
||||
public static ListItem[] OrderTimeList()
|
||||
{
|
||||
ListItem[] lis = new ListItem[15];
|
||||
ListItem[] lis = new ListItem[14];
|
||||
//DateTime dd = Convert.ToDateTime("7:00").AddDays(1);
|
||||
DateTime? dd = null;
|
||||
for (int i = 0; i < 14; i++)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<Use64BitIISExpress />
|
||||
<IISExpressSSLPort />
|
||||
<IISExpressAnonymousAuthentication />
|
||||
|
|
|
@ -407,7 +407,6 @@ namespace FineUIPro.Web.WeldMat.UsingPlan
|
|||
{
|
||||
errorInfos += (i + 2) + "行, [时间段] 录入不正确</br>";
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<Use64BitIISExpress />
|
||||
|
|
Loading…
Reference in New Issue