合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -85,8 +85,11 @@ namespace FineUIPro.Web.CQMS.Comprehensive
this.drpUnitWorkIds.SelectedValueArray = inspectionPerson.UnitWorkId.Split(',');
}
this.txtRemark.Text = inspectionPerson.Remark;
var approve = InspectionPersonApproveService.GetApprove2(inspectionPerson.InspectionPersonId);
if (approve != null)
{
this.drpAudit.SelectedValue = approve.ApproveMan;
}
var currApprove = InspectionPersonApproveService.GetCurrentApprove(inspectionPerson.InspectionPersonId);
if (currApprove != null)
{ //重新编制 编制人 可以 显示 提交 保存按钮