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