This commit is contained in:
parent
559602f9dd
commit
a0c8f54db4
|
@ -232,7 +232,7 @@
|
|||
btnCopy.Enabled = false; // 不能引用
|
||||
}
|
||||
}
|
||||
if (batch.BatchIsClosed == true) //批关闭则不能修改焊口号
|
||||
if (batch != null && batch.BatchIsClosed == true) //批关闭则不能修改焊口号
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -1244,7 +1244,7 @@
|
|||
{
|
||||
if (this.txtJointNo.Text.Trim().Last() == 'G')
|
||||
{
|
||||
this.txtJointNo.Text = this.txtJointNo.Text.Trim().Replace("G","");
|
||||
this.txtJointNo.Text = this.txtJointNo.Text.Trim().Replace("G", "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<FineUIPro DebugMode="false" Theme="Cupertino"/>
|
||||
<appSettings>
|
||||
<!--连接字符串-->
|
||||
<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="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="SystemName" value="诺必达焊接管理系统"/>
|
||||
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
|
||||
|
|
Loading…
Reference in New Issue