修改质量奖罚
This commit is contained in:
@@ -76,6 +76,10 @@ namespace FineUIPro.Web.CQMS.RewardAndPunish
|
||||
drpRewardAndPunishType.SelectedValue = RewardAndPunish.RewardAndPunishTypeId;
|
||||
drpRewardAndPunishType_SelectedIndexChanged(null, null);
|
||||
}
|
||||
if (!string.IsNullOrEmpty(RewardAndPunish.RewardAndPunishDecision))
|
||||
{
|
||||
this.txtRewardAndPunishDecision.Text = RewardAndPunish.RewardAndPunishDecision;
|
||||
}
|
||||
gvApprove.DataSource = BLL.RewardAndPunishApproveService.getListData(this.RewardAndPunishId);
|
||||
gvApprove.DataBind();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user