新增设备更改

This commit is contained in:
2026-03-19 17:29:32 +08:00
parent 234fea7ca3
commit 13516a45d2
40 changed files with 3437 additions and 37 deletions

View File

@@ -291,13 +291,15 @@ namespace GroupLine.App.ViewModel
row.CreateCell(6).SetCellValue(ListData[i].FelerGgeResult.ToString());
row.CreateCell(7).SetCellValue(ListData[i].MagnetResult.ToString());
row.CreateCell(8).SetCellValue(ListData[i].OpNo.ToString());
row.CreateCell(9).SetCellValue(ListData[i].CreateTime.ToString("yyyy-MM-dd HH:mm"));
row.CreateCell(9).SetCellValue(ListData[i].GapblockDepth.ToString());
row.CreateCell(10).SetCellValue(ListData[i].PalletNo.ToString());
row.CreateCell(11).SetCellValue(ListData[i].CreateTime.ToString("yyyy-MM-dd HH:mm"));
//row.GetCell(10).CellStyle = style0;
style0.DataFormat = dataformat.GetFormat("yyyy-MM-dd HH:mm:ss");
row.GetCell(9).CellStyle = style0;
row.GetCell(11).CellStyle = style0;
//row.GetCell(26).CellStyle = style0;
//if (ListDat[i].UpperGroupStandDiffResult == "NG")
//{