wanghaomei 7 months ago
commit b729163365

@ -6484,11 +6484,11 @@ namespace Myshipping.Application
ICell cell = row.GetCell(4);
if (cell != null)
{
row.Cells[4].SetCellValue(order.VOYNO);
row.Cells[4].SetCellValue(order.VOYNOINNER);
}
else
{
row.CreateCell(4).SetCellValue(order.VOYNO);
row.CreateCell(4).SetCellValue(order.VOYNOINNER);
}
}
if (i == 26)

Loading…
Cancel
Save