箱满舱打印字段调整

master
zhangxiaofeng 7 months ago
parent 6abb84d4b6
commit 437ce6bd0c

@ -6471,11 +6471,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