|
@@ -3728,7 +3728,7 @@ public class OrderController : BaseController
|
|
public async Task<object> DownLoadOrderTemplate()
|
|
public async Task<object> DownLoadOrderTemplate()
|
|
{
|
|
{
|
|
List<ExcelContent> list = new List<ExcelContent>();
|
|
List<ExcelContent> list = new List<ExcelContent>();
|
|
- ExcelContent excelContent = new ExcelContent() { ExternalId = "自编号", };
|
|
|
|
|
|
+ ExcelContent excelContent = new ExcelContent() { ExternalId = "自编号", AcceptTypeCode="字典值", AcceptType="字典名称" };
|
|
list.Add(excelContent);
|
|
list.Add(excelContent);
|
|
return _exportApplication.ExportData(list, "demo.xlsx");
|
|
return _exportApplication.ExportData(list, "demo.xlsx");
|
|
}
|
|
}
|