|
@ -344,8 +344,8 @@ public class KittingAppService : SfsBaseDataWithCodeAppServiceBase<Kitting, Kitt |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
var fileContent1 = _excelService.Export(importList); |
|
|
var fileContent1 = _excelService.Export(importList); |
|
|
new TestResult(fileContent1.FileContents, ExportImportService.ContentType) { FileDownloadName = "导入文件" }; |
|
|
return new TestResult(fileContent1.FileContents, ExportImportService.ContentType) { FileDownloadName = "Kitting导入文件" }; |
|
|
return new JsonResult(new { Code = 200, FileDownloadName="" }); |
|
|
// return new JsonResult(new { Code = 200, FileDownloadName="" });
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|