| | |
| | | this.selCarId.Items.Insert(0, new ListItem("全部", "")); |
| | | |
| | | |
| | | this.selBusinessManager.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, true, false); |
| | | this.selBusinessManager.DataTextField = "Name"; |
| | | this.selBusinessManager.DataValueField = "Keyid"; |
| | | this.selBusinessManager.DataBind(); |
| | | this.selBusinessManager.Items.Insert(0, new ListItem("全部", "")); |
| | | |
| | | |
| | | //this.selDriverIddo.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, null, null).Where(x => x.BF_IsDriver == true);//.Where(x => x.SM_Post.Equals("驾驶员")); |
| | | //this.selDriverIddo.DataTextField = "Name"; |
| | | //this.selDriverIddo.DataValueField = "Keyid"; |
| | |
| | | CurrentUser.MemberId, |
| | | this.txtDeliveryTime.Value, |
| | | this.selCarId.Value, |
| | | this.selDriverId.Value |
| | | this.selDriverId.Value, |
| | | "", |
| | | this.txtCustormerName.Value.Trim(), |
| | | this.selBusinessManager.Value |
| | | ); |
| | | |
| | | |