FrmEmployeesSet.cs 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. using System.IO;
  10. using LYFZ.Software.MainBusiness.DoorCityProcess;
  11. using LYFZ.Command;
  12. using LYFZ.ComponentLibrary;
  13. using System.Collections;
  14. namespace LYFZ.Software.MainBusiness.InitialSet
  15. {
  16. public partial class FrmEmployeesSet : LYFZ.Software.UI.InitialSet.FrmEmployeesSet
  17. {
  18. LYFZ.BLL.BLL_ErpUser userbll = new BLL.BLL_ErpUser();
  19. LYFZ.BLL.BLL_ErpOrder orbll = new LYFZ.BLL.BLL_ErpOrder();
  20. public FrmEmployeesSet()
  21. {
  22. this.Load += FrmEmployeesSet_Load;
  23. this.Shown += FrmEmployeesSet_Shown;
  24. this.btnSet.Click += btnSet_Click;
  25. this.btnJcBinding.Click += btnJcBinding_Click;
  26. this.btnResetPassword.Click += btnResetPassword_Click;
  27. this.btnReset.Click += btnReset_Click;
  28. this.btnSave.Click += btnSave_Click;
  29. this.btnDelete.Click += btnDelete_Click;
  30. this.btnJobsBrowse.Click += btnJobsBrowse_Click;
  31. this.btnPositiveBrowse.Click += btnPositiveBrowse_Click;
  32. this.btnReverseBrowse.Click += btnReverseBrowse_Click;
  33. this.btnJobsDelete.Click += btnJobsDelete_Click;
  34. this.btnPositiveDelete.Click += btnPositiveDelete_Click;
  35. this.btnReverseDelete.Click += btnReverseDelete_Click;
  36. this.pictJobs.Click += pictJobs_Click;
  37. this.pictPositive.Click += pictPositive_Click;
  38. this.pictReverse.Click += pictReverse_Click;
  39. this.btnQuery.Click += btnQuery_Click;
  40. this.btnExport.Click += btnExport_Click;
  41. this.dgvData.CellDoubleClick += dgvData_CellDoubleClick;
  42. this.cmbtreevDepartmentQuery.ComboBoxTree_NodeMouseClick += cmbtreevDepartmentQuery_ComboBoxTree_NodeMouseClick;
  43. this.cmbtreevStoreNameQuery.ComboBoxTree_NodeMouseClick += cmbtreevStoreNameQuery_ComboBoxTree_NodeMouseClick;
  44. this.txtUser_LookPhoneQuantity.Leave += txtUser_LookPhoneQuantity_Leave;
  45. this.txtUser_LookPhoneQuantity.KeyPress += txtUser_LookPhoneQuantity_KeyPress;
  46. this.txtUser_TryWages.KeyPress += txtUser_TryWages_KeyPress;
  47. this.txtUser_ICQAccount.KeyPress += txtUser_ICQAccount_KeyPress;
  48. this.txtUser_Telephone.KeyPress += txtUser_Telephone_KeyPress;
  49. this.txtUser_EmergencyContactsTelephoneOne.KeyPress += txtUser_EmergencyContactsTelephoneOne_KeyPress;
  50. this.txtUser_EmergencyContactsTelephoneTwo.KeyPress += txtUser_EmergencyContactsTelephoneTwo_KeyPress;
  51. this.txtUser_ContractPeriod.KeyPress += txtUser_ContractPeriod_KeyPress;
  52. this.panelEx6.Click += panelEx6_Click;
  53. this.Resize += FrmEmployeesSet_Resize;
  54. foreach ( Control control in this.panelEx6.Controls )
  55. {
  56. if ( control is LabelEx )
  57. {
  58. LabelEx tmp = (LabelEx)control;
  59. tmp.Click += tmp_Click;
  60. }
  61. }
  62. }
  63. Hashtable htDataFile = new Hashtable();
  64. string StrServerPath = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TCP_EmployeesPhotoPath();// @"\UploadFiles\EmployeePhoto";
  65. string StrUserEmployeeID = "";
  66. /// <summary>
  67. /// 窗体加载事件
  68. /// </summary>
  69. /// <param name="sender"></param>
  70. /// <param name="e"></param>
  71. void FrmEmployeesSet_Load( object sender, EventArgs e )
  72. {
  73. if ( LYFZ.EnumPublic.FormSize_Width >= 1100 )
  74. {
  75. this.Location = new Point( LYFZ.EnumPublic.FormLocation_X, LYFZ.EnumPublic.FormLocation_Y );
  76. this.Size = new Size( LYFZ.EnumPublic.FormSize_Width, LYFZ.EnumPublic.FormSize_Height );
  77. }
  78. }
  79. /// <summary>
  80. /// 窗体加载事件
  81. /// </summary>
  82. /// <param name="sender"></param>
  83. /// <param name="e"></param>
  84. void FrmEmployeesSet_Shown( object sender, EventArgs e )
  85. {
  86. this.txtUser_DateOfBirth.DateValue = "";
  87. this.txtUser_EntryTime.DateValue = "";
  88. this.txtUser_ProbationTime.DateValue = "";
  89. this.txtUser_PositiveTime.DateValue = "";
  90. this.txtUser_ReEntryTime.DateValue = "";
  91. this.StrUserEmployeeID = SDateTime.Now.ToString( "yyyyMMddHHmmss" ) + new Random().Next( 100, 1000 );
  92. this.btnSave.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.UserCompetence, CustomAttributes.OperatingAuthority.Add );
  93. this.btnSet.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.UserCompetence, CustomAttributes.OperatingAuthority.DepartmentSet );
  94. this.btnDelete.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.UserCompetence, CustomAttributes.OperatingAuthority.Delete );
  95. this.btnJcBinding.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.MicroInfo, CustomAttributes.OperatingAuthority.MicroInfo_Unbind );
  96. this.btnResetPassword.Enabled = LYFZ.BLL.BLL_ErpUser.GetRights( LYFZ.BLL.BLL_ErpUser.CurrentUserRights.UserCompetence, CustomAttributes.OperatingAuthority.ResetPassword );
  97. DataTable tbl = orbll.GetView_Custom( "tb_ErpDepartment", StrWhere: "", ShowColumnName: "ID,Dt_Name" ).Tables[0];
  98. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_DepartmentSet( this.cmbtreev_DepartmentSet, IsFirstNodeNull: true, tbl: tbl );
  99. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_DepartmentSet( this.cmbtreevDepartmentQuery, IsFirstNodeNull: true, tbl: tbl );
  100. tbl = orbll.GetView_Custom( "tb_ErpCompanyInfo", StrWhere: "", ShowColumnName: "ID,Company_DividedShop,Company_Name" ).Tables[0];
  101. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_StoreNameSet( this.cmbtreevStoreName, tbl: tbl );
  102. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_StoreNameSet( this.cmbtreevStoreNameQuery, IsFirstNodeNull: true, tbl: tbl );
  103. this.cmbtreevStoreName.TagFindText( LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetLocalCompanyInfoID() );
  104. this.cmbtreevStoreNameQuery.TagFindText( LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetLocalCompanyInfoID() );
  105. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboxTreeView( this.cmbtreevEmployeeStatus, "在职,离职", IsFirstNodeNull: true );
  106. if ( tbl.Rows.Count <= 1 )
  107. {
  108. this.lblStoreName.Visible = false;
  109. this.cmbtreevStoreName.Visible = false;
  110. this.panelEx14.Visible = false;
  111. }
  112. this.PublicFunctionRows();
  113. }
  114. /// <summary>
  115. /// 部门设置
  116. /// </summary>
  117. /// <param name="sender"></param>
  118. /// <param name="e"></param>
  119. void btnSet_Click( object sender, EventArgs e )
  120. {
  121. LYFZ.Software.MainBusiness.InitialSet.FrmDepartmentSet setx = new FrmDepartmentSet();
  122. if ( setx.ShowDialog() == DialogResult.OK )
  123. {
  124. LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.BindComboBoxTreeView_DepartmentSet( this.cmbtreev_DepartmentSet, IsFirstNodeNull: true );
  125. }
  126. }
  127. /// <summary>
  128. /// 解除绑定
  129. /// </summary>
  130. /// <param name="sender"></param>
  131. /// <param name="e"></param>
  132. void btnJcBinding_Click( object sender, EventArgs e )
  133. {
  134. if ( this.btnJcBinding.Visible )
  135. {
  136. if ( MessageBoxCustom.Show( "你确定要解除当前用户的公众号绑定吗?", "解除公众号绑定", MessageBoxButtons.YesNo ) == DialogResult.Yes )
  137. {
  138. LYFZ.DAL.DAL_ErpUser userDal = new DAL.DAL_ErpUser();
  139. if ( userDal.UpdateUser_OpenID( "", this.txtUser_Account.Text.Trim() ) )
  140. {
  141. MessageBoxCustom.Show( "已解除公众号绑定." );
  142. }
  143. else
  144. {
  145. MessageBoxCustom.Show( "解除公众号绑定失败,请重试." );
  146. }
  147. }
  148. }
  149. else
  150. {
  151. MessageBoxCustom.Show( "未绑定公众号,无需解除." );
  152. }
  153. }
  154. /// <summary>
  155. /// 重置密码
  156. /// </summary>
  157. /// <param name="sender"></param>
  158. /// <param name="e"></param>
  159. void btnResetPassword_Click( object sender, EventArgs e )
  160. {
  161. if ( this.txtUser_Name.Tag != null )
  162. {
  163. if ( userbll.Exists( "User_Account", this.txtUser_Account.Text ) == false )
  164. {
  165. MessageBoxCustom.Show( "用户账号不存在!请重新选择!" ); return;
  166. }
  167. if ( MessageBoxCustom.Show( "你确定要重置密码吗?", "删除提示", MessageBoxButtons.YesNo ) == DialogResult.Yes )
  168. {
  169. if ( LYFZ.DAL.DAL_ErpUser.ResetAdminPassword( txtUser_Account.Text ) )
  170. {
  171. MessageBoxCustom.Show( "重置成功,重置后的密码为:1234" );
  172. }
  173. else
  174. {
  175. MessageBoxCustom.Show( "重置失败" );
  176. }
  177. }
  178. }
  179. }
  180. /// <summary>
  181. /// 清空重置
  182. /// </summary>
  183. /// <param name="sender"></param>
  184. /// <param name="e"></param>
  185. void btnReset_Click( object sender, EventArgs e )
  186. {
  187. this.cmbtreev_DepartmentSet.SetTextAndTag_ValueNull();
  188. foreach ( Control control in this.panelEx6.Controls )
  189. {
  190. if ( control is TextBoxBasicEx )
  191. {
  192. TextBoxBasicEx tmp = (TextBoxBasicEx)control;
  193. tmp.Tag = null;
  194. tmp.Text = "";
  195. }
  196. if ( control is ComboBoxEx )
  197. {
  198. ComboBoxEx tmp = (ComboBoxEx)control;
  199. tmp.Tag = null;
  200. tmp.Text = "";
  201. }
  202. if ( control is DateTimePickerEx )
  203. {
  204. DateTimePickerEx tmp = (DateTimePickerEx)control;
  205. tmp.Tag = null;
  206. tmp.DateValue = "";
  207. }
  208. if ( control is CheckBoxEx )
  209. {
  210. CheckBoxEx tmp = (CheckBoxEx)control;
  211. tmp.Tag = null;
  212. tmp.Checked = false;
  213. }
  214. if ( control is PictureBoxEx )
  215. {
  216. PictureBoxEx tmp = (PictureBoxEx)control;
  217. tmp.Tag = null;
  218. tmp.Image = null;
  219. }
  220. }
  221. this.txtUser_Name.Tag = null;
  222. this.lblJobs.ForeColor = this.GetNullColor();
  223. this.lblJobs.Tag = null;
  224. this.lblPositive.ForeColor = this.lblJobs.ForeColor;
  225. this.lblPositive.Tag = null;
  226. this.lblReverse.ForeColor = this.lblJobs.ForeColor;
  227. this.lblReverse.Tag = null;
  228. this.btnJcBinding.Visible = false;
  229. this.txtUser_Password.ReadOnly = false;
  230. this.radUser_IsDisable1.Checked = true;
  231. this.txtUser_Account.Enabled = true;
  232. this.txtUser_Name.Enabled = true;
  233. this.StrUserEmployeeID = SDateTime.Now.ToString( "yyyyMMddHHmmss" ) + new Random().Next( 100, 1000 );
  234. }
  235. /// <summary>
  236. /// 保存
  237. /// </summary>
  238. /// <param name="sender"></param>
  239. /// <param name="e"></param>
  240. void btnSave_Click( object sender, EventArgs e )
  241. {
  242. #region 判断资料不能为空
  243. if ( string.IsNullOrEmpty( this.cmbtreev_DepartmentSet.Text.Trim() ) )
  244. {
  245. MessageBoxCustom.Show( "部门不能为空!" ); return;
  246. }
  247. if ( string.IsNullOrEmpty( this.cmbtreevStoreName.Text.Trim() ) )
  248. {
  249. MessageBoxCustom.Show( "分店不能为空!" ); return;
  250. }
  251. if ( string.IsNullOrEmpty( this.StrUserEmployeeID.Trim() ) )
  252. {
  253. MessageBoxCustom.Show( "编号不能为空!" ); return;
  254. }
  255. if ( string.IsNullOrEmpty( this.txtUser_Name.Text.Trim() ) )
  256. {
  257. MessageBoxCustom.Show( "姓名不能为空!" ); return;
  258. }
  259. if ( string.IsNullOrEmpty( this.txtUser_Account.Text.Trim() ) )
  260. {
  261. MessageBoxCustom.Show( "用户账号不能为空!" ); return;
  262. }
  263. if ( string.IsNullOrEmpty( this.cmbUser_Sex.Text.Trim() ) )
  264. {
  265. MessageBoxCustom.Show( "性别不能为空!" ); return;
  266. }
  267. if ( string.IsNullOrEmpty( this.txtUser_Telephone.Text.Trim() ) )
  268. {
  269. MessageBoxCustom.Show( "电话不能为空!" ); return;
  270. }
  271. if ( string.IsNullOrEmpty( this.cmbUser_Status.Text.Trim() ) )
  272. {
  273. MessageBoxCustom.Show( "是否在职不能为空!" ); return;
  274. }
  275. if ( this.txtUser_Telephone.Text.Length != 11 )
  276. {
  277. MessageBoxCustom.Show( "手机号码必须为11位数!" ); return;
  278. }
  279. if ( !string.IsNullOrEmpty( this.txtUser_EmergencyContactsTelephoneOne.Text.Trim() ) )
  280. {
  281. if ( this.txtUser_EmergencyContactsTelephoneOne.Text.Trim().Length != 11 )
  282. {
  283. MessageBoxCustom.Show( "紧急联系人1手机号码必须为11位数!" ); return;
  284. }
  285. }
  286. if ( !string.IsNullOrEmpty( this.txtUser_EmergencyContactsTelephoneTwo.Text.Trim() ) )
  287. {
  288. if ( this.txtUser_EmergencyContactsTelephoneTwo.Text.Trim().Length != 11 )
  289. {
  290. MessageBoxCustom.Show( "紧急联系人2手机号码必须为11位数!" ); return;
  291. }
  292. }
  293. if ( !string.IsNullOrEmpty( this.txtUser_Email.Text.Trim() ) )
  294. {
  295. if ( Command.Command_Validate.IsEmail( this.txtUser_Email.Text.Trim() ) == false )
  296. {
  297. MessageBoxCustom.Show( "邮箱格式输入不确定!" ); return;
  298. }
  299. }
  300. if ( this.txtUser_LookPhoneQuantity.Text.Trim().Length > 0 )
  301. {
  302. try
  303. {
  304. Convert.ToInt32( this.txtUser_LookPhoneQuantity.Text );
  305. }
  306. catch
  307. {
  308. MessageBoxCustom.Show( "每天可查看完整电话次数格式输入错误!" ); return;
  309. }
  310. if ( Convert.ToInt32( this.txtUser_LookPhoneQuantity.Text ) < -1 )
  311. {
  312. MessageBoxCustom.Show( "每天可查看完整电话次数输入的值超出范围!" ); return;
  313. }
  314. }
  315. #endregion
  316. DateTime StrTime = SDateTime.Now;
  317. LYFZ.Model.Model_ErpUser model = null;
  318. DataTable tbl = orbll.GetView_Custom( "tb_ErpUser", StrWhere: "User_EmployeeID = '" + this.StrUserEmployeeID.Trim() + "' or User_Account = '" + this.txtUser_Account.Text.Trim() + "'", ShowColumnName: "ID,User_EmployeeID, User_Account" ).Tables[0];
  319. if ( this.txtUser_Name.Tag == null )
  320. {
  321. if ( string.IsNullOrEmpty( txtUser_Password.Text ) )
  322. {
  323. MessageBoxCustom.Show( "用户密码不能为空!" ); return;
  324. }
  325. DataRow[] dtRow = tbl.Select( "User_EmployeeID = '" + this.StrUserEmployeeID.Trim() + "'" );
  326. if ( dtRow.Length > 0 )
  327. {
  328. MessageBoxCustom.Show( "用户编号已经存在!" );
  329. this.StrUserEmployeeID = SDateTime.Now.ToString( "yyyyMMddHHmmss" ) + new Random().Next( 100, 1000 );
  330. return;
  331. }
  332. DataRow[] dtRow2 = tbl.Select( "User_Account = '" + this.txtUser_Account.Text.Trim() + "'" );
  333. if ( dtRow2.Length > 0 )
  334. {
  335. MessageBoxCustom.Show( "用户账号已经存在!" );
  336. this.txtUser_Account.Text = "";
  337. this.txtUser_Account.Focus();
  338. return;
  339. }
  340. model = new Model.Model_ErpUser();
  341. model.User_Competence = "";
  342. model.User_Password = LYFZ.Command.Command_MD5.md5( txtUser_Password.Text );
  343. model.User_OnlineTime = StrTime;
  344. model.User_CreateDatetime = StrTime;
  345. model.User_CreateName = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.LoginUserModel.User_EmployeeID;
  346. }
  347. else
  348. {
  349. DataRow[] dtRow2 = tbl.Select( "User_Account = '" + this.txtUser_Account.Text.Trim() + "' And ID <> '" + Convert.ToInt32( this.txtUser_Name.Tag ) + "'" );
  350. if ( dtRow2.Length > 0 )
  351. {
  352. MessageBoxCustom.Show( "用户账号已经存在!" );
  353. this.txtUser_Account.Text = "";
  354. this.txtUser_Account.Focus();
  355. return;
  356. }
  357. model = userbll.GetModel( Convert.ToInt32( this.txtUser_Name.Tag ) );
  358. model.User_UpdateDatetime = StrTime;
  359. }
  360. if ( this.lblJobs.ForeColor == this.GetRedColor() )
  361. {
  362. if ( this.lblJobs.Tag != null )
  363. {
  364. htDataFile[this.lblJobs.Tag.ToString() + "|" + this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Jobs.ToString() + ".jpg"] = "新增";
  365. }
  366. else
  367. {
  368. htDataFile[model.User_HeadImgePath + "|" + this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Jobs.ToString() + ".jpg"] = "移动";
  369. }
  370. }
  371. if ( this.lblPositive.ForeColor == this.GetRedColor() )
  372. {
  373. if ( this.lblPositive.Tag != null )
  374. {
  375. htDataFile[this.lblPositive.Tag.ToString() + "|" + this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Positive.ToString() + ".jpg"] = "新增";
  376. }
  377. else
  378. {
  379. htDataFile[model.User_PositiveID + "|" + this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Positive.ToString() + ".jpg"] = "移动";
  380. }
  381. }
  382. if ( this.lblReverse.ForeColor == this.GetRedColor() )
  383. {
  384. if ( this.lblReverse.Tag != null )
  385. {
  386. htDataFile[this.lblReverse.Tag.ToString() + "|" + this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Reverse.ToString() + ".jpg"] = "新增";
  387. }
  388. else
  389. {
  390. htDataFile[model.User_IDNegative + "|" + this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Reverse.ToString() + ".jpg"] = "移动";
  391. }
  392. }
  393. model.User_DividedShop = this.cmbtreevStoreName.Tag.ToString().Trim();// LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.GetCompanyInfoID();
  394. model.User_Department = this.cmbtreev_DepartmentSet.Tag.ToString().Trim();
  395. model.User_EmployeeID = StrUserEmployeeID.Trim();
  396. model.User_JobNumber = txtUser_JobNumber.Text.Trim();
  397. model.User_Account = txtUser_Account.Text.Trim();
  398. model.User_Name = txtUser_Name.Text.Trim();
  399. model.User_Sex = cmbUser_Sex.Text.Trim();
  400. model.User_Telephone = txtUser_Telephone.Text.Trim();
  401. model.User_NowAddress = txtUser_NowAddress.Text.Trim();
  402. model.User_HometownAddress = txtUser_HometownAddress.Text.Trim();
  403. model.User_IdentityCardID = txtUser_IdentityCardID.Text.Trim();
  404. if ( cmbUser_IsMarried.Text.Trim() == "未婚" )
  405. {
  406. model.User_IsMarried = false;
  407. }
  408. else
  409. {
  410. model.User_IsMarried = true;
  411. }
  412. model.User_Status = cmbUser_Status.Text.Trim();
  413. model.User_FirstFingerprintID = txtUser_FirstFingerprintID.Text.Trim();
  414. model.User_SecondaryFingerprintID = txtUser_SecondaryFingerprintID.Text.Trim();
  415. model.User_Remark = txtUser_Remark.Text.Trim();
  416. model.User_Positions = "";
  417. model.User_IsDisable = radUser_IsDisable2.Checked;
  418. model.User_Ethnic = txtUser_Ethnic.Text.Trim();
  419. model.User_Hometown = txtUser_Hometown.Text.Trim();
  420. model.User_ICQAccount = txtUser_ICQAccount.Text.Trim();
  421. model.User_Email = txtUser_Email.Text.Trim();
  422. model.User_MicroSignal = txtUser_MicroSignal.Text.Trim();
  423. model.User_Attachment = "";
  424. model.User_SubordinateList = "";
  425. model.User_DocumentPermissions = "";
  426. model.User_EntryTime = txtUser_EntryTime.DateValue.Trim();
  427. model.User_ProbationTime = txtUser_ProbationTime.DateValue.Trim();
  428. if ( string.IsNullOrEmpty( txtUser_TryWages.Text.Trim() ) )
  429. {
  430. model.User_TryWages = 0;
  431. }
  432. else
  433. {
  434. model.User_TryWages = Convert.ToInt32( txtUser_TryWages.Text.Trim() );
  435. }
  436. model.User_PositiveTime = txtUser_PositiveTime.DateValue.Trim();
  437. model.User_ReEntryTime = txtUser_ReEntryTime.DateValue.Trim();
  438. model.User_Graduated = txtUser_Graduated.Text.Trim();
  439. model.User_ProfessionalLearning = txtUser_ProfessionalLearning.Text.Trim();
  440. model.User_Education = txtUser_Education.Text.Trim();
  441. model.User_DateOfBirth = txtUser_DateOfBirth.DateValue.Trim();
  442. model.User_InsuranceCategory = txtUser_InsuranceCategory.Text.Trim();
  443. model.User_EmergencyContactsOne = txtUser_EmergencyContactsOne.Text.Trim();
  444. model.User_EmergencyContactsTelephoneOne = txtUser_EmergencyContactsTelephoneOne.Text.Trim();
  445. model.User_EmergencyContactsTwo = txtUser_EmergencyContactsTwo.Text;
  446. model.User_EmergencyContactsTelephoneTwo = txtUser_EmergencyContactsTelephoneTwo.Text.Trim();
  447. if ( string.IsNullOrEmpty( txtUser_ContractPeriod.Text.Trim() ) )
  448. {
  449. model.User_ContractPeriod = 0;
  450. }
  451. else
  452. {
  453. model.User_ContractPeriod = Convert.ToInt32( txtUser_ContractPeriod.Text.Trim() );
  454. }
  455. model.User_HeadImgePath = "";
  456. model.User_PositiveID = "";
  457. model.User_IDNegative = "";
  458. model.User_LookPhoneQuantity = this.txtUser_LookPhoneQuantity.Text.Trim().Length == 0 ? 0 : Convert.ToInt32( this.txtUser_LookPhoneQuantity.Text );
  459. if ( chkUser_BirthdayLunar.Checked == false )
  460. {
  461. model.User_BirthdayLunar = false;
  462. }
  463. else
  464. {
  465. model.User_BirthdayLunar = true;
  466. }
  467. model.User_PhonePrint = ck_show_in_print.Checked;
  468. bool IsSaveed = false;
  469. if ( this.txtUser_Name.Tag == null )
  470. {
  471. IsSaveed = userbll.Add( model );
  472. LYFZ.DAL.DAL_ErpUser.LoadSimpleUserDataTable();
  473. }
  474. else
  475. {
  476. IsSaveed = userbll.Update( model );
  477. }
  478. if ( IsSaveed )
  479. {
  480. LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker )
  481. {
  482. backgroundWorker.ReportProgress( 0, "正在连接服务器..." );
  483. foreach ( DictionaryEntry de in htDataFile )
  484. {
  485. try
  486. {
  487. string ret = "";
  488. if ( de.Value.ToString().Trim() == "移除" )
  489. {
  490. ret = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TcpClient.DeleteFile( de.Key.ToString().Trim(), backgroundWorker );
  491. }
  492. else
  493. {
  494. string[] StrArray = de.Key.ToString().Trim().Split( '|' );
  495. //if (!string.IsNullOrEmpty(StrArray[1].Trim()))
  496. if ( de.Value.ToString().Trim() == "新增" )
  497. {
  498. ret = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TcpClient.UploadFileToServer( LYFZ.BLL.SelectPhotoHandling.GeneratePreviewBitmap( StrArray[0].Trim(), 600, 800 ), System.Drawing.Imaging.ImageFormat.Jpeg, StrArray[1].Trim(), backgroundWorker );
  499. //ret = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TcpClient.UploadFileToServer(StrArray[1].Trim(), StrArray[0].Trim(), backgroundWorker);
  500. }
  501. else
  502. {
  503. MemoryStream memoryMS = new MemoryStream();
  504. byte[] imgbytes = PublicCodeClasses.StringToByte( StrArray[0].Trim() );
  505. memoryMS.Write( imgbytes, 0, imgbytes.Length );
  506. ret = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TcpClient.UploadFileToServer( memoryMS, StrArray[1].Trim(), backgroundWorker );
  507. memoryMS.Close();
  508. memoryMS.Dispose();
  509. }
  510. }
  511. if ( ret.IndexOf( "成功" ) == -1 )
  512. {
  513. MessageBoxCustom.Show( ret, backgroundWorker: backgroundWorker );
  514. }
  515. }
  516. catch ( Exception ex )
  517. {
  518. MessageBoxCustom.Show( ex.Message, backgroundWorker: backgroundWorker );
  519. }
  520. }
  521. } );
  522. MessageBoxCustom.Show( "保存成功!" );
  523. this.btnReset_Click( this, null );
  524. this.PublicFunctionRows();
  525. }
  526. else
  527. {
  528. MessageBoxCustom.Show( "保存失败!" );
  529. }
  530. }
  531. LYFZ.BLL.BLL_UserRightsTable urtBll = new BLL.BLL_UserRightsTable();
  532. /// <summary>
  533. /// 删除
  534. /// </summary>
  535. /// <param name="sender"></param>
  536. /// <param name="e"></param>
  537. void btnDelete_Click( object sender, EventArgs e )
  538. {
  539. try
  540. {
  541. if ( this.txtUser_Name.Tag != null )
  542. {
  543. if ( Convert.ToInt32( this.txtUser_Name.Tag ) == 1 || this.txtUser_Account.Text.Trim().ToLower() == "admin" )
  544. {
  545. MessageBoxCustom.Show( "此用户不能删除!" ); return;
  546. }
  547. if ( MessageBoxCustom.Show( "你确定要删除吗?", "温馨提示", MessageBoxButtons.YesNo ) == DialogResult.Yes )
  548. {
  549. if ( userbll.Delete( Convert.ToInt32( dgvData.CurrentRow.Cells["ID"].Value ) ) )
  550. {
  551. urtBll.Delete( this.StrUserEmployeeID.Trim(), "Urt_UID" );
  552. // 写入操作日志
  553. string logsContent = "删除用户账号:" + txtUser_Account.Text.Trim() + ",用户编号:" + this.StrUserEmployeeID.Trim();
  554. LYFZ.BLL.BLL_ErpSystemLogs.WriteSystemLog( LYFZ.EnumPublic.SystemLogsType.删除用户, logsContent, LYFZ.BLL.BLL_ErpUser.UsersModel.User_EmployeeID, LYFZ.BLL.BLL_ErpUser.UsersModel.User_Name );
  555. string StrDeletePath = "";
  556. StrDeletePath += this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Jobs.ToString() + ".jpg";
  557. StrDeletePath += "|" + this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Positive.ToString() + ".jpg";
  558. StrDeletePath += "|" + this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Reverse.ToString() + ".jpg";
  559. LYFZ.ComponentLibrary.FrmLoadHandling.LoadDoWorkMethod( delegate ( object obj, BackgroundWorker backgroundWorker )
  560. {
  561. backgroundWorker.ReportProgress( 0, "正在连接服务器..." );
  562. try
  563. {
  564. string ret = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TcpClient.DeleteFile( StrDeletePath, backgroundWorker );
  565. }
  566. catch
  567. {
  568. }
  569. } );
  570. MessageBoxCustom.Show( "删除成功!" );
  571. this.btnReset_Click( this, null );
  572. this.PublicFunctionRows();
  573. }
  574. else
  575. {
  576. MessageBoxCustom.Show( "删除失败!" );
  577. }
  578. }
  579. }
  580. else
  581. {
  582. MessageBoxCustom.Show( "请选中你要删除的数据!" );
  583. }
  584. }
  585. catch ( Exception ex ) { MessageBoxCustom.Show( ex.Message ); }
  586. }
  587. /// <summary>
  588. /// 浏览工作照
  589. /// </summary>
  590. /// <param name="sender"></param>
  591. /// <param name="e"></param>
  592. void btnJobsBrowse_Click( object sender, EventArgs e )
  593. {
  594. this.SelectPhoto( this.pictJobs, this.lblJobs );
  595. }
  596. /// <summary>
  597. /// 浏览正面
  598. /// </summary>
  599. /// <param name="sender"></param>
  600. /// <param name="e"></param>
  601. void btnPositiveBrowse_Click( object sender, EventArgs e )
  602. {
  603. this.SelectPhoto( this.pictPositive, this.lblPositive );
  604. }
  605. /// <summary>
  606. /// 浏览反面
  607. /// </summary>
  608. /// <param name="sender"></param>
  609. /// <param name="e"></param>
  610. void btnReverseBrowse_Click( object sender, EventArgs e )
  611. {
  612. this.SelectPhoto( this.pictReverse, this.lblReverse );
  613. }
  614. /// <summary>
  615. /// 删除工作照
  616. /// </summary>
  617. /// <param name="sender"></param>
  618. /// <param name="e"></param>
  619. void btnJobsDelete_Click( object sender, EventArgs e )
  620. {
  621. if ( this.pictJobs.Image != null )
  622. {
  623. this.pictJobs.Image = null;
  624. if ( this.lblJobs.ForeColor != this.GetRedColor() )
  625. {
  626. htDataFile[this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Jobs.ToString() + ".jpg"] = "移除";
  627. this.lblJobs.ForeColor = this.GetNullColor();
  628. this.lblJobs.Tag = null;
  629. }
  630. }
  631. }
  632. /// <summary>
  633. /// 删除正面照
  634. /// </summary>
  635. /// <param name="sender"></param>
  636. /// <param name="e"></param>
  637. void btnPositiveDelete_Click( object sender, EventArgs e )
  638. {
  639. if ( this.pictPositive.Image != null )
  640. {
  641. this.pictPositive.Image = null;
  642. if ( this.lblPositive.ForeColor != this.GetRedColor() )
  643. {
  644. htDataFile[this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Positive.ToString() + ".jpg"] = "移除";
  645. this.lblPositive.ForeColor = this.GetNullColor();
  646. this.lblPositive.Tag = null;
  647. }
  648. }
  649. }
  650. /// <summary>
  651. /// 删除反面照
  652. /// </summary>
  653. /// <param name="sender"></param>
  654. /// <param name="e"></param>
  655. void btnReverseDelete_Click( object sender, EventArgs e )
  656. {
  657. if ( this.pictReverse.Image != null )
  658. {
  659. this.pictReverse.Image = null;
  660. if ( this.lblReverse.ForeColor != this.GetRedColor() )
  661. {
  662. htDataFile[this.StrServerPath + "\\" + this.StrUserEmployeeID.Trim() + "_" + PhotoName.Reverse.ToString() + ".jpg"] = "移除";
  663. this.lblReverse.ForeColor = this.GetNullColor();
  664. this.lblReverse.Tag = null;
  665. }
  666. }
  667. }
  668. /// <summary>
  669. /// 点击工作照放大
  670. /// </summary>
  671. /// <param name="sender"></param>
  672. /// <param name="e"></param>
  673. void pictJobs_Click( object sender, EventArgs e )
  674. {
  675. if ( this.pictJobs.Image != null )
  676. {
  677. LYFZ.Software.MainBusiness.InitialSet.Product.FrmProductPic frm = new Product.FrmProductPic();
  678. frm.FrmImage = this.pictJobs.Image;
  679. frm.ShowDialog();
  680. }
  681. }
  682. /// <summary>
  683. /// 点击正面放大
  684. /// </summary>
  685. /// <param name="sender"></param>
  686. /// <param name="e"></param>
  687. void pictPositive_Click( object sender, EventArgs e )
  688. {
  689. if ( this.pictPositive.Image != null )
  690. {
  691. LYFZ.Software.MainBusiness.InitialSet.Product.FrmProductPic frm = new Product.FrmProductPic();
  692. frm.FrmImage = this.pictPositive.Image;
  693. frm.ShowDialog();
  694. }
  695. }
  696. /// <summary>
  697. /// 点击反面照放大
  698. /// </summary>
  699. /// <param name="sender"></param>
  700. /// <param name="e"></param>
  701. void pictReverse_Click( object sender, EventArgs e )
  702. {
  703. if ( this.pictReverse.Image != null )
  704. {
  705. LYFZ.Software.MainBusiness.InitialSet.Product.FrmProductPic frm = new Product.FrmProductPic();
  706. frm.FrmImage = this.pictReverse.Image;
  707. frm.ShowDialog();
  708. }
  709. }
  710. /// <summary>
  711. /// 查询
  712. /// </summary>
  713. /// <param name="sender"></param>
  714. /// <param name="e"></param>
  715. void btnQuery_Click( object sender, EventArgs e )
  716. {
  717. this.PublicFunctionRows();
  718. }
  719. /// <summary>
  720. /// 导出
  721. /// </summary>
  722. /// <param name="sender"></param>
  723. /// <param name="e"></param>
  724. void btnExport_Click( object sender, EventArgs e )
  725. {
  726. this.dgvData.ExportDataTable();
  727. }
  728. /// <summary>
  729. /// 列表点击事件
  730. /// </summary>
  731. /// <param name="sender"></param>
  732. /// <param name="e"></param>
  733. void dgvData_CellDoubleClick( object sender, DataGridViewCellEventArgs e )
  734. {
  735. if ( e.ColumnIndex >= 0 && e.RowIndex >= 0 )
  736. {
  737. if ( this.dgvData.CurrentRow != null )
  738. {
  739. if ( this.dgvData.CurrentRow.Index >= 0 )
  740. {
  741. try
  742. {
  743. string CurrentRow_ID = this.dgvData.CurrentRow.Cells["ID"].Value.ToString().Trim();
  744. System.Threading.ThreadPool.QueueUserWorkItem( delegate
  745. {
  746. try
  747. {
  748. DataTable tbl = orbll.GetView_Custom("tb_ErpUser", StrWhere: "ID = '" + CurrentRow_ID + "'", ShowColumnName: "User_EmployeeID,User_HeadImgePath,User_PositiveID,User_IDNegative").Tables[0];
  749. if (tbl.Rows.Count > 0)
  750. {
  751. Bitmap retBmp_Jobs = null;
  752. Bitmap retBmp_Positive = null;
  753. Bitmap retBmp_Reverse = null;
  754. #region 工作照
  755. if (!string.IsNullOrEmpty(tbl.Rows[0]["User_HeadImgePath"].ToString().Trim()))
  756. {
  757. this.lblJobs.ForeColor = this.GetRedColor();
  758. this.lblJobs.Tag = null;
  759. try { retBmp_Jobs = PublicCodeClasses.GetImage(PublicCodeClasses.StringToByte(tbl.Rows[0]["User_HeadImgePath"].ToString().Trim())); }
  760. catch
  761. {
  762. }
  763. }
  764. else
  765. {
  766. string retmsg = "";
  767. string StrServerNewPath = this.StrServerPath + "\\" + tbl.Rows[0]["User_EmployeeID"].ToString().Trim() + "_" + PhotoName.Jobs.ToString() + ".jpg";
  768. this.lblJobs.ForeColor = this.GetNullColor();
  769. this.lblJobs.Tag = null;
  770. try
  771. {
  772. retmsg = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TcpClient.DownloadBitmap(ref retBmp_Jobs, StrServerNewPath);
  773. }
  774. catch (Exception ex)
  775. {
  776. retmsg = ex.Message;
  777. }
  778. }
  779. //try
  780. //{
  781. if (!this.IsDisposed&& retBmp_Jobs!=null)
  782. {
  783. if (this.InvokeRequired)
  784. {
  785. this.Invoke(new LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.UpdateControl(delegate ()
  786. {
  787. try
  788. {
  789. if (retBmp_Jobs != null)
  790. {
  791. if (!this.pictJobs.IsDisposed)
  792. {
  793. this.pictJobs.Image = retBmp_Jobs;
  794. }
  795. }
  796. }
  797. catch
  798. {
  799. }
  800. }));
  801. }
  802. }
  803. //}
  804. //catch
  805. //{
  806. //}
  807. #endregion
  808. #region 正面照
  809. if (!string.IsNullOrEmpty(tbl.Rows[0]["User_PositiveID"].ToString().Trim()))
  810. {
  811. this.lblPositive.ForeColor = this.GetRedColor();
  812. this.lblPositive.Tag = null;
  813. try { retBmp_Positive = PublicCodeClasses.GetImage(PublicCodeClasses.StringToByte(tbl.Rows[0]["User_PositiveID"].ToString().Trim())); }
  814. catch
  815. {
  816. }
  817. }
  818. else
  819. {
  820. string retmsg = "";
  821. string StrServerNewPath = this.StrServerPath + "\\" + tbl.Rows[0]["User_EmployeeID"].ToString().Trim() + "_" + PhotoName.Positive.ToString() + ".jpg";
  822. this.lblPositive.ForeColor = this.GetNullColor();
  823. this.lblPositive.Tag = null;
  824. try
  825. {
  826. retmsg = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TcpClient.DownloadBitmap(ref retBmp_Positive, StrServerNewPath);
  827. }
  828. catch (Exception ex)
  829. {
  830. retmsg = ex.Message;
  831. }
  832. }
  833. //try
  834. //{
  835. if (this.InvokeRequired&& retBmp_Positive!=null)
  836. {
  837. this.Invoke(new LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.UpdateControl(delegate ()
  838. {
  839. try
  840. {
  841. this.pictPositive.Image = retBmp_Positive;
  842. }
  843. catch
  844. {
  845. }
  846. }));
  847. }
  848. //}
  849. //catch { }
  850. #endregion
  851. #region 反面照
  852. if (!string.IsNullOrEmpty(tbl.Rows[0]["User_IDNegative"].ToString().Trim()))
  853. {
  854. this.lblReverse.ForeColor = this.GetRedColor();
  855. this.lblReverse.Tag = null;
  856. try { retBmp_Reverse = PublicCodeClasses.GetImage(PublicCodeClasses.StringToByte(tbl.Rows[0]["User_IDNegative"].ToString().Trim())); }
  857. catch
  858. {
  859. }
  860. }
  861. else
  862. {
  863. string retmsg = "";
  864. string StrServerNewPath = this.StrServerPath + "\\" + tbl.Rows[0]["User_EmployeeID"].ToString().Trim() + "_" + PhotoName.Reverse.ToString() + ".jpg";
  865. this.lblReverse.ForeColor = this.GetNullColor();
  866. this.lblReverse.Tag = null;
  867. try
  868. {
  869. retmsg = LYFZ.Software.MainBusiness.CommonLogical.SuccessfulLogin.TcpClient.DownloadBitmap(ref retBmp_Reverse, StrServerNewPath);
  870. }
  871. catch (Exception ex)
  872. {
  873. retmsg = ex.Message;
  874. }
  875. }
  876. //try
  877. //{
  878. if (this.InvokeRequired&& retBmp_Reverse!=null)
  879. {
  880. this.Invoke(new LYFZ.Software.MainBusiness.DoorCityProcess.PublicCodeClasses.UpdateControl(delegate ()
  881. {
  882. try
  883. {
  884. this.pictReverse.Image = retBmp_Reverse;
  885. }
  886. catch
  887. {
  888. }
  889. }));
  890. }
  891. //}
  892. //catch { }
  893. #endregion
  894. }
  895. }
  896. catch { }
  897. } );
  898. }
  899. catch
  900. {
  901. }
  902. LYFZ.Model.Model_ErpUser model = userbll.GetModel( Convert.ToInt32( this.dgvData.CurrentRow.Cells["ID"].Value ) );
  903. this.cmbtreev_DepartmentSet.TagFindText( model.User_Department );
  904. this.StrUserEmployeeID = model.User_EmployeeID;
  905. this.txtUser_JobNumber.Text = model.User_JobNumber;
  906. this.txtUser_Name.Tag = model.ID;
  907. this.txtUser_Name.Text = model.User_Name;
  908. this.txtUser_Account.Text = model.User_Account;
  909. if ( model.User_Account.Trim().ToLower() == "admin" )
  910. {
  911. this.txtUser_Account.Enabled = false;
  912. this.txtUser_Name.Enabled = false;
  913. }
  914. else
  915. {
  916. this.txtUser_Account.Enabled = true;
  917. this.txtUser_Name.Enabled = true;
  918. }
  919. this.cmbUser_Sex.Text = model.User_Sex;
  920. this.txtUser_Telephone.Text = model.User_Telephone;
  921. this.txtUser_NowAddress.Text = model.User_NowAddress;
  922. this.txtUser_HometownAddress.Text = model.User_HometownAddress;
  923. this.txtUser_IdentityCardID.Text = model.User_IdentityCardID;
  924. this.cmbUser_IsMarried.Text = model.User_IsMarried ? "已婚" : "未婚";
  925. this.cmbUser_Status.Text = model.User_Status;
  926. if ( model.User_IsDisable )
  927. {
  928. this.radUser_IsDisable2.Checked = true;
  929. }
  930. else
  931. {
  932. this.radUser_IsDisable1.Checked = true;
  933. }
  934. this.txtUser_Ethnic.Text = model.User_Ethnic;
  935. this.txtUser_Hometown.Text = model.User_Hometown;
  936. this.txtUser_ICQAccount.Text = model.User_ICQAccount;
  937. this.txtUser_Email.Text = model.User_Email;
  938. this.txtUser_MicroSignal.Text = model.User_MicroSignal;
  939. this.txtUser_FirstFingerprintID.Text = model.User_FirstFingerprintID;
  940. this.txtUser_SecondaryFingerprintID.Text = model.User_SecondaryFingerprintID;
  941. this.txtUser_Remark.Text = model.User_Remark;
  942. this.txtUser_EntryTime.DateValue = model.User_EntryTime;
  943. this.txtUser_ProbationTime.DateValue = model.User_ProbationTime;
  944. this.txtUser_TryWages.Text = model.User_TryWages.ToString();
  945. this.txtUser_PositiveTime.DateValue = model.User_PositiveTime;
  946. this.txtUser_ReEntryTime.DateValue = model.User_ReEntryTime;
  947. this.txtUser_Graduated.Text = model.User_Graduated;
  948. this.txtUser_ProfessionalLearning.Text = model.User_ProfessionalLearning;
  949. this.txtUser_Education.Text = model.User_Education;
  950. this.txtUser_DateOfBirth.DateValue = model.User_DateOfBirth;
  951. this.txtUser_InsuranceCategory.Text = model.User_InsuranceCategory;
  952. this.txtUser_EmergencyContactsOne.Text = model.User_EmergencyContactsOne;
  953. this.txtUser_EmergencyContactsTelephoneOne.Text = model.User_EmergencyContactsTelephoneOne;
  954. this.txtUser_EmergencyContactsTwo.Text = model.User_EmergencyContactsTwo;
  955. this.txtUser_EmergencyContactsTelephoneTwo.Text = model.User_EmergencyContactsTelephoneTwo;
  956. this.txtUser_ContractPeriod.Text = model.User_ContractPeriod.ToString();
  957. this.txtUser_LookPhoneQuantity.Text = model.User_LookPhoneQuantity.ToString();
  958. this.chkUser_BirthdayLunar.Checked = model.User_BirthdayLunar;
  959. this.ck_show_in_print.Checked = model.User_PhonePrint;
  960. this.txtUser_Password.Text = "***";
  961. this.txtUser_Password.ReadOnly = true;
  962. if ( model.User_OpenID.Trim().Length > 0 )
  963. {
  964. this.btnJcBinding.Visible = true;
  965. }
  966. else
  967. {
  968. this.btnJcBinding.Visible = false;
  969. }
  970. }
  971. }
  972. }
  973. }
  974. /// <summary>
  975. /// 选择部门查看部门人员
  976. /// </summary>
  977. /// <param name="sender"></param>
  978. /// <param name="e"></param>
  979. void cmbtreevDepartmentQuery_ComboBoxTree_NodeMouseClick( object sender, TreeNodeMouseClickEventArgs e )
  980. {
  981. this.PublicFunctionRows();
  982. }
  983. /// <summary>
  984. /// 选择分店
  985. /// </summary>
  986. /// <param name="sender"></param>
  987. /// <param name="e"></param>
  988. void cmbtreevStoreNameQuery_ComboBoxTree_NodeMouseClick( object sender, TreeNodeMouseClickEventArgs e )
  989. {
  990. this.PublicFunctionRows();
  991. }
  992. /// <summary>
  993. ///
  994. /// </summary>
  995. void PublicFunctionRows()
  996. {
  997. StringBuilder str = new StringBuilder();
  998. str.Append( " 1 = 1" );
  999. if ( !string.IsNullOrEmpty( this.txtQuery.Text.Trim() ) )
  1000. {
  1001. str.Append( " and (User_Account like '%" + this.txtQuery.Text.Trim() + "%' or User_Name like '%" + this.txtQuery.Text.Trim() + "%' or User_Telephone like '%" + this.txtQuery.Text.Trim() + "%' or User_NowAddress like '%" + this.txtQuery.Text.Trim() + "%') " );
  1002. }
  1003. if ( !string.IsNullOrEmpty( this.cmbtreevEmployeeStatus.Text.Trim() ) )
  1004. {
  1005. str.Append( " and User_Status = '" + this.cmbtreevEmployeeStatus.Text.Trim() + "'" );
  1006. }
  1007. if ( !string.IsNullOrEmpty( this.cmbtreevDepartmentQuery.Text.Trim() ) )
  1008. {
  1009. str.Append( " and User_Department = " + this.cmbtreevDepartmentQuery.Tag.ToString().Trim() + "" );
  1010. }
  1011. if ( !string.IsNullOrEmpty( this.cmbtreevStoreNameQuery.Text.ToString().Trim() ) )
  1012. {
  1013. str.Append( " and User_DividedShop = '" + this.cmbtreevStoreNameQuery.Tag.ToString().Trim() + "'" );
  1014. }
  1015. if ( !LYFZ.BLL.BLL_ErpUser.IsAdministrator() )
  1016. {
  1017. str.Append( " and tb_ErpUser.ID != '1'" );
  1018. }
  1019. DataTable dt = orbll.GetView_Custom( "tb_ErpUser Left Join tb_ErpDepartment ON User_Department = tb_ErpDepartment.ID", StrWhere: str.ToString(), ShowColumnName: "tb_ErpUser.ID,User_Name AS 姓名,User_Account AS 用户帐号,Dt_Name AS 部门,User_JobNumber AS 工号,User_Sex AS 性别,User_Telephone AS 电话,User_NowAddress AS 地址,User_Status AS 在职状态" ).Tables[0];
  1020. this.dgvData.AutoGenerateColumns = false;
  1021. this.dgvData.DataSource( dt, strHideField: "ID" );
  1022. this.dgvData.ClearSelection();
  1023. this.txtEmployeeCount.Text = "员工数:" + dt.Rows.Count.ToString();
  1024. }
  1025. /// <summary>
  1026. ///
  1027. /// </summary>
  1028. void SelectPhoto( PictureBoxEx pict, LabelEx lbl )
  1029. {
  1030. openFileDialog1.Filter = "图片文件(*.jpg)|*.jpg|图片文件(*.gif)|*.gif|图片文件(*.bmp)|*.bmp|图片文件(*.png)|*.png";
  1031. openFileDialog1.FileName = "";
  1032. if ( openFileDialog1.ShowDialog() == System.Windows.Forms.DialogResult.OK )
  1033. {
  1034. pict.Image = LYFZ.BLL.SelectPhotoHandling.GeneratePreviewBitmap( openFileDialog1.FileName, 600, 800 );
  1035. lbl.Tag = openFileDialog1.FileName;
  1036. lbl.ForeColor = this.GetRedColor();
  1037. }
  1038. }
  1039. /// <summary>
  1040. /// 相片名称
  1041. /// </summary>
  1042. enum PhotoName
  1043. {
  1044. Jobs,
  1045. Positive,
  1046. Reverse
  1047. }
  1048. /// <summary>
  1049. ///
  1050. /// </summary>
  1051. /// <param name="sender"></param>
  1052. /// <param name="e"></param>
  1053. void txtUser_LookPhoneQuantity_Leave( object sender, EventArgs e )
  1054. {
  1055. if ( this.txtUser_LookPhoneQuantity.Text.Trim().Length > 0 )
  1056. {
  1057. try
  1058. {
  1059. Convert.ToInt32( this.txtUser_LookPhoneQuantity.Text );
  1060. }
  1061. catch
  1062. {
  1063. this.txtUser_LookPhoneQuantity.Text = ""; return;
  1064. }
  1065. if ( Convert.ToInt32( this.txtUser_LookPhoneQuantity.Text ) < -1 )
  1066. {
  1067. this.txtUser_LookPhoneQuantity.Text = "-1"; return;
  1068. }
  1069. }
  1070. }
  1071. /// <summary>
  1072. /// 添加员工可看完整电话数量输入限制
  1073. /// </summary>
  1074. /// <param name="sender"></param>
  1075. /// <param name="e"></param>
  1076. void txtUser_LookPhoneQuantity_KeyPress( object sender, KeyPressEventArgs e )
  1077. {
  1078. //if (!Char.IsNumber(e.KeyChar) && !Char.IsControl(e.KeyChar))
  1079. //{ e.Handled = true; }
  1080. if ( Convert.ToString( e.KeyChar ) == "-" )
  1081. {
  1082. if ( this.txtUser_LookPhoneQuantity.SelectedText.Trim() == this.txtUser_LookPhoneQuantity.Text.Trim() )
  1083. {
  1084. this.txtUser_LookPhoneQuantity.Text = "";
  1085. }
  1086. if ( this.txtUser_LookPhoneQuantity.Text.Trim().IndexOf( '-' ) != -1 )
  1087. {
  1088. e.Handled = true;
  1089. }
  1090. if ( this.txtUser_LookPhoneQuantity.Text.Trim().Length > 0 )
  1091. {
  1092. e.Handled = true;
  1093. }
  1094. }
  1095. else if ( !Char.IsNumber( e.KeyChar ) && !Char.IsControl( e.KeyChar ) )
  1096. {
  1097. e.Handled = true;
  1098. }
  1099. else
  1100. {
  1101. if ( !string.IsNullOrEmpty( this.txtUser_LookPhoneQuantity.Text.Trim() ) )
  1102. {
  1103. char[] chr = this.txtUser_LookPhoneQuantity.Text.Trim().ToArray();
  1104. if ( chr[0].ToString().Trim() == "-" )
  1105. {
  1106. if ( Char.IsNumber( e.KeyChar ) )
  1107. {
  1108. if ( Convert.ToInt32( e.KeyChar.ToString().Trim() ) != 1 )
  1109. {
  1110. e.Handled = true;
  1111. }
  1112. }
  1113. }
  1114. }
  1115. }
  1116. }
  1117. /// <summary>
  1118. /// 试用期工资输入判断
  1119. /// </summary>
  1120. /// <param name="sender"></param>
  1121. /// <param name="e"></param>
  1122. void txtUser_TryWages_KeyPress( object sender, KeyPressEventArgs e )
  1123. {
  1124. if ( !Char.IsNumber( e.KeyChar ) && !Char.IsPunctuation( e.KeyChar ) && !Char.IsControl( e.KeyChar ) )
  1125. {
  1126. e.Handled = true;
  1127. }
  1128. else if ( Char.IsPunctuation( e.KeyChar ) )
  1129. {
  1130. if ( e.KeyChar == '.' )
  1131. {
  1132. if ( ((System.Windows.Forms.TextBox)sender).Text.LastIndexOf( '.' ) != -1 )
  1133. {
  1134. e.Handled = true;
  1135. }
  1136. }
  1137. else
  1138. {
  1139. e.Handled = true;
  1140. }
  1141. }
  1142. }
  1143. /// <summary>
  1144. /// QQ输入判断
  1145. /// </summary>
  1146. /// <param name="sender"></param>
  1147. /// <param name="e"></param>
  1148. void txtUser_ICQAccount_KeyPress( object sender, KeyPressEventArgs e )
  1149. {
  1150. if ( !Char.IsNumber( e.KeyChar ) && !Char.IsControl( e.KeyChar ) )
  1151. {
  1152. e.Handled = true;
  1153. }
  1154. }
  1155. /// <summary>
  1156. /// 电话输入判断
  1157. /// </summary>
  1158. /// <param name="sender"></param>
  1159. /// <param name="e"></param>
  1160. void txtUser_Telephone_KeyPress( object sender, KeyPressEventArgs e )
  1161. {
  1162. if ( !Char.IsNumber( e.KeyChar ) && !Char.IsControl( e.KeyChar ) )
  1163. {
  1164. e.Handled = true;
  1165. }
  1166. }
  1167. /// <summary>
  1168. /// 紧急联系电话1输入判断
  1169. /// </summary>
  1170. /// <param name="sender"></param>
  1171. /// <param name="e"></param>
  1172. void txtUser_EmergencyContactsTelephoneOne_KeyPress( object sender, KeyPressEventArgs e )
  1173. {
  1174. if ( !Char.IsNumber( e.KeyChar ) && !Char.IsControl( e.KeyChar ) )
  1175. {
  1176. e.Handled = true;
  1177. }
  1178. }
  1179. /// <summary>
  1180. /// 紧急联系电话2输入判断
  1181. /// </summary>
  1182. /// <param name="sender"></param>
  1183. /// <param name="e"></param>
  1184. void txtUser_EmergencyContactsTelephoneTwo_KeyPress( object sender, KeyPressEventArgs e )
  1185. {
  1186. if ( !Char.IsNumber( e.KeyChar ) && !Char.IsControl( e.KeyChar ) )
  1187. {
  1188. e.Handled = true;
  1189. }
  1190. }
  1191. /// <summary>
  1192. /// 合同年限输入判断
  1193. /// </summary>
  1194. /// <param name="sender"></param>
  1195. /// <param name="e"></param>
  1196. void txtUser_ContractPeriod_KeyPress( object sender, KeyPressEventArgs e )
  1197. {
  1198. if ( !Char.IsNumber( e.KeyChar ) && !Char.IsControl( e.KeyChar ) )
  1199. {
  1200. e.Handled = true;
  1201. }
  1202. }
  1203. /// <summary>
  1204. /// 点击获取焦点
  1205. /// </summary>
  1206. /// <param name="sender"></param>
  1207. /// <param name="e"></param>
  1208. void panelEx6_Click( object sender, EventArgs e )
  1209. {
  1210. this.panelEx6.Focus();
  1211. }
  1212. /// <summary>
  1213. /// 窗体大小发生变化
  1214. /// </summary>
  1215. /// <param name="sender"></param>
  1216. /// <param name="e"></param>
  1217. void FrmEmployeesSet_Resize( object sender, EventArgs e )
  1218. {
  1219. switch ( this.btnExport.Location.Y )
  1220. {
  1221. case 5: this.flowLayoutPanel1.Height = 37; break;
  1222. case 35: this.flowLayoutPanel1.Height = 67; break;
  1223. }
  1224. }
  1225. /// <summary>
  1226. /// 所有lable点击让层获取焦点
  1227. /// </summary>
  1228. /// <param name="sender"></param>
  1229. /// <param name="e"></param>
  1230. void tmp_Click( object sender, EventArgs e )
  1231. {
  1232. this.panelEx6.Focus();
  1233. }
  1234. Color GetNullColor()
  1235. {
  1236. return System.Drawing.Color.FromArgb( 119, 113, 114 );
  1237. }
  1238. Color GetRedColor()
  1239. {
  1240. return Color.Red;
  1241. }
  1242. }
  1243. }