修改质量奖罚
This commit is contained in:
@@ -80,6 +80,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();
|
||||
if (!string.IsNullOrEmpty(RewardAndPunish.State))
|
||||
@@ -295,6 +299,7 @@ namespace FineUIPro.Web.CQMS.RewardAndPunish
|
||||
RewardAndPunish.Type = this.rblType.SelectedValue;
|
||||
RewardAndPunish.RewardAndPunishTypeId = this.drpRewardAndPunishType.SelectedValue;
|
||||
RewardAndPunish.RewardAndPunishBasis = this.txtRewardAndPunishBasis.Text.Trim();
|
||||
RewardAndPunish.RewardAndPunishDecision = this.txtRewardAndPunishDecision.Text.Trim();
|
||||
if (saveType == "submit")
|
||||
{
|
||||
RewardAndPunish.State = this.drpHandleType.SelectedValue;
|
||||
|
||||
Reference in New Issue
Block a user