盘点单编号生成
This commit is contained in:
@@ -52,11 +52,11 @@ namespace WMS.Web.Repositories
|
||||
await _context.TakeStock.AddAsync(entity);
|
||||
await _context.SaveChangesAsync();
|
||||
|
||||
//if (string.IsNullOrEmpty(entity.OutSourcFeedNo))
|
||||
//{
|
||||
// entity.GenerateNo();
|
||||
// await _context.SaveChangesAsync();
|
||||
//}
|
||||
if (string.IsNullOrEmpty(entity.BillNo))
|
||||
{
|
||||
entity.GenerateNo();
|
||||
await _context.SaveChangesAsync();
|
||||
}
|
||||
|
||||
if (_transaction != null)
|
||||
_transaction.Commit();
|
||||
|
||||
Reference in New Issue
Block a user