质量管理

This commit is contained in:
2024-11-18 17:44:22 +08:00
parent ecaed6746b
commit 5fb846030f
10 changed files with 59 additions and 52 deletions
@@ -490,7 +490,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
Ins.TestCycle = pds.Rows[i][7].ToString().Trim();
Ins.IsOnSite = pds.Rows[i][8].ToString().Trim() == "是" ? true : false;
Ins.IsVerification = pds.Rows[i][8].ToString().Trim() == "是" ? true : false;
if (!string.IsNullOrEmpty(pds.Rows[i][9].ToString().Trim()))
{