新增,库存报表业务接口
This commit is contained in:
17
WarehouseMgr/Tnb.WarehouseMgr/WmsStockReportService.cs
Normal file
17
WarehouseMgr/Tnb.WarehouseMgr/WmsStockReportService.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.VisualDev;
|
||||
|
||||
namespace Tnb.WarehouseMgr
|
||||
{
|
||||
/// <summary>
|
||||
/// 库存报表服务类
|
||||
/// </summary>
|
||||
[OverideVisualDev(ModuleConsts.MODULE_WMSSTOCKREPORT_ID)]
|
||||
public class WmsStockReportService:BaseWareHouseService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -135,7 +135,7 @@ namespace Tnb.WarehouseMgr
|
||||
setSortingH.kittingout_id = ko.id;
|
||||
setSortingH.seq = ko.seq;
|
||||
setSortingH.org_id = curUser.FindFirst(ClaimConst.CLAINMORGID)?.Value;
|
||||
setSortingH.create_id = curUser.FindFirst(ClaimConst.CLAINMUSERID)?.Value;
|
||||
setSortingH.create_id = curUser.FindFirst(ClaimConst.CLAINMUSERID)?.Value!;
|
||||
setSortingH.create_time = DateTime.Now;
|
||||
await curDb.Insertable(setSortingH).ExecuteCommandAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user