修改VOLTA增加约号必填

dev
jianghaiqing 2 weeks ago
parent ba8970663f
commit 75cc919a9c

@ -383,6 +383,9 @@ namespace DS.WMS.Core.Op.EDI
if (string.IsNullOrEmpty(headData.PLACEDELIVERY))
{ error = error + "<br />提单号:" + headData.MBLNO + " 交货地不能为空"; }
if (string.IsNullOrEmpty(headData.CONTRACTNO))
{ error = error + "<br />提单号:" + headData.MBLNO + " 约号不能为空"; }
if (string.IsNullOrEmpty(headData.DESTINATION))
{
if (string.IsNullOrEmpty(headData.DESTINATIONID) || headData.DESTINATIONID.Length != 5)

@ -1650,8 +1650,6 @@ namespace DS.WMS.Core.Op.Method
primaryModel.CTNLIST = new List<SeaExportCtnEDIBaseModel>();
//集装箱
foreach (var conta in contaList)
{

Loading…
Cancel
Save