保存EDI文件模板调整

master
zhangxiaofeng 7 months ago
parent c5c91a03a3
commit 05e7933ad8

@ -6655,6 +6655,15 @@ namespace Myshipping.Application
{
row.CreateCell(1).SetCellValue(edi.EmcNameAccount);
}
ICell _cell = row.GetCell(4);
if (_cell != null)
{
row.Cells[4].SetCellValue(edi.EmcNameAccount);
}
else
{
row.CreateCell(4).SetCellValue(edi.EmcNameAccount);
}
}
if (i == 47)
{

Loading…
Cancel
Save