Browse Source

更新版本

FoShanPG
Administrator 3 years ago
parent
commit
a2b25de36e
  1. 14
      src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanAppService.cs

14
src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanAppService.cs

@ -588,12 +588,12 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts
[HttpPost]
[Route("ExcelImportWithOutKanban")]
[DisableRequestSizeLimit]
//[Authorize(SettleAccountPermissions.SettleAccounts.Default)]
public async Task<string> ExcelImportWithOutKanban([FromForm] IFormFileCollection files, string version)
{
//[HttpPost]
//[Route("ExcelImportWithOutKanban")]
//[DisableRequestSizeLimit]
////[Authorize(SettleAccountPermissions.SettleAccounts.Default)]
//public async Task<string> ExcelImportWithOutKanban([FromForm] IFormFileCollection files, string version)
//{
//var _billNum = "KA" + DateTime.Now.ToString("yyyyMMddhhmmss");
@ -736,7 +736,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts
}
//}

Loading…
Cancel
Save