username@email.com
2024-12-04 ba381be6a5aac58df11e2e7b6b19f012bd9ff5a1
CY_ECommercePlatform/CY.WebForm/Pages/business/AgMergerOrderEdit.aspx.cs
@@ -27,6 +27,7 @@
        OA_InventoryBLL bll_OA_InventoryBLL = null;
        OA_OutOfStorageBLL bll_OA_OutOfStorageBLL = null;
        public Guid targetid = Guid.Empty;
        public string xialapr = "";
        //初始化
        public AgMergerOrderEdit()
@@ -91,6 +92,20 @@
            this.selFilmSpec.DataBind();
            this.selFilmSpec.Items.Insert(0, new ListItem("请选择", ""));
            //this.selFilmSpec.Visible = false;
            //this.PlateSpec.DataSource = bll_EC_MemberDictionaryBLL.SelectListByMemberIdAndParType(CurrentUser.MemberId, "版材规格");
            //this.PlateSpec.DataValueField = "ParName";
            //this.PlateSpec.DataTextField = "ParName";
            //this.PlateSpec.DataBind();
            //this.PlateSpec.Items.Insert(0, new ListItem("请选择", ""));
            var sss = bll_EC_MemberDictionaryBLL.SelectListByMemberIdAndParType(CurrentUser.MemberId, "版材规格");
            foreach (var eC_MemberDictionary in sss)
            {
                xialapr += " <div class=\"xialapr\">"+ eC_MemberDictionary.ParName + "</div>";
            }
            Pagination pa = new Pagination();
            pa.PageSize = 500;
@@ -327,6 +342,7 @@
                RepMergerEdit.Visible = false;
                this.RepClientList.DataSource = mEC_OrderBasicList;
                this.RepClientList.DataBind();
                this.selOutFirm.Value = "-1";
            }
            return true;
        }
@@ -676,7 +692,7 @@
                    m_EC_OrderBasicNew.BuyerName = CurrentUser.Name;
                    m_EC_OrderBasicNew.Creater = CurrentUser.ShortName;
                    m_EC_OrderBasicNew.Operator = CurrentUser.ShortName;
                    m_EC_OrderBasicNew.DeliveryTime = _eC_OrderBasic.DeliveryTime.Value.ToDateTime2();
                    m_EC_OrderBasicNew.DeliveryTime = _eC_OrderBasic.DeliveryTime.ToDateTime2();
                    m_EC_OrderBasicNew.DocumentName = _eC_OrderBasic.PrintType.PrintName;
                    m_EC_OrderBasicNew.OrderTypeId = 3;
                    m_EC_OrderBasicNew.PrintTypeId = _eC_OrderBasic.PrintTypeId;