| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274 |
- /*******************************************************************************
- * Copyright(c) 2014 DongkeSoft All rights reserved. / Confidential
- * 类的信息:
- * 1.程序名称:F_PM_1102.cs
- * 2.功能描述:新建/编辑产品废弃信息窗体
- * 编辑履历:
- * 作者 日期 版本 修改内容
- * 庄天威 2014/09/24 1.00 新建
- *******************************************************************************/
- using System;
- using System.Collections.Generic;
- using System.Data;
- using System.Windows.Forms;
- using Dongke.IBOSS.PRD.Basics.BaseResources;
- using Dongke.IBOSS.PRD.WCF.Proxys;
- using Dongke.IBOSS.PRD.WCF.Proxys.PMModuleService;
- using Dongke.IBOSS.PRD.Client.CommonModule;
- using Dongke.IBOSS.PRD.Basics.BaseControls;
- using Dongke.IBOSS.PRD.Basics.Library;
- using Dongke.IBOSS.PRD.WCF.DataModels;
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- /// <summary>
- /// 编辑产品废弃信息窗体
- /// </summary>
- public partial class F_PM_1102 : FormBase
- {
- #region 成员变量
- //窗体模式ID
- private Constant.FormMode _formType;
- //修改产品报损信息ID
- private string _barCode;
- //页面报损工序的数据源
- private List<ProductionDataEntity> _productionDataList = new List<ProductionDataEntity>();
- //该产品在产信息实体
- private InProductionEntity _isScrapProductEntity;
- //用户选择报损工序实体
- private ProductionDataEntity _scrapProductResponProcedure;
- //当前责任人集合
- private List<ScrapResponsibleEntity> _scrapResponsibleList = new List<ScrapResponsibleEntity>();
- //修改用废弃产品实体
- private ScrapProductEntity _updateEntity;
- //修改用废弃责任工序实体
- private ResponProcedureEntity _updateProcedureEntity;
- //修改用责任人集合
- private List<ScrapResponsibleEntity> _updateScrapResponsibleList;
- //有效条码标示
- private bool _yxBarCode = false;
- //产品分级类别ID
- private int _goodsLevelTypeID = Convert.ToInt32(Constant.GoodsLevelType.Damage);
- //产品分级ID
- private int _goodsLevelId;
- //报损信息ID
- private int _editSPId;
- //是否允许审批
- private bool _isScrap = false;
- //未干补
- int SpecialRepairFlag = 0;
- //完成工序
- int? _CompleteProcdureID = null;
- //完成工序编码
- string _CompleteProcdureCode = "";
- //完成工序名称
- string _CompleteProcdureName = "";
- // 商标ID
- int? _LogoID = null;
- #endregion
- #region 构造函数
- /// <summary>
- /// 窗体构造
- /// </summary>
- public F_PM_1102(Constant.FormMode formType, string BarCode, int EditSPId, bool isScrap)
- {
- InitializeComponent();
- this._formType = formType;
- this._barCode = BarCode;
- this._editSPId = EditSPId;
- this._isScrap = isScrap;
- if (formType == Constant.FormMode.Add)
- {
- this.Text = FormTitles.F_PM_1102_ADD;
- }
- else
- {
- this.Text = FormTitles.F_PM_1102_EDIT;
- }
- this.btnViewApprover.Text = ButtonText.BTN_VIEWAPPROVER;
- this.btnSave.Text = ButtonText.BTN_SAVE;
- this.btnCancel.Text = ButtonText.BTN_CLOSE;
- }
- #endregion
- #region 事件
- /// <summary>
- /// 窗体加载
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void F_PM_1102_Load(object sender, EventArgs e)
- {
- try
- {
- //获取当前产品分级ID
- this._goodsLevelId = Convert.ToInt32(SystemModuleProxy.Service.GetGoodsLevelDataById(_goodsLevelTypeID, null)
- .Tables[0].Rows[0]["GoodsLevelID"]);
- // 损坯原因
- DataSet dsRreason = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return SystemModuleProxy.Service.GetDictionaryData(0, "TPC008");
- }));
- this.cmbRreason.DisplayMember = "DictionaryValue";
- this.cmbRreason.ValueMember = "DictionaryID";
- this.cmbRreason.DataSource = dsRreason.Tables[0];
- //绑定损坯状态
- DataTable dtAuditStatus = new DataTable();
- dtAuditStatus.Columns.Add("AuditStatusID");
- dtAuditStatus.Columns.Add("AuditStatusValue");
- DataRow dr = dtAuditStatus.NewRow();
- dr["AuditStatusID"] = 0;
- dr["AuditStatusValue"] = "待审核";
- dtAuditStatus.Rows.Add(dr);
- if (this._isScrap)
- {
- dr = dtAuditStatus.NewRow();
- dr["AuditStatusID"] = 1;
- dr["AuditStatusValue"] = "损坯通过";
- dtAuditStatus.Rows.Add(dr);
- dr = dtAuditStatus.NewRow();
- dr["AuditStatusID"] = 2;
- dr["AuditStatusValue"] = "损坯驳回";
- dtAuditStatus.Rows.Add(dr);
- }
- this.cmbAuditStatus.DisplayMember = "AuditStatusValue";
- this.cmbAuditStatus.ValueMember = "AuditStatusID";
- this.cmbAuditStatus.DataSource = dtAuditStatus;
- if (this._formType == Constant.FormMode.Edit)
- {
- BindEntity();
- }
- if (ProxySettings.LoginUserInfo.UserCode == "")
- {
- // 特定用户?特定报废原因?
- this.txtRemarks.Text = "拉官塘厂";
- this.cmbAuditStatus.SelectedValue = 1;
- this.cmbRreason.SelectedValue = 41;
- }
- }
- catch (Exception ex)
- {
- // 对异常进行共通处理
- ExceptionManager.HandleEventException(this.ToString(),
- System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- }
- }
- /// <summary>
- /// 提交操作
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void btnSave_Click(object sender, EventArgs e)
- {
- try
- {
- if (this.txtBarCode.Text == string.Empty)
- {
- this.txtBarCode.Focus();
- return;
- }
- if (this.cmbRreason.Text == string.Empty)
- {
- MessageBox.Show("损坯原因必须填写!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- return;
- }
- this.txtRemarks.Focus();//把光标移开,由于删除工号后,值未变
- if (this._formType == Constant.FormMode.Add)
- {
- if (this._yxBarCode != true)
- {
- MessageBox.Show("请先输入一个有效条码!!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Focus();
- return;
- }
- ScrapProductEntity addScrapProduct = null;
- ResponProcedureEntity addRProcedure = null;
- //获取责任人集合
- List<ScrapResponsibleEntity> addResponsibleList = new List<ScrapResponsibleEntity>();
- foreach (DataGridViewRow gvrFor in dgvResponsible.Rows)
- {
- int isSelected = Convert.ToInt32(gvrFor.Cells["UserSelected"].Value);
- if (isSelected == Constant.INT_IS_ONE)
- {
- ScrapResponsibleEntity selectResponsible = new ScrapResponsibleEntity();
- selectResponsible.BarCode = this.txtBarCode.Text;
- selectResponsible.StaffID = Convert.ToInt32(gvrFor.Cells["StaffID"].Value);
- selectResponsible.StaffStatus = Convert.ToInt32(gvrFor.Cells["Staffstatus"].Value);
- selectResponsible.UserID = scbUser.SearchedPKMember;
- selectResponsible.UserCode = scbUser.SearchedValue + "";
- selectResponsible.UJobsID = Convert.ToInt32(gvrFor.Cells["UJobsId"].Value);
- selectResponsible.SJobsID = Convert.ToInt32(gvrFor.Cells["JobsId"].Value);
- addResponsibleList.Add(selectResponsible);
- }
- }
- //如果选择了责任工序就一定要选择责任人
- //if (cbResponProcedure.Text != string.Empty && addResponsibleList.Count == Constant.INT_IS_ZERO)
- if (addResponsibleList.Count == Constant.INT_IS_ZERO)
- {
- MessageBox.Show("请选择责任人!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- return;
- }
- //首先判断责任类型
- int thisResponType = 0;
- if (cbResponProcedure.Text == string.Empty && addResponsibleList.Count == Constant.INT_IS_ZERO)
- {
- thisResponType = 1;
- }
- else if (cbResponProcedure.Text != string.Empty && addResponsibleList.Count != Constant.INT_IS_ZERO)
- {
- thisResponType = 3;
- }
- else if (cbResponProcedure.Text == string.Empty && addResponsibleList.Count != Constant.INT_IS_ZERO)
- {
- thisResponType = 2;
- }
- if (thisResponType == Constant.INT_IS_ZERO)
- {
- MessageBox.Show("责任类别不正确!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- return;
- }
- //新建报损产品实体
- addScrapProduct = new ScrapProductEntity();
- addScrapProduct.BarCode = this.txtBarCode.Text;
- addScrapProduct.ProductionLineID = _isScrapProductEntity.ProductionLineID;
- addScrapProduct.ProductionLineCode = _isScrapProductEntity.ProductionLineCode;
- addScrapProduct.ProductionLineName = _isScrapProductEntity.ProductionLineName;
- addScrapProduct.GoodsID = _isScrapProductEntity.GoodsID;
- addScrapProduct.GoodsCode = _isScrapProductEntity.GoodsCode;
- addScrapProduct.GoodsName = _isScrapProductEntity.GoodsName;
- addScrapProduct.GroutingDailyID = _isScrapProductEntity.GroutingDailyID;
- addScrapProduct.GroutingDailyDetailID = _isScrapProductEntity.GroutingDailyDetailID;
- addScrapProduct.GroutingDate = Convert.ToDateTime(_isScrapProductEntity.GroutingDate);
- addScrapProduct.GroutingLineID = _isScrapProductEntity.GroutingLineID;
- addScrapProduct.GroutingLineCode = _isScrapProductEntity.GroutingLineCode;
- addScrapProduct.GroutingLineName = _isScrapProductEntity.GroutingLineName;
- addScrapProduct.GMouldTypeID = _isScrapProductEntity.GMouldTypeID;
- addScrapProduct.GroutingLineDetailID = _isScrapProductEntity.GroutingLineDetailID;
- addScrapProduct.GroutingMouldCode = _isScrapProductEntity.GroutingMouldCode;
- addScrapProduct.MouldCode = _isScrapProductEntity.MouldCode;
- addScrapProduct.GoodsLevelTypeID = _goodsLevelTypeID;
- addScrapProduct.GoodsLevelID = _goodsLevelId;
- addScrapProduct.ScrapDate = Convert.ToDateTime(this.txtScrapDate.Text);
- addScrapProduct.Rreason = this.cmbRreason.Text;
- addScrapProduct.ResponUserID = scbUser.SearchedPKMember;
- addScrapProduct.ResponUserCode = scbUser.SearchedValue + "";
- addScrapProduct.ResponUserName = scbUser.Text;
- addScrapProduct.Remarks = this.txtRemarks.Text;
- addScrapProduct.AuditStatus = 0;
- addScrapProduct.SettlementFlag = 0;
- addScrapProduct.ResponType = thisResponType;
- addScrapProduct.GroutingUserID = Convert.ToInt32(_isScrapProductEntity.GroutingUserID);
- addScrapProduct.GroutingUserCode = _isScrapProductEntity.GroutingUserCode;
- addScrapProduct.GroutingNum = _isScrapProductEntity.GroutingNum;
- addScrapProduct.IsPublicBody = Convert.ToInt32(_isScrapProductEntity.IsPublicBody);
- addScrapProduct.IsReFire = Convert.ToInt32(_isScrapProductEntity.IsReFire);
- addScrapProduct.AuditStatus = Convert.ToInt32(cmbAuditStatus.SelectedValue);
- addScrapProduct.SpecialRepairflag = this.SpecialRepairFlag;
- addScrapProduct.LogoID = this._LogoID;
- if (this._CompleteProcdureID != null)
- {
- addScrapProduct.ProcedureID = this._CompleteProcdureID;
- //addScrapProduct.ProcedureName = this.txtCompleteProcdure.Text;
- addScrapProduct.ProcedureName = this._CompleteProcdureName;
- addScrapProduct.ProcedureCode = this._CompleteProcdureCode;
- }
- if (txtScrapFine.Text != string.Empty)
- {
- addScrapProduct.ScrapFine = Convert.ToDecimal(this.txtScrapFine.Text);
- }
- //如果存在责任工序的话,也要添加责任工序
- if (thisResponType == Constant.INT_IS_THREE)
- {
- addRProcedure = new ResponProcedureEntity();
- addRProcedure.BarCode = this.txtBarCode.Text;
- addRProcedure.ProductionDataID = _scrapProductResponProcedure.ProductionDataID;
- addRProcedure.ProductionLineID = _isScrapProductEntity.ProductionLineID;
- addRProcedure.ProductionLineCode = _isScrapProductEntity.ProductionLineCode;
- addRProcedure.ProductionLineName = _isScrapProductEntity.ProductionLineName;
- addRProcedure.ProcedureID = _scrapProductResponProcedure.ProcedureID;
- addRProcedure.ProcedureCode = _scrapProductResponProcedure.ProcedureCode;
- addRProcedure.ProcedureName = _scrapProductResponProcedure.ProcedureName;
- addRProcedure.UserID = scbUser.SearchedPKMember;
- addRProcedure.UserCode = scbUser.SearchedValue + "";
- addRProcedure.UserName = scbUser.Text;
- addRProcedure.Remarks = "";
- }
- int addReturn = (int)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.AddScrapProduct(addScrapProduct, addRProcedure, addResponsibleList);
- }));
- if (addReturn > Constant.INT_IS_ZERO)
- {
- //成功
- MessageBox.Show(string.Format(Messages.MSG_CMN_I001, "废弃产品", "保存"),
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Information);
- this.DialogResult = DialogResult.OK;
- }
- else if (addReturn == Constant.RETURN_IS_DATACHANGED)
- {
- //成功
- MessageBox.Show(string.Format(Messages.MSG_CMN_W007, "操作的数据已经发生了变化"),
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Information);
- this.DialogResult = DialogResult.OK;
- }
- else
- {
- //失败
- MessageBox.Show(string.Format(Messages.MSG_CMN_W001, "废弃产品", "保存"),
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning);
- }
- }
- else
- {
- //获取修改后的责任人集合
- this._updateScrapResponsibleList = new List<ScrapResponsibleEntity>();
- foreach (DataGridViewRow gvrFor in dgvResponsible.Rows)
- {
- int isSelected = Convert.ToInt32(gvrFor.Cells["UserSelected"].Value);
- if (isSelected == Constant.INT_IS_ONE)
- {
- ScrapResponsibleEntity selectResponsible = new ScrapResponsibleEntity();
- selectResponsible.BarCode = this.txtBarCode.Text;
- selectResponsible.StaffID = Convert.ToInt32(gvrFor.Cells["StaffID"].Value);
- selectResponsible.StaffStatus = Convert.ToInt32(gvrFor.Cells["Staffstatus"].Value);
- selectResponsible.UserID = scbUser.SearchedPKMember;
- selectResponsible.UserCode = scbUser.SearchedValue + "";
- selectResponsible.UJobsID = Convert.ToInt32(gvrFor.Cells["UJobsId"].Value);
- selectResponsible.SJobsID = Convert.ToInt32(gvrFor.Cells["JobsId"].Value);
- this._updateScrapResponsibleList.Add(selectResponsible);
- }
- }
- //如果选择了责任工序就一定要选择责任人
- //if (cbResponProcedure.Text != string.Empty && _updateScrapResponsibleList.Count == Constant.INT_IS_ZERO)
- if (_updateScrapResponsibleList.Count == Constant.INT_IS_ZERO)
- {
- MessageBox.Show("请选择责任人!",
- this.Text,
- MessageBoxButtons.OK,
- MessageBoxIcon.Warning,
- MessageBoxDefaultButton.Button1);
- return;
- }
- //根据修改信息判断新的责任类型
- int thisResponType = 0;
- if (cbResponProcedure.Text == string.Empty && _updateScrapResponsibleList.Count == Constant.INT_IS_ZERO)
- {
- thisResponType = 1;
- }
- else if (cbResponProcedure.Text != string.Empty && _updateScrapResponsibleList.Count != Constant.INT_IS_ZERO)
- {
- thisResponType = 3;
- }
- else if (cbResponProcedure.Text == string.Empty && _updateScrapResponsibleList.Count != Constant.INT_IS_ZERO)
- {
- thisResponType = 2;
- }
- if (thisResponType == Constant.INT_IS_ZERO)
- {
- MessageBox.Show("责任类别不正确!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- return;
- }
- //为修改实体赋值(可修改的只有备注,原因,责任工序,以及责任人)
- this._updateEntity.ScrapDate = Convert.ToDateTime(this.txtScrapDate.Text);
- this._updateEntity.Rreason = this.cmbRreason.Text;
- this._updateEntity.Remarks = this.txtRemarks.Text;
- this._updateEntity.ResponType = thisResponType;
- this._updateEntity.LogoID = this._LogoID;
- if (txtScrapFine.Text != string.Empty)
- {
- this._updateEntity.ScrapFine = Convert.ToDecimal(this.txtScrapFine.Text);
- }
- //新添审批状态判断,如果审批状态为未通过审批,要修改为未审批
- //if (this._updateEntity.AuditStatus != null)
- //{
- // if (this._updateEntity.AuditStatus == Constant.INT_IS_TWO)
- // {
- // this._updateEntity.AuditStatus = 0;
- // }
- //}
- this._updateEntity.AuditStatus = Convert.ToInt32(cmbAuditStatus.SelectedValue);
- //如果存在责任工序的话,也要添加责任工序
- if (thisResponType == Constant.INT_IS_THREE)
- {
- if (this._updateProcedureEntity == null)
- {
- this._updateProcedureEntity = new ResponProcedureEntity();
- }
- this._updateProcedureEntity.BarCode = this.txtBarCode.Text;
- this._updateProcedureEntity.ProductionDataID = _scrapProductResponProcedure.ProductionDataID;
- this._updateProcedureEntity.ProductionLineID = _updateEntity.ProductionLineID;
- this._updateProcedureEntity.ProductionLineCode = _updateEntity.ProductionLineCode;
- this._updateProcedureEntity.ProductionLineName = _updateEntity.ProductionLineName;
- this._updateProcedureEntity.ProcedureID = _scrapProductResponProcedure.ProcedureID;
- this._updateProcedureEntity.ProcedureCode = _scrapProductResponProcedure.ProcedureCode;
- this._updateProcedureEntity.ProcedureName = _scrapProductResponProcedure.ProcedureName;
- this._updateProcedureEntity.UserID = scbUser.SearchedPKMember;
- this._updateProcedureEntity.UserCode = scbUser.SearchedValue + "";
- this._updateProcedureEntity.UserName = scbUser.Text;
- }
- else //不存在了直接把原来的删掉
- {
- if (this._updateProcedureEntity != null)
- {
- this._updateProcedureEntity.ValueFlag = 0;
- }
- }
- int updateReturn = (int)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.UpdateScrapProduct(_updateEntity, _updateProcedureEntity, _updateScrapResponsibleList, _scrapResponsibleList);
- }));
- if (updateReturn > Constant.INT_IS_ZERO)
- {
- //成功
- MessageBox.Show(string.Format(Messages.MSG_CMN_I001, "废弃产品", "保存"),
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Information);
- this.DialogResult = DialogResult.OK;
- }
- else
- {
- //失败
- MessageBox.Show(string.Format(Messages.MSG_CMN_W001, "废弃产品", "保存"),
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning);
- }
- }
- }
- catch (Exception ex)
- {
- // 对异常进行共通处理
- ExceptionManager.HandleEventException(this.ToString(),
- System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- }
- }
- /// <summary>
- /// 察看审批意见
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void btnViewApprover_Click(object sender, EventArgs e)
- {
- try
- {
- string barCode = this.txtBarCode.Text;
- F_PM_1103 frmFPM1103 = new F_PM_1103(barCode, 1, _editSPId);
- DialogResult dialogresult = frmFPM1103.ShowDialog();
- }
- catch (Exception ex)
- {
- // 对异常进行共通处理
- ExceptionManager.HandleEventException(this.ToString(),
- System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- }
- }
- /// <summary>
- /// 选择工号改变
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void scbUser_TextValueChanged(object sender, WinForm.Controls.ScbSearchBox.TextChangeEventArgs e)
- {
- try
- {
- if (this.scbUser.SearchedPKMember != 0)
- {
- if (this.scbUser.Text != "")
- {
- this.dgvResponsible.AutoGenerateColumns = false;
- DataSet dsUser = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return HRModuleProxy.Service.SearchHrStaffInfo(this.scbUser.SearchedPKMember);
- }));
- this.dgvResponsible.DataSource = dsUser.Tables[0];
- }
- else
- {
- this.dgvResponsible.DataSource = null;
- this.scbUser.ClearValue();
- }
- }
- else
- {
- this.dgvResponsible.DataSource = null;
- }
- if (this._formType == Constant.FormMode.Edit)
- {
- if (this.dgvResponsible.DataSource != null)
- {
- if (_scrapResponsibleList.Count != 0)
- {
- foreach (DataGridViewRow drNow in this.dgvResponsible.Rows)
- {
- string sourseNow = drNow.Cells["StaffID"].Value.ToString();
- foreach (ScrapResponsibleEntity srFor in _scrapResponsibleList)
- {
- if (srFor.StaffID.ToString() == sourseNow)
- {
- drNow.Cells["UserSelected"].Value = "1";
- break;
- }
- }
- }
- }
- }
- }
- }
- catch (Exception ex)
- {
- // 对异常进行共通处理
- ExceptionManager.HandleEventException(this.ToString(),
- System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- }
- }
- /// <summary>
- /// 选择工号改变
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void dkUser_UserValueChanged(object sender, Controls.SearchTextBox.dkUserInfoSearchBox.TextChangeEventArgs e)
- {
- // try
- // {
- // if (this.scbUser.SearchedPKMember != 0)
- // {
- // if (this.scbUser.Text != "")
- // {
- // this.dgvResponsible.AutoGenerateColumns = false;
- // DataSet dsUser = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- // {
- // return HRModuleProxy.Service.SearchHrStaffInfo(this.scbUser.SearchedPKMember);
- // }));
- // this.dgvResponsible.DataSource = dsUser.Tables[0];
- // }
- // else
- // {
- // this.dgvResponsible.DataSource = null;
- // this.scbUser.ClearValue();
- //}
- // }
- // else
- // {
- // this.dgvResponsible.DataSource = null;
- // }
- // if (this._formType == Constant.FormMode.Edit)
- // {
- // if (this.dgvResponsible.DataSource != null)
- // {
- // if (_scrapResponsibleList.Count != 0)
- // {
- // foreach (DataGridViewRow drNow in this.dgvResponsible.Rows)
- // {
- // string sourseNow = drNow.Cells["StaffID"].Value.ToString();
- // foreach (ScrapResponsibleEntity srFor in _scrapResponsibleList)
- // {
- // if (srFor.StaffID.ToString() == sourseNow)
- // {
- // drNow.Cells["UserSelected"].Value = "1";
- // break;
- // }
- // }
- // }
- // }
- // }
- // }
- // }
- // catch (Exception ex)
- // {
- // // 对异常进行共通处理
- // ExceptionManager.HandleEventException(this.ToString(),
- // System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- // }
- }
- /// <summary>
- /// 窗体关闭
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void btnCancel_Click(object sender, EventArgs e)
- {
- this.Close();
- }
- /// <summary>
- /// 条码输入完毕后
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void txtBarCode_Validating(object sender, System.ComponentModel.CancelEventArgs e)
- {
- try
- {
- string BarCode = this.txtBarCode.Text.Trim();
- if (BarCode != string.Empty)
- {
- string doRuselt = (string)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.ScrapProductChack(BarCode);
- }));
- string[] doRuselts = doRuselt.Split(':');
- int isHave = Convert.ToInt32(doRuselts[0]);
- if (isHave == 2)
- {
- MessageBox.Show("不是在产产品不能报损!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- return;
- }
- if (isHave == 3)
- {
- MessageBox.Show(string.Format("当前工号没有此产品所在工序【{0}】的操作权限,不能报损!", doRuselts[1]),
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- return;
- }
- if (isHave == 4)
- {
- MessageBox.Show(doRuselts[1],
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- return;
- }
- if (isHave == Constant.INT_IS_ZERO)
- {
- MessageBox.Show("该产品已经存在报损记录!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- return;
- }
- DataSet dsReturn = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.GetInProductionAndProductionData(BarCode);
- }));
- if (dsReturn != null)
- {
- if (dsReturn.Tables.Count == Constant.INT_IS_TWO)
- {
- if (dsReturn.Tables[0].Rows.Count == Constant.INT_IS_ZERO) //在产表中没有数据
- {
- //目前不在生产线上也只报损 2015/07/14 modify wangx
- DataSet dsDailyDetail = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.GetBarCodeInGroutingDailyDetail(BarCode);
- }));
- if (dsDailyDetail != null && dsDailyDetail.Tables[0].Rows.Count == 0)
- {
- MessageBox.Show("该产品条码无效,无法报损!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- return;
- }
- //SpecialRepairFlag = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["SpecialRepairFlag"]);
- //this.txtProductionLineName.Text = "";
- //this.txtGoodsCode.Text = dsDailyDetail.Tables[0].Rows[0]["GoodsCode"].ToString();
- //this.txtGroutingLine.Text = dsDailyDetail.Tables[0].Rows[0]["GroutingLineCode"].ToString();
- //this.txtMouldCode.Text = dsDailyDetail.Tables[0].Rows[0]["GroutingMouldCode"].ToString();
- //this.txtGroutingUser.Text = dsDailyDetail.Tables[0].Rows[0]["GroutingUserCode"].ToString();
- //this.cbResponProcedure.Enabled = false;
- ////this._isScrapProductEntity.ProductionLineID = 0;//放null
- ////this._isScrapProductEntity.ProductionLineCode = null;
- ////this._isScrapProductEntity.ProductionLineName = null;
- //this._isScrapProductEntity = new InProductionEntity();
- //this._isScrapProductEntity.GoodsID = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["GoodsID"]);
- //this._isScrapProductEntity.GoodsCode = dsDailyDetail.Tables[0].Rows[0]["GoodsCode"].ToString();
- //this._isScrapProductEntity.GoodsName = dsDailyDetail.Tables[0].Rows[0]["GoodsName"].ToString();
- //this._isScrapProductEntity.GroutingDailyID = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["GroutingDailyID"]);
- //this._isScrapProductEntity.GroutingDailyDetailID = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["GroutingDailyDetailID"]);
- //this._isScrapProductEntity.GroutingDate = Convert.ToDateTime(dsDailyDetail.Tables[0].Rows[0]["GroutingDate"]);
- //this._isScrapProductEntity.GroutingLineID = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["GroutingLineID"]);
- //this._isScrapProductEntity.GroutingLineCode = dsDailyDetail.Tables[0].Rows[0]["GroutingLineCode"].ToString();
- //this._isScrapProductEntity.GroutingLineName = dsDailyDetail.Tables[0].Rows[0]["GroutingLineName"].ToString();
- //this._isScrapProductEntity.GMouldTypeID = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["GMouldTypeID"]);
- //this._isScrapProductEntity.GroutingLineDetailID = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["GroutingLineDetailID"]);
- //this._isScrapProductEntity.GroutingMouldCode = dsDailyDetail.Tables[0].Rows[0]["GroutingMouldCode"].ToString();
- //this._isScrapProductEntity.MouldCode = dsDailyDetail.Tables[0].Rows[0]["MouldCode"].ToString();
- //this._isScrapProductEntity.GroutingUserID = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["GroutingUserID"]);
- //this._isScrapProductEntity.GroutingUserCode = dsDailyDetail.Tables[0].Rows[0]["GroutingUserCode"].ToString();
- //this._isScrapProductEntity.GroutingNum = Convert.ToInt32(dsDailyDetail.Tables[0].Rows[0]["GroutingNum"]);
- //this._isScrapProductEntity.IsPublicBody = 0;
- //this._isScrapProductEntity.IsReFire = 0;
- //this._yxBarCode = true;
- //this.txtBarCode.Enabled = false;
- // 2015/07/14 modify wangx end
- ////产品不在生产线上
- MessageBox.Show("不是在产产品不能报损!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- ////判断条码是否有效
- return; //加这个返回代码为了如果在注浆登记中,赋完值后直接返回,为了保存时候取值
- }
- //获取产品情况以及经过工序情况
- DataTable dtInProduction = dsReturn.Tables[0];
- //2015-05-26 begin modify by wangx
- if (dtInProduction != null && dtInProduction.Rows.Count > 0)
- {
- if (dtInProduction.Rows[0]["endmode"].ToString() == "2")//代表已经产成品
- {
- MessageBox.Show("该产品条码已经生产完成,无法报损!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- return;
- }
- if (dtInProduction.Rows[0]["IsReworkFlag"].ToString() == "1")//代表已经返工
- {
- MessageBox.Show("该产品条码已经是返工状态,无法报损!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- return;
- }
- }
- //2015-05-26 end
- //获取节点类型
- //如果存在该类型的字段的话,判断一下
- // string a = dtInProduction.Columns[dtInProduction.Columns.Count - 1].ColumnName;
- foreach (DataColumn dcFor in dtInProduction.Columns)
- {
- if (dcFor.ColumnName.ToLower() == "proceduremodeltypeid")
- {
- int modelType = Convert.ToInt32(dtInProduction.Rows[0]["ProcedureModelTypeID"]);
- // 装车,入窑,出窑,窑车补件不能报损
- if (modelType == Constant.INT_IS_ONE || modelType == Constant.INT_IS_TWO || modelType == Constant.INT_IS_THREE || modelType == Constant.INT_IS_SIX)
- {
- //某些特殊工序不可报损
- MessageBox.Show("该产品处于无法报损的特殊工序中!",
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- this.txtBarCode.Text = "";
- this.txtBarCode.Focus();
- return;
- }
- }
- }
- DataTable dtProductionData = dsReturn.Tables[1];
- foreach (DataRow drFor in dtInProduction.Rows)
- {
- SpecialRepairFlag = Convert.ToInt32(drFor["SpecialRepairFlag"]);
- this.txtProductionLineName.Text = drFor["ProductionLineName"].ToString();
- this.txtGoodsCode.Text = drFor["GoodsCode"].ToString();
- this.txtGroutingLine.Text = drFor["GroutingLineCode"].ToString();
- this.txtMouldCode.Text = drFor["GroutingMouldCode"].ToString();
- this.txtGroutingUser.Text = drFor["GroutingUserCode"].ToString();
- if (drFor["logoID"].ToString() != "")
- {
- this._LogoID = Convert.ToInt32(drFor["logoID"]);
- }
- }
- this.cbResponProcedure.DataSource = dtProductionData;
- this.cbResponProcedure.ValueMember = "ProcedureID";
- this.cbResponProcedure.DisplayMember = "ProcedureName";
- this.cbResponProcedure.Text = "";
- List<InProductionEntity> inProductionList = DataConvert.TableConvertToObject<InProductionEntity>(dtInProduction);
- if (inProductionList.Count != Constant.INT_IS_ZERO)
- {
- this._isScrapProductEntity = inProductionList[0];
- }
- else
- {
- if (this._updateEntity == null)
- {
- return;
- }
- if (this._updateEntity.GoodsLevelTypeID != this._goodsLevelTypeID)
- {
- return;
- }
- //失败,条码不存在数据或无法转换
- MessageBox.Show(Messages.MSG_PM_W007,
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- return;
- }
- this._productionDataList = DataTableToListByProductionData(dtProductionData);
- if (this._productionDataList.Count != Constant.INT_IS_ZERO)
- {
- this._scrapProductResponProcedure = this._productionDataList[0];
- }
- this._yxBarCode = true;
- this.txtBarCode.Enabled = false;
- if (dtProductionData != null && dtProductionData.Rows.Count > 0)
- {
- this.cbResponProcedure.SelectedValue = dtProductionData.Rows[dtProductionData.Rows.Count - 1]["ProcedureID"];
- //this.cbResponProcedure.Enabled = false;
- // modify wangx 2015/06/06 begin
- this._CompleteProcdureID = Convert.ToInt32(dtProductionData.Rows[dtProductionData.Rows.Count - 1]["ProcedureID"]);
- this.txtCompleteProcdure.Text = dtProductionData.Rows[dtProductionData.Rows.Count - 1]["ProcedureName"].ToString();
- _CompleteProcdureName = dtProductionData.Rows[dtProductionData.Rows.Count - 1]["ProcedureName"].ToString();
- this._CompleteProcdureCode = dtProductionData.Rows[dtProductionData.Rows.Count - 1]["ProcedureCode"].ToString();
- // modify wangx 2015/06/06 end
- cbResponProcedure_SelectedIndexChanged(sender, e);
- }
- else
- {
- this._CompleteProcdureID = Convert.ToInt32(dtInProduction.Rows[0]["ProcedureID"]);
- _CompleteProcdureName = dtInProduction.Rows[0]["ProcedureName"].ToString();
- this._CompleteProcdureCode = dtInProduction.Rows[0]["ProcedureCode"].ToString();
- }
- }
- }
- else
- {
- if (this._updateEntity == null)
- {
- return;
- }
- if (this._updateEntity.GoodsLevelTypeID != this._goodsLevelTypeID)
- {
- return;
- }
- //失败
- MessageBox.Show(Messages.MSG_PM_W007,
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
- }
- }
- }
- catch (Exception ex)
- {
- // 对异常进行共通处理
- ExceptionManager.HandleEventException(this.ToString(),
- System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- }
- }
- /// <summary>
- /// 将用户选择的工序实体赋值
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void cbResponProcedure_SelectedIndexChanged(object sender, EventArgs e)
- {
- try
- {
- if (this._productionDataList.Count != Constant.INT_IS_ZERO)
- {
- if (this.cbResponProcedure.ListBox.SelectedIndex > -Constant.INT_IS_ONE)
- {
- this._scrapProductResponProcedure = _productionDataList[this.cbResponProcedure.ListBox.SelectedIndex];
- DataTable dt = this.cbResponProcedure.DataSource as DataTable;
- int ProductionDataID = Convert.ToInt32(dt.Select("ProcedureID=" + this.cbResponProcedure.SelectedValue)[0]["ProductionDataID"]);
- DataSet dsUserCode = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.GetScrapProductUserCodeByProductionDataID(ProductionDataID);
- }));
- if (dsUserCode != null && dsUserCode.Tables.Count > Constant.INT_IS_ZERO
- && dsUserCode.Tables[0].Rows.Count > Constant.INT_IS_ZERO)
- {
- this.scbUser.SearchedPKMember = Convert.ToInt32(dsUserCode.Tables[0].Rows[0]["UserId"]);
- scbUser.InitValue(dsUserCode.Tables[0].Rows[0]["UserName"].ToString(), dsUserCode.Tables[0].Rows[0]["UserCode"].ToString());
- //this.dkUser.UserName = dsUserCode.Tables[0].Rows[0]["UserName"].ToString();
- //this.dkUser.UserCode = dsUserCode.Tables[0].Rows[0]["UserCode"].ToString();
- this.cbResponProcedure.DataSource = dt;
- this.cbResponProcedure.Enabled = true;
- //this.dkUser.ReadOnly = true;
- this.scbUser.Enabled = false;
- }
- else
- {
- this.scbUser.Enabled = true;
- this.scbUser.SearchedPKMember = 0;
- this.scbUser.ClearValue();
- }
- }
- else
- {
- this._scrapProductResponProcedure = null;
- }
- }
- }
- catch (Exception ex)
- {
- // 对异常进行共通处理
- ExceptionManager.HandleEventException(this.ToString(),
- System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- }
- }
- private void txtBarCode_KeyPress(object sender, KeyPressEventArgs e)
- {
- try
- {
- if ((int)e.KeyChar == 13) // 按了回车键
- {
- this.cbResponProcedure.Focus();
- }
- }
- catch (Exception ex)
- {
- // 对异常进行共通处理
- ExceptionManager.HandleEventException(this.ToString(),
- System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- }
- }
- #endregion
- #region 私有方法
- /// <summary>
- /// 加载数据
- /// </summary>
- private void BindEntity()
- {
- try
- {
- //条码控件不可用
- this.txtBarCode.Enabled = false;
- this._updateEntity = new ScrapProductEntity();
- this._updateEntity.BarCode = _barCode;
- this._updateEntity.ScrapProductID = _editSPId;
- //绑定生产工序集合
- DataSet dsReturn = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.GetInProductionAndProductionData(_barCode);
- }));
- if (dsReturn != null)
- {
- if (dsReturn.Tables.Count == Constant.INT_IS_TWO)
- {
- //获取产品情况以及经过工序情况
- DataTable dtInProduction = dsReturn.Tables[0];
- DataTable dtProductionData = dsReturn.Tables[1];
- foreach (DataRow drFor in dtInProduction.Rows)
- {
- this.txtProductionLineName.Text = drFor["ProductionLineName"].ToString();
- this.txtGoodsCode.Text = drFor["GoodsCode"].ToString();
- this.txtGroutingLine.Text = drFor["GroutingLineCode"].ToString();
- this.txtMouldCode.Text = drFor["GroutingMouldCode"].ToString();
- this.txtGroutingUser.Text = drFor["GroutingUserCode"].ToString();
- }
- this.cbResponProcedure.DataSource = dtProductionData;
- this.cbResponProcedure.DisplayMember = "ProcedureName";
- this.cbResponProcedure.ValueMember = "ProcedureID";
- this._productionDataList = DataTableToListByProductionData(dtProductionData);
- if (this._productionDataList.Count != Constant.INT_IS_ZERO)
- {
- this._scrapProductResponProcedure = this._productionDataList[0];
- }
- if (dtInProduction.Rows.Count == 0)
- {
- this.cbResponProcedure.Enabled = false;
- }
- }
- }
- //获取报废产品实体
- DataSet dsScrap = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.GetScrapProduct(this._updateEntity);
- }));
- if (dsScrap != null)
- {
- if (dsScrap.Tables.Count != Constant.INT_IS_ZERO)
- {
- DataRow drScrap = dsScrap.Tables[0].Rows[0];
- this._updateEntity.BarCode = drScrap["BarCode"].ToString();
- if (drScrap["ProductionLineID"].ToString() != "")
- {
- this._updateEntity.ProductionLineID = Convert.ToInt32(drScrap["ProductionLineID"]);
- this._updateEntity.ProductionLineCode = drScrap["ProductionLineCode"].ToString();
- this._updateEntity.ProductionLineName = drScrap["ProductionLineName"].ToString();
- this.txtGoodsCode.Text = drScrap["GoodsCode"].ToString();
- this.txtGroutingLine.Text = drScrap["GroutingLineCode"].ToString();
- this.txtMouldCode.Text = drScrap["GroutingMouldCode"].ToString();
- this.txtGroutingUser.Text = drScrap["GroutingUserCode"].ToString();
- this._CompleteProcdureID = Convert.ToInt32(drScrap["ProcedureID"]);
- this._CompleteProcdureCode = drScrap["ProcedureCode"].ToString();
- this.txtCompleteProcdure.Text = drScrap["ProcedureName"].ToString();
- }
- else //等于空时,取模具信息
- {
- this.txtGoodsCode.Text = drScrap["GoodsCode"].ToString();
- this.txtGroutingLine.Text = drScrap["GroutingLineCode"].ToString();
- this.txtMouldCode.Text = drScrap["GroutingMouldCode"].ToString();
- this.txtGroutingUser.Text = drScrap["GroutingUserCode"].ToString();
- }
- if (drScrap["logoid"].ToString() != "")
- {
- this._LogoID = Convert.ToInt32(drScrap["logoid"]);
- }
- this._updateEntity.GoodsID = Convert.ToInt32(drScrap["GoodsID"]);
- this._updateEntity.GoodsCode = drScrap["GoodsCode"].ToString();
- this._updateEntity.GoodsName = drScrap["GoodsName"].ToString();
- this._updateEntity.GroutingDailyID = Convert.ToInt32(drScrap["GroutingDailyID"]);
- this._updateEntity.GroutingDailyDetailID = Convert.ToInt32(drScrap["GroutingDailyDetailID"]);
- this._updateEntity.GroutingDate = Convert.ToDateTime(drScrap["GroutingDate"]);
- this._updateEntity.GroutingLineID = Convert.ToInt32(drScrap["GroutingLineID"]);
- this._updateEntity.GroutingLineCode = drScrap["GroutingLineCode"].ToString();
- this._updateEntity.GroutingLineName = drScrap["GroutingLineName"].ToString();
- this._updateEntity.GMouldTypeID = Convert.ToInt32(drScrap["GMouldTypeID"]);
- this._updateEntity.GroutingLineDetailID = Convert.ToInt32(drScrap["GroutingLineDetailID"]);
- this._updateEntity.GroutingMouldCode = drScrap["GroutingMouldCode"].ToString();
- this._updateEntity.MouldCode = drScrap["MouldCode"].ToString();
- this._updateEntity.GoodsLevelTypeID = Convert.ToInt32(drScrap["GoodsLevelTypeID"]);
- this._updateEntity.GoodsLevelID = Convert.ToInt32(drScrap["GoodsLevelID"]);
- this._updateEntity.ScrapDate = Convert.ToDateTime(drScrap["ScrapDate"]);
- this._updateEntity.Rreason = drScrap["Rreason"].ToString();
- this._updateEntity.Remarks = drScrap["Remarks"].ToString();
- this._updateEntity.AuditStatus = Convert.ToInt32(drScrap["AuditStatus"]);
- this._updateEntity.ResponType = Convert.ToInt32(drScrap["ResponType"]);
- this._updateEntity.SpecialRepairflag = Convert.ToInt32(drScrap["SpecialRepairflag"]);
- this.SpecialRepairFlag = Convert.ToInt32(drScrap["SpecialRepairflag"]);
- if (drScrap["Auditor"] != DBNull.Value)
- {
- this._updateEntity.Auditor = Convert.ToInt32(drScrap["Auditor"]);
- }
- if (drScrap["AuditDate"] != DBNull.Value)
- {
- this._updateEntity.AuditlDate = Convert.ToDateTime(drScrap["AuditDate"]);
- }
- this._updateEntity.SettlementFlag = Convert.ToInt32(drScrap["SettlementFlag"]);
- if (drScrap["ResponProcedureID"] != DBNull.Value) //ProcedureID--改到ResponProcedureID
- {
- this._updateEntity.ResponProcedureID = Convert.ToInt32(drScrap["ResponProcedureID"]);
- }
- if (drScrap["UserID"] != DBNull.Value)
- {
- this._updateEntity.ResponUserID = Convert.ToInt32(drScrap["UserID"]);
- }
- if (drScrap["UserCode"] != DBNull.Value)
- {
- this._updateEntity.ResponUserCode = drScrap["UserCode"].ToString();
- }
- if (drScrap["UserName"] != DBNull.Value)
- {
- this._updateEntity.ResponUserName = drScrap["UserName"].ToString();
- }
- if (drScrap["ScrapFine"] != DBNull.Value)
- {
- this._updateEntity.ScrapFine = Convert.ToDecimal(drScrap["ScrapFine"]);
- }
- this.cmbAuditStatus.SelectedValue = this._updateEntity.AuditStatus;
- if (this._updateEntity.GoodsLevelTypeID != this._goodsLevelTypeID ||
- (this._updateEntity.AuditStatus == Constant.INT_IS_ONE || this._updateEntity.AuditStatus == Constant.INT_IS_TWO)) //除关闭窗体外所有功能不可用
- {
- this.txtBarCode.Enabled = false;
- this.txtGoodsCode.Enabled = false;
- this.txtProductionLineName.Enabled = false;
- this.cbResponProcedure.Enabled = false;
- // 报损日期不能修改
- //this.txtScrapDate.Enabled = false;
- this.cmbRreason.Enabled = false;
- this.txtRemarks.Enabled = false;
- this.scbUser.Enabled = false;
- this.dgvResponsible.Enabled = false;
- this.btnSave.Enabled = false;
- this.btnViewApprover.Visible = false;
- this.cmbAuditStatus.Enabled = false;
- }
- if (this._updateEntity.Auditor != null && this._updateEntity.GoodsLevelTypeID == this._goodsLevelTypeID)
- {
- this.btnViewApprover.Visible = true;
- }
- }
- }
- else
- {
- this.Close();
- return;
- }
- //获取报废责任工序实体
- if (Convert.ToInt32(_updateEntity.ResponType) == Constant.INT_IS_THREE)
- {
- DataSet dsResPro = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.GetResponProcedureBySPId(Convert.ToInt32(_updateEntity.ScrapProductID));
- }));
- this._updateProcedureEntity = new ResponProcedureEntity();
- if (dsResPro != null && dsResPro.Tables[0].Rows.Count > 0) //如果原来存在责任工序实体
- {
- DataRow drResPro = dsResPro.Tables[0].Rows[0];
- this._updateProcedureEntity.ResponProcedureID = Convert.ToInt32(drResPro["ResponProcedureID"]);
- this.scbUser.Enabled = false;
- }
- this._updateProcedureEntity.BarCode = _updateEntity.BarCode;
- }
- //获取报废责任人实体集合
- if (Convert.ToInt32(_updateEntity.ResponType) != Constant.INT_IS_ONE)
- {
- this._updateScrapResponsibleList = new List<ScrapResponsibleEntity>();
- DataSet dsResponsible = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.GetScrapResponsibleBySPId(Convert.ToInt32(_updateEntity.ScrapProductID));
- }));
- DataTableToListByScrapResponsible(dsResponsible);
- }
- //控件赋值
- this.txtBarCode.Text = _updateEntity.BarCode;
- this.txtGoodsCode.Text = _updateEntity.GoodsCode;
- this.txtProductionLineName.Text = _updateEntity.ProductionLineName;
- this.cbResponProcedure.SelectedValue = _updateEntity.ResponProcedureID;
- this.txtScrapDate.Text = _updateEntity.ScrapDate.ToString();
- try
- {
- this.cmbRreason.Text = _updateEntity.Rreason;
- }
- catch
- {
- this.cmbRreason.Text = "";
- }
- this.txtRemarks.Text = _updateEntity.Remarks;
- this.txtScrapFine.Text = _updateEntity.ScrapFine.ToString();
- //this._updateEntity.ScrapFine
- if (this._updateEntity.ResponUserID != null)
- {
- scbUser.SearchedPKMember = Convert.ToInt32(_updateEntity.ResponUserID);
- scbUser.InitValue(_updateEntity.ResponUserName, _updateEntity.ResponUserCode);
- //this.dkUser.UserID = _updateEntity.ResponUserID;
- // this.dkUser.UserCode = _updateEntity.ResponUserCode;
- // this.dkUser.UserName = _updateEntity.ResponUserName;
- }
- else if (this._scrapResponsibleList.Count != Constant.INT_IS_ZERO)
- {
- scbUser.SearchedPKMember = Convert.ToInt32(_scrapResponsibleList[0].UserID);
- scbUser.InitValue(_scrapResponsibleList[0].UserName, _scrapResponsibleList[0].UserCode);
- //this.dkUser.UserID = _scrapResponsibleList[0].UserID;
- // this.dkUser.UserCode = _scrapResponsibleList[0].UserCode;
- // this.dkUser.UserName = _scrapResponsibleList[0].UserName;
- }
- }
- catch (Exception ex)
- {
- throw ex;
- }
- }
- /// <summary>
- /// 数据表到实体转换
- /// </summary>
- /// <param name="dsScrapResponsible"></param>
- private void DataTableToListByScrapResponsible(DataSet dsScrapResponsible)
- {
- foreach (DataRow drFor in dsScrapResponsible.Tables[0].Rows)
- {
- ScrapResponsibleEntity srEntity = new ScrapResponsibleEntity();
- srEntity.ResponsibleID = Convert.ToInt32(drFor["ResponsibleID"]);
- srEntity.ScrapProductID = Convert.ToInt32(drFor["ScrapProductID"]);
- srEntity.BarCode = drFor["BarCode"].ToString();
- srEntity.ResponType = Convert.ToInt32(drFor["ResponType"]);
- if (drFor["ResponProcedureID"] != DBNull.Value)
- {
- srEntity.ResponProcedureID = Convert.ToInt32(drFor["ResponProcedureID"]);
- }
- srEntity.StaffID = Convert.ToInt32(drFor["StaffID"]);
- srEntity.UserID = Convert.ToInt32(drFor["UserID"]);
- srEntity.UserCode = drFor["UserCode"].ToString();
- srEntity.UJobsID = Convert.ToInt32(drFor["UJobsID"]);
- srEntity.SJobsID = Convert.ToInt32(drFor["SJobsID"]);
- srEntity.StaffStatus = Convert.ToInt32(drFor["StaffStatus"]);
- srEntity.AccountID = Convert.ToInt32(drFor["AccountID"]);
- srEntity.CreateTime = Convert.ToDateTime(drFor["CreateTime"]);
- srEntity.CreateUserID = Convert.ToInt32(drFor["CreateUserID"]);
- srEntity.UpdateTime = Convert.ToDateTime(drFor["UpdateTime"]);
- srEntity.UpdateUserID = Convert.ToInt32(drFor["UpdateUserID"]);
- srEntity.OPTimeStamp = Convert.ToDateTime(drFor["OPTimeStamp"]);
- srEntity.UserName = drFor["userName"].ToString();
- this._scrapResponsibleList.Add(srEntity);
- }
- }
- /// <summary>
- /// 数据表到实体转换
- /// </summary>
- /// <param name="dtProductionData"></param>
- /// <returns></returns>
- private List<ProductionDataEntity> DataTableToListByProductionData(DataTable dtProductionData)
- {
- List<ProductionDataEntity> pdList = new List<ProductionDataEntity>();
- foreach (DataRow drFor in dtProductionData.Rows)
- {
- ProductionDataEntity pdEntity = new ProductionDataEntity();
- pdEntity.ProductionDataID = Convert.ToInt32(drFor["ProductionDataID"]);
- pdEntity.ProcedureID = Convert.ToInt32(drFor["ProcedureID"]);
- pdEntity.ProcedureCode = drFor["ProcedureCode"].ToString();
- pdEntity.ProcedureName = drFor["ProcedureName"].ToString();
- pdList.Add(pdEntity);
- }
- return pdList;
- }
- #endregion
- private void cbResponProcedure_Validating(object sender, System.ComponentModel.CancelEventArgs e)
- {
- try
- {
- if (this._productionDataList.Count != Constant.INT_IS_ZERO)
- {
- if (this.cbResponProcedure.ListBox.SelectedIndex > -Constant.INT_IS_ONE)
- {
- this._scrapProductResponProcedure = _productionDataList[this.cbResponProcedure.ListBox.SelectedIndex];
- DataTable dt = this.cbResponProcedure.DataSource as DataTable;
- int ProductionDataID = Convert.ToInt32(dt.Select("ProcedureID=" + this.cbResponProcedure.SelectedValue)[0]["ProductionDataID"]);
- DataSet dsUserCode = (DataSet)DoAsync(new BaseAsyncMethod(() =>
- {
- return PMModuleProxy.Service.GetScrapProductUserCodeByProductionDataID(ProductionDataID);
- }));
- if (dsUserCode != null && dsUserCode.Tables.Count > Constant.INT_IS_ZERO
- && dsUserCode.Tables[0].Rows.Count > Constant.INT_IS_ZERO)
- {
- this.scbUser.SearchedPKMember = Convert.ToInt32(dsUserCode.Tables[0].Rows[0]["UserId"]);
- scbUser.InitValue(dsUserCode.Tables[0].Rows[0]["UserName"].ToString(), dsUserCode.Tables[0].Rows[0]["UserCode"].ToString());
- //this.dkUser.UserID = Convert.ToInt32(dsUserCode.Tables[0].Rows[0]["UserId"]);
- // this.dkUser.UserName = dsUserCode.Tables[0].Rows[0]["UserName"].ToString();
- // this.dkUser.UserCode = dsUserCode.Tables[0].Rows[0]["UserCode"].ToString();
- this.cbResponProcedure.DataSource = dt;
- this.cbResponProcedure.Enabled = true;
- this.scbUser.Enabled = false; ;
- }
- else
- {
- this.scbUser.Enabled = true;
- this.scbUser.SearchedPKMember = 0;
- this.scbUser.ClearValue();
- }
- }
- else
- {
- this._scrapProductResponProcedure = null;
- this.scbUser.Enabled = true;
- }
- }
- }
- catch (Exception ex)
- {
- // 对异常进行共通处理
- ExceptionManager.HandleEventException(this.ToString(),
- System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
- }
- }
- }
- }
|