jianghaiqing 5 months ago
commit e455710a80

@ -3176,7 +3176,10 @@ namespace Myshipping.Application
custOrder.DESTINATION = destination.EnName;
custOrder.DESTINATIONID = destination.EdiCode;
custOrder.BLFRT = frt.EnName;
custOrder.SERVICE = service.Name;
if (custOrder.CARRIERID == "COSCO")
{
custOrder.SERVICE = service.Name;
}
//2024年4月19日将分拆的收发通拼接到大文本的收发通中
ContactSFT(custOrder);

Loading…
Cancel
Save