发货和收货确认后生成单据时增加审核状态和同步状态
This commit is contained in:
@@ -84,6 +84,7 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
x.modify_id = _userManager.UserId;
|
||||
x.modify_time = DateTime.Now;
|
||||
x.purchase_arriveqty = 0;
|
||||
});
|
||||
|
||||
await _db.Updateable(purchaseDs).UpdateColumns(it => new { it.purchase_prqty, it.line_status }).ExecuteCommandAsync();
|
||||
|
||||
Reference in New Issue
Block a user