工单完成

This commit is contained in:
qianhao.xu
2024-01-24 16:15:23 +08:00
parent 53fbedab77
commit 9b024fb100
13 changed files with 213 additions and 17 deletions

View File

@@ -133,7 +133,7 @@ namespace ZR.Admin.WebApi.Controllers.mes.pro
[AllowAnonymous] //不需要授权 就可以访问
public IActionResult ImportTemplateExcel()
{
(string, string) result = DownloadImportTemplate("周生产计划模板");//返回文件名和路径
(string, string) result = DownloadImportTemplate("周计划标准模板");//返回文件名和路径
return ExportExcel(result.Item2, result.Item1);
}