25111901 添加新MES文档,更换MES库文件

This commit is contained in:
moxiliang
2025-11-19 15:42:48 +08:00
parent cb825c5c8e
commit 76648e7eb4
157 changed files with 79200 additions and 33 deletions

View File

@@ -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)