20260813
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<FineUIPro DebugMode="false" Theme="Cupertino"/>
|
<FineUIPro DebugMode="false" Theme="Cupertino"/>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<!--连接字符串-->
|
<!--连接字符串-->
|
||||||
<add key="ConnectionString" value="Server=.\MSSQLSERVER01;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
<add key="ConnectionString" value="Server=.\SQL2022;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
||||||
<!--系统名称-->
|
<!--系统名称-->
|
||||||
<add key="SystemName" value="诺必达焊接管理系统"/>
|
<add key="SystemName" value="诺必达焊接管理系统"/>
|
||||||
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
|
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
|
||||||
|
|||||||
@@ -285,14 +285,8 @@ namespace FineUIPro.Web.WeldMat.UsingPlan
|
|||||||
{
|
{
|
||||||
this.txtAmount.Text = temp.Amount.ToString();
|
this.txtAmount.Text = temp.Amount.ToString();
|
||||||
}
|
}
|
||||||
if (temp.InPutDate.HasValue)
|
this.txtInPutDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now);
|
||||||
{
|
this.txtOrderDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now);
|
||||||
this.txtInPutDate.Text = string.Format("{0:yyyy-MM-dd}", temp.InPutDate);
|
|
||||||
}
|
|
||||||
if (temp.OrderDate.HasValue)
|
|
||||||
{
|
|
||||||
this.txtOrderDate.Text = string.Format("{0:yyyy-MM-dd}", temp.OrderDate);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(temp.OrderTime))
|
if (!string.IsNullOrEmpty(temp.OrderTime))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user