jianghaiqing 1 year ago
commit cb8df3d118

@ -1091,10 +1091,7 @@ namespace Myshipping.Application
throw Oops.Bah("您没有当前单据的操作权限!");
}
if (string.IsNullOrEmpty(entity.VOYNO))
{
@ -2573,7 +2570,7 @@ namespace Myshipping.Application
await _repBookingStatus.InsertAsync(bookingStatus);
}
}
if (item.Status == "报关")
if (item.Status == "海关放行")
{
if (list.Where(x => x.Code == "sta_haifang").FirstOrDefault() == null)
{

Loading…
Cancel
Save