25111901 添加新MES文档,更换MES库文件
This commit is contained in:
@@ -1684,7 +1684,7 @@ namespace SLC1_N
|
||||
if (testfinish && PorNfinish)
|
||||
{
|
||||
bool_CH1start_time = false;
|
||||
int time = (DateTime.Now - CH1start_time).Seconds;
|
||||
int time = (int)(DateTime.Now - CH1start_time).TotalSeconds;
|
||||
SetLabelText(lb_CH1testTime, $"{time} s");
|
||||
|
||||
if (result)
|
||||
@@ -2074,7 +2074,7 @@ namespace SLC1_N
|
||||
if (testfinish && PorNfinish)
|
||||
{
|
||||
bool_CH2start_time = false;
|
||||
int time = (DateTime.Now - CH2start_time).Seconds;
|
||||
int time = (int)(DateTime.Now - CH2start_time).TotalSeconds;
|
||||
SetLabelText(lb_CH2testTime, $"{time} s");
|
||||
|
||||
if (result)
|
||||
@@ -2465,7 +2465,7 @@ namespace SLC1_N
|
||||
if (testfinish && PorNfinish)
|
||||
{
|
||||
bool_CH3start_time = false;
|
||||
int time = (DateTime.Now - CH3start_time).Seconds;
|
||||
int time = (int)(DateTime.Now - CH3start_time).TotalSeconds;
|
||||
SetLabelText(lb_CH3testTime, $"{time} s");
|
||||
|
||||
if (result)
|
||||
@@ -2858,7 +2858,7 @@ namespace SLC1_N
|
||||
if (testfinish && PorNfinish)
|
||||
{
|
||||
bool_CH4start_time = false;
|
||||
int time = (DateTime.Now - CH4start_time).Seconds;
|
||||
int time = (int)(DateTime.Now - CH4start_time).TotalSeconds;
|
||||
SetLabelText(lb_CH4testTime, $"{time} s");
|
||||
|
||||
if (result)
|
||||
|
||||
Reference in New Issue
Block a user