修改VOLTA 增加提单号验证

master
jianghaiqing 2 weeks ago
parent 54d54bcd7d
commit 0611fdc202

@ -313,7 +313,7 @@ namespace Myshipping.Application.EDI.VOLTA
foreach (var headData in InttrEdi.BSLIST)
{
if (string.IsNullOrEmpty(headData.MBLNO) && InttrEdi.filetype == "E")
if (string.IsNullOrEmpty(headData.MBLNO))
{ error = error + "<br />主提单号不能为空"; }
if (string.IsNullOrEmpty(headData.ISSUETYPE) && InttrEdi.filetype == "E")

Loading…
Cancel
Save