|
|
|
@ -2689,8 +2689,14 @@ namespace DSWeb.SoftMng.Model{
|
|
|
|
|
|
|
|
|
|
if (DecHead.是进口)
|
|
|
|
|
{
|
|
|
|
|
DecHead.TradeCiqCode = !string.IsNullOrWhiteSpace(ownerCode) ? ownerCode : "";
|
|
|
|
|
DecHead.TradeName = !string.IsNullOrWhiteSpace(ownerName) ? ownerName : "";
|
|
|
|
|
|
|
|
|
|
//DecHead.TradeCiqCode = !string.IsNullOrWhiteSpace(ownerCode) ? ownerCode : "";
|
|
|
|
|
//DecHead.TradeName = !string.IsNullOrWhiteSpace(ownerName) ? ownerName : "";
|
|
|
|
|
//20230522修改为:
|
|
|
|
|
|
|
|
|
|
DecHead.TradeCiqCode = !string.IsNullOrWhiteSpace(consigneeCode) ? consigneeCode : "";
|
|
|
|
|
|
|
|
|
|
DecHead.TradeName = !string.IsNullOrWhiteSpace(consigneeCname) ? consigneeCname : "";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (DecHead.是出口)
|
|
|
|
|