20240424 质量综合管理导入

This commit is contained in:
2024-04-24 17:11:15 +08:00
parent b58beb2472
commit 0e66fec516
60 changed files with 2964 additions and 1289 deletions
@@ -431,6 +431,9 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
des.JoinPersonNum = Funs.GetNewInt(pds.Rows[i][6].ToString().Trim());
des.RemarCode = pds.Rows[i][7].ToString().Trim();
des.CompileMan = this.CurrUser.UserId;
des.CompileDate = DateTime.Now;
des.Status = BLL.Const.Comprehensive_Compile;
BLL.DesignDetailsService.AddDesignDetails(des);
}
}