| | |
| | | protected void InitialData() |
| | | { |
| | | var keyid = Request["keyid"].ToInt32(); |
| | | //科目名称 |
| | | selSubject.DataSource = _OA_SubjectSetBLL.getAllSubject(CurrentUser.MemberId, "贷"); |
| | | selSubject.DataBind(); |
| | | selSubject.Items.Insert(0, new ListItem("请选择", "")); |
| | | ////科目名称 |
| | | //selSubject.DataSource = _OA_SubjectSetBLL.getAllSubject(CurrentUser.MemberId, "贷"); |
| | | //selSubject.DataBind(); |
| | | //selSubject.Items.Insert(0, new ListItem("请选择", "")); |
| | | |
| | | ///账户类型 |
| | | selAcoountType.DataSource = _Sys_DictionaryBLL.GetDataByType("账户类型"); |
| | |
| | | { |
| | | var oA_WorkPlan = bll_OA_WorkPlanBll.GetModelByKeyid(keyid); |
| | | this.selSubject.Value = oA_WorkPlan.RewardResult; |
| | | this.selSubjectName.Value = oA_WorkPlan.RewardContent; |
| | | this.txtMoney.Value = oA_WorkPlan.PlanMoney.Value.ToString("0.00"); |
| | | this.txtPaymentUnit.Value = oA_WorkPlan.PlanPeople; |
| | | var oA_Department = oA_DepartmentBll.GetModelByKeyid(oA_WorkPlan.DepartId); |