| | |
| | | <asp:Repeater ID="RepeaterHoudaoList" runat="server"> |
| | | <ItemTemplate> |
| | | |
| | | <td> |
| | | <td style="width:10%;"> |
| | | |
| | | <%#Eval("PSF_Houdaogongxu")%> |
| | | |
| | | </td> |
| | | |
| | | <td> |
| | | <td style="width:10%;"> |
| | | 数量: <%#Eval("PSF_Shuliang")%> |
| | | </td> |
| | | <td> |
| | | <td style="width:10%;"> |
| | | 倍数: <%#Eval("PSF_Beishu")%> |
| | | </td> |
| | | <td> |
| | | <td style="width:10%;"> |
| | | 机长:<%#Eval("PSF_Jichang")%> |
| | | </td> |
| | | <td> |
| | | <td> |
| | | |
| | | 要求: <%#Eval("PSF_Yaoqiu")%> |
| | | |
| | |
| | | <asp:Repeater ID="RepeaterHoudaoList" runat="server"> |
| | | <ItemTemplate> |
| | | |
| | | <td> |
| | | <td style="width:10%;"> |
| | | |
| | | <%#Eval("PSF_Houdaogongxu")%> |
| | | |
| | | </td> |
| | | |
| | | <td> |
| | | <td style="width:10%;"> |
| | | 数量: <%#Eval("PSF_Shuliang")%> |
| | | </td> |
| | | <td> |
| | | <td style="width:10%;"> |
| | | 倍数: <%#Eval("PSF_Beishu")%> |
| | | </td> |
| | | <td> |
| | | <td style="width:10%;"> |
| | | 机长:<%#Eval("PSF_Jichang")%> |
| | | </td> |
| | | <td> |
| | |
| | | this.selCustormerManagers.Items.Insert(0, new ListItem("无", "0")); |
| | | |
| | | var ToUpSetData = Request["ToUpSetData"]; |
| | | var oA_Staffs = oA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, null, null).Where(x => x.DepartmentId == 13); |
| | | var oA_Staffs = oA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, null, null).Where(x => x.DepartmentId == 2); |
| | | this.SelShejirenyuan29.DataSource = oA_Staffs; |
| | | this.SelShejirenyuan29.DataBind(); |
| | | if (string.IsNullOrEmpty(ToUpSetData)) |
| | |
| | | this.selBusinessManager.DataBind(); |
| | | this.selBusinessManager.Items.Insert(0, new ListItem("全部", "")); |
| | | |
| | | this.selShejirenyuan.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, null, null).Where(x => x.DepartmentId == 13); ; |
| | | this.selShejirenyuan.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, null, null).Where(x => x.DepartmentId == 2); ; |
| | | this.selShejirenyuan.DataBind(); |
| | | this.selShejirenyuan.Items.Insert(0, new ListItem("全部", "")); |
| | | |