查询显示项目修正

dev
嵇文龙 2 weeks ago
parent bee9709b46
commit 52df5a4da1

@ -390,7 +390,7 @@ namespace DS.WMS.Core.Application.Method
if (biz != null)
{
item.MBLNO = biz.MBLNO;
item.CustomerName = biz.CustomerName;
item.ClientName = biz.CustomerName;
item.CustomerNo = biz.CustomerNo;
item.ETD = biz.ETD;
item.CntrTotal = biz.CntrTotal;

@ -388,7 +388,7 @@ namespace DS.WMS.Core.Application.Method
if (biz != null)
{
item.MBLNO = biz.MBLNO;
item.CustomerName = biz.CustomerName;
item.ClientName = biz.CustomerName;
item.CustomerNo = biz.CustomerNo;
item.ETD = biz.ETD;
item.CntrTotal = biz.CntrTotal;

Loading…
Cancel
Save