| | |
| | | OA_CorporateClientsBLL bll_OA_CorporateClientsBLL = null; |
| | | Sys_DictionaryBLL bll_Sys_DictionaryBLL = null; |
| | | EC_OrderBLL bll_EC_OrderBLL = null; |
| | | OA_StaffBLL bll_OA_StaffBLL = null; |
| | | |
| | | public Guid targetid = Guid.Empty; |
| | | public static string Keyid; |
| | |
| | | bll_OA_CorporateClientsBLL = new OA_CorporateClientsBLL(); |
| | | bll_Sys_DictionaryBLL = new Sys_DictionaryBLL(); |
| | | bll_EC_OrderBLL = new EC_OrderBLL(); |
| | | bll_OA_StaffBLL = new OA_StaffBLL(); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | this.spanSumPrice.InnerText = (_eC_OrderBasic.SumPrice ??0).ToString("0.00"); |
| | | this.spanSurplusPrintNum.InnerText = _eC_OrderBasic.OrderExtend.SurplusPrintNum.ToString2(); |
| | | |
| | | this.spanSpecialOprator.InnerText = CurrentUser.ShortName; |
| | | //this.spanSpecialOprator.InnerText = CurrentUser.ShortName; |
| | | this.selBusinessManager.Value = _eC_OrderBasic.Creater; |
| | | this.spanSpecialTime.InnerText = DateTime.Now.ToString("yyyy-MM-dd HH:mm"); |
| | | this.txtRemark.Value = _eC_OrderBasic.Remark.ToString2(); |
| | | |
| | |
| | | this.selExigencyDegree.DataBind(); |
| | | this.selExigencyDegree.Items.Add(new ListItem("请选择", "")); |
| | | this.selExigencyDegree.Value = "0"; |
| | | |
| | | this.selBusinessManager.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, true, false); |
| | | this.selBusinessManager.DataTextField = "Name"; |
| | | this.selBusinessManager.DataValueField = "Name"; |
| | | this.selBusinessManager.DataBind(); |
| | | //this.selBusinessManager.Items.Insert(0, new ListItem("全部", "")); |
| | | } |
| | | } |
| | | |
| | |
| | | m_EC_OrderBasicNew.SellerId = this.selOutFirm.SelectedValue.ToGuid2(); |
| | | m_EC_OrderBasicNew.BuyerId = CurrentUser.MemberId; |
| | | m_EC_OrderBasicNew.BuyerName = CurrentUser.Name; |
| | | m_EC_OrderBasicNew.Creater = CurrentUser.ShortName; |
| | | m_EC_OrderBasicNew.Creater = this.selBusinessManager.Value;// CurrentUser.ShortName; |
| | | m_EC_OrderBasicNew.Operator = CurrentUser.ShortName; |
| | | m_EC_OrderBasicNew.DeliveryTime = this.txtDeliveryTime.Value.ToDateTime2(); |
| | | m_EC_OrderBasicNew.DocumentName = _eC_OrderBasic.DocumentName; |