消除齐套出库警告
This commit is contained in:
@@ -4,6 +4,9 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using JNPF.VisualDev;
|
using JNPF.VisualDev;
|
||||||
|
using JNPF.VisualDev.Entitys.Dto.VisualDevModelData;
|
||||||
|
using MimeKit.Cryptography;
|
||||||
|
using SqlSugar;
|
||||||
|
|
||||||
namespace Tnb.WarehouseMgr
|
namespace Tnb.WarehouseMgr
|
||||||
{
|
{
|
||||||
@@ -13,5 +16,15 @@ namespace Tnb.WarehouseMgr
|
|||||||
[OverideVisualDev(ModuleConsts.MODULE_WMSSTOCKREPORT_ID)]
|
[OverideVisualDev(ModuleConsts.MODULE_WMSSTOCKREPORT_ID)]
|
||||||
public class WmsStockReportService:BaseWareHouseService
|
public class WmsStockReportService:BaseWareHouseService
|
||||||
{
|
{
|
||||||
|
public WmsStockReportService()
|
||||||
|
{
|
||||||
|
OverideFuncs.GetListAsync = GetListAsync;
|
||||||
|
}
|
||||||
|
|
||||||
|
private async Task<dynamic> GetListAsync(VisualDevModelListQueryInput input)
|
||||||
|
{
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
area_code = it.Key,
|
area_code = it.Key,
|
||||||
require_id = ko.id,
|
require_id = ko.id,
|
||||||
require_code = ko.bill_code,
|
require_code = ko.bill_code,
|
||||||
create_id = curUser.FindFirst(ClaimConst.CLAINMUSERID)?.Value,
|
create_id = curUser.FindFirst(ClaimConst.CLAINMUSERID)?.Value!,
|
||||||
create_time = DateTime.Now,
|
create_time = DateTime.Now,
|
||||||
source_id = ko.source_id,
|
source_id = ko.source_id,
|
||||||
source_code = ko.source_code
|
source_code = ko.source_code
|
||||||
|
|||||||
Reference in New Issue
Block a user