已删除的订舱提示无法修改

master
zhangxiaofeng 8 months ago
parent f6b402e0eb
commit 26bd7b1195

@ -1755,6 +1755,10 @@ namespace Myshipping.Application
};
var mlist = await _rep.AsQueryable().Filter(null, true).Where(x => x.Id == input.Id).FirstAsync();
if (mlist.IsDeleted)
{
throw Oops.Bah("当前单据为【已删除】状态,无法修改");
}
if (!string.IsNullOrEmpty(reqId))
{

Loading…
Cancel
Save