天益报表导出功能
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Tnb.WarehouseMgr
|
||||
_userManager = userManager;
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
[HttpPost, AllowAnonymous]
|
||||
public async Task<dynamic> CarryStock(CarryStockInput input)
|
||||
{
|
||||
var warehouse_id = "";
|
||||
|
||||
@@ -5,6 +5,7 @@ using JNPF.Common.Security;
|
||||
using JNPF.VisualDev;
|
||||
using JNPF.VisualDev.Entitys.Dto.VisualDevModelData;
|
||||
using Mapster;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using SqlSugar;
|
||||
@@ -32,7 +33,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
|
||||
|
||||
[HttpPost]
|
||||
[HttpPost, AllowAnonymous]
|
||||
public async Task<dynamic> MaterialStock(VisualDevModelListQueryInput input)
|
||||
{
|
||||
var supplier_code = "";
|
||||
@@ -164,7 +165,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
|
||||
|
||||
[HttpPost]
|
||||
[HttpPost, AllowAnonymous]
|
||||
public async Task<dynamic> OutinStockDetail(VisualDevModelListQueryInput input)
|
||||
{
|
||||
var code_batch = "";
|
||||
|
||||
Reference in New Issue
Block a user