using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Windows.Forms; using System.Drawing; using LYFZ.ComponentLibrary; using System.Data; using LYFZ.Software.MainBusiness.DoorCityProcess.NewOrderCustomControls; using System.Collections; using LYFZ.Model.API; namespace LYFZ.Software.MainBusiness.DoorCityProcess { public class frmNewOrder : LYFZ.Software.UI.DoorCityProcess.frmNewOrder { LYFZ.BLL.BLL_ErpPackages packageBll = new BLL.BLL_ErpPackages(); LYFZ.BLL.BLL_ErpStyle styleBll = new BLL.BLL_ErpStyle(); LYFZ.BLL.BLL_ErpOrder orderBll = new BLL.BLL_ErpOrder(); LYFZ.BLL.BLL_ErpOrdersPerson ordersPersonBll = new BLL.BLL_ErpOrdersPerson(); LYFZ.BLL.BLL_ErpCustomerGroup customerGroupBll = new BLL.BLL_ErpCustomerGroup(); LYFZ.BLL.BLL_ErpCustomerGroupMembers customerGroupMembersBll = new BLL.BLL_ErpCustomerGroupMembers(); LYFZ.BLL.BLL_ErpCustomer customerBll = new BLL.BLL_ErpCustomer(); LYFZ.BLL.BLL_ErpMemberCard memberCardBll = new BLL.BLL_ErpMemberCard(); LYFZ.BLL.BLL_ErpOrderDigital orderDigitalBll = new BLL.BLL_ErpOrderDigital(); LYFZ.BLL.BLL_ErpOrdersPhotography photographyBll = new BLL.BLL_ErpOrdersPhotography(); LYFZ.BLL.BLL_ErpWeddingService weddingServiceBll = new BLL.BLL_ErpWeddingService(); LYFZ.BLL.BLL_ErpPayment paymentbll = new BLL.BLL_ErpPayment(); LYFZ.BLL.BLL_ErpSystemConfigure systemConfigurebll = new BLL.BLL_ErpSystemConfigure(); LYFZ.BLL.BLL_ErpMemberCardBackCashSet memberCardBackCashSetbll = new BLL.BLL_ErpMemberCardBackCashSet(); /// /// 会员返现比例设置 /// LYFZ.BLL.BLL_ErpMemberCardBackCashSet cardBackCashSetBll = new BLL.BLL_ErpMemberCardBackCashSet(); /// /// 会员副卡表 /// LYFZ.BLL.BLL_ErpMemberCardViceCard cardViceCardBll = new BLL.BLL_ErpMemberCardViceCard(); /// /// 当前订单对象 /// LYFZ.Model.Model_ErpOrder currentOrderModel = new Model.Model_ErpOrder(); UCustomerInfo uMainCusInfo = new UCustomerInfo( true ); /// /// 订单景点 /// OrderSightsControlsEx orderSightsControl = new OrderSightsControlsEx(); /// /// 拍摄阶段 用于儿童订单 /// OrderStagesControlsEx orderStagesControl = new OrderStagesControlsEx(); /// /// 订单商品 /// OrderProductControlsEx orderProductControl = new OrderProductControlsEx(); /// /// 订单服务 /// OrderServiceControlsEx orderServiceControl = new OrderServiceControlsEx(); public frmNewOrder() { this.Load += FrmNewOrder_Load; this.Shown += FrmNewOrder_Shown; this.lblOpenType.Click += LblOpenType_Click;//测试时 打开旧版开单页 this.btnOrderClose.Click += BtnOrderClose_Click; this.PictAnnotation.Click += PictAnnotation_Click; this.lbHideBiaoZhu.Click += LbHideBiaoZhu_Click; this.lkSelectOrderPerson.Click += LkSelectOrderPerson_Click; this.rdoOther.CheckedChanged += RdoOther_CheckedChanged; this.lkSetClientSource.Click += LkSetClientSource_Click; this.rdoOldClient.Click += RdoOldClient_Click; this.rdoFriends.Click += RdoFriends_Click; this.rdoHospitalClient.Click += RdoHospitalClient_Click; this.lkYiXiangClient.Click += LkYiXiangClient_Click; this.lkSelectStyle.Click += LkSelectStyle_Click; this.lkSetStyle.Click += LkSetStyle_Click; this.lbSetOrderClass.Click += LbSetOrderClass_Click; this.lbSetTaoXiName.Click += LbSetTaoXiName_Click; this.lbSetLiBao.Click += LbSetLiBao_Click; this.cmbtreevTaoXiName.ComboBoxTree_NodeMouseClick += CmbtreevTaoXiName_ComboBoxTree_NodeMouseClick; this.cmbtreevPackageName.ComboBoxTree_NodeMouseClick += CmbtreevPackageName_ComboBoxTree_NodeMouseClick; this.plDingDanZhiNiao.Scroll += PlDingDanZhiNiao_Scroll; this.btnSave.Click += BtnSave_Click; this.rdoFriends.CheckedChanged += RdoFriends_CheckedChanged; this.txtCusName.KeyUp += TxtCusName_KeyUp; this.linkSelectSameNameBaby.Click += LinkSelectSameNameBaby_Click; this.uMainCusInfo.EventSelectIntentionOrderCustomer += UMainCusInfo_EventSelectIntentionOrderCustomer; this.PictEdit.Click += PictEdit_Click; this.PictReset.Click += PictReset_Click; this.btnNewOrder.Click += BtnNewOrder_Click; this.btnSaveIntent.Click += BtnSaveIntent_Click; this.btnPrint.Click += BtnPrint_Click; this.FormClosing += FrmNewOrder_FormClosing; this.FormClosed += FrmNewOrder_FormClosed; this.likbtnUpload.Click += LikbtnUpload_Click; this.lkAddGuoTongJiLu.Click += LkAddGuoTongJiLu_Click; this.lkGuoTongJiLuXiangQing.Click += LkGuoTongJiLuXiangQing_Click; this.lkQianQi.Click += LkQianQi_Click; this.lkHouQi.Click += LkHouQi_Click; this.lkBanLiHuiYuan.Click += LkBanLiHuiYuan_Click; this.lkHuiYuanGuanLi.Click += LkHuiYuanGuanLi_Click; this.lkHuFuShouKuan.Click += LkHuFuShouKuan_Click; this.tabControlMain.SelectedIndexChanged += TabControlMain_SelectedIndexChanged; this.lbTaoXiShenJi.Click += LbTaoXiShenJi_Click; this.maskBirthday.Leave += MaskBirthday_Leave; } List WorkAnPaiRecordlist = new List(); LYFZ.BLL.BLL_ErpOrderWorkAnPaiRecord ordwr = new BLL.BLL_ErpOrderWorkAnPaiRecord(); void AddOrderWorkAnPaiRecord(LYFZ.Model.Model_ErpOrdersPhotography model) { // loginUserName, // loginCompanyInfoID, // loginUserID, Model.Model_ErpOrderWorkAnPaiRecord modelRecord = new Model.Model_ErpOrderWorkAnPaiRecord(); modelRecord.Ordwr_Number = "OWPR_" + LYFZ.BLL.BLL_ErpCustomer.GetClientNumber(); modelRecord.Ordwr_WorkNumber = model.Ordpg_IDNumber; modelRecord.Ordwr_OrdNumber = model.Ordpg_Number; modelRecord.Ordwr_ViceNumber = model.Ordpg_ViceNumber; modelRecord.Ordwr_ModuleName = LYFZ.EnumPublic.WorkAnPaiChangeLogEnum.摄控安排拍照客人.ToString(); modelRecord.Ordwr_UpdateOrderName = model.Ordpg_Sights; modelRecord.Ordwr_UpdateAgoPerson = model.Ordpg_Dispatcher; modelRecord.Ordwr_UpdateAgoTime = model.Ordpg_DispatchTime; modelRecord.Ordwr_UpdateAgoData = "修改订单时修改了拍摄时间, 修改前为 拍摄时间:" + LYFZ.BLL.OtherCommonModel.DateTimeToString(model.Ordpg_ReservationPhotographyTime) + " 摄影师:" + LYFZ.BLL.BLL_ErpOrderView.GetUserName(model.Ordpg_ReservationPhotographyName) + " 摄影助理:" + LYFZ.BLL.BLL_ErpOrderView.GetUserName(model.Ordpg_ReservationPhotographyAssistant) + " 化妆师:" + LYFZ.BLL.BLL_ErpOrderView.GetUserName(model.Ordpg_ReservationMakeupArtist) + " 化妆助理:" + LYFZ.BLL.BLL_ErpOrderView.GetUserName(model.Ordpg_ReservationMakeupAssistant) + " 引导师:" + LYFZ.BLL.BLL_ErpOrderView.GetUserName(model.Ordpg_ReservationBootDivision) + " 引导助理:" + LYFZ.BLL.BLL_ErpOrderView.GetUserName(model.Ordpg_ReservationBootDivisionAssistant); modelRecord.Ordwr_CreateDatetime = SDateTime.Now; modelRecord.Ordwr_CreateName = loginUserID; WorkAnPaiRecordlist.Add(ordwr.GetAddCommandInfo(modelRecord)); } #region 订单详情页处理 private void TabControlMain_SelectedIndexChanged( object sender, EventArgs e ) { if ( this.tabControlMain.SelectedIndex == 2 ) { this.GetPanelContactRecord(); this.GetPanelPaymentDetailsControlsEx(); this.GeneratingFlowchartImage(); } } /// /// 生成流程图 /// void GeneratingFlowchartImage() { if ( this.isGeneratingFlowchartImage || this.plFlowchartNodePanel.Controls.Count <= 0 ) { this.isGeneratingFlowchartImage = false; this.plFlowchartNodePanel.Controls.Clear(); FlowchartNode flowNode = new FlowchartNode( FlowchartNodeType.蓝色节点, "订单" ); flowNode.PanelNode.Location = new Point( 8, 13 ); this.plFlowchartNodePanel.Controls.Add( flowNode.PanelNode ); VerticalLine vLine = new VerticalLine(); vLine.Location = new Point( flowNode.PanelNode.Location.X + flowNode.PanelNode.Width / 2, flowNode.PanelNode.Location.Y + flowNode.PanelNode.Height / 2 ); vLine.Height = 300; // vLine.SendToBack(); //vLine.BringToFront(); NodeDescription nodeDesc = new NodeDescription(); nodeDesc.PanelGroup.Location = new Point( flowNode.PanelNode.Location.X + flowNode.PanelNode.Width + 4, flowNode.PanelNode.Location.Y - 4 ); nodeDesc.LabelText.Text = this.currentOrderModel.Ord_CreateDateTime.ToYYYY_MM_dd_HH_mm_ss(); nodeDesc.LabelDescription.Text = String.Format( "接单人:{0}", this.currentOrderModel.Ord_OrderPersonName ); // nodeDesc.PanelGroup.BackColor = Color.Red; nodeDesc.PanelBg.Width = 270; this.plFlowchartNodePanel.Controls.Add( nodeDesc.PanelGroup ); //拍照 修片 选片 精修 设计 看版 取件 switch ( this.OrderType ) { case EnumPublic.OrderType.婚纱订单: case EnumPublic.OrderType.写真订单: this.GeneratingFlowchartImage_WeddingOrders( flowNode, vLine ); break; case EnumPublic.OrderType.儿童订单: this.GeneratingFlowchartImage_Child( flowNode, vLine ); break; case EnumPublic.OrderType.婚庆订单: case EnumPublic.OrderType.服务订单: this.GeneratingFlowchartImage_Service( flowNode, vLine ); break; } this.plFlowchartNodePanel.Controls.Add( vLine ); this.plFlowchartNodePanel.Height = vLine.Location.Y + vLine.Height + 100; this.flowLayoutPanel2.Height = this.plFlowchartNodePanel.Location.Y + this.plFlowchartNodePanel.Height; this.flowLayoutPanel2.Refresh(); this.flowLayoutPanel2.Update(); } } //创建一个委托,是为访问DataGridVie控件服务的。 //public delegate void UpdateControl(); //void WaitThreadFunc(object b) //{ // try // { // this.plFlowchartNodePanel.Invoke(new UpdateControl(delegate () // { // this.GeneratingFlowchartImage(); // })); // } // catch (Exception ex){ // MessageBoxCustom.Show(ex.Message); // } //} /// /// 流程间隔 /// int FlowchartInterval = 70; /// /// 拍照按钮数组 /// string[] PhotographyBtnTexts = new string[] { "安排拍照", "导出原片", "查看原片", "导入原片" }; /// /// 初修片 /// string[] RetouchPhotoBtnTexts = new string[] { "安排修片", "查看初修片", "导入初修片" }; /// /// 选片 /// string[] SelectPhotoBtnTexts = new string[] { "安排选片", "开始选片" }; /// /// 精修 /// string[] RefinetPhotoBtnTexts = new string[] { "安排精修", "导入精修片", "导出选片" }; /// /// 设计 /// string[] DesignPhotoBtnTexts = new string[] { "安排设计", "导入设计", "导出精修" }; /// /// 看版 /// string[] LookPhotoBtnTexts = new string[] { "安排看版", "导出改设计", "看设计版" }; /// /// 取件 /// string[] PickupPhotoBtnTexts = new string[] { "安排取件", "安排发片", "发片取件", "安排服务" }; /// /// 生成流程图 婚庆和服务订单 /// void GeneratingFlowchartImage_Service( FlowchartNode rootNode, VerticalLine mainVLine ) { int yIndex = 1; int interval = 140; if ( orderDigitalList.Count > 0 ) { LYFZ.Model.Model_ErpOrderDigital digitaItem = orderDigitalList[0]; FlowchartNode ServiceNode = AddFlowchartNode( rootNode.PanelNode.Location.X, rootNode.PanelNode.Location.Y + rootNode.PanelNode.Location.Y + rootNode.PanelNode.Height + yIndex * interval - 35 , "服务", PickupPhotoBtnTexts, digitaItem, FlowchrtType.服务 ); ServiceNode.DigitalItem = digitaItem; mainVLine.Height = ServiceNode.PanelNode.Location.Y + 2; } } /// /// 生成流程图 婚纱订单 /// void GeneratingFlowchartImage_WeddingOrders( FlowchartNode rootNode, VerticalLine mainVLine ) { FlowchartNode flowNode = new FlowchartNode( FlowchartNodeType.白色节点, "拍照" ); flowNode.PanelNode.Location = new Point( rootNode.PanelNode.Location.X, rootNode.PanelNode.Location.Y + 70 ); this.plFlowchartNodePanel.Controls.Add( flowNode.PanelNode ); int yIndex = 0; int interval = 70; if ( orderDigitalList.Count > 0 ) { LYFZ.Model.Model_ErpOrderDigital digitaItem = orderDigitalList[0]; foreach ( LYFZ.Model.Model_ErpOrdersPhotography potoItem in photographyList ) { NodeTitle nTitle = new NodeTitle( potoItem.Ordpg_Sights ); nTitle.Location = new Point( mainVLine.Location.X + mainVLine.Width, flowNode.PanelNode.Location.Y + flowNode.PanelNode.Height + yIndex * interval ); HorizontalLine hLine = new HorizontalLine(); hLine.Location = new Point( mainVLine.Location.X + mainVLine.Width, nTitle.Location.Y + nTitle.Height + 1 ); this.plFlowchartNodePanel.Controls.Add( nTitle ); FlowchartNode potoNode = new FlowchartNode( FlowchartNodeType.白色节点, (yIndex + 1).ToString() ); potoNode.PanelNode.Size = new Size( 24, 24 ); potoNode.PanelNode.Location = new Point( hLine.Location.X + hLine.Width - 3, hLine.Location.Y - potoNode.PanelNode.Height / 2 ); this.plFlowchartNodePanel.Controls.Add( potoNode.PanelNode ); potoNode.DigitalItem = digitaItem; potoNode.PhotographyItem = potoItem; NodeDescription nodeDesc = new NodeDescription(); nodeDesc.CurrentNode = potoNode; nodeDesc.PanelGroup.Location = new Point( potoNode.PanelNode.Location.X + potoNode.PanelNode.Width + 1, potoNode.PanelNode.Location.Y - 19 ); this.SetPhotographyNodeDescription( nodeDesc, potoItem ); nodeDesc.PanelBg.Width = 360; AddLinkLabelBtn( nodeDesc, PhotographyBtnTexts ); this.plFlowchartNodePanel.Controls.Add( nodeDesc.PanelGroup ); this.plFlowchartNodePanel.Controls.Add( hLine ); yIndex++; } FlowchartNode RetouchPhotoNode = AddFlowchartNode( flowNode.PanelNode.Location.X, flowNode.PanelNode.Location.Y + flowNode.PanelNode.Location.Y + flowNode.PanelNode.Height + yIndex * interval - 35 , "修片", RetouchPhotoBtnTexts, digitaItem, FlowchrtType.初修 ); FlowchartNode SelectPhotoNode = AddFlowchartNode( RetouchPhotoNode.PanelNode.Location.X, RetouchPhotoNode.PanelNode.Location.Y + FlowchartInterval , "选片", SelectPhotoBtnTexts, digitaItem, FlowchrtType.选片 ); FlowchartNode RefinetPhotoNode = AddFlowchartNode( SelectPhotoNode.PanelNode.Location.X, SelectPhotoNode.PanelNode.Location.Y + FlowchartInterval , "精修", RefinetPhotoBtnTexts, digitaItem, FlowchrtType.精修 ); FlowchartNode DesignPhotoNode = AddFlowchartNode( RefinetPhotoNode.PanelNode.Location.X, RefinetPhotoNode.PanelNode.Location.Y + FlowchartInterval , "设计", DesignPhotoBtnTexts, digitaItem, FlowchrtType.设计 ); FlowchartNode LookPhotoNode = AddFlowchartNode( DesignPhotoNode.PanelNode.Location.X, DesignPhotoNode.PanelNode.Location.Y + FlowchartInterval , "看版", LookPhotoBtnTexts, digitaItem, FlowchrtType.看版 ); FlowchartNode PickupPhotoNode = AddFlowchartNode( LookPhotoNode.PanelNode.Location.X, LookPhotoNode.PanelNode.Location.Y + FlowchartInterval , "取件", PickupPhotoBtnTexts, digitaItem, FlowchrtType.取件 ); RetouchPhotoNode.DigitalItem = digitaItem; SelectPhotoNode.DigitalItem = digitaItem; RefinetPhotoNode.DigitalItem = digitaItem; DesignPhotoNode.DigitalItem = digitaItem; LookPhotoNode.DigitalItem = digitaItem; PickupPhotoNode.DigitalItem = digitaItem; mainVLine.Height = PickupPhotoNode.PanelNode.Location.Y + 2; } } /// /// 设置婚纱订单拍照描述信息 /// /// /// void SetPhotographyNodeDescription( NodeDescription nodeDesc, LYFZ.Model.Model_ErpOrdersPhotography potoItem ) { nodeDesc.LabelText.Text = potoItem.Ordpg_PhotographyTime.ToYYYY_MM_dd_HH_mm_ss(); if ( String.IsNullOrEmpty( nodeDesc.LabelText.Text ) ) { nodeDesc.LabelText.Text = potoItem.Ordpg_ReservationPhotographyTime.ToYYYY_MM_dd_HH_mm_ss(); } nodeDesc.LabelText2.Text = String.Format( "{0}", potoItem.GetPhotographyStatus() ); nodeDesc.LabelDescription.Text = String.Format( "摄影师:{0} 化妆师:{1}\r\n摄影助理:{2} 化妆助理:{3}" , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_Photographer, ',' ) , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_MakeupArtist, ',' ) , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_PhotographyAssistant, ',' ) , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_MakeupAssistant, ',' ) ); } /// /// 设置儿童订单拍照描述信息 /// /// /// void SetPhotographyNodeDescription_Child( NodeDescription nodeDesc, LYFZ.Model.Model_ErpOrdersPhotography potoItem ) { nodeDesc.LabelText.Text = potoItem.Ordpg_PhotographyTime.ToYYYY_MM_dd_HH_mm_ss(); if ( String.IsNullOrEmpty( nodeDesc.LabelText.Text ) ) { nodeDesc.LabelText.Text = potoItem.Ordpg_ReservationPhotographyTime.ToYYYY_MM_dd_HH_mm_ss(); } nodeDesc.LabelText2.Text = String.Format( "{0}", potoItem.GetPhotographyStatus() ); nodeDesc.LabelDescription.Text = String.Format( "摄影师:{0} 化妆师:{1} 引导师:{2} \r\n摄影助理:{3} 化妆助理:{4} 引导助理:{5}" , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_Photographer, ',' ) , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_MakeupArtist, ',' ) , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_BootDivision, ',' ) , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_PhotographyAssistant, ',' ) , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_MakeupAssistant, ',' ) , LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( potoItem.Ordpg_BootDivisionAssistant, ',' ) ); } /// /// 生成流程图 儿童订单 /// void GeneratingFlowchartImage_Child( FlowchartNode rootNode, VerticalLine mainVLine ) { int yIndex = 0; int interval = 500; //最后一个节点 Y 值 int endNode_Y = 0; foreach ( LYFZ.Model.Model_ErpOrderDigital digitaItem in orderDigitalList ) { if ( photographyList.Any( p => p.Ordpg_ViceNumber.ToLower() == digitaItem.Ordv_ViceNumber.ToLower() ) ) { LYFZ.Model.Model_ErpOrdersPhotography potoItem = photographyList.Find( p => p.Ordpg_ViceNumber.ToLower() == digitaItem.Ordv_ViceNumber.ToLower() ); FlowchartNode flowNode = new FlowchartNode( FlowchartNodeType.白色节点, (yIndex + 1).ToString() ); flowNode.PanelNode.Location = new Point( rootNode.PanelNode.Location.X, rootNode.PanelNode.Location.Y + 90 + interval * yIndex ); this.plFlowchartNodePanel.Controls.Add( flowNode.PanelNode ); endNode_Y = flowNode.PanelNode.Location.Y; HorizontalLine hLine = new HorizontalLine(); hLine.Location = new Point( rootNode.PanelNode.Location.X + rootNode.PanelNode.Width - 2, flowNode.PanelNode.Location.Y + flowNode.PanelNode.Height / 2 ); NodeTitle nTitle = new NodeTitle( potoItem.Ordpg_Sights ); nTitle.Location = new Point( rootNode.PanelNode.Location.X + rootNode.PanelNode.Width - 2, hLine.Location.Y - hLine.Height - nTitle.Height ); this.plFlowchartNodePanel.Controls.Add( nTitle ); //拍照节点 FlowchartNode potoNode = new FlowchartNode( FlowchartNodeType.白色节点, "拍照" ); potoNode.PanelNode.Location = new Point( nTitle.Location.X + nTitle.Width - 2, flowNode.PanelNode.Location.Y ); this.plFlowchartNodePanel.Controls.Add( potoNode.PanelNode ); this.plFlowchartNodePanel.Controls.Add( hLine ); potoNode.DigitalItem = digitaItem; potoNode.PhotographyItem = potoItem; //拍照节点描述 NodeDescription nodeDesc = new NodeDescription(); nodeDesc.CurrentNode = potoNode; nodeDesc.PanelGroup.Location = new Point( potoNode.PanelNode.Location.X + potoNode.PanelNode.Width + 1, potoNode.PanelNode.Location.Y - 9 ); this.SetPhotographyNodeDescription_Child( nodeDesc, potoItem ); // nodeDesc.PanelBg.Width = 360; AddLinkLabelBtn( nodeDesc, PhotographyBtnTexts ); FlowchartNode RetouchPhotoNode = AddFlowchartNode( potoNode.PanelNode.Location.X, potoNode.PanelNode.Location.Y + FlowchartInterval , "修片", RetouchPhotoBtnTexts, digitaItem, FlowchrtType.初修 ); FlowchartNode SelectPhotoNode = AddFlowchartNode( RetouchPhotoNode.PanelNode.Location.X, RetouchPhotoNode.PanelNode.Location.Y + FlowchartInterval , "选片", SelectPhotoBtnTexts, digitaItem, FlowchrtType.选片 ); FlowchartNode RefinetPhotoNode = AddFlowchartNode( SelectPhotoNode.PanelNode.Location.X, SelectPhotoNode.PanelNode.Location.Y + FlowchartInterval , "精修", RefinetPhotoBtnTexts, digitaItem, FlowchrtType.精修 ); FlowchartNode DesignPhotoNode = AddFlowchartNode( RefinetPhotoNode.PanelNode.Location.X, RefinetPhotoNode.PanelNode.Location.Y + FlowchartInterval , "设计", DesignPhotoBtnTexts, digitaItem, FlowchrtType.设计 ); FlowchartNode LookPhotoNode = AddFlowchartNode( DesignPhotoNode.PanelNode.Location.X, DesignPhotoNode.PanelNode.Location.Y + FlowchartInterval , "看版", LookPhotoBtnTexts, digitaItem, FlowchrtType.看版 ); FlowchartNode PickupPhotoNode = AddFlowchartNode( LookPhotoNode.PanelNode.Location.X, LookPhotoNode.PanelNode.Location.Y + FlowchartInterval , "取件", PickupPhotoBtnTexts, digitaItem, FlowchrtType.取件 ); RetouchPhotoNode.DigitalItem = digitaItem; SelectPhotoNode.DigitalItem = digitaItem; RefinetPhotoNode.DigitalItem = digitaItem; DesignPhotoNode.DigitalItem = digitaItem; LookPhotoNode.DigitalItem = digitaItem; PickupPhotoNode.DigitalItem = digitaItem; RetouchPhotoNode.PhotographyItem = potoItem; SelectPhotoNode.PhotographyItem = potoItem; RefinetPhotoNode.PhotographyItem = potoItem; DesignPhotoNode.PhotographyItem = potoItem; LookPhotoNode.PhotographyItem = potoItem; PickupPhotoNode.PhotographyItem = potoItem; this.plFlowchartNodePanel.Controls.Add( nodeDesc.PanelGroup ); //阶段流程线 VerticalLine vLine = new VerticalLine(); vLine.Location = new Point( potoNode.PanelNode.Location.X + potoNode.PanelNode.Width / 2, potoNode.PanelNode.Location.Y + potoNode.PanelNode.Height / 2 ); vLine.Height = 400; //修片 this.plFlowchartNodePanel.Controls.Add( vLine ); yIndex++; } } mainVLine.Height = rootNode.PanelNode.Location.Y + 90 + interval * yIndex; //结尾节点 FlowchartNode endNode = new FlowchartNode( FlowchartNodeType.白色节点, "" ); // endNode.PanelNode.Size = new Size(24, 24); endNode.PanelNode.Location = new Point( rootNode.PanelNode.Location.X, mainVLine.Location.Y + mainVLine.Height - 5 ); this.plFlowchartNodePanel.Controls.Add( endNode.PanelNode ); } /// /// 添加流程节点 /// /// /// /// 节点名 /// 节点按钮组 /// 流程状态 /// 完成时间 /// 相关人员 /// FlowchartNode AddFlowchartNode( int x, int y, string nodeText, string[] btnTexts, LYFZ.Model.Model_ErpOrderDigital digitaItem, FlowchrtType fType ) { //节点 FlowchartNode potoNode = new FlowchartNode( FlowchartNodeType.白色节点, nodeText ); potoNode.PanelNode.Location = new Point( x, y ); this.plFlowchartNodePanel.Controls.Add( potoNode.PanelNode ); //节点描述 NodeDescription nodeDesc = new NodeDescription(); nodeDesc.CurrentNode = potoNode; nodeDesc.PanelGroup.Location = new Point( potoNode.PanelNode.Location.X + potoNode.PanelNode.Width + 1, potoNode.PanelNode.Location.Y - 9 ); this.SetFlowchartNodeDescription( nodeDesc, digitaItem, fType ); nodeDesc.PanelBg.Width = 360; nodeDesc.LabelDescription.MouseEnter += LabelDescription_MouseEnter; nodeDesc.LabelDescription.Tag = nodeDesc; nodeDesc.BtnTexts = btnTexts; // AddLinkLabelBtn(nodeDesc, btnTexts); this.plFlowchartNodePanel.Controls.Add( nodeDesc.PanelGroup ); return potoNode; } /// /// 设置流程描述 /// /// /// /// /// void SetFlowchartNodeDescription( NodeDescription nodeDesc, string status, string time, string lbDescription ) { nodeDesc.LabelText.Text = time; nodeDesc.LabelText2.Text = String.Format( "{0}", status ); nodeDesc.LabelDescription.Text = String.Format( lbDescription ); } void SetFlowchartNodeDescription( NodeDescription nodeDesc, LYFZ.Model.Model_ErpOrderDigital digitaItem, FlowchrtType fType ) { string status = ""; string time = ""; string lbDescription = ""; if ( digitaItem != null ) { switch ( fType ) { case FlowchrtType.初修: status = digitaItem.GetEarlyRepairStatus(); time = digitaItem.Ordv_EarlyRepairTime.ToYYYY_MM_dd_HH_mm_ss(); lbDescription = String.Format( "{0}师:{1}", fType.ToString(), LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( digitaItem.Ordv_EarlyRepairName, ',' ) ); break; case FlowchrtType.选片: status = digitaItem.GetFilmSelectionStatus(); time = digitaItem.Ordv_FilmSelectionTime.ToYYYY_MM_dd_HH_mm_ss(); lbDescription = String.Format( "{0}师:{1}", fType.ToString(), LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( digitaItem.Ordv_FilmSelectionName, ',' ) ); break; case FlowchrtType.精修: status = digitaItem.GetRefinementStatus(); time = digitaItem.Ordv_RefinementTime.ToYYYY_MM_dd_HH_mm_ss(); lbDescription = String.Format( "{0}师:{1}", fType.ToString(), LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( digitaItem.Ordv_RefinementName, ',' ) ); break; case FlowchrtType.设计: status = digitaItem.GetDesignerStatus(); time = digitaItem.Ordv_DesignerTime.ToYYYY_MM_dd_HH_mm_ss(); lbDescription = String.Format( "{0}师:{1}", fType.ToString(), LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( digitaItem.Ordv_DesignerName, ',' ) ); break; case FlowchrtType.看版: status = digitaItem.GetLookDesignStatus(); time = digitaItem.Ordv_LookDesignTime.ToYYYY_MM_dd_HH_mm_ss(); lbDescription = String.Format( "{0}师:{1}", fType.ToString(), LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( digitaItem.Ordv_LookDesignName, ',' ) ); break; case FlowchrtType.取件: string pickupTime = "";//最后取件时间 string pickupName = "";//最后取件人 GetLastPickupTime( digitaItem.Ordv_ViceNumber, ref pickupTime, ref pickupName ); status = GetPickupStatus( digitaItem.Ordv_ViceNumber ); time = pickupTime; lbDescription = String.Format( "{0}师:{1}", fType.ToString(), LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( pickupName, ',' ) ); break; case FlowchrtType.服务: string serviceTime = "";//最后服务时间 string serviceName = "";//最后服务人 GetLasWeddingServiceTime( digitaItem.Ordv_ViceNumber, ref serviceTime, ref serviceName ); status = GetWeddingServiceStatus( digitaItem.Ordv_ViceNumber ); time = serviceTime; lbDescription = String.Format( "{0}人员:{1}", fType.ToString(), LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( serviceName, ',' ) ); break; } } this.SetFlowchartNodeDescription( nodeDesc, status, time, lbDescription ); } private void LabelDescription_MouseEnter( object sender, EventArgs e ) { NodeDescription nodeDesc = (NodeDescription)((Control)sender).Tag; AddLinkLabelBtn( nodeDesc, nodeDesc.BtnTexts ); } /// /// 添加按钮 /// /// /// void AddLinkLabelBtn( NodeDescription nodeDesc, string[] btnTexts ) { if ( btnTexts != null && !nodeDesc.IsAddBtnText ) { nodeDesc.IsAddBtnText = true; foreach ( string btnText in btnTexts ) { System.Windows.Forms.LinkLabel likBtn = nodeDesc.NewLinkBtn( btnText ); likBtn.Tag = nodeDesc; likBtn.Click += LikBtn_Click; nodeDesc.AddLinkBtn( likBtn ); } } } private void LikBtn_Click( object sender, EventArgs e ) { try { System.Windows.Forms.LinkLabel likBtn = (System.Windows.Forms.LinkLabel)sender; if ( likBtn.Tag == null ) { return; } NodeDescription nodeDesc = (NodeDescription)likBtn.Tag; string StrSightsName = ""; if ( nodeDesc.CurrentNode.PhotographyItem != null ) { StrSightsName = nodeDesc.CurrentNode.PhotographyItem.Ordpg_Sights.Trim(); } LYFZ.Model.Model_ErpOrderDigital _modelDigital = null; switch ( likBtn.Text.Trim() ) { case "安排拍照": if ( !LYFZ.BLL.BLL_ErpUser.GetWebInterfaceRights( LYFZ.Model.Model_UserRights.GetQuickToolsPet(), "qt001" ) ) { MessageBoxCustom.Show( "您无摄控本操作权限!" ); return; } LYFZ.Software.MainBusiness.CameraControlBook.SmallForm.PhotographedReservationSmallForm frm8 = new CameraControlBook.SmallForm.PhotographedReservationSmallForm(); frm8.OrdNumber = this.OrderNumber; frm8.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm8.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm8.ShowDialog(); if ( frm8.IsSave ) { this.updateOrdersPhotography( nodeDesc.CurrentNode.PhotographyItem ); if ( this.OrderType == EnumPublic.OrderType.儿童订单 ) { this.SetPhotographyNodeDescription_Child( nodeDesc, nodeDesc.CurrentNode.PhotographyItem ); } else { this.SetPhotographyNodeDescription( nodeDesc, nodeDesc.CurrentNode.PhotographyItem ); } } break; case "导出原片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresPhotograph, LYFZ.CustomAttributes.OperatingAuthority.PhotoExport ) ) { MessageBoxCustom.Show( "您无导出原片权限!" ); return; } if ( nodeDesc.CurrentNode.PhotographyItem != null ) { if ( !LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.IsEnterPassword( nodeDesc.CurrentNode.PhotographyItem.Ordpg_ViceNumber.Trim() ) ) { return; } LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.ExportOriginalPiece( this.OrderNumber, nodeDesc.CurrentNode.PhotographyItem.Ordpg_ViceNumber.Trim(), nodeDesc.CurrentNode.PhotographyItem.Ordpg_Sights.Trim() ); } else { MessageBoxCustom.Show( "订单数据不完整,你不能导出原片" ); } break; case "查看原片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresPhotograph, LYFZ.CustomAttributes.OperatingAuthority.PhotoView ) ) { MessageBoxCustom.Show( "您无查看原片权限!" ); return; } if ( nodeDesc.CurrentNode.PhotographyItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能查看原片" ); return; } string Ordpg_ViceNumber = nodeDesc.CurrentNode.PhotographyItem.Ordpg_ViceNumber.Trim(); string PhotographyName = nodeDesc.CurrentNode.PhotographyItem.Ordpg_Sights.Trim(); if ( !LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.IsEnterPassword( Ordpg_ViceNumber ) ) { return; } int Jid = 0;//景点ID string SightsName = PhotographyName.Trim(); if ( this.photographyList.FindAll( p => p.Ordpg_ViceNumber.ToLower() == Ordpg_ViceNumber.Trim().ToLower() ).Count > 1 ) { DialogResult Dialogresult = MessageBoxCustom.Show( "是否查看全部景点?", "信息提示", MessageBoxButtons.YesNoCancel ); if ( Dialogresult == DialogResult.Yes ) { SightsName = ""; } else if ( Dialogresult == DialogResult.No ) { Jid = nodeDesc.CurrentNode.PhotographyItem.ID; } else if ( Dialogresult == DialogResult.Cancel ) { return; } } LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.CustomerPhotosViewSmallForm frm6 = new SetSmallForm.CustomerPhotosViewSmallForm(); frm6.DirType = Model.Model_ErpOrder.DirectoryType.PrimitivePicture; frm6.ViceOrderNumber = Ordpg_ViceNumber.Trim(); frm6.MainOrderNumber = this.OrderNumber; frm6.StrSightsName = SightsName; frm6.LoadType = "原片"; frm6.JID = Jid; frm6.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm6.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm6.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm6.Show(); break; case "导入原片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresPhotograph, LYFZ.CustomAttributes.OperatingAuthority.PhotoImport ) ) { MessageBoxCustom.Show( "您无导入原片权限!" ); return; } if ( nodeDesc.CurrentNode.PhotographyItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能导入原片" ); return; } LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.OfficersConfirmSuperSmallForm frm5 = new SuperSmallForm.OfficersConfirmSuperSmallForm(); frm5.OrdNumber = this.OrderNumber; frm5.OrdViceNumber = nodeDesc.CurrentNode.PhotographyItem.Ordpg_ViceNumber.Trim(); frm5.JID = nodeDesc.CurrentNode.PhotographyItem.ID.ToString(); frm5.SightsName = nodeDesc.CurrentNode.PhotographyItem.Ordpg_Sights.Trim(); frm5.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm5.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm5.ShowDialog(); if ( frm5.IsSaveed ) { this.updateOrdersPhotography( nodeDesc.CurrentNode.PhotographyItem ); if ( this.OrderType == EnumPublic.OrderType.儿童订单 ) { this.SetPhotographyNodeDescription_Child( nodeDesc, nodeDesc.CurrentNode.PhotographyItem ); } else { this.SetPhotographyNodeDescription( nodeDesc, nodeDesc.CurrentNode.PhotographyItem ); } } break; case "安排修片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresDigital, LYFZ.CustomAttributes.OperatingAuthority.AnPaiWork ) ) { MessageBoxCustom.Show( "您无数码安排工作权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能安排修片" ); return; } LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.AnPaiWorkSmallForm frm10 = new SetSmallForm.AnPaiWorkSmallForm(); frm10.StrViceNumber = "'" + nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() + "'"; frm10.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm10.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm10.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm10.ShowDialog(); if ( frm10.IsSave ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.初修 ); } break; case "查看初修片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresRepairPiece, LYFZ.CustomAttributes.OperatingAuthority.PhotoView ) ) { MessageBoxCustom.Show( "您无查看初修片权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能查看初修片" ); return; } if ( !LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.IsEnterPassword( nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() ) ) { return; } LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.CustomerPhotosViewSmallForm frm9 = new SetSmallForm.CustomerPhotosViewSmallForm(); frm9.LoadType = "初修片"; frm9.MainOrderNumber = this.OrderNumber; frm9.ViceOrderNumber = nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(); frm9.DirType = Model.Model_ErpOrder.DirectoryType.EarlyRetouch; if ( nodeDesc.CurrentNode.PhotographyItem != null ) { frm9.StrSightsName = nodeDesc.CurrentNode.PhotographyItem.Ordpg_Sights.Trim(); } frm9.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm9.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm9.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm9.Show(); break; case "导入初修片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresRepairPiece, LYFZ.CustomAttributes.OperatingAuthority.PhotoImport ) ) { MessageBoxCustom.Show( "您无导入初修片权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能导入初修片" ); return; } if ( LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.ImportRepairPiece( this.OrderNumber, nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(), StrSightsName,ref _modelDigital) ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.初修 ); } break; case "安排选片": if ( !LYFZ.BLL.BLL_ErpUser.GetWebInterfaceRights( LYFZ.Model.Model_UserRights.GetQuickToolsPet(), "qt001" ) ) { MessageBoxCustom.Show( "您无摄控本操作权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能安排选片" ); return; } LYFZ.Software.MainBusiness.CameraControlBook.SmallForm.FilmsSelectionReservationSmallForm frm11 = new CameraControlBook.SmallForm.FilmsSelectionReservationSmallForm(); frm11.OrdViceNumber = nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(); frm11.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm11.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm11.ShowDialog(); if ( frm11.IsSave ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.选片 ); } break; case "开始选片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresFilmSelection, LYFZ.CustomAttributes.OperatingAuthority.StartFilmSelection ) ) { MessageBoxCustom.Show( "您无选片权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能开始选片" ); return; } if ( !LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.IsEnterPassword( nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() ) ) { return; } if ( LYFZ.Software.MainBusiness.DoorCityProcess.FilmSelectionStart.ShowPhotoSelectSystemMainPhotoSelect( this.OrderNumber, nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() ) ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.选片 ); } break; case "安排精修": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresDigital, LYFZ.CustomAttributes.OperatingAuthority.AnPaiWork ) ) { MessageBoxCustom.Show( "您无数码安排工作权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能开始选片" ); return; } LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.AnPaiWorkSmallForm frm13 = new SetSmallForm.AnPaiWorkSmallForm(); frm13.StrViceNumber = "'" + nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() + "'"; frm13.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm13.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm13.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm13.ShowDialog(); if ( frm13.IsSave ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.精修 ); } break; case "导入精修片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresRefinedRepair, LYFZ.CustomAttributes.OperatingAuthority.PhotoImport ) ) { MessageBoxCustom.Show( "您无导入精修片权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能开始选片" ); return; } if ( LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.ImportRefinedRepairPiece( this.OrderNumber , nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(), StrSightsName,ref _modelDigital ) ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.精修 ); } break; case "导出选片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresFilmSelection, LYFZ.CustomAttributes.OperatingAuthority.PhotoExport ) ) { MessageBoxCustom.Show( "您无导出选好的片权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能开始选片" ); return; } if ( !LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.IsEnterPassword( nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() ) ) { return; } LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.ExportSelectionPiece( this.OrderNumber, nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() ); break; case "安排设计": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresDigital, LYFZ.CustomAttributes.OperatingAuthority.AnPaiWork ) ) { MessageBoxCustom.Show( "您无数码安排工作权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能安排设计" ); return; } LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.AnPaiWorkSmallForm frm14 = new SetSmallForm.AnPaiWorkSmallForm(); frm14.StrViceNumber = "'" + nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() + "'"; frm14.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm14.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm14.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm14.ShowDialog(); if ( frm14.IsSave ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.设计 ); } break; case "导入设计": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresDesign, LYFZ.CustomAttributes.OperatingAuthority.PhotoImport ) ) { MessageBoxCustom.Show( "您无导入设计片权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能导入设计" ); return; } if ( LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.ImportDesignPiece( this.OrderNumber , nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(), StrSightsName,ref _modelDigital ) ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.设计 ); } break; case "导出精修": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresRefinedRepair, LYFZ.CustomAttributes.OperatingAuthority.PhotoExport ) ) { MessageBoxCustom.Show( "您无导出精修权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能导出精修" ); return; } if ( !LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.IsEnterPassword( nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() ) ) { return; } LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.ExportRefinedRepairPiece( this.OrderNumber , nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(), StrSightsName ); break; case "安排看版": if ( !LYFZ.BLL.BLL_ErpUser.GetWebInterfaceRights( LYFZ.Model.Model_UserRights.GetQuickToolsPet(), "qt001" ) ) { MessageBoxCustom.Show( "您无摄控本操作权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能安排看版" ); return; } LYFZ.Software.MainBusiness.CameraControlBook.SmallForm.LookDesignReservationSmallForm frm16 = new CameraControlBook.SmallForm.LookDesignReservationSmallForm(); frm16.OrdViceNumber = nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(); frm16.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm16.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm16.ShowDialog(); if ( frm16.IsSave ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.看版 ); } break; case "导出改设计": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresDesign, LYFZ.CustomAttributes.OperatingAuthority.PhotoExport ) ) { MessageBoxCustom.Show( "您无导出改设计片权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能导出改设计" ); return; } if ( !LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.IsEnterPassword( nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() ) ) { return; } LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.ExportDesignPiece( this.OrderNumber , nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(), StrSightsName ); break; case "看设计版": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresDesign, LYFZ.CustomAttributes.OperatingAuthority.LookDesign ) ) { MessageBoxCustom.Show( "您无看设计版权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能看设计版" ); return; } if ( !LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.IsEnterPassword( nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() ) ) { return; } LYFZ.PhotoSelectSystem.LookDesign frm15 = new PhotoSelectSystem.LookDesign( this.currentOrderModel, nodeDesc.CurrentNode.DigitalItem ); frm15.ShowDialog(); break; case "安排取件": if ( !LYFZ.BLL.BLL_ErpUser.GetWebInterfaceRights( LYFZ.Model.Model_UserRights.GetQuickToolsPet(), "qt001" ) ) { MessageBoxCustom.Show( "您无摄控本操作权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能安排取件" ); return; } LYFZ.Software.MainBusiness.CameraControlBook.SmallForm.TakePiecesReservationSmallForm frm20 = new CameraControlBook.SmallForm.TakePiecesReservationSmallForm(); frm20.OrdNumber = this.OrderNumber; frm20.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm20.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm20.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm20.ShowDialog(); if ( frm20.IsSave ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.取件 ); } break; case "安排发片": if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresDigital, LYFZ.CustomAttributes.OperatingAuthority.AnPaiWork ) ) { MessageBoxCustom.Show( "您无数码安排工作权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能安排发片" ); return; } LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.AnPaiWorkSmallForm frm19 = new SetSmallForm.AnPaiWorkSmallForm(); frm19.StrViceNumber = "'" + nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim() + "'"; frm19.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm19.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm19.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm19.ShowDialog(); if ( frm19.IsSave ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); } break; case "发片取件": if ( !LYFZ.BLL.BLL_ErpUser.GetWebInterfaceRights( "retailProcess", "st013" ) ) { MessageBoxCustom.Show( "您无发片取件权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能发片取件" ); return; } LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.HairPieceSingleSmallForm frm18 = new SetSmallForm.HairPieceSingleSmallForm(); frm18.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm18.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm18.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); Dictionary DictDataArray = new Dictionary(); DictDataArray["ViceNumber"] = nodeDesc.CurrentNode.DigitalItem.Ordv_ViceNumber.Trim(); DictDataArray["OrdNumber"] = this.OrderNumber; DictDataArray["OrdType"] = Enum.GetName( typeof( LYFZ.EnumPublic.OrderType ), Convert.ToInt32( this.OrderType ) ); frm18.DictDataArray = DictDataArray; frm18.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm18.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm18.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm18.ShowDialog(); if ( frm18.IsSave ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); this.SetFlowchartNodeDescription( nodeDesc, nodeDesc.CurrentNode.DigitalItem, FlowchrtType.取件 ); } break; case "安排服务": if ( !LYFZ.BLL.BLL_ErpUser.GetWebInterfaceRights( LYFZ.Model.Model_UserRights.GetQuickToolsPet(), "qt001" ) ) { MessageBoxCustom.Show( "您无摄控本操作权限!" ); return; } if ( nodeDesc.CurrentNode.DigitalItem == null ) { MessageBoxCustom.Show( "订单数据不完整,你不能安排服务" ); return; } LYFZ.Software.MainBusiness.CameraControlBook.SmallForm.WeddingReservationSmallForm frm17 = new CameraControlBook.SmallForm.WeddingReservationSmallForm(); frm17.OrdNumber = this.OrderNumber; frm17.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm17.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm17.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm17.ShowDialog(); if ( frm17.IsSaveed ) { this.updateOrderDigital( nodeDesc.CurrentNode.DigitalItem ); } break; } } catch ( Exception ex ) { MessageBoxCustom.Show( "请求出错:{0}", ex.Message ); } /* /// 拍照按钮数组 new string[] { "安排拍照", "导出原片", "查看原片", "导入原片" }; /// 初修片 new string[] { "安排修片", "查看初修片", "导入初修片" }; /// 选片 new string[] { "安排选片", "开始选片" }; /// 精修 new string[] { "安排精修", "导入精修片","导出选片" }; /// 设计 new string[] { "安排设计", "导入设计", "导出精修" }; /// 看版 new string[] { "安排看版", "导出改设计", "看设计版" }; /// 取件 new string[] { "安排取件", "安排发片", "发片取件", "安排服务" }; */ } /// /// 更新摄影表对象 /// /// void updateOrdersPhotography( Model.Model_ErpOrdersPhotography oldPhotographyModel ) { LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { backgroundWorker.ReportProgress( 0, "正在更新数据... " ); Model.Model_ErpOrdersPhotography newPhotographyModel = photographyBll.GetModel( oldPhotographyModel.ID ); this.UpdateModel( oldPhotographyModel, newPhotographyModel ); } ); } /// /// 更新数码表对象 /// /// void updateOrderDigital( Model.Model_ErpOrderDigital oldOrderDigital ) { LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { backgroundWorker.ReportProgress( 0, "正在更新数据... " ); Model.Model_ErpOrderDigital newOrderDigital = orderDigitalBll.GetModel( oldOrderDigital.ID ); this.UpdateModel( oldOrderDigital, newOrderDigital ); } ); } /// /// 获取属性集合 /// public System.Reflection.PropertyInfo[] GetPropertyInfos() { return typeof( T ).GetProperties().Where( i => i.CanWrite && i.Name != "id" ).ToArray(); } /// /// 得到一个对象实体 /// public void UpdateModel( T oldModel, T newModel ) { if ( newModel != null ) { System.Reflection.PropertyInfo[] PropertyInfos = GetPropertyInfos(); for ( int i = 0; i < PropertyInfos.Length; i++ ) { try { System.Reflection.PropertyInfo propertyInfo = PropertyInfos[i]; string tempFieldName = propertyInfo.Name;//字段名 object tempValue = LYFZ.WinAPI.CustomPublicMethod.GetPropertyValue( newModel, tempFieldName );//对应字段值 LYFZ.WinAPI.CustomPublicMethod.SetPropertyValue( oldModel, propertyInfo, tempValue ); } catch { } } } } /// /// 获取取件状态 /// /// /// string GetPickupStatus( string _ViceNumber ) { string retStatus = "无商品"; if ( this.orderProductList.Count > 0 ) { if ( this.orderProductList.Any( p => p.OPlist_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.OPlist_PickupStatus == "0" ) && !this.orderProductList.Any( p => p.OPlist_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.OPlist_PickupStatus == "1" ) ) { retStatus = "未取"; } else if ( this.orderProductList.Any( p => p.OPlist_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.OPlist_PickupStatus == "0" ) && this.orderProductList.Any( p => p.OPlist_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.OPlist_PickupStatus == "1" ) ) { retStatus = "部分已取"; } else if ( !this.orderProductList.Any( p => p.OPlist_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.OPlist_PickupStatus == "0" ) && this.orderProductList.Any( p => p.OPlist_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.OPlist_PickupStatus == "1" ) ) { retStatus = "已取"; } } return retStatus; } /// /// 获取服务状态 /// /// /// string GetWeddingServiceStatus( string _ViceNumber ) { string retStatus = "无服务"; if ( this.orderWeddingServiceList.Count > 0 ) { if ( this.orderWeddingServiceList.Any( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.Ws_Status == "0" ) && !this.orderWeddingServiceList.Any( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.Ws_Status == "1" ) && !this.orderWeddingServiceList.Any( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.Ws_Status == "2" ) ) { retStatus = "未进行"; } else if ( this.orderWeddingServiceList.Any( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.Ws_Status == "2" ) || this.orderWeddingServiceList.Any( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.Ws_Status == "1" ) ) { retStatus = "进行中"; } else if ( !this.orderWeddingServiceList.Any( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.Ws_Status == "0" ) && !this.orderWeddingServiceList.Any( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.Ws_Status == "2" ) && this.orderWeddingServiceList.Any( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() && p.Ws_Status == "1" ) ) { retStatus = "OK"; } } return retStatus; } /// /// 获取最后服务时间 和 服务人员 /// /// /// /// void GetLasWeddingServiceTime( string _ViceNumber, ref string serviceTime, ref string serviceName ) { if ( this.orderWeddingServiceList.Count > 0 ) { List tempWeddingServiceList = orderWeddingServiceList.FindAll( p => p.Ws_ViceNumber.ToLower() == _ViceNumber.ToLower() ); if ( tempWeddingServiceList != null ) { if ( tempWeddingServiceList.Count > 0 ) { LYFZ.Model.Model_ErpWeddingService tempProduct = tempWeddingServiceList.OrderByDescending( p => p.Ws_WeddingDate ).First(); if ( tempProduct.Ws_WeddingDate != null ) { if ( tempProduct.Ws_WeddingDate > LYFZ.WinAPI.CustomPublicMethod.GetNullDateTime() ) { serviceTime = Convert.ToDateTime( tempProduct.Ws_WeddingDate ).ToYYYY_MM_dd_HH_mm_ss(); serviceName = tempProduct.Ws_Serviceman1 + "," + tempProduct.Ws_Serviceman2; } } } } } } /// /// 获取最后取件时间 和 取件人 /// /// /// /// void GetLastPickupTime( string _ViceNumber, ref string pickupTime, ref string pickupName ) { if ( this.orderProductList.Count > 0 ) { List tempProductList = this.orderProductList.FindAll( p => p.OPlist_ViceNumber.ToLower() == _ViceNumber.ToLower() ); if ( tempProductList != null ) { if ( tempProductList.Count > 0 ) { LYFZ.Model.Model_ErpOrderProductList tempProduct = tempProductList.OrderByDescending( p => p.OPlist_PickupTime ).First(); if ( tempProduct.OPlist_PickupTime != null ) { if ( tempProduct.OPlist_PickupTime > LYFZ.WinAPI.CustomPublicMethod.GetNullDateTime() ) { pickupTime = Convert.ToDateTime( tempProduct.OPlist_PickupTime ).ToYYYY_MM_dd_HH_mm_ss(); pickupName = tempProduct.OPlist_PickupName; } } } } } } /// /// 服务收款 /// /// /// private void LkHuFuShouKuan_Click( object sender, EventArgs e ) { if ( !LYFZ.BLL.BLL_ErpUser.GetWebInterfaceRights( "st040", "st041" ) ) { MessageBoxCustom.Show( "您无会员资料权限!" ); return; } LYFZ.Software.MainBusiness.MembershipManage.SuperSmallForm.MemberServiceCardArrearsSuperSmallForm frm4 = new MembershipManage.SuperSmallForm.MemberServiceCardArrearsSuperSmallForm(); if ( this.lbHuiYuanHao.Tag != null ) { frm4.StrMemberNumber = this.lbHuiYuanHao.Tag.ToString().Trim(); } else { frm4.StrMemberNumber = ""; } frm4.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm4.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm4.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm4.ShowDialog(); if ( frm4.IsSaveed ) { this.GetPanelPaymentDetailsControlsEx(); } } /// /// 会员管理 /// /// /// private void LkHuiYuanGuanLi_Click( object sender, EventArgs e ) { if ( !LYFZ.BLL.BLL_ErpUser.GetWebInterfaceRights( "st040", "st041" ) ) { MessageBoxCustom.Show( "您无会员资料权限!" ); return; } LYFZ.Software.MainBusiness.MembershipManage.SetSmallForm.GoldManagementSmallForm frm3 = new MembershipManage.SetSmallForm.GoldManagementSmallForm(); if ( this.lbHuiYuanHao.Tag != null ) { frm3.StrNumber = this.lbHuiYuanHao.Tag.ToString().Trim(); } else { frm3.StrNumber = ""; } frm3.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm3.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm3.ShowDialog(); if ( frm3.IsSaveed ) { this.GetPanelPaymentDetailsControlsEx(); } } /// /// 办理会员 /// /// /// private void LkBanLiHuiYuan_Click( object sender, EventArgs e ) { if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.MemberManage, LYFZ.CustomAttributes.OperatingAuthority.Member_OpenCard ) ) { MessageBoxCustom.Show( "您无办理会员权限!" ); return; } LYFZ.Software.MainBusiness.MembershipManage.SetSmallForm.AddGoldCardMemberSmallForm frm21 = new MembershipManage.SetSmallForm.AddGoldCardMemberSmallForm(); frm21.StrClientNumber = this.M_Cus_CustomerNumber; frm21.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm21.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm21.ShowDialog(); if ( frm21.IsSaveed ) { this.GetPanelPaymentDetailsControlsEx(); } } /// /// 当前会员卡持卡人客户ID /// string M_Cus_CustomerNumber = ""; /// /// 获取订单收款信息 /// void GetPanelPaymentDetailsControlsEx() { string StrColumnName = "Ord_Number,M_Cus_CustomerNumber,Ord_SeriesPrice AS 套系金额,case when (Select sum(Plu_Amount) as Plu_Amount from tb_ErpPlusPickItems where Plu_OrdNumber = Ord_Number) is null then 0 else (Select sum(Plu_Amount) as Plu_Amount from tb_ErpPlusPickItems where Plu_OrdNumber = Ord_Number) end AS 加挑金额," + "case when (select sum(Pay_AmountOf) from dbo.tb_ErpPayment where Pay_OrdNumber = Ord_Number And Pay_Category in ('全款','预约收款','预约补款')) is null then 0 else (select sum(Pay_AmountOf) from dbo.tb_ErpPayment where Pay_OrdNumber = Ord_Number And Pay_Category in ('全款','预约收款','预约补款')) end AS 前期收款," + "case when (select sum(Pay_AmountOf) from dbo.tb_ErpPayment where Pay_OrdNumber = Ord_Number And Pay_Category = '后期收款') is null then 0 else (select sum(Pay_AmountOf) from dbo.tb_ErpPayment where Pay_OrdNumber = Ord_Number And Pay_Category = '后期收款') end AS 后期收款"; DataTable dt = orderBll.GetView_Custom( "tb_ErpOrder Left Join tempTB_AggregationCustomer on GP_OrderNumber = Ord_Number", StrWhere: "Ord_Number = '" + this.currentOrderModel.Ord_Number + "'", ShowColumnName: StrColumnName ).Tables[0]; #region 收款与会员信息 try { if ( dt.Rows.Count > 0 ) { this.lbQianQiShiShou.Text = dt.Rows[0]["套系金额"].ToString().Trim(); this.lbQianQiYingShou.Text = dt.Rows[0]["前期收款"].ToString().Trim(); this.lbQianQiQianKuan.Text = (Convert.ToDecimal( dt.Rows[0]["套系金额"] ) - Convert.ToDecimal( dt.Rows[0]["前期收款"] )).ToString(); this.lbHouQiShiShou.Text = dt.Rows[0]["加挑金额"].ToString().Trim(); this.lbHouQiYingShou.Text = dt.Rows[0]["后期收款"].ToString().Trim(); this.lbHouQiQianKuan.Text = (Convert.ToDecimal( dt.Rows[0]["加挑金额"] ) - Convert.ToDecimal( dt.Rows[0]["后期收款"] )).ToString(); this.M_Cus_CustomerNumber = dt.Rows[0]["M_Cus_CustomerNumber"].ToString().Trim(); dt = orderBll.GetView_Custom( "BView_MemberMain_GoldMember", StrWhere: " Mc_Status='1' and 姓名编号 = '" + dt.Rows[0]["M_Cus_CustomerNumber"].ToString().Trim() + "'", ShowColumnName: "Mc_Number,姓名,会员卡号,等级,折扣,积分,金额,欠款" ).Tables[0]; if ( dt.Rows.Count > 0 ) { if ( !string.IsNullOrEmpty( dt.Rows[0]["会员卡号"].ToString().Trim() ) ) { this.lbHuiYuanMing.Text = ObjectToString( dt.Rows[0]["姓名"] ).Trim(); this.lbHuiYuanHao.Tag = ObjectToString( dt.Rows[0]["Mc_Number"] ).Trim(); this.lbHuiYuanHao.Text = String.Format( "会员卡号:{0}", ObjectToString( dt.Rows[0]["会员卡号"] ).Trim() ); this.lbKeYongJiE.Text = String.Format( "{0}元", ObjectToString( dt.Rows[0]["金额"] ).Trim() ); this.lbKeYongJiFen.Text = String.Format( "{0}分", ObjectToString( dt.Rows[0]["积分"] ).Trim() ); this.lbHuiYuanDengJi.Text = String.Format( "会员等级:{0}", ObjectToString( dt.Rows[0]["等级"] ).Trim() ); if ( !String.IsNullOrEmpty( ObjectToString( dt.Rows[0]["折扣"] ).Trim() ) ) { this.lbXiaoFieZheKou.Text = String.Format( "{0}折", ObjectToString( dt.Rows[0]["折扣"] ).Trim() ); } else { this.lbXiaoFieZheKou.Text = "-"; } this.lbHuFuQianKuan.Text = String.Format( "{0}元", ObjectToString( dt.Rows[0]["欠款"] ).Trim() ); } } } } catch { } #endregion } string ObjectToString( object obj ) { if ( obj != null ) { return obj.ToString().Trim(); } else { return ""; } } /// /// 后期收款 /// /// /// private void LkHouQi_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.FinancialManagement.OrdersReceivables.FrmLatePayment frm2 = new FinancialManagement.OrdersReceivables.FrmLatePayment(); frm2.StrOrdType = this.OrderType.ToString(); frm2.StrOrdNumber = this.currentOrderModel.Ord_Number; frm2.StrCope = Convert.ToDecimal( this.lbHouQiShiShou.Text ); frm2.StrPaid = Convert.ToDecimal( this.lbHouQiYingShou.Text ); frm2.StrArrears = Convert.ToDecimal( this.lbHouQiQianKuan.Text ); frm2.ShowDialog(); if ( frm2.IsSaveed ) { this.GetPanelPaymentDetailsControlsEx(); } } /// /// 前期收款 /// /// /// private void LkQianQi_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.FinancialManagement.OrdersReceivables.FrmPrePayment frm1 = new FinancialManagement.OrdersReceivables.FrmPrePayment(); frm1.StrOrdNumber = this.currentOrderModel.Ord_Number; frm1.IsShowButtonPayment = false; frm1.ShowDialog(); if ( frm1.IsSaveed ) { this.GetPanelPaymentDetailsControlsEx(); } } void GetPanelContactRecord() { List hideControl = new List(); hideControl.Add( this.panelContactRecord ); LYFZ.Software.MainBusiness.VersionControl.StaticVersion.BindVersionShowHideControl( VersionControl.VersionFunctionEnum.沟通助手, hideControl, null, null ); DataTable dt = orderBll.GetView_Custom( LYFZ.BLL.BLL_ErpOrderView.GetData_ProcessMonitorCommunicationRecord() + "select Top 1 * from tbB Where TR_OrdNumber = '" + this.currentOrderModel.Ord_Number + "' Order By 沟通时间 DESC" ).Tables[0]; if ( dt.Rows.Count > 0 ) { this.txtGoTongJiLu.Text = String.Format( "沟通类型:{0} 沟通人:{1} 沟通时间:{2} \r\n沟通备注:{3} " , dt.Rows[0]["注意事项"].ToString().Trim() , LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.GetUserName( dt.Rows[0]["客服人员"] ) , LYFZ.BLL.OtherCommonModel.DateTimeToString( dt.Rows[0]["沟通时间"] ) , dt.Rows[0]["沟通备注"].ToString().Trim() ); } } private void LkGuoTongJiLuXiangQing_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.OAShopManagement.frmCallCenterList frm0 = new OAShopManagement.frmCallCenterList(); frm0.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm0.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm0.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm0.StrOrdNumber = this.currentOrderModel.Ord_Number; frm0.Show(); } private void LkAddGuoTongJiLu_Click( object sender, EventArgs e ) { if ( this.customerGroup.ID > 0 ) { LYFZ.Software.MainBusiness.CameraControlBook.SuperSmallForm.A_AddCommunicateRecords frm = new CameraControlBook.SuperSmallForm.A_AddCommunicateRecords(); frm.StrClientNumber = this.customerGroup.GP_CustomerGroupID; frm.EnumClientServiceTaskType = EnumPublic.ClientServiceTaskType.订单确认; frm.EnumClientServiceTaskItem = EnumPublic.ClientServiceTaskItem.无分类; frm.Areminderdate = false; frm.ShowDialog(); if ( frm.IsSaveed ) { this.GetPanelContactRecord(); } } } private void LikbtnUpload_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.CameraControlBook.frmContractManagement frmCManagement = new LYFZ.Software.MainBusiness.CameraControlBook.frmContractManagement(); frmCManagement.OrdNumber = this.OrderNumber; frmCManagement.ShowDialog(); } #endregion private void MaskBirthday_Leave( object sender, EventArgs e ) { int intMasse = this.maskBirthday.CheckDateValue( this.maskBirthday, chkBirthday ); if ( intMasse == 1 ) { MessageBoxCustom.Show( "宝贝生日日期格式输入错误" ); return; } else if ( intMasse == 2 ) { MessageBoxCustom.Show( "宝贝生日:" + this.maskBirthday.StrValue.Trim() + "不是公历日期,若要保存请勾上农历" ); return; } if ( this.maskBirthday.StrValue.Trim().Length > 0 ) { string[] StrArrayList = this.maskBirthday.StrValue.Trim().Split( '-' ); if ( SDateTime.Now.Year < Convert.ToInt32( StrArrayList[0] ) ) { MessageBoxCustom.Show( "您输入的宝贝生日不能大于今年!" ); return; } this.txtZodiac.Text = LYFZ.Command.Command_CalendarTurnLunar.GetZodiac( this.maskBirthday.StrValue.Trim(), this.chkBirthday.Checked ); } else { this.txtZodiac.Text = ""; } } /// /// 是否保存过数据 /// public bool IsSaveData = false; /// /// 如果没有保存权限,是否已授过权 /// bool IsSaveedHadAuthorized = false; /// /// 保存订单 /// /// /// private void BtnSave_Click( object sender, EventArgs e ) { this.dec_OrderDiscounts = LYFZ.BLL.BLL_ErpUser.CurrentUserRights.GetOrderDiscounts( Convert.ToInt32( this.OrderType ) ); #region 检查授权 if ( String.IsNullOrEmpty( this.OrderNumber ) ) { //如果是新订单的话,要检查新订单数据是否已被修改过 if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.NewOrder ) ) { if ( !this.IsSaveedHadAuthorized ) { //检查新订单的套系内容是否被修改过 bool IsCheckDataIsUpdate = this.CheckDataIsUpdate(); string strWindowText = "开订单"; if ( IsCheckDataIsUpdate ) { strWindowText += "、修改新订单"; } LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.AuthorizeLoginSuperSmallForm frm = new SuperSmallForm.AuthorizeLoginSuperSmallForm( "StoresOPenSingle", LYFZ.CustomAttributes.OperatingAuthority.NewOrder ); frm.StrWindowText = strWindowText; frm.ShowDialog(); if ( !frm.IsSaveed ) { return; } else if ( !LYFZ.BLL.BLL_ErpUser.GetRights( frm.CurrentAuthorizeUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.NewOrder, frm.User_BelongRoles ) ) { frm.SetAuthorizationResult( String.Format( "授权失败,授权人没有'开订单'权限" ) ); MessageBoxCustom.Show( "对不起!授权帐号:" + frm.StrUserAccount + "没有'开订单'权限。" ); return; } else { frm.SetAuthorizationResult(); } this.dec_OrderDiscounts = frm.CurrentAuthorizeUserRights.GetOrderDiscounts( Convert.ToInt32( this.OrderType ) ); #region 检测套系是否被修改过 if ( IsCheckDataIsUpdate ) { if ( !LYFZ.BLL.BLL_ErpUser.GetRights( frm.CurrentAuthorizeUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.ModifyNewOrder, frm.User_BelongRoles ) ) { frm.SetAuthorizationResult( String.Format( "授权失败,授权人没有'修改新订单'权限" ) ); MessageBoxCustom.Show( "对不起!授权帐号:" + frm.StrUserAccount + "没有'修改新订单'权限。" ); return; } else { frm.SetAuthorizationResult(); } } #endregion } } else { #region 检测套系是否被修改过 if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.ModifyNewOrder ) ) { if ( this.CheckDataIsUpdate() ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.AuthorizeLoginSuperSmallForm frm = new SuperSmallForm.AuthorizeLoginSuperSmallForm( "StoresOPenSingle", LYFZ.CustomAttributes.OperatingAuthority.ModifyNewOrder ); frm.StrWindowText = "修改新订单"; frm.ShowDialog(); if ( !frm.IsSaveed ) { return; } else if ( !LYFZ.BLL.BLL_ErpUser.GetRights( frm.CurrentAuthorizeUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.ModifyNewOrder, frm.User_BelongRoles ) ) { frm.SetAuthorizationResult( String.Format( "授权失败,授权人没有'修改新订单'权限" ) ); MessageBoxCustom.Show( "对不起!授权帐号:" + frm.StrUserAccount + "没有'修改新订单'权限。" ); return; } else { frm.SetAuthorizationResult(); } } } #endregion this.dec_OrderDiscounts = LYFZ.BLL.BLL_ErpUser.CurrentUserRights.GetOrderDiscounts( Convert.ToInt32( this.OrderType ) ); } } else { if ( LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.EnableOrderLockFeature ) { //检查订单是否已被锁定 bool isCheckOrderLock = this.orderBll.CheckOrderLock( this.currentOrderModel.ID ); if ( !isCheckOrderLock ) { if ( this.orderBll.CheckOrderDataHasBeenModified( this.currentOrderModel ) ) { MessageBoxCustom.Show( String.Format( "当前订单在您修改订单期间已被其他人员修改,为保证订单数据正确性,您不能保存订单,请关闭后重新打开订单并修改。" ) ); return; } } else { ExMessageBoxCustom.Show( "当前订单已被其他人员锁定,你不能修改不当前订单,如需修改,请找店长沟通并解锁订单" ); this.LockOrderClientMarkID = ""; return; } } //修改订单时 if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.ModifyOrder ) ) { if ( !this.IsSaveedHadAuthorized ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.AuthorizeLoginSuperSmallForm frm = new SuperSmallForm.AuthorizeLoginSuperSmallForm( "StoresOPenSingle", LYFZ.CustomAttributes.OperatingAuthority.ModifyOrder ); frm.StrWindowText = "修改已订单"; frm.ShowDialog(); if ( !frm.IsSaveed ) { return; } else { if ( !LYFZ.BLL.BLL_ErpUser.GetRights( frm.CurrentAuthorizeUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.ModifyOrder, frm.User_BelongRoles ) ) { frm.SetAuthorizationResult( String.Format( "授权失败,授权人没有'修改已订单'权限" ) ); MessageBoxCustom.Show( "对不起!授权帐号:" + frm.StrUserAccount + "没有'修改已订单'权限。" ); return; } else { frm.SetAuthorizationResult(); } this.dec_OrderDiscounts = frm.CurrentAuthorizeUserRights.GetOrderDiscounts( Convert.ToInt32( this.OrderType ) ); } } } else { this.dec_OrderDiscounts = LYFZ.BLL.BLL_ErpUser.CurrentUserRights.GetOrderDiscounts( Convert.ToInt32( this.OrderType ) ); } } this.IsSaveedHadAuthorized = true; #endregion if (String.IsNullOrWhiteSpace(this.GetClientSource())) { MessageBoxCustom.Show("客户来源不能为空"); return; } SaveOrderData( OrderSaveType.交易订单 ); } /// /// 保存意向订单 /// /// /// private void BtnSaveIntent_Click( object sender, EventArgs e ) { this.IsSaveData = true; SaveOrderData( OrderSaveType.意向订单 ); } /// /// 检查新订单的套系内容是否被修改过 /// /// bool CheckDataIsUpdate() { bool IsUpdateSaveed = false; if ( this.OrderType != EnumPublic.OrderType.服务订单 ) { if ( this.cmbtreevTaoXiName.Tag != null ) { DataRow[] dtRow0 = null; DataRow[] dtRow1 = null; DataRow[] dtRow2 = null; DataTable tbl0 = null; DataTable tbl1 = null; DataTable tbl2 = null; dynamic packPage = this.cmbtreevTaoXiName.Tag; string ExecuteSql = "select tb_ErpPackagesGiftMerchandise.ID,Sc_ClassName,Pgm_GiveType,Pgm_IntoRegisterQuantity,Pgm_IntoBottomQuantity,Pgm_Quantity " + "from tb_ErpPackagesGiftMerchandise Left Join tb_ErpTheScenery on cast(tb_ErpTheScenery.ID as varchar(20)) = Pgm_ProductNumber " + "Left Join tb_ErpSystemCategory on Tsc_Rating = Sc_ClassCode where Pgm_GiveType in ('2','3') And Pgm_PackagesCode = '" + packPage.PackagesID + "';"; ExecuteSql += "select tb_ErpPackagesGiftMerchandise.ID,Prod_Batch,Pgm_Quantity,Pgm_GiveType from tb_ErpPackagesGiftMerchandise " + "Left Join tb_ErpProduct on Prod_Number = Pgm_ProductNumber where Pgm_GiveType in ('0','1') And Pgm_PackagesCode = '" + packPage.PackagesID + "';"; ExecuteSql += "select Pak_UnitPrice from tb_ErpPackages where Pak_PackagesID = '" + packPage.PackagesID + "';"; DataSet dsData = orderBll.GetView_Custom( ExecuteSql ); DataTable dt0 = dsData.Tables["ds"]; DataTable dt1 = dsData.Tables["ds1"]; DataTable dt2 = dsData.Tables["ds2"]; switch ( this.OrderType ) { case EnumPublic.OrderType.儿童订单: case EnumPublic.OrderType.婚纱订单: case EnumPublic.OrderType.写真订单: case EnumPublic.OrderType.婚庆订单: #region 判断价格 if ( dt2.Rows.Count > 0 ) { if ( Convert.ToDecimal( dt2.Rows[0]["Pak_UnitPrice"] ) != Convert.ToDecimal( this.numTaoXiJiaGe.Value ) ) { IsUpdateSaveed = true; } } #endregion #region 判断入底入册 /* switch ( this.OrderType ) { case EnumPublic.OrderType.写真订单: case EnumPublic.OrderType.婚庆订单: try { DataTable dt = orderBll.GetView_Custom( "tb_ErpPackages", StrWhere: "Pak_PackagesID = '" + cmbtreevTaoXiName.Tag.ToString().Trim() + "'", ShowColumnName: "Pak_IntoTheArchive,Pak_IntoTheBook" ).Tables[0]; if ( dt.Rows.Count == 0 ) { IsUpdateSaveed = true; } else if ( Convert.ToInt32( dt.Rows[0]["Pak_IntoTheArchive"] ) != Convert.ToInt32( this.numIntoBottom.Value ) || Convert.ToInt32( dt.Rows[0]["Pak_IntoTheBook"] ) != Convert.ToInt32( this.numIntoRegister.Value ) ) { IsUpdateSaveed = true; } } catch { } break; }*/ #endregion #region 商品与服务 if ( !IsUpdateSaveed ) { dtRow0 = dt1.Select( "Pgm_GiveType = '0'" ); tbl0 = this.orderProductControl.GetListViewData(); if ( dtRow0.Length != tbl0.Rows.Count ) { IsUpdateSaveed = true; } else if ( dtRow0.Length > 0 && tbl0.Rows.Count > 0 ) { for ( int j = 0; j < tbl0.Rows.Count; j++ ) { if ( string.IsNullOrEmpty( tbl0.Rows[j]["PgmID"].ToString().Trim() ) ) { IsUpdateSaveed = true; break; } } if ( !IsUpdateSaveed ) { for ( int i = 0; i < dtRow0.Length; i++ ) { DataRow[] dtRow = tbl0.Select( "PgmID = '" + dtRow0[i]["ID"].ToString().Trim() + "'" ); if ( dtRow0.Length <= 0 ) { IsUpdateSaveed = true; } else { if ( Convert.ToInt32( dtRow[0]["商品P数"] ) != Convert.ToInt32( dtRow0[i]["Prod_Batch"] ) || Convert.ToInt32( dtRow[0]["商品数量"] ) != Convert.ToInt32( dtRow0[i]["Pgm_Quantity"] ) ) { IsUpdateSaveed = true; break; } } } } } } if ( !IsUpdateSaveed ) { dtRow1 = dt1.Select( "Pgm_GiveType = '1'" ); tbl1 = this.orderServiceControl.GetListViewData(); if ( dtRow1.Length != tbl1.Rows.Count ) { IsUpdateSaveed = true; } else if ( dtRow1.Length > 0 && tbl1.Rows.Count > 0 ) { for ( int j = 0; j < tbl1.Rows.Count; j++ ) { if ( string.IsNullOrEmpty( tbl1.Rows[j]["PgmID"].ToString().Trim() ) ) { IsUpdateSaveed = true; break; } } if ( !IsUpdateSaveed ) { for ( int i = 0; i < dtRow1.Length; i++ ) { DataRow[] dtRow = tbl1.Select( "PgmID = '" + dtRow1[i]["ID"].ToString().Trim() + "'" ); if ( dtRow1.Length <= 0 ) { IsUpdateSaveed = true; } else { if ( Convert.ToInt32( dtRow[0]["服务数量"] ) != Convert.ToInt32( dtRow1[i]["Pgm_Quantity"] ) ) { IsUpdateSaveed = true; break; } } } } } } #endregion #region 景点与拍摄次数 if ( !IsUpdateSaveed ) { switch ( this.OrderType ) { case EnumPublic.OrderType.婚纱订单: case EnumPublic.OrderType.写真订单: dtRow2 = dt0.Select( "Pgm_GiveType = '2'" ); tbl2 = this.orderSightsControl.GetListViewData(); break; case EnumPublic.OrderType.儿童订单: dtRow2 = dt0.Select( "Pgm_GiveType = '3'" ); tbl2 = this.orderStagesControl.GetListViewData(); break; } if (dtRow2 != null && tbl2 != null) { if (dtRow2.Length != tbl2.Rows.Count) { IsUpdateSaveed = true; } else if (dtRow2.Length > 0 && tbl2.Rows.Count > 0) { for (int j = 0; j < tbl2.Rows.Count; j++) { if (string.IsNullOrEmpty(tbl2.Rows[j]["PgmID"].ToString().Trim())) { IsUpdateSaveed = true; break; } } if (!IsUpdateSaveed) { for (int i = 0; i < dtRow2.Length; i++) { DataRow[] dtRow = tbl2.Select("PgmID = '" + dtRow2[i]["ID"].ToString().Trim() + "'"); if (dtRow2.Length <= 0) { IsUpdateSaveed = true; } else { if (dtRow[0]["拍摄级别"].ToString().Trim() != dtRow2[i]["Sc_ClassName"].ToString().Trim() || Convert.ToInt32(dtRow[0]["服装套数"]) != Convert.ToInt32(dtRow2[i]["Pgm_Quantity"])) { IsUpdateSaveed = true; break; } if (!IsUpdateSaveed) { switch (this.OrderType) { case EnumPublic.OrderType.儿童订单: if (Convert.ToInt32(dtRow[0]["入册"]) != Convert.ToInt32(dtRow2[i]["Pgm_IntoRegisterQuantity"]) || Convert.ToInt32(dtRow[0]["入底"]) != Convert.ToInt32(dtRow2[i]["Pgm_IntoBottomQuantity"]) || Convert.ToInt32(dtRow[0]["服装套数"]) != Convert.ToInt32(dtRow2[i]["Pgm_Quantity"])) { IsUpdateSaveed = true; break; } break; } } } } } } } } #endregion break; } } } return IsUpdateSaveed; } private void FrmNewOrder_FormClosed( object sender, FormClosedEventArgs e ) { if ( this.currentOrderModel.ID > 0 ) { if (!IsSelectPhoto) { if (!String.IsNullOrEmpty(this.LockOrderClientMarkID)) { orderBll.UnlockOrderUpdate(this.currentOrderModel.ID); } } } if ( this.IsGoForm ) { if ( this.EnumLoadFormType == LoadFormType.开单选择 ) { LYFZ.Software.MainBusiness.DoorCityProcess.OnSingleFirstFormMain frm = new OnSingleFirstFormMain(); frm.StartPosition = FormStartPosition.CenterScreen; frm.Show(); frm.Activate(); } } } private void FrmNewOrder_FormClosing( object sender, FormClosingEventArgs e ) { if ( !this.IsGoForm ) { if ( MessageBoxCustom.Show( "你确定要关闭吗?", "温馨提示", MessageBoxButtons.YesNo ) == DialogResult.No ) { e.Cancel = true; } } } /// /// 打印订单(打印预约单) /// /// /// private void BtnPrint_Click( object sender, EventArgs e ) { if ( !String.IsNullOrEmpty( this.OrderNumber ) ) { Hashtable htData = new Hashtable(); htData["strNumber"] = this.OrderNumber.Trim(); htData["strOrdType"] = this.OrderType.ToString().Trim(); // 获取全部景点; List listScenicSpot = null; if ( this.OrderType == EnumPublic.OrderType.儿童订单 ) { listScenicSpot = new List(); for ( int i = 0; i < this.orderStagesControl.listViewData_Stages.Items.Count; i++ ) { ReportPrint.SetSmallForm.PrintPreviewSmallForm.ScenicSpot2 scenic = new ReportPrint.SetSmallForm.PrintPreviewSmallForm.ScenicSpot2(); scenic.strScenicName = this.orderStagesControl.listViewData_Stages.Items[i].Text; scenic.strViceNumber = ((NewOrderCustomControls.StagesHeaderModel)this.orderStagesControl.listViewData_Stages.Items[i].Tag).StagesViceNumber; listScenicSpot.Add( scenic ); } } LYFZ.Software.MainBusiness.ReportPrint.ReportFixedFormat.PrintFixedFormat( LYFZ.EnumPublic.PrintTypeEnum.订单预约单, htData, listScenicSpot ); } } bool IsGoForm = false; public LoadFormType EnumLoadFormType; public enum LoadFormType { 订单报表, 开单选择 } /// /// 新开订单(重置) /// /// /// private void BtnNewOrder_Click( object sender, EventArgs e ) { if ( MessageBoxCustom.Show( "重置后将清空所有数据,您确定要重置订单吗?", "温馨提示", MessageBoxButtons.YesNo ) == DialogResult.Yes ) { this.IsGoForm = true; this.EnumLoadFormType = LoadFormType.开单选择; this.Close(); } } private void PictReset_Click( object sender, EventArgs e ) { this.ClearChildrenInfo(); } private void PictEdit_Click( object sender, EventArgs e ) { this.txtCusName.ReadOnly = false; } private void UMainCusInfo_EventSelectIntentionOrderCustomer( UCustomerInfo uCustomer, string _IntentionOrderNumber, string _IntentionCustomerGroupID, string _IntentionCustomerID ) { this.SelectIntentClient( _IntentionOrderNumber, _IntentionCustomerGroupID ); } private void LinkSelectSameNameBaby_Click( object sender, EventArgs e ) { if ( this.linkSelectSameNameBaby.Tag.ToString() != "0" && !String.IsNullOrEmpty( this.txtCusName.Text.Trim() ) ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.OrderHistoryCustomerSuperSmallForm frm = new SuperSmallForm.OrderHistoryCustomerSuperSmallForm(); frm.StrWhere = String.Format( "Cus_Name Like '%{0}%' and Cus_Type = '儿童'", this.txtCusName.Text.Trim() ); frm.IsChild = true; frm.ShowDialog(); if ( frm.IsSaveed ) { this.SetCusChildrenInfo( frm.model ); this.TxtCusName_KeyUp( null, null ); } } } //临时宝宝名 string tempBabyName = ""; private void TxtCusName_KeyUp( object sender, KeyEventArgs e ) { if ( this.txtCusName.Text.ToLower().Trim() != tempBabyName.ToLower().Trim() ) { this.tempBabyName = this.txtCusName.Text.Trim(); this.toolTipMsg.SetToolTip( this.linkSelectSameNameBaby, "" ); this.linkSelectSameNameBaby.Text = ""; this.linkSelectSameNameBaby.Tag = 0; if ( !String.IsNullOrEmpty( this.txtCusName.Text.Trim() ) ) { int RowsCounts = customerBll.GetRecordCount( "Cus_Name like '%" + this.txtCusName.Text.Trim() + "%' and Cus_Type = '儿童'" ); if ( RowsCounts > 0 ) { this.toolTipMsg.SetToolTip( this.linkSelectSameNameBaby, String.Format( "已有{0}个相拟名字的宝宝,点击查看", RowsCounts ) ); this.linkSelectSameNameBaby.Text = String.Format( "{0}", RowsCounts.ToString().PadRight( 4, ' ' ) ); this.linkSelectSameNameBaby.Tag = RowsCounts; } } } } private void RdoFriends_CheckedChanged( object sender, EventArgs e ) { if ( !this.rdoFriends.Checked ) { this.ClearFriendIntroduction(); } } #region 获取用户输入数据 /// /// 医院跟踪订单的来单批号 /// string ComeSingleLotNumber = ""; /// /// 当前登录者、授权者的保利系数 /// decimal dec_OrderDiscounts = 0; /// /// 是否显示写真版 /// private bool IsPortrait = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.IsEnablePhotoEdition; /// /// 登录者姓名 /// string loginUserName = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.LoginUserModel.User_Name; /// /// 登录者员工ID /// string loginUserID = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.LoginUserModel.User_EmployeeID; /// /// 本地分店ID /// string loginCompanyInfoID = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetLocalCompanyInfoID(); /// /// 获取客户来源 /// /// private string GetClientSource() { string StrClientSource = ""; foreach ( Control control in this.plRuMenDiaoChaMain.Controls ) { if ( control is RadioButtonEx ) { RadioButtonEx tmpRdo = (RadioButtonEx)control; if ( tmpRdo.Checked ) { if ( tmpRdo.Tag.ToString().Trim() == "其他" ) { StrClientSource = this.cmbtreevClientSource.Text.Trim(); } else { StrClientSource = tmpRdo.Tag.ToString().Trim(); } } } } return StrClientSource; } /// /// 获取宝宝信息 /// /// public void GetClientValueData( Api_ErpOrderModel erpModel ) { if ( erpModel.customerData == null ) { erpModel.customerData = new List(); } Api_CustomerModel apiModel = new Api_CustomerModel(); apiModel.cusAttr = CusAttrType.Child_.ToString(); apiModel.userRelation = "本人"; apiModel.cus_Type = "儿童"; if ( this.childModel.ID <= 0 ) { apiModel.ClientModel.ID = -1; } apiModel.ClientModel.Cus_Birthday = this.maskBirthday.StrValue.Trim(); apiModel.ClientModel.Cus_BirthdayLunar = ""; if ( !String.IsNullOrEmpty( apiModel.ClientModel.Cus_Birthday ) ) { apiModel.ClientModel.Cus_BirthdayLunar = this.chkBirthday.Checked ? "1" : "0"; } apiModel.ClientModel.Cus_Name = LYFZ.BLL.OtherCommonModel.ClearSpecialCharacter( this.txtCusName.Text.Trim() ); apiModel.ClientModel.Cus_NamePinyin = LYFZ.Command.Command_ChineseToPinyin.GetChineseSpellPinyin( this.txtCusName.Text.Trim() ).ToLower(); apiModel.ClientModel.Cus_Sex = this.rdoCusSex1.Checked ? false : true; apiModel.ClientModel.Cus_Zodiac = this.txtZodiac.Text.Trim(); erpModel.customerData.Add( apiModel ); } /// /// 获取订单资料数据 /// /// public void GetApiData( Api_ErpOrderModel erpModel ) { erpModel.strOrderClass = this.cmbtreevOrderClass.Text; erpModel.bIsShowSinceOrderNumber = LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.IsCustomOrderNumber; erpModel.SinceOrderNumber = this.GetSinceOrderNumber(); erpModel.strTaoXiCode = this.cmbtreevTaoXiName.Tag == null ? "" : (this.cmbtreevTaoXiName.Tag).ToString(); erpModel.strNumIntoBottom = this.numIntoBottom.Value.ToString(); erpModel.strBottomQuantityPackage = this.numIntoBottomPackage.Value.ToString(); erpModel.strRegisterQuantityPackage = this.numIntoRegisterPackage.Value.ToString(); erpModel.strNumIntoRegister = this.numIntoRegister.Value.ToString(); erpModel.strRemark = this.txtOrderRemarks.Text; erpModel.strHotelInfo = this.txtHotelInfo.Text; erpModel.strPackageName = this.cmbtreevPackageName.Text; erpModel.strPackagePrice = this.numLiBaoJiaGe.Value.ToString( "n2" ); erpModel.strTaoXiPrice = this.numTaoXiJiaGe.Value.ToString( "n2" ); // erpModel.IsMagess = this.IsMagess; erpModel.strAnnotation = this.txtBiaoZhu.Text.Trim(); if ( this.OrderType == EnumPublic.OrderType.儿童订单 ) { erpModel.bIsShowIntoRegisterAndIntoBottom = false; } else { erpModel.bIsShowIntoRegisterAndIntoBottom = true; } if ( this.OrderType == EnumPublic.OrderType.服务订单 ) { erpModel.strParentTaoXiName = "服务套系"; erpModel.strTaoXiName = "服务套系"; } else { erpModel.strParentTaoXiName = this.cmbtreevTaoXiName.TextFindParentText( this.cmbtreevTaoXiName.Text.Trim() ); erpModel.strTaoXiName = this.cmbtreevTaoXiName.Text; } } #endregion /// /// 用于判断是否需要重新生成流程图 /// bool isGeneratingFlowchartImage = true; /// /// 保存意向订单和真实订单数据 /// /// 订单保存类型 void SaveOrderData( OrderSaveType saveType ) { Api_ErpOrderModel apiErpModel = new Api_ErpOrderModel() { OrderID = this.currentOrderModel.ID, strTime = SDateTime.Now, strUserName = loginUserName, dividedShop = this.cmbtreevStoreName.Tag.ToString().Trim(), strUserID = loginUserID, User_IP = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.User_IP, strMskMarriage = this.mskMarriage.StrValue, bChkCheckBox = this.chkMarriage.Checked, chkTransactmemberCard = this.chkTransactmemberCard.Checked, StrSaveClass = Convert.ToInt32(saveType).ToString(), strStyle = String.Join("|", this.GetStyleList(true)), StrClientSource = this.GetClientSource(), dec_OrderDiscounts = this.dec_OrderDiscounts, strOldTaoXiName = this.currentOrderModel.Ord_OldSeriesName, strOldTaoXiCode = this.currentOrderModel.Ord_OldSeriesCode, strOldTaoXiPrice = this.currentOrderModel.Ord_OldSeriesPrice, UploadPath = this.currentOrderModel.Ord_UploadPath, CommissionRatio = this.customCommissionData, strOrderPerson = txtOrderPerson.Tag == null ? "" : txtOrderPerson.Tag.ToString(), strOrderPersonName = txtOrderPerson.Tag == null ? "" : txtOrderPerson.Text.ToString(), ComeSingleLotNumber = this.ComeSingleLotNumber, StrNewOrderNumber = (this.currentOrderModel.ID > 0 ? this.currentOrderModel.Ord_Number : null), OrderGroupNumber = this.customerGroup.GP_CustomerGroupID, customerData = new List(), OrderSightData = new List(), OrderServiceData = new List(), OrderProductData = new List(), modelFriends = new Model.Model_ErpCustomer(), modelViceCard = new Model.Model_ErpMemberCardViceCard(), SetOfSystemUpgradeLog = this.SetOfSystemUpgradeLog, IsMagess = true, UpCreateDateTime = (this.currentOrderModel.ID > 0 ? this.currentOrderModel.Ord_CreateDateTime : new DateTime()) }; apiErpModel.orderType = this.OrderType; ///会员副卡 apiErpModel.modelViceCard = this.modelViceCardFriends; if ( apiErpModel.modelViceCard != null ) { if ( apiErpModel.modelViceCard.Mvc_CreateDatetime == new DateTime() ) { apiErpModel.modelViceCard.Mvc_CreateDatetime = LYFZ.WinAPI.CustomPublicMethod.GetNullDateTime(); } if ( apiErpModel.modelViceCard.Mvc_UpdateDateTime == new DateTime() ) { apiErpModel.modelViceCard.Mvc_UpdateDateTime = LYFZ.WinAPI.CustomPublicMethod.GetNullDateTime(); } } //朋友介绍 apiErpModel.modelFriends = this.customerFriends; if ( this.customerFriends != null ) { apiErpModel.friend_CustomerNumber = this.customerFriends.Cus_CustomerNumber; } else { apiErpModel.friend_CustomerNumber = ""; } if ( apiErpModel.modelFriends != null ) { if ( apiErpModel.modelFriends.Cus_CreateDateTime == new DateTime() ) { apiErpModel.modelFriends.Cus_CreateDateTime = LYFZ.WinAPI.CustomPublicMethod.GetNullDateTime(); } if ( apiErpModel.modelFriends.Cus_UpdateDateTime == new DateTime() ) { apiErpModel.modelFriends.Cus_UpdateDateTime = LYFZ.WinAPI.CustomPublicMethod.GetNullDateTime(); } } if ( this.OrderType == EnumPublic.OrderType.儿童订单 ) { this.GetClientValueData( apiErpModel ); } foreach ( Control control in this.flKeFuZhiNiaoBlock.Controls ) { ///成人客户信息 if ( control is UCustomerInfo ) { UCustomerInfo tmpCus = (UCustomerInfo)control; tmpCus.GetClientValueData( apiErpModel ); } } try { //获取订单数据 this.GetApiData(apiErpModel); } catch (Exception ex){ MessageBoxCustom.Show(ex.Message); return; } //是否修改了预约时间 bool isModifyAppointmentTime = false; //获取拍摄场景数据 if ( this.OrderType == EnumPublic.OrderType.婚纱订单 || this.OrderType == EnumPublic.OrderType.写真订单 ) { this.orderSightsControl.GetOrderSightsValueData( apiErpModel ); isModifyAppointmentTime = this.orderSightsControl.isModifyAppointmentTime; } else if ( this.OrderType == EnumPublic.OrderType.儿童订单 ) { this.orderStagesControl.GetOrderStagesValueData( apiErpModel ); isModifyAppointmentTime = this.orderStagesControl.isModifyAppointmentTime; } //服务的数据信息 if ( this.orderServiceControl.Parent != null ) { this.orderServiceControl.GetOrderServiceValueData( apiErpModel ); } //商品数据信息 if ( this.orderProductControl.Parent != null ) { this.orderProductControl.GetOrderProductValueData( apiErpModel ); } int indx = 0; bool bSelect = false; // string json = Json.JsonTool.ObjectToJson(apiErpModel); 数据检查队列: LYFZ.Command.Result result = orderBll.SaveErpOrderDataByCheck( apiErpModel, ref indx, ref bSelect ); if ( !result.Status ) { if ( result.StatusMsg == "手机号码重复,请核实客户数据!" ) { MessageBoxCustom.Show( result.StatusMsg ); return; } LYFZ.Command.Result resultMsg = ((LYFZ.Command.Result)result); if ( resultMsg.Data == Command.EnumReturnMsg.ReturnMsg ) { MessageBoxCustom.Show( resultMsg.StatusMsg ); return; } else if ( resultMsg.Data == Command.EnumReturnMsg.SelectMsg ) { if ( MessageBoxCustom.Show( resultMsg.StatusMsg, "温馨提示", MessageBoxButtons.OKCancel ) == System.Windows.Forms.DialogResult.Cancel ) { return; } else { bSelect = true; goto 数据检查队列; } } else if ( resultMsg.Data == Command.EnumReturnMsg.CostAuthorization ) { if ( MessageBoxCustom.Show( resultMsg.StatusMsg, "温馨提示", MessageBoxButtons.OKCancel ) == System.Windows.Forms.DialogResult.OK ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.AuthorizeLoginSuperSmallForm frm = new SuperSmallForm.AuthorizeLoginSuperSmallForm( null, CustomAttributes.OperatingAuthority.ErrorPrivilegeValue, 1 ); frm.ShowDialog(); if ( !frm.IsSaveed ) { return; } else { decimal Ord_SeriesPrice = 0; decimal.TryParse( apiErpModel.strTaoXiPrice, out Ord_SeriesPrice ); decimal Old_PackagesAmount = apiErpModel.ProductAmount(); Old_PackagesAmount += apiErpModel.ServiceAmount(); if ( apiErpModel.orderType == EnumPublic.OrderType.儿童订单 ) { Old_PackagesAmount += apiErpModel.SightOrStageAmount(); } else if ( apiErpModel.orderType != EnumPublic.OrderType.婚庆订单 ) { Old_PackagesAmount += apiErpModel.SightOrStageAmount(); } if ( Ord_SeriesPrice < (Old_PackagesAmount * frm.CurrentAuthorizeUserRights.GetOrderDiscounts( Convert.ToInt32( this.OrderType ) )) ) { frm.SetAuthorizationResult( String.Format( "授权失败,授权人成本管控权限不够" ) ); MessageBoxCustom.Show( "授权帐号:" + frm.StrUserAccount + ",授权后的套系价格低于订单总成本,无法保存!" ); return; } else { frm.SetAuthorizationResult(); bSelect = true; goto 数据检查队列; } } } else { return; } } else { MessageBoxCustom.Show( resultMsg.StatusMsg ); return; } } else { if (saveType == OrderSaveType.交易订单&&!this.IsNewOrder) { if (isModifyAppointmentTime) { foreach (LYFZ.Model.Model_ErpOrdersPhotography photography in this.photographyList) { this.AddOrderWorkAnPaiRecord(photography); } } } bool isAddOrder = false; LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { backgroundWorker.ReportProgress( 0, "正在提交数据... " ); result = orderBll.SaveErpOrderData( apiErpModel, ref isAddOrder ); if (result.Status) { if (saveType == OrderSaveType.交易订单) { if (isCurrentOpentIntentOrder) { if (this.currentOrderModel.ID > 0) { this.orderBll.UpdateOrderCreateDateTime(this.currentOrderModel.ID, SDateTime.Now); } else { MessageBoxCustom.Show("当前订单数据异常"); } } } } if (WorkAnPaiRecordlist.Count > 0) { LYFZ.BLL.BaseBllOperate.ExecuteSqlTran(WorkAnPaiRecordlist); } } ); this.IsSaveData = true; if ( result.Status ) { object obj; try { obj = ((LYFZ.Command.Result)result).Data; } catch(Exception ex) { MessageBoxCustom.Show(String.Format("保存失败:{0}",ex.Message), "提示" ); return; } MessageBoxCustom.Show( "订单保存成功" ); if ( this.OpenLoadOrderData( apiErpModel.StrNewOrderNumber ) ) { this.isGeneratingFlowchartImage = true; this.lkYiXiangClient.Hide(); if ( this.tbQiTaXiangQing.Parent == null ) { this.tbQiTaXiangQing.Parent = this.tabControlMain; } BindOrderData(); } else { MessageBoxCustom.Show( "保存成功,但重新加载时失败", "提示" ); return; } Model.Model_ErpOrder modelOrder = this.currentOrderModel;//(Model.Model_ErpOrder)(obj.GetType().GetProperty("modelOrder").GetValue(obj, null)); LYFZ.Model.Model_ErpCustomer modelCilentMain = this.mainCusModel;//(Model.Model_ErpCustomer)(obj.GetType().GetProperty("modelCilentMain").GetValue(obj, null)); this.LockOrderUpdate(); if ( apiErpModel.StrSaveClass == "1" ) { #region 短信发送操作 LYFZ.BLL.BLL_SMSRecord smsRecord = new BLL.BLL_SMSRecord(); smsRecord.SMSSend( orderBll, systemConfigurebll, memberCardBackCashSetbll, apiErpModel, modelOrder, isAddOrder, apiErpModel.StrSaveClass == "0", modelCilentMain.Cus_CustomerNumber ); #endregion #region 收款 并 积分 if ( LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.OrdersReceivablesCompetence, LYFZ.CustomAttributes.OperatingAuthority.OrdersReceivables ) ) { if ( modelOrder.Ord_SeriesPrice > 0 ) { if ( paymentbll.GetRecordCount( "Pay_OrdNumber = '" + modelOrder.Ord_Number + "'" ) <= 0 ) { LYFZ.Software.MainBusiness.FinancialManagement.OrdersReceivables.FrmPrePayment frm = new FinancialManagement.OrdersReceivables.FrmPrePayment(); frm.StrOrdNumber = this.OrderNumber; frm.IsShowButtonPayment = true; frm.ShowDialog(); } } } #endregion } else { LYFZ.DAL.DAL_ErpCustomer.UpdateAggregationCustomer( this.OrderNumber ); if ( modelOrder.Ord_Number.Trim().Length > 0 ) { LYFZ.BLL.BLL_ErpOrderDigitalStatus.UpdateDigitalStatus( modelOrder.Ord_Number, LYFZ.EnumPublic.OrderDigitalStatusEnum.开单 ); } } } else { MessageBoxCustom.Show( result.StatusMsg ); } } } private void PlDingDanZhiNiao_Scroll( object sender, ScrollEventArgs e ) { if ( e.Type == ScrollEventType.ThumbPosition ) { this.RefreshNumericUpDownEx(); } } /// /// 选择礼包时事件处理 /// /// /// private void CmbtreevPackageName_ComboBoxTree_NodeMouseClick( object sender, TreeNodeMouseClickEventArgs e ) { //if (string.IsNullOrEmpty(this.cmbtreevPackageName.Text.Trim())) //{ // return; //} if ( this.cmbtreevPackageName.Tag != null ) { dynamic taoXiMingChenData = this.cmbtreevPackageName.Tag; this.SelectTaoXiAddItems( taoXiMingChenData, EnumPublic.EnumPackagesType.AAAAACA ); } } /// /// 当前订单的新套系名称(在逻辑上临时使用) /// string newTempOrd_SeriesName = ""; /// /// 选择套系名称事件处理 /// /// /// private void CmbtreevTaoXiName_ComboBoxTree_NodeMouseClick( object sender, TreeNodeMouseClickEventArgs e ) { if ( string.IsNullOrEmpty( this.cmbtreevTaoXiName.Text.Trim() ) ) { return; } if ( this.cmbtreevTaoXiName.Text.Trim().ToLower() == newTempOrd_SeriesName.Trim().ToLower() ) { return; } if ( this.cmbtreevTaoXiName.Tag != null ) { //设置当前订单的新套系名称(在逻辑上临时使用) this.newTempOrd_SeriesName = this.cmbtreevTaoXiName.Text.Trim(); dynamic taoXiMingChenData = this.cmbtreevTaoXiName.Tag; this.SelectTaoXiAddItems( taoXiMingChenData, EnumPublic.EnumPackagesType.AAAAAAB ); if ( String.IsNullOrEmpty( this.currentOrderModel.Ord_OldSeriesName ) ) { this.currentOrderModel.Ord_OldSeriesName = this.currentOrderModel.Ord_SeriesName; this.currentOrderModel.Ord_OldSeriesPrice = this.currentOrderModel.Ord_SeriesPrice; } if ( this.lbTaoXiShenJi.Visible ) { this.SetTaoXiShenJiJiLu( true ); this.SetOfSystemUpgradeLog = String.Format( "用户:{0}({1})将套系从“{2}”升级为“{3}”", this.loginUserName, this.loginUserID, this.currentOrderModel.Ord_SeriesName, this.cmbtreevTaoXiName.Text.Trim() ); } } } /// /// 移除礼包的项目 /// public void RemovePackageItem() { this.cmbtreevPackageName.SetTextAndTag_ValueNull(); this.numLiBaoJiaGe.Value = 0; this.numIntoRegisterPackage.Value = 0; this.numIntoBottomPackage.Value = 0; } /// /// 是否为活动套系 /// bool GetIsActivity() { bool IsActivity = false; if ( this.cmbtreevTaoXiName.Tag != null ) { if ( this.cmbtreevTaoXiName.Tag.ToString().Length > 3 ) { dynamic taoXiMingChenData = this.cmbtreevTaoXiName.Tag; if ( this.cmbtreevTaoXiName.Tag.ToString().ToUpper().Trim() == BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.活动套系 ).ToUpper() ) { IsActivity = true; } else if ( this.cmbtreevTaoXiName.Parent != null && this.cmbtreevTaoXiName.Tag.ToString().Contains( "PackagesClass" ) ) { try { if ( taoXiMingChenData.PackagesClass.ToString().ToUpper().Trim() == BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.活动套系 ).ToUpper() ) { IsActivity = true; } else { string TwoLevelCategoryCode = BLL.BLL_ErpSystemCategory.GetTwoLevelCategoryCode( taoXiMingChenData.PackagesClass.ToString().ToUpper().Trim(), "" ); if ( TwoLevelCategoryCode.ToUpper().Trim() == BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.活动套系 ).ToUpper() ) { IsActivity = true; } } } catch { } } } } if ( IsActivity && !LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.ChangeActiveContent ) { this.numTaoXiJiaGe.ReadOnly = true; this.numIntoBottom.Enabled = false; this.numIntoRegister.Enabled = false; } else { this.numTaoXiJiaGe.ReadOnly = false; this.numIntoBottom.Enabled = true; this.numIntoRegister.Enabled = true; } return IsActivity; } /// /// 设置订单资料(套系选择) /// /// DataRow数据源 /// 是否为活动套系 public bool SetOrderValue( LYFZ.Model.Model_ErpPackages packages ) { bool IsActivity = GetIsActivity(); this.numTaoXiJiaGe.Value = 0; this.numIntoRegister.Value = 0; this.numIntoBottom.Value = 0; if ( packages != null && packages.ID > 0 ) { this.numTaoXiJiaGe.Value = packages.Pak_UnitPrice; if ( this.plDingDanXiangPian.Visible ) { this.numIntoRegister.Value = packages.Pak_IntoTheBook; this.numIntoBottom.Value = packages.Pak_IntoTheArchive; } } return IsActivity; } /// /// 根据选择的套系添加容空到相应控件中 /// /// /// /// void SelectTaoXiAddItems( dynamic taoXiData, EnumPublic.EnumPackagesType packType ) { LYFZ.Model.Model_ErpPackages packages = null; string packagesID = ""; if ( taoXiData != null && taoXiData.ToString().Length > 3 ) { packagesID = taoXiData.PackagesID.ToString().Trim(); packages = packageBll.GetModel( "Pak_PackagesID", packagesID ); } //new //{ // PackagesClass = row["Pak_PackagesClass"].ToString(), // PackagesID = row["Pak_PackagesID"].ToString(), // Pak_Name = row["Pak_Name"].ToString(), //} bool IsActivity = false; List packagesMerchandiseList = new List(); if ( packType == EnumPublic.EnumPackagesType.AAAAACA ) { decimal StrUnitPrice = 0; int StrIntoRegisterQuantity = 0; int StrIntoBottomQuantity = 0; if ( !string.IsNullOrEmpty( this.cmbtreevPackageName.Text.Trim() ) ) { if ( packages != null && packages.ID > 0 ) { StrUnitPrice = packages.Pak_UnitPrice; if ( this.plLiBaoRuDiRuChe.Visible ) { StrIntoRegisterQuantity = packages.Pak_IntoTheBook; StrIntoBottomQuantity = packages.Pak_IntoTheArchive; } } } this.numLiBaoJiaGe.Value = StrUnitPrice; this.numIntoRegisterPackage.Value = StrIntoRegisterQuantity; this.numIntoBottomPackage.Value = StrIntoBottomQuantity; if ( packages != null && packages.ID > 0 && packages.Pak_OptionalSeveral.ToString().Trim().Length > 0 && packages.Pak_OptionalSeveral >= 0 ) { LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.ToolboxPackageListViewSamllForm frm = new SetSmallForm.ToolboxPackageListViewSamllForm(); frm.intOptionalSeveral = packages.Pak_OptionalSeveral; frm.StrPackageCode = packagesID; frm.StrOrderType = this.OrderType; frm.ShowDialog(); if ( frm.IsSaveed ) { packagesMerchandiseList = frm.listID; } else { RemovePackageItem(); packagesID = ""; } } } else { IsActivity = SetOrderValue( packages ); } string strMagess = ""; if ( !string.IsNullOrEmpty( packagesID ) ) { DataTable dtSights = null; DataTable dtProduct = null; LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { DataSet dsData = DAL.DAL_ErpPackagesGiftMerchandise.GetPackagesSights( packagesID, packType, packagesMerchandiseList ); dtSights = dsData.Tables["ds"]; dtProduct = dsData.Tables["ds1"]; } ); try { if ( dtSights != null && dtProduct != null ) { if ( this.orderSightsControl.Parent != null ) { DataRow[] dtRow = dtSights.Select( "Pgm_GiveType = '2'" ); strMagess += this.orderSightsControl.SetOrderSightsValue( dtRow, IsActivity, packType ); } if ( this.orderStagesControl.Parent != null ) { DataRow[] dtRow = dtSights.Select( "Pgm_GiveType = '3'" ); strMagess += this.orderStagesControl.SetOrderStagesValue( dtRow, IsActivity, packType ); } if ( this.orderServiceControl.Parent != null ) { DataRow[] dtRow = dtProduct.Select( "Pgm_GiveType = '1'" ); strMagess += this.orderServiceControl.SetOrderServiceValue( dtRow, IsActivity, packType ); } if ( this.orderProductControl.Parent != null ) { DataRow[] dtRow = dtProduct.Select( "Pgm_GiveType = '0'" ); strMagess += this.orderProductControl.SetOrderProductValue( dtRow, IsActivity, packType ); } } } catch { } } else if ( packType == EnumPublic.EnumPackagesType.AAAAACA ) { if ( this.orderSightsControl.Parent != null ) { try { this.orderSightsControl.RemovePackageItem(); } catch { } } if ( this.orderStagesControl.Parent != null ) { try { this.orderStagesControl.RemovePackageItem(); } catch { } } if ( this.orderServiceControl.Parent != null ) { try { this.orderServiceControl.RemovePackageItem(); } catch { } } if ( this.orderProductControl.Parent != null ) { try { this.orderProductControl.RemovePackageItem(); } catch { } } } if ( !String.IsNullOrEmpty( strMagess ) ) { MessageBoxCustom.Show( strMagess ); } } /// /// 获取前缀 /// /// private string GetOrderCustomPrefix( EnumPublic.OrderType oType ) { string StrCustomPrefix = ""; switch ( oType ) { case EnumPublic.OrderType.婚纱订单: StrCustomPrefix = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetPrefix( LYFZ.EnumPublic.OrderNumberPrefixType.婚纱订单 ).Trim(); break; case EnumPublic.OrderType.儿童订单: StrCustomPrefix = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetPrefix( LYFZ.EnumPublic.OrderNumberPrefixType.儿童订单 ).Trim(); break; case EnumPublic.OrderType.写真订单: StrCustomPrefix = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetPrefix( LYFZ.EnumPublic.OrderNumberPrefixType.写真订单 ).Trim(); break; case EnumPublic.OrderType.服务订单: StrCustomPrefix = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetPrefix( LYFZ.EnumPublic.OrderNumberPrefixType.服务订单 ).Trim(); break; case EnumPublic.OrderType.婚庆订单: StrCustomPrefix = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetPrefix( LYFZ.EnumPublic.OrderNumberPrefixType.婚庆订单 ).Trim(); break; } return StrCustomPrefix; } /// /// 设置显示隐藏订单前缀 /// /// /// void SetDingDanQianZhuiShow( string qz, bool isShow ) { if ( isShow && !String.IsNullOrEmpty( qz ) ) { this.txtDingDanQianZhui.Text = qz.Trim(); this.txtDingDanQianZhui.Show(); this.txtDingDanQianZhui.Width = 9 * qz.Length; this.txtSinceOrderNumber.Padding = new Padding( 9 * qz.Length + 4, 5, 5, 5 ); //this.txtSinceOrderNumber.ReadOnly = false; } else { this.txtDingDanQianZhui.Hide(); this.txtDingDanQianZhui.Text = ""; this.txtSinceOrderNumber.Padding = new Padding( 5 ); } if ( IsNewOrder ) { this.txtSinceOrderNumber.ReadOnly = false; } else { this.txtSinceOrderNumber.ReadOnly = true; } } /// /// 获取自定义单号 /// /// string GetSinceOrderNumber() { if ( this.txtSinceOrderNumber.ReadOnly ) { return this.txtSinceOrderNumber.Text.Trim(); } else { if ( LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.IsCustomOrderNumber ) { if (this.txtSinceOrderNumber.Text.Trim().Length <= 0) { throw new Exception("自定义单号不能为空!"); } return String.Format( "{0}{1}", this.txtDingDanQianZhui.Text.Trim(), this.txtSinceOrderNumber.Text.Trim() ); } else { return ""; } } } /// /// 订单礼包设置 /// /// /// private void LbSetLiBao_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.InitialSet.PackagesGoodsSetFormMain frm = new InitialSet.PackagesGoodsSetFormMain( "1" ); frm.ShowDialog(); if ( frm.IsSaveed ) { LoadAllSystemCategory(); LoadAllPackagesName(); this.BindLiBao(); } } /// /// 订单套系名称设置 /// /// /// private void LbSetTaoXiName_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.InitialSet.PackagesGoodsSetFormMain frm = new InitialSet.PackagesGoodsSetFormMain( "0" ); frm.ShowDialog(); if ( frm.IsSaveed ) { LoadAllSystemCategory(); LoadAllPackagesName(); this.BindTaoXiMing(); } } /// /// 订单类别设置 /// /// /// private void LbSetOrderClass_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.InitialSet.FrmSystemSet frm = new InitialSet.FrmSystemSet(); frm.TypeName = BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.订单类别 ).ToUpper(); frm.IsLoadAllCategory = false; if ( frm.ShowDialog() == DialogResult.OK ) { LoadAllSystemCategory(); this.BindOrderClass(); } } /// /// 设置风格 /// /// /// private void LkSetStyle_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.StyleSetSmallForm frm = new SetSmallForm.StyleSetSmallForm(); frm.StartPosition = System.Windows.Forms.FormStartPosition.Manual; frm.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y ); frm.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height ); frm.ShowDialog(); if ( frm.IsSaveed ) { List tbStyleList = new List(); LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { tbStyleList = styleBll.GetModelList( "1=1" ); } ); BindStyleList( tbStyleList ); } } /// /// 选择喜爱风格 /// /// /// private void LkSelectStyle_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.StyleViewSmallForm frm = new SetSmallForm.StyleViewSmallForm(); frm.frmStyleViewVersion = SetSmallForm.StyleViewSmallForm.StyleViewVersion.风格浏览; frm.OldSelectStyleList = GetStyleList(); frm.WindowState = FormWindowState.Maximized; frm.ShowDialog(); if ( frm.IsSaveed ) { SetCheckedSelectStyle( frm.SelectStyleList, false ); } } /// /// 根据已选风格值勾选风格控件 /// /// 值集合 /// 为 true 时为风格ID 集合 为 false 时为风格的名称集合 void SetCheckedSelectStyle( List styleValueList, bool isIDValue ) { foreach ( Control control in this.plStyleMain.Controls ) { if ( control is CheckBoxEx ) { if ( (isIDValue && (styleValueList.Contains( control.Tag.ToString().Trim() ) || styleValueList.Contains( String.Format( "chk_{0}", control.Tag.ToString().Trim() ) ))) || (!isIDValue && styleValueList.Contains( control.Text.Trim().ToString() )) ) { CheckBoxEx tmp = (CheckBoxEx)control; tmp.Checked = true; } } } } /// /// 清除风格控件 /// void ClearStyleList() { List removeChklist = new List(); foreach ( Control control in this.plStyleMain.Controls ) { if ( control is CheckBoxEx ) { removeChklist.Add( control ); } } foreach ( Control control in removeChklist ) { this.plStyleMain.Controls.Remove( control ); } } /// /// 绑定喜爱风格 /// void BindStyleList( List styleList ) { ClearStyleList(); int chboxStarTablIndex = 10; int locationX = 82;//横向间隔 167 int locationY = 29;//纵向间隔 27 int starX_Index = 0; int starY_Index = 0; foreach ( LYFZ.Model.Model_ErpStyle styleModel in styleList ) { chboxStarTablIndex++; CheckBoxEx chBox = new CheckBoxEx(); chBox.Name = "chk_" + styleModel.ID.ToString(); chBox.Text = styleModel.Style_Name; chBox.TabIndex = chboxStarTablIndex; chBox.Tag = styleModel.ID; chBox.Location = new Point( locationX + (starX_Index * 167), locationY + (starY_Index * 27) ); this.plStyleMain.Controls.Add( chBox ); starX_Index++; if ( starX_Index >= 5 ) { starX_Index = 0; starY_Index++; } } this.plStyleMain.Height = 35 + 27 * (starY_Index + 1); UCustomerInfo.RefreshParentHeight( this.flKeFuZhiNiaoBlock ); } /// /// 获取喜爱格调 /// /// 是否有前缀 /// private List GetStyleList( bool isPrefix = false ) { List ListID = new List(); foreach ( Control control in this.plStyleMain.Controls )//订单资料 { if ( control is CheckBoxEx ) { CheckBoxEx tmp = (CheckBoxEx)control; if ( tmp.Checked ) { if ( isPrefix ) { ListID.Add( String.Format( "{0}", tmp.Name.Trim() ) ); } else { ListID.Add( String.Format( "{0}", tmp.Tag.ToString().Trim() ) ); } } } } return ListID; } /// /// 选择意向客户 /// /// /// private void LkYiXiangClient_Click( object sender, EventArgs e ) { if ( IsNewOrder ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.OrderSelectSuperSmallForm frm = new SuperSmallForm.OrderSelectSuperSmallForm(); frm.Text = "选择订单(双击选择)"; if ( frm.ShowDialog() == DialogResult.OK ) { this.SelectIntentClient( frm.SelectOrderNumber, frm.SelectClientGroupNumber ); } } } /// /// 选择意向订单或意向客户组 /// /// /// void SelectIntentClient( string SelectOrderNumber, string SelectClientGroupNumber ) { if ( !this.IsNewOrder ) { //如果不是新开订单时,不允许选择意向客户 return; } if ( !string.IsNullOrEmpty( SelectOrderNumber ) ) { this.OrderNumber = SelectOrderNumber.Trim(); if ( this.OpenLoadOrderData( this.OrderNumber ) ) { this.lkYiXiangClient.Hide(); BindOrderData(); } } else { this.customerGroup = customerGroupBll.GetModelByEntity( "GP_CustomerGroupID", SelectClientGroupNumber ); if ( customerGroup.ID > 0 ) { if ( !String.IsNullOrEmpty( customerGroup.GP_IntroducerCustomerID ) ) { this.customerFriends = customerBll.GetModel( "Cus_CustomerNumber", customerGroup.GP_IntroducerCustomerID ); if ( this.customerFriends.ID > 0 ) { this.memberCardModelFriends = memberCardBll.GetModel( "Mc_CustomerNumber", this.customerFriends.Cus_CustomerNumber ); } } this.customerGroupMembersList = customerGroupMembersBll.GetModelList( String.Format( "GM_CustomerGroupID = '{0}'", customerGroup.GP_CustomerGroupID ) ); StringBuilder tempCusIDs = new StringBuilder(); foreach ( LYFZ.Model.Model_ErpCustomerGroupMembers cusGroupMember in customerGroupMembersList ) { tempCusIDs.Append( String.Format( "'{0}',", cusGroupMember.GM_CustomerID ) ); } this.customerList = customerBll.GetModelList( String.Format( "Cus_CustomerNumber in ({0})", tempCusIDs.ToString().Trim( ',' ) ) ); //设置客户信息 this.BindCustomerInfo(); } } } /// /// 选择医院跟踪客户 /// /// /// private void RdoHospitalClient_Click( object sender, EventArgs e ) { if ( IsNewOrder ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.SelectHospitalClientSuperSmallForm frm = new SuperSmallForm.SelectHospitalClientSuperSmallForm(); if ( frm.ShowDialog() == DialogResult.OK ) { this.ClearCustomerControls(); this.ComeSingleLotNumber = frm.model.Hct_Oddnumber; this.uMainCusInfo.SetHospitalClientValue( frm.model ); this.SetHospitalChildrenClientInfo( frm.model ); } } } /// /// 设置医院跟踪系统选择的儿童信息 /// /// void SetHospitalChildrenClientInfo( LYFZ.Model.Model_ErpHospitalClient model ) { this.childModel = new Model.Model_ErpCustomer(); if ( model != null ) { this.maskBirthday.StrValue = LYFZ.Command.Command_Validate.DateTimeToString( model.Hct_BabyBirthday ); this.chkBirthday.Checked = model.Hct_AreLunar; this.txtCusName.Text = model.Hct_BabyName; if ( model.Hct_BabySex == "女" ) { this.rdoCusSex2.Checked = true; } else { this.rdoCusSex1.Checked = true; } if ( !string.IsNullOrEmpty( this.maskBirthday.StrValue ) ) { this.txtZodiac.Text = LYFZ.Command.Command_CalendarTurnLunar.GetZodiac( this.maskBirthday.StrValue, this.chkBirthday.Checked ); } } } /// /// 清除儿童信息 /// void ClearChildrenInfo() { this.childModel = new Model.Model_ErpCustomer(); this.maskBirthday.StrValue = ""; this.chkBirthday.Checked = false; this.txtCusName.Text = ""; this.rdoCusSex1.Checked = true; this.txtZodiac.Text = ""; this.txtCusName.ReadOnly = false; } /// /// 朋友介绍 /// /// /// private void RdoFriends_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.FriendIntroducedSuperSmallForm frm = new SuperSmallForm.FriendIntroducedSuperSmallForm(); if ( frm.ShowDialog() == DialogResult.OK ) { LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { backgroundWorker.ReportProgress( 0, "正在加载数据... " ); this.memberCardModelFriends = memberCardBll.GetMemberCardModel( String.Format( "Mc_CustomerNumber='{0}'and Mc_Status='1'", frm.model.Cus_CustomerNumber ) ); } ); this.customerFriends = frm.model; if ( frm.modelVice != null ) { this.modelViceCardFriends = frm.modelVice; } this.SetFriendIntroduction(); } } /// /// 设置儿童信息 /// /// void SetCusChildrenInfo( LYFZ.Model.Model_ErpCustomer childernCusModel ) { this.childModel = childernCusModel; this.ClearChildrenInfo(); if ( childernCusModel != null ) { if ( childernCusModel.ID > 0 ) { this.maskBirthday.StrValue = LYFZ.Command.Command_Validate.DateTimeToString( childernCusModel.Cus_Birthday ); this.chkBirthday.Checked = childernCusModel.Cus_BirthdayLunar == "1" ? true : false; this.txtCusName.Text = childernCusModel.Cus_Name; if ( childernCusModel.Cus_Sex ) { this.rdoCusSex2.Checked = true; } else { this.rdoCusSex1.Checked = true; } if ( !string.IsNullOrEmpty( this.maskBirthday.StrValue ) ) { this.txtZodiac.Text = LYFZ.Command.Command_CalendarTurnLunar.GetZodiac( this.maskBirthday.StrValue, this.chkBirthday.Checked ); } this.txtCusName.ReadOnly = true; } } } /// /// 选择老客户 /// /// /// private void RdoOldClient_Click( object sender, EventArgs e ) { if ( IsNewOrder ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.ClientGroupSelectSuperSmallForm frm = new SuperSmallForm.ClientGroupSelectSuperSmallForm(); if ( frm.ShowDialog() == DialogResult.OK ) { this.ClearCustomerControls(); if ( frm.mlist.Count > 0 ) { this.uMainCusInfo.SetOldCustomerInfo( frm.mlist, frm.htData["MainClientNumber"].ToString().Trim() ); if ( this.plBaoBei.Visible ) { this.SetCusChildrenInfo( frm.mlist.Find( c => c.Cus_Type == "儿童" && String.IsNullOrEmpty( c.Cus_Telephone ) ) ); } } } } } /// /// 重新加载所有套系名称 /// void LoadAllPackagesName() { LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { LYFZ.BLL.BLL_ErpPackages.LoadAllPackagesName(); } ); } /// /// 重新加载所有类别 /// void LoadAllSystemCategory() { LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { LYFZ.BLL.WageStatisticsProcess.LoadAllSystemCategory(); } ); } /// /// 设置客户来源 /// /// /// private void LkSetClientSource_Click( object sender, EventArgs e ) { LYFZ.Software.MainBusiness.InitialSet.FrmSystemSet frm = new InitialSet.FrmSystemSet(); frm.TypeName = BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.客户来源 ).ToUpper(); frm.IsLoadAllCategory = false; if ( frm.ShowDialog() == DialogResult.OK ) { LoadAllSystemCategory(); this.BindClientSource(); } } /// /// 客户来源其它选项 选择事件 /// /// /// private void RdoOther_CheckedChanged( object sender, EventArgs e ) { this.cmbtreevClientSource.Enabled = this.rdoOther.Checked; if ( !this.rdoOther.Checked ) { this.cmbtreevClientSource.SetTextAndTag_ValueNull(); } } /// /// 自定义提成信息数据 /// string customCommissionData = ""; /// /// 选择接单人 /// /// /// private void LkSelectOrderPerson_Click( object sender, EventArgs e ) { customCommissionData = new LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses().txtOrdersPerson( this.txtOrderPerson, this.customCommissionData ); // this.ordersPersonList } /// /// 隐藏订单标注 /// /// /// private void LbHideBiaoZhu_Click( object sender, EventArgs e ) { this.plBiaoZhiu.Hide(); } /// /// 显示订单标注 /// /// /// private void PictAnnotation_Click( object sender, EventArgs e ) { this.plBiaoZhiu.Show(); } /// /// 关闭窗体 /// /// /// private void BtnOrderClose_Click( object sender, EventArgs e ) { this.Close(); } /// /// 测试时 打开旧版开单页 /// /// /// private void LblOpenType_Click( object sender, EventArgs e ) { //this.OpenLoadOrderData("HS17051700005"); //BindOrderData(); // BindShowControls(); // return; //LYFZ.Software.MainBusiness.DoorCityProcess.OnSingleFormMain01 frm = new OnSingleFormMain01(); //frm.EnumLoadFormType = OnSingleFormMain01.LoadFormType.开单选择; //frm.OrdType = this.OrderType; //frm.IsShowUcNavigationTool = false; //frm.StartPosition = System.Windows.Forms.FormStartPosition.Manual; //frm.Show(); } LYFZ.EnumPublic.OrderType _OrdType = EnumPublic.OrderType.写真订单; /// /// 订单类型 /// public LYFZ.EnumPublic.OrderType OrderType { get { return _OrdType; } set { _OrdType = value; } } bool isSelectPhoto = false; /// /// 是否是从选片界面进入的修改订单 /// public bool IsSelectPhoto { get => isSelectPhoto; set => isSelectPhoto = value; } string _OrderNumber = ""; /// /// 当前订单号 /// public string OrderNumber { get { return _OrderNumber.Trim(); } set { _OrderNumber = value; } } /// /// 是否为新开订单 /// bool IsNewOrder { get { return String.IsNullOrEmpty( this.OrderNumber ); } } /// /// 接单人信息 /// List ordersPersonList = new List(); /// /// 客户组 /// LYFZ.Model.Model_ErpCustomerGroup customerGroup = new Model.Model_ErpCustomerGroup(); /// /// 客户组成员集合 /// List customerGroupMembersList = new List(); /// /// 客户成员信息集合 /// List customerList = new List(); /// /// 主要联系人成员表信息对象 /// LYFZ.Model.Model_ErpCustomerGroupMembers mainCusGroupMember = new Model.Model_ErpCustomerGroupMembers(); /// /// 当前主要联系人信息对象 /// LYFZ.Model.Model_ErpCustomer mainCusModel = new Model.Model_ErpCustomer(); /// /// 宝宝成员表信息对象 /// LYFZ.Model.Model_ErpCustomerGroupMembers childGroupMember = new Model.Model_ErpCustomerGroupMembers(); /// /// 当前宝宝信息对象 /// LYFZ.Model.Model_ErpCustomer childModel = new Model.Model_ErpCustomer(); /// /// 介绍人 /// LYFZ.Model.Model_ErpCustomer customerFriends = new Model.Model_ErpCustomer(); /// /// (介绍人)会员卡信息对象 /// LYFZ.Model.Model_ErpMemberCard memberCardModelFriends = new Model.Model_ErpMemberCard(); /// /// (介绍人)会员副卡信息对象 /// LYFZ.Model.Model_ErpMemberCardViceCard modelViceCardFriends = new Model.Model_ErpMemberCardViceCard(); /// /// 当前订单消费的返现副卡信息 /// LYFZ.Model.Model_ErpMemberCardBackCashSet modelCashSet = new Model.Model_ErpMemberCardBackCashSet(); /// /// 会员卡信息对象 /// LYFZ.Model.Model_ErpMemberCard memberCardModel = new Model.Model_ErpMemberCard(); /// /// 会员副卡信息对象 /// LYFZ.Model.Model_ErpMemberCardViceCard modelViceCard = new Model.Model_ErpMemberCardViceCard(); /// /// 订单数码表 儿童订单时一个订单对应数码表多条数据(每条数据表示一个阶段)、其它订单时一个订单只对应一条数据 /// List orderDigitalList = new List(); /// /// 订单摄影表 儿童订单时一个阶段对应一条数据,其它订单时一条数码数据对应多条数据(多个景点) /// List photographyList = new List(); /// /// 订单商品集合 /// List orderProductList = new List(); /// /// 订单服务集合 /// List orderWeddingServiceList = new List(); /// /// 订单景店数据 /// DataTable OrderSightsDataTable = null; /// /// 儿童订单 成长阶段数据 /// DataTable OrderStagesDataTable = null; /// /// 订单商品数据 /// DataTable OrderProductDataTable = null; /// /// 订单服务数据 /// DataTable OrderServiceDataTable = null; #region 打开订单操作 /// /// 当前打开的订单是否为意向订单 /// bool isCurrentOpentIntentOrder = false; /// /// 加载订单数据 /// bool LoadOrderData( string loadOrderNumber ) { this.OrderNumber = loadOrderNumber; if ( !String.IsNullOrEmpty( loadOrderNumber ) ) { LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { backgroundWorker.ReportProgress( 0, "正在加载订单数据..." ); this.currentOrderModel = this.orderBll.GetModel( this.OrderNumber ); } ); this.newTempOrd_SeriesName = this.currentOrderModel.Ord_SeriesName; this.cmbtreevStoreName.TagFindText(this.currentOrderModel.Ord_DividedShop); List mlist = LYFZ.BLL.BLL_ErpUser.GetGroupRights("retailProcess", "CSA003"); if(!mlist.Contains(this.currentOrderModel.Ord_DividedShop)) { mlist.Add(this.currentOrderModel.Ord_DividedShop); } List deleTreeNodes = new List(); foreach(TreeNode trNode in cmbtreevStoreName.TreeView.Nodes) { if(!mlist.Contains(trNode.Tag.ToString_s())) { deleTreeNodes.Add(trNode); } } foreach(TreeNode trNode in deleTreeNodes) { cmbtreevStoreName.TreeView.Nodes.Remove(trNode); } if ( currentOrderModel.ID > 0 ) { if ( this.currentOrderModel.Ord_Class == "0" ) { isCurrentOpentIntentOrder = true; this.btnSaveIntent.Show(); } else { isCurrentOpentIntentOrder = false; this.btnSaveIntent.Hide(); } this.OrderType = (LYFZ.EnumPublic.OrderType)Enum.Parse( typeof( LYFZ.EnumPublic.OrderType ), currentOrderModel.Ord_Type ); this.orderProductControl.OrdType = this.OrderType; this.orderServiceControl.OrdType = this.OrderType; } else { MessageBoxCustom.Show( String.Format( "没有找到订单号“{0}”的订单数据,或该订单已被删除。", this.OrderNumber ) ); return false; } } BindShowControls(); return true; } /// /// 加载订单明细数据 /// void LoadOrderDataDetails() { this.ClearFriendIntroduction(); this.customerList.Clear(); this.ordersPersonList.Clear(); this.customerGroupMembersList.Clear(); this.OrderStagesDataTable = null; this.OrderSightsDataTable = null; this.OrderProductDataTable = null; this.OrderServiceDataTable = null; this.orderWeddingServiceList.Clear(); this.customerGroup = new Model.Model_ErpCustomerGroup(); this.customerFriends = new Model.Model_ErpCustomer(); this.modelCashSet = new Model.Model_ErpMemberCardBackCashSet(); this.memberCardModelFriends = new Model.Model_ErpMemberCard(); this.orderDigitalList.Clear(); this.photographyList.Clear(); this.orderProductList.Clear(); this.ClearCustomerControls(); if ( currentOrderModel.ID > 0 ) { List doubleList = new List(); LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { backgroundWorker.ReportProgress( 0, "正在加载订单数据..." ); DateTime starTime = DateTime.Now; // if (this.OrderType == EnumPublic.OrderType.儿童订单) this.OrderStagesDataTable = LYFZ.DAL.DAL_ErpOrder.GetOrderStagesDataTable( this.OrderNumber ); this.OrderSightsDataTable = LYFZ.DAL.DAL_ErpOrder.GetOrderSightsDataTable( this.OrderNumber ); this.OrderProductDataTable = LYFZ.DAL.DAL_ErpOrder.GetOrderProductDataTable( this.OrderNumber ); this.OrderServiceDataTable = LYFZ.DAL.DAL_ErpOrder.GetOrderServiceDataTable( this.OrderNumber ); doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); starTime = DateTime.Now; this.orderWeddingServiceList = this.weddingServiceBll.GetModelList( String.Format( "Ws_Number='{0}'", this.OrderNumber ) ); doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); starTime = DateTime.Now; this.orderProductList = this.orderBll.GetOrderProductList( this.OrderNumber, DAL.OrderProductType.制作商品 ); doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); starTime = DateTime.Now; this.ordersPersonList = ordersPersonBll.GetModelList( String.Format( "OrdPe_OrderNumber = '{0}'", this.OrderNumber ), "OrdPe_Type ASC" ); doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); starTime = DateTime.Now; this.customerGroup = customerGroupBll.GetModelByEntity( "GP_OrderNumber", this.OrderNumber ); doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); starTime = DateTime.Now; if ( customerGroup.ID > 0 ) { if ( !String.IsNullOrEmpty( customerGroup.GP_IntroducerCustomerID ) ) { this.customerFriends = customerBll.GetModel( "Cus_CustomerNumber", customerGroup.GP_IntroducerCustomerID ); if ( this.customerFriends.ID > 0 ) { this.memberCardModelFriends = memberCardBll.GetModel( "Mc_CustomerNumber", this.customerFriends.Cus_CustomerNumber ); } modelCashSet = cardBackCashSetBll.GetModel( "Mcb_OrderNumber", this.OrderNumber ); if ( modelCashSet.ID > 0 ) { this.modelViceCardFriends = cardViceCardBll.GetModel( "Mvc_ViceNumber", modelCashSet.Mcb_ViceNumber ); } } this.customerGroupMembersList = customerGroupMembersBll.GetModelList( String.Format( "GM_CustomerGroupID = '{0}'", customerGroup.GP_CustomerGroupID ) ); StringBuilder tempCusIDs = new StringBuilder(); foreach ( LYFZ.Model.Model_ErpCustomerGroupMembers cusGroupMember in customerGroupMembersList ) { tempCusIDs.Append( String.Format( "'{0}',", cusGroupMember.GM_CustomerID ) ); } doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); starTime = DateTime.Now; this.customerList = customerBll.GetModelList( String.Format( "Cus_CustomerNumber in ({0})", tempCusIDs.ToString().Trim( ',' ) ) ); doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); starTime = DateTime.Now; } starTime = DateTime.Now; this.orderDigitalList = orderDigitalBll.GetModelList( String.Format( "Ordv_Number='{0}'", this.currentOrderModel.Ord_Number ), "Ordv_DigitalNumber asc" ); doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); starTime = DateTime.Now; this.photographyList = photographyBll.GetModelList( String.Format( "Ordpg_Number='{0}'", this.currentOrderModel.Ord_Number ) ); doubleList.Add( LYFZ.WinAPI.CustomPublicMethod.ExecDateDiff( starTime, DateTime.Now ) ); } ); } } /// /// 清除介绍人信息 /// void ClearFriendIntroduction() { this.memberCardModelFriends = new Model.Model_ErpMemberCard(); this.modelViceCardFriends = new Model.Model_ErpMemberCardViceCard(); this.rdoFriends.Text = this.rdoFriends.Tag.ToString(); this.toolTipMsg.SetToolTip( this.rdoFriends, "" ); this.customerFriends = new Model.Model_ErpCustomer(); } /// /// 设置朋友介绍信息显示 /// void SetFriendIntroduction() { string StrCardType = "";//主卡等级 用于 SetToolTip 提示 string StrCardTypeShow = ""; //主卡等级 用于显示到控到Text if ( this.memberCardModelFriends.ID > 0 && !String.IsNullOrEmpty( this.memberCardModelFriends.Mc_CradNumber.Trim() ) ) { StrCardType = String.Format( " 主卡等级:{0}", this.memberCardModelFriends.Mc_CardType.Trim() ); if ( this.memberCardModelFriends.Mc_CardType.Trim() != "无" ) { StrCardTypeShow = "-" + this.memberCardModelFriends.Mc_CardType.Trim(); } } if ( this.customerFriends.ID > 0 ) { //如果使用了副卡时 if ( this.modelViceCardFriends.ID > 0 ) { this.rdoFriends.Text = String.Format( "{0}({1}{2}-副卡)", this.rdoFriends.Tag.ToString(), this.customerFriends.Cus_Name.Trim(), StrCardTypeShow ); this.toolTipMsg.SetToolTip( this.rdoFriends, String.Format( "朋友介绍(介绍人:{0}{1};副卡卡号:{2})", this.customerFriends.Cus_Name, StrCardType, this.modelViceCardFriends.Mvc_ViceCardNumber ) ); } else { this.rdoFriends.Text = String.Format( "{0}({1}{2})", this.rdoFriends.Tag.ToString(), this.customerFriends.Cus_Name.Trim(), StrCardTypeShow ); this.toolTipMsg.SetToolTip( this.rdoFriends, String.Format( "朋友介绍(介绍人:{0}{1})", this.customerFriends.Cus_Name, StrCardType ) ); } } } /// /// 清除客户控件 /// void ClearCustomerControls() { this.ClearChildrenInfo(); List delUcustomerList = new List(); foreach ( Control control in this.flKeFuZhiNiaoBlock.Controls ) { ///成人客户信息 if ( control is UCustomerInfo ) { UCustomerInfo tmpCus = (UCustomerInfo)control; if ( tmpCus.IsMainCustomer ) { tmpCus.ClearCustomerInfo(); } else { delUcustomerList.Add( tmpCus ); } } } foreach ( UCustomerInfo ucus in delUcustomerList ) { ucus.PictDelete_Click( null, null ); } } /// /// 绑定客户信息 /// void BindCustomerInfo() { if ( this.customerGroup.ID > 0 ) { //主要联系人 this.mainCusGroupMember = customerGroupMembersList.Find( c => c.GM_Master == 1 ); this.mainCusModel = customerList.Find( c => c.Cus_CustomerNumber == this.mainCusGroupMember.GM_CustomerID ); if (this.mainCusModel != null) { //设置婚期 if (String.IsNullOrEmpty(this.mainCusModel.Cus_DayForMarriage)) { this.mskMarriage.StrValue = ""; } else { this.mskMarriage.StrValue = this.mainCusModel.Cus_DayForMarriage; } } else { this.mskMarriage.StrValue = ""; } if (this.mainCusModel != null) this.chkMarriage.Checked = LYFZ.Command.Command_Validate.DateLunar( this.mainCusModel.Cus_DayForMarriageLunar ); //设置宝宝资料 //宝宝 this.childGroupMember = customerGroupMembersList.Find( c => c.GM_CustomerID == c.GM_RelatedPersonID ); this.SetCusChildrenInfo( customerList.Find( c => c.Cus_CustomerNumber == this.childGroupMember.GM_CustomerID ) ); //主要联系人资料 if (this.mainCusModel != null) this.uMainCusInfo.SetCustomerInfo( this.customerGroup, this.mainCusGroupMember, this.mainCusModel ); //其它联系人 UCustomerInfo newCusInfo = null; foreach ( LYFZ.Model.Model_ErpCustomerGroupMembers gMember in customerGroupMembersList ) { if ( gMember.GM_CustomerID != this.mainCusGroupMember.GM_CustomerID && gMember.GM_CustomerID != this.childGroupMember.GM_CustomerID ) { LYFZ.Model.Model_ErpCustomer tempCustomer = customerList.Find( c => c.Cus_CustomerNumber == gMember.GM_CustomerID ); if ( tempCustomer != null && tempCustomer.ID > 0 ) { if ( newCusInfo == null ) { newCusInfo = uMainCusInfo.AddClientToParentControls(); } else { newCusInfo = newCusInfo.AddClientToParentControls(); } UCustomerInfo.RefreshParentHeight( this.flKeFuZhiNiaoBlock ); newCusInfo.SetCustomerInfo( this.customerGroup, gMember, tempCustomer ); } } } } } /// /// 套系升级日志 /// string SetOfSystemUpgradeLog = ""; /// /// 套系升级 /// /// /// private void LbTaoXiShenJi_Click( object sender, EventArgs e ) { if ( MessageBoxCustom.Show( "你确定要升级套系吗?", msgBoxButton: MessageBoxButtons.YesNo ) == DialogResult.Yes ) { this.cmbtreevTaoXiName.Enabled = true; } } /// /// 设置套系升级方案 /// /// void SetTaoXiShenJiJiLu( bool isShow = true ) { if ( isShow ) { this.lbTaoXiShenJiJiLu.Show(); } else { this.lbTaoXiShenJiJiLu.Hide(); } this.toolTipMsg.SetToolTip( this.lbTaoXiShenJiJiLu, String.Format( "升级前旧套系名称为:{0} 套系价格为:{1}元", currentOrderModel.Ord_OldSeriesName, currentOrderModel.Ord_OldSeriesPrice.ToString( "n2" ) ) ); } /// /// 绑定订单数据 /// void BindOrderData() { this.lbTaoXiShenJiJiLu.Hide(); this.lbTaoXiShenJi.Hide(); if ( currentOrderModel.ID > 0 ) { #region 如果套系升过级时 显示旧套系信息处理 if ( !String.IsNullOrEmpty( currentOrderModel.Ord_OldSeriesCode ) ) { this.SetTaoXiShenJiJiLu( true ); } #endregion #region 如果套系已有景点拍照OK,且需要修改套系时,显示套系升级按钮 if ( this.photographyList != null && this.photographyList.Count > 0 ) { if ( this.photographyList.Any( p => p.Ordpg_PhotographyStatus == "1" || p.Ordpg_PhotographyStatus == "2" ) ) { this.cmbtreevTaoXiName.Enabled = false; if ( BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.SeriesUpgrade ) { this.lbTaoXiShenJi.Show(); } } } #endregion #region 接单人信息处理 this.customCommissionData = this.currentOrderModel.Ord_CommissionRatio; string OrdersPersonString = String.Join( ",", ordersPersonList ); string PersonTypeString = "0".PadRight( ordersPersonList.Count, '1' ).Replace( "1", ",1" ); this.txtOrderPerson.Text = LYFZ.DAL.DAL_ErpUser.GetUserIDToUserName( OrdersPersonString, ',' ); this.txtOrderPerson.Tag = String.Format( "{0}|{1}", OrdersPersonString, PersonTypeString ); #endregion #region 客户来源处理 switch ( this.currentOrderModel.Ord_CustomerSource.Trim() ) { case "朋友介绍": #region 介绍人显示处理 this.rdoFriends.Checked = true; this.SetFriendIntroduction(); #endregion break; case "老客户": this.rdoOldClient.Checked = true; break; case "爱婴跟踪客户": this.rdoHospitalClient.Checked = true; break; default: this.rdoOther.Checked = true; this.cmbtreevClientSource.Enabled = true; this.cmbtreevClientSource.TextFindTag( this.currentOrderModel.Ord_CustomerSource.Trim() ); break; } #endregion #region 喜爱格调处理 if ( this.currentOrderModel.Ord_LovedStyle.Trim() != "" ) { List styleValueList = new List(); styleValueList.AddRange( this.currentOrderModel.Ord_LovedStyle.Trim().Split( '|' ) ); this.SetCheckedSelectStyle( styleValueList, true ); } #endregion #region 客户资料处理 if ( this.customerGroup.ID > 0 ) { this.BindCustomerInfo(); } #endregion #region 订单资料处理 #region 基本资料 //订单号 this.txtSysTempOrderNumber.Text = this.currentOrderModel.Ord_Number; this.txtSinceOrderNumber.Text = this.currentOrderModel.Ord_SinceOrderNumber; if ( this.currentOrderModel.Ord_Number.ToLower() == this.currentOrderModel.Ord_SinceOrderNumber.ToLower() ) { this.plZhiDingYiDianHao.Hide(); } else { this.plZhiDingYiDianHao.Show(); } //套系资料 this.cmbtreevOrderClass.TextFindTag( this.currentOrderModel.Ord_OrderClass.Trim() );//订单类别 this.cmbtreevTaoXiName.TextFindTag( this.currentOrderModel.Ord_OrderClass.Trim() );//订单套系 string orderSeriesName = this.currentOrderModel.Ord_SeriesName.Trim(); if ( String.IsNullOrEmpty( orderSeriesName ) ) { orderSeriesName = this.currentOrderModel.Ord_PhotographyCategory.Trim(); } this.cmbtreevTaoXiName.TextFindTag( orderSeriesName );//套系名称 this.numTaoXiJiaGe.Value = (this.currentOrderModel.Ord_SeriesPrice - this.currentOrderModel.Ord_PackagePrice);//this.currentOrderModel.Ord_SeriesPrice;//套系价格 //礼包 this.cmbtreevPackageName.TextFindTag( this.currentOrderModel.Ord_PackageName ); this.numLiBaoJiaGe.Value = this.currentOrderModel.Ord_PackagePrice > 0 ? this.currentOrderModel.Ord_PackagePrice : 0; //订单相片 非儿童订单时的 入底、入册 if ( this.OrderType != EnumPublic.OrderType.儿童订单 ) { if ( this.orderDigitalList.Count > 0 ) { LYFZ.Model.Model_ErpOrderDigital tempDigital = this.orderDigitalList.First(); //礼包入底、入册 this.numIntoRegisterPackage.Value = tempDigital.Ordv_IntoRegisterQuantityPackage; this.numIntoBottomPackage.Value = tempDigital.Ordv_IntoBottomQuantityPackage; //订单入底、入册 this.numIntoRegister.Value = tempDigital.Ordv_IntoRegisterQuantity - tempDigital.Ordv_IntoRegisterQuantityPackage; this.numIntoBottom.Value = tempDigital.Ordv_IntoBottomQuantity; if ( tempDigital.Ordv_IntoBottomQuantity > 0 ) { this.numIntoBottom.Value = tempDigital.Ordv_IntoBottomQuantity - tempDigital.Ordv_IntoBottomQuantityPackage; } } else { this.numIntoRegister.Value = 0; this.numIntoBottom.Value = 0; this.numIntoRegisterPackage.Value = 0; this.numIntoBottomPackage.Value = 0; } } //酒店信息 this.txtHotelInfo.Text = this.currentOrderModel.Ord_HotelInfo; //订单备注 this.txtOrderRemarks.Text = this.currentOrderModel.Ord_Remark; //订单套系标注 this.txtBiaoZhu.Text = this.currentOrderModel.Ord_OrderAnnotation; if ( !String.IsNullOrEmpty( this.currentOrderModel.Ord_OrderAnnotation ) ) { this.plBiaoZhiu.Show(); } else { this.plBiaoZhiu.Hide(); } #endregion #region 订单 景点、商品、服务 信息处理 bool IsActivity = this.GetIsActivity(); if ( this.orderSightsControl.Parent != null ) { this.orderSightsControl.OrderPhotographyList = photographyList; this.orderSightsControl.OrderDigitalList = orderDigitalList; this.orderSightsControl.CurrentOrderModel = this.currentOrderModel; this.orderSightsControl.IsActivityTaoXi = IsActivity; this.orderSightsControl.SetOrderSightsValue( this.currentOrderModel.Ord_SeriesName, this.OrderSightsDataTable ); } if ( this.orderStagesControl.Parent != null ) { this.orderStagesControl.OrderPhotographyList = photographyList; this.orderStagesControl.OrderDigitalList = orderDigitalList; this.orderStagesControl.CurrentOrderModel = this.currentOrderModel; this.orderStagesControl.IsActivityTaoXi = IsActivity; this.orderStagesControl.SetOrderStagesValue( this.currentOrderModel.Ord_SeriesName, this.OrderStagesDataTable ); } try { if ( this.orderServiceControl.Parent != null ) { this.orderServiceControl.OrderPhotographyList = photographyList; this.orderServiceControl.OrderDigitalList = orderDigitalList; this.orderServiceControl.CurrentOrderModel = this.currentOrderModel; this.orderServiceControl.OrderWeddingServiceList = this.orderWeddingServiceList; this.orderServiceControl.SetOrderServiceValue( IsActivity, this.currentOrderModel.Ord_SeriesName, this.OrderServiceDataTable ); } if ( this.orderProductControl.Parent != null ) { this.orderProductControl.OrderPhotographyList = photographyList; this.orderProductControl.OrderDigitalList = orderDigitalList; this.orderProductControl.CurrentOrderModel = this.currentOrderModel; this.orderProductControl.OrderProductList = this.orderProductList; this.orderProductControl.SetOrderProductValue( IsActivity, this.currentOrderModel.Ord_SeriesName, this.OrderProductDataTable ); } } catch ( Exception ex ) { MessageBoxCustom.Show( ex.Message + ",原因:可能是“tb_ErpOrderProductList”商品唯一标识重复" ); } #endregion #endregion } } #endregion /// /// 打开指定订单数据 /// /// bool OpenLoadOrderData( string loadOrderNumber ) { if ( !this.LoadOrderData( loadOrderNumber ) ) { return false; } else { LoadOrderDataDetails(); } return true; } /// /// 窗体加载时 /// /// /// private void FrmNewOrder_Load( object sender, EventArgs e ) { //如果有传入订单号,为修改订单时,加载订单数据 if ( !IsNewOrder ) { LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindGroupStoreName(this.cmbtreevStoreName, IsShowAllText: false, bHideMainOpenForm: false); //this.cmbtreevStoreName.Enabled = false; if ( !this.OpenLoadOrderData( this.OrderNumber ) ) { this.Close(); return; } } else { LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindGroupStoreName(this.cmbtreevStoreName, StrGroupKeyCode: "retailProcess", StrKeyCode: "CSA003", IsShowAllText: false, bHideMainOpenForm: false); BindShowControls(); } } /// /// 绑定显示控件 /// void BindShowControls() { this.Text = String.Format( "{0}", this.OrderType.ToString() ); if ( this.OrderType == EnumPublic.OrderType.婚纱订单 ) { uMainCusInfo.UCustomerAddMaximum = 2; } if ( this.OrderType == EnumPublic.OrderType.儿童订单 ) { uMainCusInfo.IsChildCustomer = true; this.uMainCusInfo.SetShowRelation( true ); } else { uMainCusInfo.IsChildCustomer = false; this.uMainCusInfo.SetShowRelation( false ); } AddUCustomerInfo( uMainCusInfo ); AddOrderControls( this.OrderType ); this.btnPrint.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.Print ); this.lbStyle.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.OrderLoveStyleSet ); this.lkSetClientSource.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.OrderClientSourceSet ); this.lbSetOrderClass.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.OrderClsssSet ); this.lbSetTaoXiName.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.OrderPackagesNameSet ); //如果是新开订单 要隐藏订单详情页 if ( IsNewOrder ) { this.tbQiTaXiangQing.Parent = null; if ( LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.OrderAutoOpenMemberCard ) { this.chkTransactmemberCard.Show(); this.chkTransactmemberCard.Checked = true; } else { this.chkTransactmemberCard.Show(); this.chkTransactmemberCard.Checked = false; } this.lkYiXiangClient.Show(); this.SetDingDanQianZhuiShow( GetOrderCustomPrefix( this.OrderType ), true ); } else { //保存为意向订单 this.btnSaveIntent.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.StoresOPenSingle, LYFZ.CustomAttributes.OperatingAuthority.ModifyOrder ); this.chkTransactmemberCard.Hide(); this.lkYiXiangClient.Hide(); this.SetDingDanQianZhuiShow( GetOrderCustomPrefix( this.OrderType ), false ); } SystemSpecterTypeSet(); SetOrderTypeShow( this.OrderType ); SetCustomOrderNumber(); } /// /// 当前锁定订单时的客户端ID /// string LockOrderClientMarkID = ""; /// /// 锁定订单 /// void LockOrderUpdate() { if (!IsSelectPhoto) { if (this.currentOrderModel.ID > 0) { if (orderBll.LockOrderUpdate(this.currentOrderModel.ID)) { this.LockOrderClientMarkID = HPSocketCS.Extended.CommonLibrary.ClientMarkID; } } } } /// /// 窗体首次显示时 /// /// /// private void FrmNewOrder_Shown( object sender, EventArgs e ) { if (LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.SoftwareInfo.SalesType == (int)EnumPermissions.SalesType.铂金版) { if(LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.OpenOrderChangeShop) { cmbtreevStoreName.Visible = true; labelEx9.Visible = true; } else { cmbtreevStoreName.Visible = false; labelEx9.Visible = false; } } else { cmbtreevStoreName.Visible = false; labelEx9.Visible = false; } this.Activate(); List tbStyleList = new List(); // 当前订单是否被锁定 bool isLockOrder = false; LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker ) { backgroundWorker.ReportProgress( 0, "正在初始化..." ); LYFZ.BLL.WageStatisticsProcess.LoadAllSystemCategory(); tbStyleList = styleBll.GetModelList( "1=1" ); LYFZ.BLL.BLL_ErpPackages.LoadAllPackagesName(); if (!IsSelectPhoto) { if (this.currentOrderModel.ID > 0 && LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.EnableOrderLockFeature) { isLockOrder = orderBll.CheckOrderLock(this.currentOrderModel.ID); } } } ); if ( LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.EnableOrderLockFeature ) { if ( isLockOrder ) { this.btnSave.Enabled = false; if ( MessageBoxCustom.Show( String.Format( "当前订单已被其他人员锁定,你不能修改此订单。\r\n当有人正在修改订单或选片时,订单会被锁定。\r\n如果要强制解锁请选“是”进行解锁订单" ), msgBoxButton: MessageBoxButtons.YesNo ) == DialogResult.Yes ) { LYFZ.Software.MainBusiness.DoorCityProcess.SuperSmallForm.AuthorizeLoginSuperSmallForm frm = new MainBusiness.DoorCityProcess.SuperSmallForm.AuthorizeLoginSuperSmallForm( null, CustomAttributes.OperatingAuthority.ErrorPrivilegeValue, 2 ); frm.StrWindowText = "解锁订单授权"; if ( frm.ShowDialog() == System.Windows.Forms.DialogResult.OK ) { // if (!LYFZ.BLL.BLL_ErpUser.CheckAdministrator(frm.User_BelongRoles)) if ( !LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.OtherPermissionsSet, LYFZ.CustomAttributes.OperatingAuthority.UnlockOrderLock ) ) { string msg = "授权失败,没有权限强制解锁订单"; frm.SetAuthorizationResult( msg ); MessageBoxCustom.Show( msg ); } else { this.btnSave.Enabled = true; LockOrderUpdate(); frm.SetAuthorizationResult(); } } } } else { LockOrderUpdate(); } } //绑定喜爱风格 BindStyleList( tbStyleList ); //绑定客户来源 BindClientSource(); //绑定订单类别 BindOrderClass(); //绑定套系名称 BindTaoXiMing(); //绑定礼包 BindLiBao(); //绑定订单数据 BindOrderData(); RefreshNumericUpDownEx(); } #region 初始化控件操作 /// /// 根据开单类型 添景点(阶段)、商品和服务控件 /// /// void AddOrderControls( LYFZ.EnumPublic.OrderType _oType ) { this.flPanelDingDanZhiLiao.Height = 1115; switch ( _oType ) { case EnumPublic.OrderType.婚纱订单: AddOrderSightsControls(); break; case EnumPublic.OrderType.儿童订单: AddOrderStagesControls(); break; case EnumPublic.OrderType.写真订单: AddOrderSightsControls(); break; case EnumPublic.OrderType.婚庆订单: this.flPanelDingDanZhiLiao.Height = 850; break; case EnumPublic.OrderType.服务订单: this.flPanelDingDanZhiLiao.Height = 850; break; } AddOrderProductControls(); AddOrderServiceControls(); } /// /// 添加拍摄阶段 /// void AddOrderStagesControls() { this.orderStagesControl.Width = 890; if ( this.orderStagesControl.Parent == null ) { this.flPanelDingDanZhiLiao.Controls.Add( this.orderStagesControl ); this.orderStagesControl.OrderProductEx = this.orderProductControl; this.orderStagesControl.OrderServiceEx = this.orderServiceControl; } if ( this.orderSightsControl.Parent != null ) { this.flPanelDingDanZhiLiao.Controls.Remove( this.orderSightsControl ); } this.orderProductControl.SendToBack(); this.orderServiceControl.SendToBack(); this.orderProductControl.Refresh(); this.orderServiceControl.Refresh(); this.flPanelDingDanZhiLiao.Refresh(); } /// /// 添加订单景点 /// void AddOrderSightsControls() { this.orderSightsControl.Width = 890; if ( this.orderSightsControl.Parent == null ) { this.flPanelDingDanZhiLiao.Controls.Add( this.orderSightsControl ); } if ( this.orderStagesControl.Parent != null ) { this.flPanelDingDanZhiLiao.Controls.Remove( this.orderStagesControl ); } this.orderProductControl.SendToBack(); this.orderServiceControl.SendToBack(); this.orderProductControl.Refresh(); this.orderServiceControl.Refresh(); this.flPanelDingDanZhiLiao.Refresh(); } /// ///添加订单商品 /// void AddOrderProductControls() { this.orderProductControl.Width = 890; this.orderProductControl.OrdType = this.OrderType; if ( this.orderProductControl.Parent == null ) { this.flPanelDingDanZhiLiao.Controls.Add( this.orderProductControl ); } } /// /// 添加订单服务 /// void AddOrderServiceControls() { this.orderServiceControl.Width = 890; this.orderServiceControl.OrdType = this.OrderType; if ( this.orderServiceControl.Parent == null ) { this.flPanelDingDanZhiLiao.Controls.Add( orderServiceControl ); } } /// /// 添加客户控件 /// /// void AddUCustomerInfo( UCustomerInfo ucusInfo ) { ucusInfo.AddClientToParentControls( this.flKeFuZhiNiaoBlock ); UCustomerInfo.RefreshParentHeight( this.flKeFuZhiNiaoBlock ); } #endregion; /// /// 刷新NumericUpDownEx显示 /// void RefreshNumericUpDownEx() { this.numTaoXiJiaGe.Refresh(); this.numIntoBottom.Refresh(); this.numIntoRegister.Refresh(); this.numLiBaoJiaGe.Refresh(); this.numIntoBottomPackage.Refresh(); this.numIntoRegisterPackage.Refresh(); } /// /// 绑定礼包 /// void BindLiBao() { FinancialManagement.frmEditStatisticsProgram.BindTreeView_SystemCategory( BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.订单礼包 ).ToUpper(), this.cmbtreevPackageName.TreeView, isExpandAll: false, IsFirstNodeNull: true, codeType: BLL.SysTemCategoryCodeType.订单礼包 ); FinancialManagement.frmEditStatisticsProgram.RemoveInvalidTaoXi( this.cmbtreevPackageName.TreeView ); } /// /// 绑定套系名称 /// void BindTaoXiMing() { FinancialManagement.frmEditStatisticsProgram.BindTreeView_SystemCategory( BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.套系名称 ).ToUpper(), this.cmbtreevTaoXiName.TreeView, isExpandAll: false, codeType: BLL.SysTemCategoryCodeType.套系名称 ); FinancialManagement.frmEditStatisticsProgram.RemoveInvalidTaoXi( this.cmbtreevTaoXiName.TreeView ); } /// /// 绑定订单类别 /// void BindOrderClass() { FinancialManagement.frmEditStatisticsProgram.BindTreeView_SystemCategory( BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.订单类别 ).ToUpper(), this.cmbtreevOrderClass.TreeView, isExpandAll: false ); } /// /// 绑定客户来源 /// void BindClientSource() { FinancialManagement.frmEditStatisticsProgram.BindTreeView_SystemCategory( BLL.BLL_ErpSystemCategory.GetSysTemCategoryCode( BLL.SysTemCategoryCodeType.客户来源 ).ToUpper(), this.cmbtreevClientSource.TreeView, isExpandAll: false, ExclusionsList: "BFACBABGBGBJGDHIE,BFAFBCBADBDCABFDD,AAAAABT" ); } /// /// 设置是否显示自定义单号 /// void SetCustomOrderNumber() { if ( LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.IsCustomOrderNumber ) { this.plZhiDingYiDianHao.Show(); } else { this.plZhiDingYiDianHao.Hide(); } } /// /// 根据销售版本类型设置显示隐藏相关控件 /// void SystemSpecterTypeSet() { ///保存意向订单的版本权限 List hideControl = new List(); //LYFZSS.SystemSpecterPossessed.ISystemSpecterPossessed.GetMySystemSpecter = LYFZSS.SystemSpecterType.SST_D; hideControl.Add( this.btnSaveIntent ); LYFZ.Software.MainBusiness.VersionControl.StaticVersion.BindVersionShowHideControl( VersionControl.VersionFunctionEnum.开单保存意向订单, hideControl, null, null ); ///自动开会员版本权 hideControl = new List(); hideControl.Add( this.chkTransactmemberCard ); LYFZ.Software.MainBusiness.VersionControl.StaticVersion.BindVersionShowHideControl( VersionControl.VersionFunctionEnum.开单自动开会员, hideControl, null, null ); if ( LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetBusinessType() == EnumPermissions.BusinessType.婚纱版 ) { this.rdoHospitalClient.Hide(); } else { if ( this.OrderType == EnumPublic.OrderType.婚纱订单 ) { this.rdoHospitalClient.Hide(); } else { this.rdoHospitalClient.Show(); } } } /// /// 控制是否显示套系礼包功能 /// void ShowLiBaoMain() { if ( LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.GiftsPacksSetsofLines ) { this.plLiBaoMain.Show(); } else { this.plLiBaoMain.Hide(); } } /// /// 根据订单类型设置对应订单控件 /// /// void SetOrderTypeShow( LYFZ.EnumPublic.OrderType _oType ) { switch ( _oType ) { case EnumPublic.OrderType.婚纱订单: this.plHunQi.Show(); this.plBaoBei.Hide(); this.plStyleMain.Show(); this.plTaoXiMingCheng.Show(); this.plDingDanXiangPian.Show(); this.plJiuDianXingXi.Hide(); this.plLiBaoRuDiRuChe.Show(); this.ShowLiBaoMain(); break; case EnumPublic.OrderType.儿童订单: this.plHunQi.Hide(); this.plBaoBei.Show(); this.plStyleMain.Show(); this.plTaoXiMingCheng.Show(); this.plDingDanXiangPian.Hide(); this.plJiuDianXingXi.Hide(); this.plLiBaoRuDiRuChe.Hide(); this.ShowLiBaoMain(); break; case EnumPublic.OrderType.写真订单: this.plHunQi.Hide(); this.plBaoBei.Hide(); this.plStyleMain.Show(); this.plTaoXiMingCheng.Show(); this.plDingDanXiangPian.Show(); this.plJiuDianXingXi.Hide(); this.plLiBaoRuDiRuChe.Show(); this.ShowLiBaoMain(); break; case EnumPublic.OrderType.婚庆订单: this.plHunQi.Show(); this.plBaoBei.Hide(); this.plStyleMain.Hide(); this.plTaoXiMingCheng.Show(); this.plDingDanXiangPian.Hide(); this.plJiuDianXingXi.Show(); this.plLiBaoMain.Hide(); break; case EnumPublic.OrderType.服务订单: this.plHunQi.Show(); this.plBaoBei.Hide(); this.plStyleMain.Hide(); this.plTaoXiMingCheng.Hide(); this.plDingDanXiangPian.Hide(); this.plJiuDianXingXi.Hide(); this.plLiBaoMain.Hide(); break; } } /// /// 订单保存类型 0 意向订单保存,1为正常交易订单开单 /// public enum OrderSaveType { 意向订单 = 0, 交易订单 = 1, } /// /// 流程类型 /// public enum FlowchrtType { 初修 = 0, 选片 = 1, 精修 = 2, 设计 = 3, 看版 = 4, 取件 = 5, 服务 = 6 } } }