|
@@ -854,14 +854,14 @@ namespace Tps_LQ_Transmitter
|
|
tableInfo.table.ProductCode = Product;
|
|
tableInfo.table.ProductCode = Product;
|
|
tableInfo.table.ProductName = Product;
|
|
tableInfo.table.ProductName = Product;
|
|
tableInfo.table.Name = TestProject + "#" + Product;
|
|
tableInfo.table.Name = TestProject + "#" + Product;
|
|
- if (report.WriteAndReplaceTable(tableInfo))
|
|
|
|
- {
|
|
|
|
- ShowMessage(MsgType.Info, "自动测试记录表保存成功");
|
|
|
|
- }
|
|
|
|
- else
|
|
|
|
- {
|
|
|
|
- ShowMessage(MsgType.Info, "自动测试记录表保存失败");
|
|
|
|
- }
|
|
|
|
|
|
+ //if (report.WriteAndReplaceTable(tableInfo))
|
|
|
|
+ //{
|
|
|
|
+ // ShowMessage(MsgType.Info, "自动测试记录表保存成功");
|
|
|
|
+ //}
|
|
|
|
+ //else
|
|
|
|
+ //{
|
|
|
|
+ // ShowMessage(MsgType.Info, "自动测试记录表保存失败");
|
|
|
|
+ //}
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|