update weld day report
This commit is contained in:
@@ -732,8 +732,8 @@ namespace FineUIPro.Web.WeldingProcess.TrustManage
|
||||
#endregion
|
||||
|
||||
#region 尾部
|
||||
string JLAudit = tb.Rows[0]["JLAudit"].ToString();
|
||||
string GLGSAudit = tb.Rows[0]["GLGSAudit"].ToString();
|
||||
string JLAudit = ""; //tb.Rows[0]["JLAudit"].ToString();
|
||||
string GLGSAudit = ""; //tb.Rows[0]["GLGSAudit"].ToString();
|
||||
ws = WsExcelCreateRow(ws, hssfworkbook, rowIndex + 1, rowIndex + 9, style, 0, 12, 3);
|
||||
//合并单元格
|
||||
for (int hb = rowIndex + 1; hb <= rowIndex + 10; hb++)
|
||||
|
||||
Reference in New Issue
Block a user