OrderInfoOneControlsEx.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Drawing;
  5. using System.Data;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. using System.Collections;
  10. using LYFZ.Model.API;
  11. namespace LYFZ.Software.MainBusiness.DoorCityProcess.SetCustomControls
  12. {
  13. public partial class OrderInfoOneControlsEx : LYFZ.Software.UI.DoorCityProcess.SetCustomControls.OrderInfoOneControlsEx
  14. {
  15. LYFZ.BLL.BLL_ErpOrder orbll = new BLL.BLL_ErpOrder();
  16. public delegate void SeriesUpgradeHandler();
  17. public event SeriesUpgradeHandler SeriesUpgradeEvent;
  18. public bool bUpgrade = false;
  19. public OrderInfoOneControlsEx(object obj = null)
  20. {
  21. this.txtSinceOrderNumber.ImeMode = System.Windows.Forms.ImeMode.Disable;
  22. this.cmbtreevTaoXiName.ComboBoxTree_NodeMouseClick += cmbtreevTaoXiName_ComboBoxTree_NodeMouseClick;
  23. this.cmbtreevPackageName.ComboBoxTree_NodeMouseClick += cmbtreevPackageName_ComboBoxTree_NodeMouseClick;
  24. this.btnPackageSet.Click += btnPackageSet_Click;
  25. this.btnOrderClsssSet.Click += btnOrderClsssSet_Click;
  26. this.btnTaoXiNameSet.Click += btnTaoXiNameSet_Click;
  27. this.PictAnnotation.Click += PictAnnotation_Click;
  28. this.txtTaoXiPrice.KeyPress += txtTaoXiPrice_KeyPress;
  29. this.txtTaoXiPrice.Leave += txtTaoXiPrice_Leave;
  30. this.txtTaoXiPricePackage.KeyPress += txtTaoXiPricePackage_KeyPress;
  31. this.txtSinceOrderNumber.KeyPress += txtSinceOrderNumber_KeyPress;
  32. this.txtOrderNumber.EventTextBoxEx_TextChanged += txtOrderNumber_EventTextBoxEx_TextChanged;
  33. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_PackagesCategoryAndName(this.cmbtreevTaoXiName, "AAAAAAB");
  34. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_PackagesCategoryAndName(this.cmbtreevPackageName, "AAAAACA", IsFirstNodeNull: true);
  35. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_SystemCategory("BFAGAHBFDGCABAJIH", this.cmbtreevOrderClass);
  36. this.SetOrderPanel(obj);
  37. ///礼包功能的的版本权限
  38. List<Control> hideControl = new List<Control>();
  39. //LYFZSS.SystemSpecterPossessed.ISystemSpecterPossessed.GetMySystemSpecter = LYFZSS.SystemSpecterType.SST_D;
  40. hideControl.Add(this.panelEx1);
  41. bool b = LYFZ.Software.MainBusiness.VersionControl.StaticVersion.BindVersionShowHideControl(
  42. VersionControl.VersionFunctionEnum.开单礼包功能, hideControl, null, null);
  43. if(!b)
  44. {
  45. //this.Height -= this.panelEx1.Height;
  46. this.IsShowPackage = false;
  47. }
  48. //CheckAndCreatePickUpClass();
  49. //LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_SystemCategory("AAAAQJFS", this.cmbtreevPickup);
  50. //btn_PickUpSet.Click += btn_PickUpSet_Click;
  51. this.btn_SeriesUpgrade.Visible = false;
  52. this.btn_SeriesUpgrade.Click += btn_SeriesUpgrade_Click;
  53. }
  54. void btn_SeriesUpgrade_Click(object sender, EventArgs e)
  55. {
  56. if(MessageBoxCustom.Show("是否确定修改套系?","提示消息" , MessageBoxButtons.OKCancel)==DialogResult.OK)
  57. {
  58. if (SeriesUpgradeEvent != null)
  59. {
  60. bUpgrade = true;
  61. SeriesUpgradeEvent();
  62. }
  63. //throw new NotImplementedException();
  64. this.cmbtreevTaoXiName.Enabled = true;
  65. this.cmbtreevTaoXiName.Text = "";
  66. this.cmbtreevTaoXiName.Tag = null;
  67. }
  68. }
  69. void DeleteSignAndProduct()
  70. {
  71. }
  72. public delegate void OrderInfoOne_cmbtreevOrderTaoXiNodeMouseClick(object objTaoXiNameTag, bool IsActivity, LYFZ.EnumPublic.EnumPackagesType PackagesType, Hashtable htData);
  73. /// <summary>
  74. /// 用event 关键字声明事件对象
  75. /// </summary>
  76. [Category("控件扩展事件"), Description("提示详情")]
  77. public event OrderInfoOne_cmbtreevOrderTaoXiNodeMouseClick OrderTaoXiNodeMouseClick;
  78. /// <summary>
  79. /// 套系名称节点点击事件
  80. /// </summary>
  81. /// <param name="sender"></param>
  82. /// <param name="e"></param>
  83. void cmbtreevTaoXiName_ComboBoxTree_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e)
  84. {
  85. if (!string.IsNullOrEmpty(this.cmbtreevTaoXiName.Text.Trim()))
  86. {
  87. bool IsUpdatePackages = true;
  88. if (this.modelOrder != null && !bUpgrade)
  89. {
  90. if (!string.IsNullOrEmpty(this.modelOrder.Ord_Number.Trim()))
  91. {
  92. DataTable tblSights = orbll.GetView_Custom("tb_ErpOrderDigital Left Join Vw_PhotographyView ON Ordv_ViceNumber = Ordpg_ViceNumber", StrWhere: "Ordv_Number = '" + this.modelOrder.Ord_Number.Trim() + "'", ShowColumnName: "(case when (isnull([dbo].[Vw_PhotographyView].Ordpg_PhotographyStatus, 1)) = 0 then '未拍' else case when (isnull([dbo].[Vw_PhotographyView].Ordpg_PhotographyStatus, 1)) = isnull([dbo].[Vw_PhotographyView].Ordpg_PhotographyCount, 1) then 'OK' else '拍照中' end end) AS 拍照状态").Tables[0];
  93. for (int i = 0; i < tblSights.Rows.Count; i++)
  94. {
  95. if (tblSights.Rows[i]["拍照状态"].ToString().Trim() != "未拍")
  96. {
  97. IsUpdatePackages = false; break;
  98. }
  99. }
  100. if (!IsUpdatePackages)
  101. {
  102. DataTable tblOrder = orbll.GetView_Custom("tb_ErpOrder", StrWhere: "Ord_Number = '" + this.modelOrder.Ord_Number.Trim() + "'", ShowColumnName: "Ord_Class").Tables[0];
  103. if (tblOrder.Rows[0]["Ord_Class"].ToString().Trim() == "0")
  104. { IsUpdatePackages = true; }
  105. }
  106. }
  107. }
  108. if (IsUpdatePackages)
  109. {
  110. this.cmbtreevPackageName.TextFindTag("");
  111. this.txtTaoXiPricePackage.Text = "";
  112. this.numIntoBottomPackage.Value = 0;
  113. this.numIntoRegisterPackage.Value = 0;
  114. DataTable dt = orbll.GetView_Custom("tb_ErpPackages", StrWhere: "Pak_PackagesID = '" + this.cmbtreevTaoXiName.Tag.ToString().Trim() + "'", ShowColumnName: "Pak_UnitPrice,Pak_IntoTheBook AS Pgm_IntoRegisterQuantity,Pak_IntoTheArchive AS Pgm_IntoBottomQuantity").Tables[0];
  115. bool IsActivity = SetOrderValue(dt);
  116. if (this.OrderTaoXiNodeMouseClick != null)
  117. { this.OrderTaoXiNodeMouseClick(this.cmbtreevTaoXiName.Tag, IsActivity, EnumPublic.EnumPackagesType.AAAAAAB, new Hashtable()); }
  118. }
  119. }
  120. }
  121. ///// <summary>
  122. ///// 检查和创建新的取件方式
  123. ///// </summary>
  124. //void CheckAndCreatePickUpClass()
  125. //{
  126. // LYFZ.BLL.BLL_ErpSystemCategory bllCategory = new BLL.BLL_ErpSystemCategory();
  127. // Model.Model_ErpSystemCategory model = new Model.Model_ErpSystemCategory();
  128. // DataTable dt = bllCategory.GetList(" Sc_ClassCode = 'AAAAQJFS' ").Tables[0];
  129. // if (dt.Rows.Count == 0)
  130. // {
  131. // model.Sc_ClassCode = "AAAAQJFS";
  132. // model.Sc_ClassName = "取件方式";
  133. // model.Sc_ClassParentID = 0;
  134. // model.Sc_IsReadOnly = true;
  135. // model.Sc_IsDisable = false;
  136. // model.Sc_IsDelete = true;
  137. // model.Sc_IsEnabledURL = false;
  138. // bllCategory.Add(model);
  139. // }
  140. //}
  141. /// <summary>
  142. /// 套系礼包名称节点点击事件
  143. /// </summary>
  144. /// <param name="sender"></param>
  145. /// <param name="e"></param>
  146. void cmbtreevPackageName_ComboBoxTree_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e)
  147. {
  148. DataTable dt = new DataTable();
  149. string StrUnitPrice = "0";
  150. int StrIntoRegisterQuantity = 0;
  151. int StrIntoBottomQuantity = 0;
  152. Hashtable htData = new Hashtable();
  153. if (!string.IsNullOrEmpty(this.cmbtreevPackageName.Text.Trim()))
  154. {
  155. dt = orbll.GetView_Custom("tb_ErpPackages", StrWhere: "Pak_PackagesID = '" + this.cmbtreevPackageName.Tag.ToString().Trim() + "'", ShowColumnName: "Pak_UnitPrice,Pak_IntoTheBook,Pak_IntoTheArchive,Pak_OptionalSeveral").Tables[0];
  156. if (dt.Rows.Count > 0)
  157. {
  158. if (!string.IsNullOrEmpty(dt.Rows[0]["Pak_UnitPrice"].ToString().Trim()))
  159. { StrUnitPrice = dt.Rows[0]["Pak_UnitPrice"].ToString(); }
  160. if (this.IsShowIntoRegisterAndIntoBottom)
  161. {
  162. if (!string.IsNullOrEmpty(dt.Rows[0]["Pak_IntoTheBook"].ToString().Trim()))
  163. { StrIntoRegisterQuantity = Convert.ToInt32(dt.Rows[0]["Pak_IntoTheBook"]); }
  164. if (!string.IsNullOrEmpty(dt.Rows[0]["Pak_IntoTheArchive"].ToString().Trim()))
  165. { StrIntoBottomQuantity = Convert.ToInt32(dt.Rows[0]["Pak_IntoTheArchive"]); }
  166. }
  167. }
  168. htData["OptionalSeveral"] = dt.Rows[0]["Pak_OptionalSeveral"].ToString().Trim();
  169. //if (Convert.ToInt32(dt.Rows[0]["Pak_OptionalSeveral"]) >= 0)
  170. //{
  171. // LYFZ.Software.MainBusiness.DoorCityProcess.SetSmallForm.ToolboxPackageListViewSamllForm frm = new SetSmallForm.ToolboxPackageListViewSamllForm();
  172. // frm.intOptionalSeveral = Convert.ToInt32(dt.Rows[0]["Pak_OptionalSeveral"]);
  173. // frm.StrPackageCode = this.cmbtreevPackageName.Tag.ToString().Trim();
  174. // frm.ShowDialog();
  175. //}
  176. }
  177. this.txtTaoXiPricePackage.Text = StrUnitPrice;
  178. this.numIntoRegisterPackage.Value = StrIntoRegisterQuantity;
  179. this.numIntoBottomPackage.Value = StrIntoBottomQuantity;
  180. if (this.OrderTaoXiNodeMouseClick != null)
  181. { this.OrderTaoXiNodeMouseClick(this.cmbtreevPackageName.Tag, true, EnumPublic.EnumPackagesType.AAAAACA, htData); }
  182. }
  183. /// <summary>
  184. /// 订单类别设置
  185. /// </summary>
  186. /// <param name="sender"></param>
  187. /// <param name="e"></param>
  188. void btnOrderClsssSet_Click(object sender, EventArgs e)
  189. {
  190. LYFZ.Software.MainBusiness.InitialSet.FrmSystemSet frm = new InitialSet.FrmSystemSet();
  191. frm.TypeName = "BFAGAHBFDGCABAJIH";
  192. frm.Version = "Version";
  193. if (frm.ShowDialog() == DialogResult.OK)
  194. { LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_SystemCategory("BFAGAHBFDGCABAJIH", this.cmbtreevOrderClass); }
  195. }
  196. /// <summary>
  197. /// 套系礼包设置
  198. /// </summary>
  199. /// <param name="sender"></param>
  200. /// <param name="e"></param>
  201. void btnPackageSet_Click(object sender, EventArgs e)
  202. {
  203. LYFZ.Software.MainBusiness.InitialSet.PackagesGoodsSetFormMain frm = new InitialSet.PackagesGoodsSetFormMain("1");
  204. frm.ShowDialog();
  205. if (frm.IsSaveed)
  206. {
  207. object StrTaoXiNameTag = this.cmbtreevTaoXiName.Tag;
  208. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_PackagesCategoryAndName(this.cmbtreevPackageName, "AAAAACA");
  209. this.cmbtreevTaoXiName.TagFindText(StrTaoXiNameTag);
  210. }
  211. }
  212. /// <summary>
  213. /// 套系设置
  214. /// </summary>
  215. /// <param name="sender"></param>
  216. /// <param name="e"></param>
  217. void btnTaoXiNameSet_Click(object sender, EventArgs e)
  218. {
  219. LYFZ.Software.MainBusiness.InitialSet.PackagesGoodsSetFormMain frm = new InitialSet.PackagesGoodsSetFormMain("0");
  220. frm.ShowDialog();
  221. if (frm.IsSaveed)
  222. {
  223. object StrTaoXiNameTag = this.cmbtreevTaoXiName.Tag;
  224. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_PackagesCategoryAndName(this.cmbtreevTaoXiName, "AAAAAAB");
  225. this.cmbtreevTaoXiName.TagFindText(StrTaoXiNameTag);
  226. }
  227. }
  228. /// <summary>
  229. /// 编辑标注
  230. /// </summary>
  231. /// <param name="sender"></param>
  232. /// <param name="e"></param>
  233. void PictAnnotation_Click(object sender, EventArgs e)
  234. {
  235. Image img = null;
  236. if (Convert.ToBoolean(this.PictAnnotation.Tag))
  237. {
  238. if (!string.IsNullOrEmpty(this.txtAnnotation.Text.Trim()))
  239. {
  240. if (MessageBoxCustom.Show("取消标注后将清空标注说明!", "温馨提示", MessageBoxButtons.YesNo) == DialogResult.No)
  241. { return; }
  242. }
  243. this.txtAnnotation.Text = "";
  244. this.panelAnnotation.Visible = false;
  245. this.PictAnnotation.Tag = false;
  246. img = LYFZ.Software.UI.DoorCityProcess.Properties.Resources.OpenOrderplus;
  247. this.toolTip1.SetToolTip(this.PictAnnotation, "添加标注");
  248. }
  249. else
  250. {
  251. this.panelAnnotation.Visible = true;
  252. this.PictAnnotation.Tag = true;
  253. img = LYFZ.Software.UI.DoorCityProcess.Properties.Resources.OpenOrderLess;
  254. this.toolTip1.SetToolTip(this.PictAnnotation, "取消标注");
  255. }
  256. this.PictAnnotation.Image = img;
  257. }
  258. /// <summary>
  259. /// 套系价格限制输入
  260. /// </summary>
  261. /// <param name="sender"></param>
  262. /// <param name="e"></param>
  263. void txtTaoXiPrice_KeyPress(object sender, KeyPressEventArgs e)
  264. {
  265. if (Convert.ToString(e.KeyChar) == ".")
  266. {
  267. if (this.txtTaoXiPrice.Text.Trim().IndexOf('.') != -1 || string.IsNullOrEmpty(this.txtTaoXiPrice.Text.Trim()))
  268. { e.Handled = true; }
  269. return;
  270. }
  271. else if (!Char.IsNumber(e.KeyChar) && !Char.IsControl(e.KeyChar))
  272. { e.Handled = true; }
  273. if (!System.Text.RegularExpressions.Regex.IsMatch(e.KeyChar.ToString(), "[0-9]") && e.KeyChar != ' ' && e.KeyChar != '\b')
  274. { e.Handled = true; }
  275. }
  276. /// <summary>
  277. /// 套系礼包价格限制输入
  278. /// </summary>
  279. /// <param name="sender"></param>
  280. /// <param name="e"></param>
  281. void txtTaoXiPricePackage_KeyPress(object sender, KeyPressEventArgs e)
  282. {
  283. if (Convert.ToString(e.KeyChar) == ".")
  284. { }
  285. else if (!Char.IsNumber(e.KeyChar) && !Char.IsControl(e.KeyChar))
  286. { e.Handled = true; }
  287. }
  288. /// <summary>
  289. /// 自定义单号限制输入
  290. /// </summary>
  291. /// <param name="sender"></param>
  292. /// <param name="e"></param>
  293. void txtSinceOrderNumber_KeyPress(object sender, KeyPressEventArgs e)
  294. {
  295. if (Convert.ToString(e.KeyChar) == "-" || Convert.ToString(e.KeyChar) == "_")
  296. { }
  297. else if (!Char.IsNumber(e.KeyChar) && !Char.IsControl(e.KeyChar) && !Char.IsLetterOrDigit(e.KeyChar))
  298. { e.Handled = true; }
  299. }
  300. /// <summary>
  301. /// 套系金额离开事件
  302. /// </summary>
  303. /// <param name="sender"></param>
  304. /// <param name="e"></param>
  305. void txtTaoXiPrice_Leave(object sender, EventArgs e)
  306. {
  307. if (!string.IsNullOrEmpty(this.txtTaoXiPrice.Text.Trim()))
  308. {
  309. try
  310. {
  311. if (!LYFZ.Command.Command_Validate.IsNumeric(this.txtTaoXiPrice.Text.Trim()))
  312. { this.txtTaoXiPrice.Text = ""; }
  313. }
  314. catch
  315. { this.txtTaoXiPrice.Text = ""; }
  316. }
  317. }
  318. /// <summary>
  319. /// 订单号的值发生变化后是否显示与隐藏
  320. /// </summary
  321. /// <param name="sender"></param>
  322. /// <param name="e"></param>
  323. void txtOrderNumber_EventTextBoxEx_TextChanged(object sender, EventArgs e)
  324. {
  325. if (this.txtOrderNumber.Text.Trim() != "")
  326. {
  327. //this.panelOrderNumber.Visible = true;
  328. this.Height = 140;
  329. }
  330. else
  331. {
  332. //this.panelOrderNumber.Visible = false;
  333. this.Height = 115;
  334. }
  335. }
  336. #region 属性
  337. private LYFZ.ComponentLibrary.ComboBoxTreeViewEx _cmbtreevTaoXi;
  338. /// <summary>
  339. /// 套系控件
  340. /// </summary>
  341. public LYFZ.ComponentLibrary.ComboBoxTreeViewEx CmbtreevTaoXi
  342. {
  343. get
  344. {
  345. _cmbtreevTaoXi = this.cmbtreevTaoXiName;
  346. return _cmbtreevTaoXi;
  347. }
  348. set
  349. {
  350. _cmbtreevTaoXi = value;
  351. this.cmbtreevTaoXiName = _cmbtreevTaoXi;
  352. }
  353. }
  354. private LYFZ.Model.Model_ErpOrder _modelOrder;
  355. /// <summary>
  356. /// 当前选中的订单
  357. /// </summary>
  358. public LYFZ.Model.Model_ErpOrder modelOrder
  359. {
  360. get { return _modelOrder; }
  361. set { _modelOrder = value; }
  362. }
  363. private decimal _taoXiPrice;
  364. /// <summary>
  365. /// 获取套系价格
  366. /// </summary>
  367. public decimal TaoXiPrice
  368. {
  369. get
  370. {
  371. if (this.txtTaoXiPrice.Text.Trim() == "")
  372. { _taoXiPrice = 0; }
  373. else
  374. { _taoXiPrice = Convert.ToDecimal(this.txtTaoXiPrice.Text); }
  375. return _taoXiPrice;
  376. }
  377. set { _taoXiPrice = value; }
  378. }
  379. private bool _isShowTaoXiNameSet;
  380. /// <summary>
  381. /// 是否显示套系名称设置按钮
  382. /// </summary>
  383. public bool IsShowTaoXiNameSet
  384. {
  385. get { return _isShowTaoXiNameSet; }
  386. set
  387. {
  388. _isShowTaoXiNameSet = value;
  389. this.btnTaoXiNameSet.Enabled = _isShowTaoXiNameSet;
  390. }
  391. }
  392. private bool _isOrderClsssSet;
  393. /// <summary>
  394. /// 是否显示订单类别设置按钮
  395. /// </summary>
  396. public bool IsOrderClsssSet
  397. {
  398. get { return _isOrderClsssSet; }
  399. set
  400. {
  401. _isOrderClsssSet = value;
  402. this.btnOrderClsssSet.Enabled = _isOrderClsssSet;
  403. }
  404. }
  405. private string _strCustomPrefix;
  406. /// <summary>
  407. /// 自定义订单号前缀
  408. /// </summary>
  409. public string StrCustomPrefix
  410. {
  411. get
  412. {
  413. _strCustomPrefix = this.lblCustomPrefix.Text.Trim();
  414. return _strCustomPrefix;
  415. }
  416. set
  417. {
  418. _strCustomPrefix = value;
  419. this.lblCustomPrefix.Text = value;
  420. }
  421. }
  422. private bool _IsHotelInfo = false;
  423. /// <summary>
  424. /// 酒店信息
  425. /// </summary>
  426. public bool IsHotelInfo
  427. {
  428. get
  429. {
  430. _IsHotelInfo = this.panelHotelInfo.Visible;
  431. return _IsHotelInfo;
  432. }
  433. set
  434. {
  435. _IsHotelInfo = value;
  436. this.panelHotelInfo.Visible = _IsHotelInfo;
  437. if (_IsHotelInfo)
  438. {
  439. this.panelEx4.Visible = false;
  440. this.txtRemark.Height = 79;
  441. this.panelEx5.Height = 90;
  442. }
  443. else
  444. {
  445. this.panelEx4.Visible = true;
  446. this.txtRemark.Height = 112;
  447. this.panelEx5.Height = 120;
  448. }
  449. this.SetThisHeight();
  450. }
  451. }
  452. private bool _IsShowSinceOrderNumber;
  453. /// <summary>
  454. /// 是否显示自定义订单号
  455. /// </summary>
  456. public bool IsShowSinceOrderNumber
  457. {
  458. get { return _IsShowSinceOrderNumber; }
  459. set { _IsShowSinceOrderNumber = value; }
  460. }
  461. private bool _IsShowIntoRegisterAndIntoBottom = true;
  462. /// <summary>
  463. /// 是否显示入册入底
  464. /// </summary>
  465. public bool IsShowIntoRegisterAndIntoBottom
  466. {
  467. get { return _IsShowIntoRegisterAndIntoBottom; }
  468. set
  469. {
  470. _IsShowIntoRegisterAndIntoBottom = value;
  471. this.panelEx4.Visible = _IsShowIntoRegisterAndIntoBottom;
  472. this.panelEx6.Visible = _IsShowIntoRegisterAndIntoBottom;
  473. this.SetThisHeight();
  474. }
  475. }
  476. /// <summary>
  477. /// 是否显示礼包
  478. /// </summary>
  479. bool IsShowPackage = false;
  480. /// <summary>
  481. /// 获取入册入底
  482. /// </summary>
  483. /// <returns></returns>
  484. public Hashtable GetIntoRegisterAndIntoBottom()
  485. {
  486. Hashtable htData = new Hashtable();
  487. htData["IntoRegister"] = this.numIntoRegister.Value;
  488. htData["IntoBottom"] = this.numIntoBottom.Value;
  489. return htData;
  490. }
  491. #endregion
  492. /// <summary>
  493. /// 设置订单资料(订单加载)
  494. /// </summary>
  495. public bool SetOrderValue(LYFZ.Model.Model_ErpOrder model)
  496. {
  497. string StrCustomNumber = model.Ord_SinceOrderNumber;
  498. //if (!string.IsNullOrEmpty(this.lblCustomPrefix.Text.Trim()))
  499. //{
  500. // if (!string.IsNullOrEmpty(model.Ord_SinceOrderNumber))
  501. // {
  502. // if (model.Ord_SinceOrderNumber.IndexOf(this.lblCustomPrefix.Text.Trim()) != -1)
  503. // { StrCustomNumber = model.Ord_SinceOrderNumber.Substring(this.lblCustomPrefix.Text.Trim().Length, model.Ord_SinceOrderNumber.Length - this.lblCustomPrefix.Text.Trim().Length); }// model.Ord_SinceOrderNumber.Replace(this.lblCustomPrefix.Text.Trim(), ""); }
  504. // }
  505. //}
  506. if (!string.IsNullOrEmpty(StrCustomNumber))
  507. {
  508. this.lblCustomPrefix.Visible = false;
  509. this.txtSinceOrderNumber.Location = new Point(79, 0);
  510. this.txtSinceOrderNumber.Width = 188;
  511. this.lblCustomPrefix.Tag = false;
  512. }
  513. else
  514. {
  515. this.lblCustomPrefix.Tag = true;
  516. }
  517. this.txtSinceOrderNumber.Text = StrCustomNumber;
  518. if (!string.IsNullOrEmpty(this.txtSinceOrderNumber.Text.Trim()))
  519. {
  520. this.panelSinceOrderNumber.Visible = true;
  521. this.IsShowSinceOrderNumber = this.panelSinceOrderNumber.Visible;
  522. }
  523. this.txtOrderNumber.Text = model.Ord_Number;
  524. string strSeriesName = model.Ord_SeriesName.Trim();
  525. if (strSeriesName == "")
  526. { strSeriesName = model.Ord_PhotographyCategory.Trim(); }
  527. this.cmbtreevTaoXiName.TextFindTag(strSeriesName);
  528. this.cmbtreevOrderClass.TextFindTag(model.Ord_OrderClass.Trim());
  529. //this.cmbtreevPickup.TextFindTag(model.Ord_PickUpType);
  530. this.txtRemark.Text = model.Ord_Remark;
  531. this.txtHotelInfo.Text = model.Ord_HotelInfo;
  532. this.cmbtreevPackageName.TextFindTag(model.Ord_PackageName);
  533. this.txtTaoXiPricePackage.Text = model.Ord_PackagePrice > 0 ? model.Ord_PackagePrice.ToString().Trim() : "";
  534. this.txtTaoXiPrice.Text = (model.Ord_SeriesPrice - model.Ord_PackagePrice).ToString();
  535. this.txtAnnotation.Text = model.Ord_OrderAnnotation.Trim();
  536. if (!string.IsNullOrEmpty(model.Ord_OrderAnnotation.Trim()))
  537. {
  538. this.panelAnnotation.Visible = true;
  539. this.toolTip1.SetToolTip(this.PictAnnotation, "取消标注");
  540. this.PictAnnotation.Tag = true;
  541. this.PictAnnotation.Image = LYFZ.Software.UI.DoorCityProcess.Properties.Resources.OpenOrderLess;
  542. }
  543. else
  544. { this.panelAnnotation.Visible = false; }
  545. if (Convert.ToInt32(model.Ord_Type) != Convert.ToInt32(LYFZ.EnumPublic.OrderType.儿童订单))
  546. {
  547. DataTable dt = orbll.GetView_Custom("tb_ErpOrderDigital", StrWhere: "Ordv_Number = '" + model.Ord_Number + "'", ShowColumnName: "Ordv_IntoRegisterQuantity,Ordv_IntoBottomQuantity,Ordv_IntoRegisterQuantityPackage,Ordv_IntoBottomQuantityPackage").Tables[0];
  548. if (dt.Rows.Count > 0)
  549. {
  550. this.numIntoRegisterPackage.Value = Convert.ToInt32(dt.Rows[0]["Ordv_IntoRegisterQuantityPackage"]);
  551. if (!string.IsNullOrEmpty(dt.Rows[0]["Ordv_IntoRegisterQuantity"].ToString().Trim()))
  552. {
  553. if (Convert.ToInt32(dt.Rows[0]["Ordv_IntoRegisterQuantity"]) - Convert.ToInt32(dt.Rows[0]["Ordv_IntoRegisterQuantityPackage"]) < 0)
  554. {
  555. this.numIntoRegister.Value = 0;
  556. }
  557. else
  558. {
  559. this.numIntoRegister.Value = Convert.ToInt32(dt.Rows[0]["Ordv_IntoRegisterQuantity"]) - Convert.ToInt32(dt.Rows[0]["Ordv_IntoRegisterQuantityPackage"]);
  560. }
  561. }
  562. else
  563. { this.numIntoRegister.Value = 0; }
  564. this.numIntoBottomPackage.Value = Convert.ToInt32(dt.Rows[0]["Ordv_IntoBottomQuantityPackage"]);
  565. if (!string.IsNullOrEmpty(dt.Rows[0]["Ordv_IntoBottomQuantity"].ToString().Trim()))
  566. { this.numIntoBottom.Value = Convert.ToInt32(dt.Rows[0]["Ordv_IntoBottomQuantity"]); }
  567. else
  568. { this.numIntoBottom.Value = 0; }
  569. if (Convert.ToInt32(dt.Rows[0]["Ordv_IntoBottomQuantityPackage"]) >= 0)
  570. {
  571. if (Convert.ToInt32(this.numIntoBottom.Value) > 1)
  572. { this.numIntoBottom.Value -= this.numIntoBottomPackage.Value; }
  573. }
  574. }
  575. else
  576. {
  577. this.numIntoRegister.Value = 0;
  578. this.numIntoBottom.Value = 0;
  579. this.numIntoRegisterPackage.Value = 0;
  580. this.numIntoBottomPackage.Value = 0;
  581. }
  582. }
  583. DataTable tb = orbll.GetView_Custom("tb_ErpOrdersPhotography", StrWhere: "Ordpg_Number = '" + model.Ord_Number + "' And Ordpg_PhotographyStatus != '0'", ShowColumnName: "Count(ID) AS CountID").Tables[0];
  584. if (tb.Rows.Count > 0 && Convert.ToInt32(tb.Rows[0]["CountID"]) > 0)
  585. {
  586. this.cmbtreevTaoXiName.Enabled = false;
  587. if (BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.SeriesUpgrade)
  588. {
  589. this.btn_SeriesUpgrade.Visible = true;
  590. }
  591. }
  592. if (!this.cmbtreevTaoXiName.Enabled && !string.IsNullOrEmpty(this.cmbtreevPackageName.Text.Trim()))
  593. { this.cmbtreevPackageName.Enabled = false; }
  594. this.modelOrder = model;
  595. bool IsActivity = GetIsActivity();
  596. this.txtSinceOrderNumber.ReadOnly = IsActivity;
  597. if (!string.IsNullOrEmpty(this.txtSinceOrderNumber.Text.Trim()))
  598. { this.txtSinceOrderNumber.ReadOnly = true; }
  599. this.txtTaoXiPrice.ReadOnly = IsActivity;
  600. this.numIntoBottom.ReadOnly = IsActivity;
  601. this.numIntoRegister.ReadOnly = IsActivity;
  602. if (!model.Ord_Number.Equals(model.Ord_SinceOrderNumber))
  603. { this.panelOrderNumber.Visible = true; }
  604. this.SetThisHeight();
  605. if(!string.IsNullOrEmpty(modelOrder.Ord_OldSeriesName))
  606. {
  607. pan_OldSeriesData.Visible = true;
  608. lab_OldSeriesData.Visible = true;
  609. lab_OldSeriesData.Text = "原套系:" + modelOrder.Ord_OldSeriesName + " 原套系金额:" + modelOrder.Ord_OldSeriesPrice.ToString("0.00");
  610. }
  611. return IsActivity;
  612. }
  613. /// <summary>
  614. /// 设置订单资料(套系选择)
  615. /// </summary>
  616. /// <param name="dtRow">DataRow数据源</param>
  617. /// <param name="IsActivity">是否为活动套系</param>
  618. public bool SetOrderValue(DataTable dt)
  619. {
  620. bool IsActivity = GetIsActivity();
  621. this.txtTaoXiPrice.Text = "0";
  622. this.numIntoRegister.Value = 0;
  623. this.numIntoBottom.Value = 0;
  624. if (dt.Rows.Count > 0)
  625. {
  626. if (!string.IsNullOrEmpty(dt.Rows[0]["Pak_UnitPrice"].ToString().Trim()))
  627. {
  628. this.txtTaoXiPrice.Text = dt.Rows[0]["Pak_UnitPrice"].ToString();
  629. }
  630. if (this.IsShowIntoRegisterAndIntoBottom)
  631. {
  632. if (!string.IsNullOrEmpty(dt.Rows[0]["Pgm_IntoRegisterQuantity"].ToString().Trim()))
  633. {
  634. this.numIntoRegister.Value = Convert.ToInt32(dt.Rows[0]["Pgm_IntoRegisterQuantity"]);
  635. }
  636. if (!string.IsNullOrEmpty(dt.Rows[0]["Pgm_IntoBottomQuantity"].ToString().Trim()))
  637. {
  638. this.numIntoBottom.Value = Convert.ToInt32(dt.Rows[0]["Pgm_IntoBottomQuantity"]);
  639. }
  640. }
  641. }
  642. return IsActivity;
  643. }
  644. /// <summary>
  645. /// 设置订单资料
  646. /// </summary>
  647. /// <param name="dtRow">DataRow数据源</param>
  648. public void SetOrderPackageValue(DataTable dt)
  649. {
  650. this.txtTaoXiPricePackage.Text = "0";
  651. this.numIntoRegisterPackage.Value = 0;
  652. this.numIntoBottomPackage.Value = 0;
  653. if (dt.Rows.Count > 0)
  654. {
  655. if (!string.IsNullOrEmpty(dt.Rows[0]["Pak_UnitPrice"].ToString().Trim()))
  656. {
  657. this.txtTaoXiPricePackage.Text = dt.Rows[0]["Pak_UnitPrice"].ToString();
  658. }
  659. if (this.IsShowIntoRegisterAndIntoBottom)
  660. {
  661. if (!string.IsNullOrEmpty(dt.Rows[0]["Pgm_IntoRegisterQuantity"].ToString().Trim()))
  662. {
  663. this.numIntoRegisterPackage.Value = Convert.ToInt32(dt.Rows[0]["Pgm_IntoRegisterQuantity"]);
  664. }
  665. if (!string.IsNullOrEmpty(dt.Rows[0]["Pgm_IntoBottomQuantity"].ToString().Trim()))
  666. {
  667. this.numIntoBottomPackage.Value = Convert.ToInt32(dt.Rows[0]["Pgm_IntoBottomQuantity"]);
  668. }
  669. }
  670. }
  671. }
  672. /// <summary>
  673. /// 移除礼包的项目
  674. /// </summary>
  675. public void RemovePackageItem()
  676. {
  677. this.cmbtreevPackageName.SetTextAndTag_ValueNull();
  678. this.txtTaoXiPricePackage.Text = "";
  679. this.numIntoRegisterPackage.Value = 0;
  680. this.numIntoBottomPackage.Value = 0;
  681. }
  682. /// <summary>
  683. /// 是否能操作
  684. /// </summary>
  685. /// <param name="IsActivity"></param>
  686. bool GetIsActivity()
  687. {
  688. bool IsActivity = false;
  689. if (this.cmbtreevTaoXiName.Tag != null)
  690. {
  691. if (this.cmbtreevTaoXiName.Tag.ToString().Trim() == "AAAAAAI")
  692. {
  693. IsActivity = true;
  694. }
  695. else if (this.cmbtreevTaoXiName.Parent != null)
  696. {
  697. Hashtable htData = this.cmbtreevTaoXiName.TagFindParentIsParent(this.cmbtreevTaoXiName.Tag.ToString().Trim());
  698. if (htData["Tag"].ToString().Trim() == "AAAAAAI")
  699. {
  700. IsActivity = true;
  701. }
  702. }
  703. }
  704. this.txtAnnotation.ReadOnly = IsActivity;//false;
  705. this.txtTaoXiPrice.ReadOnly = IsActivity;//false;
  706. this.numIntoBottom.Enabled = !IsActivity;//true;
  707. this.numIntoRegister.Enabled = !IsActivity;//true;
  708. return IsActivity;
  709. }
  710. #region 绑定数据 17-4-7 杨云奕 添加
  711. public void BindApiData(Api_ErpOrderModel erpModel)
  712. {
  713. erpModel.strOrderClass = this.cmbtreevOrderClass.Text;
  714. erpModel.bIsShowSinceOrderNumber = this.IsShowSinceOrderNumber;
  715. if (this.IsShowSinceOrderNumber)
  716. {
  717. if (erpModel.OrderID == 0)
  718. {
  719. string strOrderPrefix = LYFZ.BLL.Common.BLL_Com_Data.GetOrderCustomPrefix(erpModel.orderType);
  720. erpModel.SinceOrderNumber = strOrderPrefix + this.txtSinceOrderNumber.Text;
  721. }
  722. else
  723. {
  724. erpModel.SinceOrderNumber = this.txtSinceOrderNumber.Text;
  725. }
  726. }
  727. erpModel.strTaoXiName = this.cmbtreevTaoXiName.Text;
  728. erpModel.strTaoXiCode = this.cmbtreevTaoXiName.Tag == null ? "" : (this.cmbtreevTaoXiName.Tag).ToString();
  729. erpModel.strParentTaoXiName = this.cmbtreevTaoXiName.TextFindParentText(this.cmbtreevTaoXiName.Text.Trim());
  730. erpModel.strNumIntoBottom = this.numIntoBottom.Value.ToString();
  731. erpModel.strBottomQuantityPackage = this.numIntoBottomPackage.Value.ToString();
  732. erpModel.strRegisterQuantityPackage = this.numIntoRegisterPackage.Value.ToString();
  733. erpModel.strNumIntoRegister = this.numIntoRegister.Value.ToString();
  734. erpModel.strRemark = this.txtRemark.Text;
  735. erpModel.strHotelInfo = this.txtHotelInfo.Text;
  736. erpModel.strPackageName = this.cmbtreevPackageName.Text;
  737. erpModel.strPackagePrice = this.txtTaoXiPricePackage.Text.Trim() == "" ? "0" :
  738. this.txtTaoXiPricePackage.Text;
  739. erpModel.strTaoXiPrice = (string.IsNullOrEmpty(this.txtTaoXiPrice.Text) ? "0" : this.txtTaoXiPrice.Text).ToString();
  740. //erpModel.IsMagess = this.IsMagess;
  741. erpModel.strAnnotation = this.txtAnnotation.Text;
  742. erpModel.bIsShowIntoRegisterAndIntoBottom = this.IsShowIntoRegisterAndIntoBottom;
  743. }
  744. #endregion
  745. /// <summary>
  746. /// 获取订单资料
  747. /// </summary>
  748. public LYFZ.Model.Model_ErpOrder GetOrderValue(ref Hashtable htData_RegisterAndBottom, string StrNewOrderNumber, string StrOrderType, string StrLovedStyle, string StrCustomerSource, string StrClass, string StrInfoID, DateTime StrTime, string StrUserID, bool IsMagess = true)
  749. {
  750. if (IsMagess)
  751. {
  752. if (this.IsShowSinceOrderNumber)
  753. {
  754. if (this.txtSinceOrderNumber.Text.Trim() == "")
  755. { MessageBoxCustom.Show("自定单号不能为空!"); return null; }
  756. }
  757. if (this.cmbtreevTaoXiName.Text.Trim() == "")
  758. { MessageBoxCustom.Show("套系名称不能为空!"); return null; }
  759. if (this.cmbtreevOrderClass.Text.Trim() == "")
  760. { MessageBoxCustom.Show("订单类别不能为空!"); return null; }
  761. if (this.txtTaoXiPrice.Text.Trim() == "")
  762. { MessageBoxCustom.Show("套系价格不能为空!"); return null; }
  763. try { Convert.ToDecimal(this.txtTaoXiPrice.Text.Trim()); }
  764. catch { MessageBoxCustom.Show("套系价格格式错误!"); return null; }
  765. }
  766. if (this.numIntoBottom.Value.ToString().Trim() == "")
  767. { MessageBoxCustom.Show("入底不能为空!"); return null; }
  768. if (this.numIntoRegister.Value.ToString().Trim() == "")
  769. { MessageBoxCustom.Show("入册不能为空!"); return null; }
  770. if (this.txtRemark.Text.Trim().Length > 300)
  771. { MessageBoxCustom.Show("订单备注不能超过300字!"); return null; }
  772. if (this.txtHotelInfo.Text.Trim().Length > 100)
  773. { MessageBoxCustom.Show("酒店信息不能超过300字!"); return null; }
  774. LYFZ.Model.Model_ErpOrder model = null;
  775. if (this.modelOrder != null)
  776. {
  777. model = this.modelOrder;
  778. //model.Ord_Number = this.txtOrderNumber.Text;
  779. model.Ord_UpdateDateTime = StrTime;
  780. model.Ord_UpdateName = StrUserID;
  781. }
  782. else
  783. {
  784. model = new Model.Model_ErpOrder();
  785. model.Ord_Number = StrNewOrderNumber;
  786. model.Ord_Type = StrOrderType;
  787. model.Ord_CreateDateTime = StrTime;
  788. model.Ord_CreateName = StrUserID;
  789. }
  790. if (LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.IsCustomOrderNumber)
  791. {
  792. string strCustomNumber = this.txtSinceOrderNumber.Text;
  793. if (this.lblCustomPrefix.Tag != null)
  794. {
  795. if ((bool)this.lblCustomPrefix.Tag)
  796. {
  797. strCustomNumber = this.lblCustomPrefix.Text + strCustomNumber;
  798. }
  799. }
  800. model.Ord_SinceOrderNumber = strCustomNumber;
  801. DataTable tblCount = new DataTable();
  802. if (!string.IsNullOrEmpty(model.Ord_Number))
  803. {
  804. tblCount = new BLL.BLL_ErpOrder().GetView_Custom("tb_ErpOrder", StrWhere: "Ord_SinceOrderNumber = '" + model.Ord_SinceOrderNumber + "' and Ord_Number != '" + model.Ord_Number.Trim() + "'", ShowColumnName: "ID").Tables[0];
  805. }
  806. else
  807. {
  808. tblCount = new BLL.BLL_ErpOrder().GetView_Custom("tb_ErpOrder", StrWhere: "Ord_SinceOrderNumber = '" + model.Ord_SinceOrderNumber + "' ", ShowColumnName: "ID").Tables[0];
  809. }
  810. if (tblCount.Rows.Count > 0)
  811. {
  812. MessageBoxCustom.Show("自定义单已被使用,不能重复使用!"); return null;
  813. }
  814. }
  815. else
  816. {
  817. model.Ord_SinceOrderNumber = this.modelOrder.Ord_SinceOrderNumber;
  818. }
  819. if (model.Ord_DividedShop == null || string.IsNullOrEmpty(model.Ord_DividedShop.Trim()))
  820. {
  821. model.Ord_DividedShop = StrInfoID;
  822. }
  823. model.Ord_Class = StrClass;
  824. if (StrClass == "1" && string.IsNullOrEmpty(LYFZ.Command.Command_Validate.DateTimeToString(model.Ord_SaveOrderDateTime)))
  825. {
  826. model.Ord_SaveOrderDateTime = StrTime;
  827. }
  828. model.Ord_CustomerSource = StrCustomerSource;
  829. model.Ord_LovedStyle = StrLovedStyle;
  830. model.Ord_PhotographyCategory = this.cmbtreevTaoXiName.TextFindParentText(this.cmbtreevTaoXiName.Text.Trim());
  831. model.Ord_SeriesName = this.cmbtreevTaoXiName.Text;
  832. decimal decTaoXiPrice = 0;
  833. if (!string.IsNullOrEmpty(this.txtTaoXiPrice.Text.Trim()))
  834. {
  835. decTaoXiPrice = Convert.ToDecimal(this.txtTaoXiPrice.Text.Trim());
  836. }
  837. model.Ord_OrderClass = this.cmbtreevOrderClass.Text;
  838. model.Ord_PackageName = this.cmbtreevPackageName.Text.Trim();
  839. model.Ord_PackagePrice = this.txtTaoXiPricePackage.Text.Trim() == "" ? 0 : Convert.ToDecimal(this.txtTaoXiPricePackage.Text);
  840. model.Ord_SeriesPrice = decTaoXiPrice + model.Ord_PackagePrice;
  841. model.Ord_OrderAnnotation = this.txtAnnotation.Text.Trim();
  842. if (this.IsShowIntoRegisterAndIntoBottom)
  843. {
  844. htData_RegisterAndBottom["IntoRegisterQuantity"] = Convert.ToInt32(this.numIntoRegister.Value);
  845. htData_RegisterAndBottom["IntoBottomQuantity"] = Convert.ToInt32(this.numIntoBottom.Value);
  846. htData_RegisterAndBottom["IntoRegisterQuantityPackage"] = Convert.ToInt32(this.numIntoRegisterPackage.Value);
  847. htData_RegisterAndBottom["IntoBottomQuantityPackage"] = Convert.ToInt32(this.numIntoBottomPackage.Value);
  848. }
  849. model.Ord_Remark = this.txtRemark.Text;
  850. model.Ord_HotelInfo = this.txtHotelInfo.Text.Trim();
  851. return model;
  852. }
  853. /// <summary>
  854. /// 设置自己义单号和订单号是否显示
  855. /// </summary>
  856. /// <param name="obj"></param>
  857. public void SetOrderPanel(object obj)
  858. {
  859. if (obj != null)
  860. {
  861. Hashtable htData = (Hashtable)obj;
  862. this.lblCustomPrefix.Text = htData["StrPrefix"].ToString().Trim();
  863. this.txtOrderNumber.Text = htData["IsOrderNumber"].ToString();
  864. this.panelOrderNumber.Visible = false;
  865. if (!string.IsNullOrEmpty(this.txtSinceOrderNumber.Text.Trim()))
  866. {
  867. this.panelSinceOrderNumber.Visible = true;
  868. }
  869. else
  870. {
  871. this.panelSinceOrderNumber.Visible = LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.IsCustomOrderNumber;
  872. }
  873. this.IsShowSinceOrderNumber = this.panelSinceOrderNumber.Visible;
  874. if (htData["StrOrderType"].ToString().Trim() == "婚庆订单")
  875. {
  876. this.IsShowPackage = false;
  877. }
  878. else
  879. {
  880. this.IsShowPackage = LYFZ.BLL.BLL_SystemGlobalSetting.SysTemGlobalSetMoel.GiftsPacksSetsofLines;
  881. }
  882. this.panelEx1.Visible = this.IsShowPackage;
  883. this.SetThisHeight();
  884. }
  885. }
  886. /// <summary>
  887. /// 设置控件高
  888. /// </summary>
  889. public void SetThisHeight()
  890. {
  891. int IntHeight = this.flowLayoutPanel2.Location.Y + (this.panelEx5.Location.Y + this.panelEx5.Height) + 2;
  892. if (this.IsShowPackage)
  893. {
  894. IntHeight += this.panelEx1.Height;
  895. }
  896. this.Height = IntHeight;
  897. }
  898. }
  899. }