|
|
@ -642,10 +642,10 @@ namespace DS.WMS.Core.Op.EDI
|
|
|
|
//跟韩工确认增加判断
|
|
|
|
//跟韩工确认增加判断
|
|
|
|
if (!string.IsNullOrWhiteSpace(headData.BLFRT) && headData.BLFRT.IndexOf("PREPAID") >= 0)
|
|
|
|
if (!string.IsNullOrWhiteSpace(headData.BLFRT) && headData.BLFRT.IndexOf("PREPAID") >= 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (string.IsNullOrWhiteSpace(headData.PREPARDAT))
|
|
|
|
//if (string.IsNullOrWhiteSpace(headData.PREPARDAT))
|
|
|
|
{
|
|
|
|
//{
|
|
|
|
error = error + "<br />提单号:" + headData.MBLNO + " 付费方式是预付,预付地点不能为空";
|
|
|
|
// error = error + "<br />提单号:" + headData.MBLNO + " 付费方式是预付,预付地点不能为空";
|
|
|
|
}
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
if (!string.IsNullOrWhiteSpace(headData.PAYABLEAT))
|
|
|
|
if (!string.IsNullOrWhiteSpace(headData.PAYABLEAT))
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -654,10 +654,10 @@ namespace DS.WMS.Core.Op.EDI
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (!string.IsNullOrWhiteSpace(headData.BLFRT) && headData.BLFRT.IndexOf("COLLECT") >= 0)
|
|
|
|
else if (!string.IsNullOrWhiteSpace(headData.BLFRT) && headData.BLFRT.IndexOf("COLLECT") >= 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (string.IsNullOrWhiteSpace(headData.PAYABLEAT))
|
|
|
|
//if (string.IsNullOrWhiteSpace(headData.PAYABLEAT))
|
|
|
|
{
|
|
|
|
//{
|
|
|
|
error = error + "<br />提单号:" + headData.MBLNO + " 付费方式是到付,到付地点不能为空";
|
|
|
|
// error = error + "<br />提单号:" + headData.MBLNO + " 付费方式是到付,到付地点不能为空";
|
|
|
|
}
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
if (!string.IsNullOrWhiteSpace(headData.PREPARDAT))
|
|
|
|
if (!string.IsNullOrWhiteSpace(headData.PREPARDAT))
|
|
|
|
{
|
|
|
|
{
|
|
|
|