新增设备更改
This commit is contained in:
@@ -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")
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user