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
@@ -460,6 +460,8 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
des.ReceiveMan = pds.Rows[i][10].ToString().Trim(); //接收人
des.Remark = pds.Rows[i][11].ToString().Trim();//备注
des.Status = BLL.Const.Comprehensive_Compile;
des.CompileMan = this.CurrUser.UserId;
BLL.DesignDrawingsService.AddDesignDrawings(des);
}
else
@@ -491,6 +493,8 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
oldViewInfo.ReceiveMan = pds.Rows[i][10].ToString().Trim(); //接收人
oldViewInfo.Remark = pds.Rows[i][11].ToString().Trim();//备注
oldViewInfo.CompileMan = this.CurrUser.UserId;
oldViewInfo.Status = BLL.Const.Comprehensive_Compile;
BLL.DesignDrawingsService.UpdateDesignDrawings(oldViewInfo);
}
}