20250704 委托单退回
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using BLL;
|
||||
using Aspose.Words.Lists;
|
||||
using BLL;
|
||||
using MiniExcelLibs;
|
||||
using Model;
|
||||
using NPOI.SS.Util;
|
||||
@@ -202,6 +203,8 @@ namespace FineUIPro.Web.HJGL.NDT
|
||||
//设置生成下拉框的行和列
|
||||
SetCellDropdownList(sheet, 6, 6, new List<string>() { "合格", "不合格" }.ToArray());//是否合格
|
||||
SetCellDropdownList(sheet, 7, 7, new List<string>() { "Ⅰ", "Ⅱ", "Ⅲ", "Ⅳ", "Ⅴ" }.ToArray());//评定级别
|
||||
var defects = from x in Funs.DB.Base_Defect select x.DefectName;//缺陷
|
||||
SetCellDropdownList(sheet, 8, 8, new List<string>() { string.Join(",", defects.ToList())}.ToArray());
|
||||
|
||||
//添加数据
|
||||
cell = row.CreateCell(7);
|
||||
|
||||
Reference in New Issue
Block a user