| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Text;
- using System.Windows.Forms;
- using Infragistics.Win.UltraWinGrid;
- using Infragistics.Win;
- using System.Collections;
- using CoreFS.CA06;
- using System.Diagnostics;
- namespace Core.LZMes.Client.QCM
- {
- public partial class QCM030305LT : FrmBase
- {
- public QCM030305LT()
- {
- InitializeComponent();
- }
- //private string prodline = "";
- public override void ToolBar_Click(object sender, string ToolbarKey)
- {
- switch (ToolbarKey)
- {
- case "Query":
- this.DoQuery();
- break;
- case "Judge":
- Operate();
- break;
- case "FB":
- fb();
- break;
- case "Cancel_FB":
- cancel_fb();
- break;
- case "Exit":
- this.Close();
- break;
- case "Export":
- this.DoExport();
- break;
- }
- }
- private void DoQuery()
- {
- if (this.ultraTabControl1.Tabs[0].Selected) //待判信息
- {
- DoQueryMe();
- }
- if (this.ultraTabControl1.Tabs[1].Selected) //表面判定记录
- {
- DoQueryRe();
- }
- if (this.ultraTabControl1.Tabs[2].Selected) //公差判定记录
- {
- DoQueryRe1();
- }
- }
- private void DoQueryMe()
- {
- //查询探伤待检信息(轧批号、计划号)
- try
- {
- this.dataSet3.Clear();
- dataSet6.Clear();
- string starttime = "";
- string endtime = "";
- if (checkBox2.Checked)
- {
- starttime = this.dateTimePicker1.Value.ToString("yyyyMMdd");
- endtime = this.dateTimePicker2.Value.AddDays(1).ToString("yyyyMMdd");
- }
- string sbatchno = "";
- string ebatchno = "";
- if (checkBox3.Checked)
- {
- sbatchno = this.textBox2.Text.Trim();
- if (textBox1.Text.ToString() == "")
- {
- ebatchno = this.textBox2.Text.Trim();
- }
- else
- {
- ebatchno = this.textBox1.Text.Trim();
- }
- }
- if (!checkBox2.Checked && !checkBox3.Checked)
- {
- MessageBox.Show("时间与轧批号必须选择其中一个条件!");
- return;
- }
- string orderno = this.textBox4.Text.Trim();// 订单号
- string psc = textBox3.Text.Trim(); //产品描述
- string stellname = this.textBox7.Text.Trim();
- string prodline = "连退";
- string isjudge = this.comboBox4.Text.ToString();
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "doQueryMaterialDetailsJ2";
- ccp.ServerParams = new object[] { starttime, endtime, sbatchno, ebatchno, orderno, psc, "MB", prodline, isjudge, stellname };
- ccp.SourceDataTable = this.dataSet3.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findFlawDataJ";
- ccp.ServerParams = new object[] { prodline };
- ccp.SourceDataTable = this.dataSet6.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- ultraCombo1.DataSource = ccp.SourceDataTable;
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].EditorComponent = ultraCombo1;
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDown;
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].FilterOperandDropDownItems = FilterOperandDropDownItems.CellValues;
-
- //this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].AllowRowFiltering = Infragistics.Win.AutoCompleteMode.Append;
-
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void DoQueryRe()
- {
- //查询判定记录
- try
- {
- this.dataSet2.Clear();
- string starttime = "";
- string endtime = "";
- if (checkBox2.Checked)
- {
- starttime = this.dateTimePicker1.Value.ToString("yyyyMMdd");
- endtime = this.dateTimePicker2.Value.ToString("yyyyMMdd");
- }
- string sbatchno = "";
- string ebatchno = "";
- if (checkBox3.Checked)
- {
- sbatchno = this.textBox2.Text.Trim();
- if (textBox1.Text.ToString() == "")
- {
- ebatchno = this.textBox2.Text.Trim();
- }
- else
- {
- ebatchno = this.textBox1.Text.Trim();
- }
- }
- if (!checkBox2.Checked && !checkBox3.Checked)
- {
- MessageBox.Show("时间与轧批号必须选择其中一个条件!");
- return;
- }
- string orderno = textBox4.Text.Trim();
- string psc = textBox3.Text.Trim();
- string stellname = this.textBox7.Text.Trim();
- string prodline = "连退";
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "GetSurfaceInfoJ";
- ccp.ServerParams = new object[] { starttime, endtime, sbatchno, ebatchno, orderno, psc, prodline, stellname };
- ccp.SourceDataTable = this.dataSet2.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void DoQueryRe1()
- {
- try
- {
- this.dataSet9.Clear();
-
- string starttime = "";
- string endtime = "";
- if (checkBox2.Checked)
- {
- starttime = this.dateTimePicker1.Value.ToString("yyyyMMdd");
- endtime = this.dateTimePicker2.Value.ToString("yyyyMMdd");
- }
- string sbatchno = "";
- string ebatchno = "";
- if (checkBox3.Checked)
- {
- sbatchno = this.textBox1.Text.Trim();
- if (textBox2.Text.ToString() == "")
- {
- ebatchno = this.textBox1.Text.Trim();
- }
- else
- {
- ebatchno = this.textBox2.Text.Trim();
- }
- }
- if (!checkBox2.Checked && !checkBox3.Checked)
- {
- MessageBox.Show("时间与轧批号必须选择其中一个条件!");
- return;
- }
- string orderno = this.textBox4.Text.Trim();// 订单号
- string psc = textBox3.Text.Trim(); //产品描述
- string stellname = this.textBox7.Text.Trim();
- string prodline = "连退";
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "GetMeasureInfoJ";
- ccp.ServerParams = new object[] { starttime, endtime, sbatchno, ebatchno, orderno, psc, prodline, stellname };
- ccp.SourceDataTable = this.dataSet9.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void Operate()
- {
- string material_no = "";
- try
- {
- UltraGridRow ugr = this.ultraGrid3.ActiveRow;
- if (ugr == null)
- return;
- CoreClientParam ccp = new CoreClientParam();
- foreach (UltraGridRow ugrs in this.ultraGrid4.Rows)
- {
- if (ugrs.Cells["CHECKBOX"].Text.ToString() == "True")
- {
- string surfaceid = ugrs.Cells["SURFACE_ID"].Value.ToString();
- string username = this.UserInfo.GetUserName();
- string userorder = this.UserInfo.GetUserOrderText();
- string usergroup = this.UserInfo.GetUserGroupText();
- string flag = "";
- if (ugrs.Cells["PRIMARY_FLAG"].Text.ToString().Contains("是"))
- {
- flag = "1";
- }
- else
- {
- flag = "0";
- }
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "repairFlaw";
- ccp.ServerParams = new object[] { surfaceid, ugrs.Cells["FLAW_SEQ"].Value.ToString(), flag, username, userorder, usergroup };
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- }
- }
- this.dataSet4.Clear();
- string surface_id = ugr.Cells["SURFACE_ID"].Value.ToString();
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findNameByMN";
- ccp.ServerParams = new object[] { surface_id };
- ccp.SourceDataTable = this.dataSet4.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void fb()
- {
- try
- {
- List<UltraGridRow> lists = new List<UltraGridRow>();
- foreach (UltraGridRow ugr in ultraGrid3.Rows)
- {
- if (ugr.Cells["CHECK"].Text.ToString() == "True")
- {
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "coiljudge_status_call_commit";
- ccp.ServerParams = new object[] { ugr.Cells["PLINE_CODE"].Value.ToString()
- , ugr.Cells["MATERIAL_NO"].Value.ToString()
- , ""
- , ""
- , ""
- , ""
- , ""
- , "Y"
- , txt_fb_reason.Text,""};
- ccp = this.ExecuteNonQuery(ccp, CoreInvokeType.Internal);
- if (ccp.ReturnCode == -1)
- {
- return;
- }
- lists.Add(ugr);
- }
- }
- for (int i = 0; i < lists.Count; i++)
- {
- lists[i].Delete(false);
- }
- //DoQuery();
- MessageBox.Show("封闭成功!");
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void cancel_fb()
- {
- try
- {
- List<UltraGridRow> lists = new List<UltraGridRow>();
- foreach (UltraGridRow ugr in ultraGrid3.Rows)
- {
- if (ugr.Cells["CHECK"].Text.ToString() == "True")
- {
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "coiljudge_status_call_commit";
- ccp.ServerParams = new object[] { ugr.Cells["PLINE_CODE"].Value.ToString()
- , ugr.Cells["MATERIAL_NO"].Value.ToString()
- , ""
- , ""
- , ""
- , ""
- , ""
- , "N"
- , txt_fb_reason.Text,""};
- ccp = this.ExecuteNonQuery(ccp, CoreInvokeType.Internal);
- if (ccp.ReturnCode == -1)
- {
- return;
- }
- lists.Add(ugr);
- }
- }
- for (int i = 0; i < lists.Count; i++)
- {
- lists[i].Delete(false);
- }
- //DoQuery();
- MessageBox.Show("解除封闭成功!");
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void label9_Click(object sender, EventArgs e)
- {
- try
- {
- List<UltraGridRow> lists = new List<UltraGridRow>();
- foreach (UltraGridRow ugr in ultraGrid3.Rows)
- {
- if (ugr.Cells["CHECK"].Text.ToString() == "True")
- {
- ArrayList list1 = new ArrayList();
- List<ArrayList> list2 = new List<ArrayList>();
- //if (comboBox1.Text.Trim() == "")
- //{
- // MessageBox.Show("请输入检验结果!");
- // return;
- //}
- if (comboBox2.Text.Trim() == "")
- {
- MessageBox.Show("请输入质量等级!");
- return;
- }
- string is_pass = "";
- string is_zl1 = "";
- if (comboBox1.Text.ToString() == "合格")
- {
- is_pass = "1";
- }
- else if (comboBox1.Text.ToString() == "不合格")
- {
- is_pass = "2";
- }
- else if (comboBox1.Text.ToString() == "待判")
- {
- is_pass = "0";
- }
- else
- {
- is_pass = "";
- }
- list1.Add(ugr.Cells["MATERIAL_NO"].Value.ToString());
- list1.Add(is_pass);//检验结果代码
- list1.Add(comboBox1.Text.Trim().ToString());//检验结果
- list1.Add(comboBox2.Text.Trim().ToString());//质量等级代码
- list1.Add(comboBox2.Text.Trim().ToString());//质量等级名称
- list1.Add(textBox5.Text.ToString().Trim());
- list1.Add(this.UserInfo.GetUserName());//操作人
- list1.Add(this.UserInfo.GetUserOrderText());//班次
- list1.Add(this.UserInfo.GetUserGroupText());//班组
- int count = 0;
- int i = 0;
- foreach (UltraGridRow ugrs in this.ultraGrid4.Rows)
- {
- if (ugrs.Cells["CHECKBOX"].Text.ToString() == "True")
- {
- int j = 2;
- ArrayList list = new ArrayList();
- if (ugrs.Cells["PRIMARY_FLAG"].Value.ToString() == "1")
- i++;
- list.Add(ugrs.Cells["PRIMARY_FLAG"].Value.ToString());
- if (ugrs.Cells["PRIMARY_FLAG"].Value.ToString() == "1")
- {
- list.Add("1");
- j = j - 1;
- }
- else
- {
- list.Add(j);
- }
- if (ugrs.Cells["FLAW_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_DESC"].Text.ToString() == "")
- {
- MessageBox.Show("已选择的请录入缺陷信息!");
- return;
- }
- if (ugrs.Cells["FLAW_AREA"].Text.ToString() == "上表面")
- {
- list.Add("U");
- }
- else if (ugrs.Cells["FLAW_AREA"].Text.ToString() == "下表面")
- {
- list.Add("D");
- }
- else if (ugrs.Cells["FLAW_AREA"].Text.ToString() == "边部")
- {
- list.Add("E");
- }
- else
- {
- list.Add("");
- }
- //list.Add(ugrs.Cells["FLAW_TYPE_DESC"].Value.ToString());
- //list.Add(ugrs.Cells["FLAW_TYPE_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_POS_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_POS_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_POS_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_POS_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_DIR_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_DIR_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_DIR_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_DIR_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_SIZE_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_SIZE_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_SIZE_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_SIZE_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_LV_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_LV_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_LV_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_LV_DESC"].Text.ToString());
- //if (!IsNumberal(ugrs.Cells["FLAW_QUANTITY"].Text))
- //{
- // MessageBox.Show("数量请输入数字!");
- // return;
- //}
- list.Add(ugrs.Cells["FLAW_QUANTITY"].Text.ToString());
- list.Add(ugrs.Cells["MEMO"].Text.ToString());
- if (ugrs.Cells["IS_REPAIR"].Text.ToString() == "")
- {
- list.Add("0");
- }
- else
- {
- list.Add(ugrs.Cells["IS_REPAIR"].Value.ToString());
- }
- count++;
- j++;
- list2.Add(list);
- }
- }
- if (count == 0 && comboBox1.Text.ToString() == "不合格")
- {
- MessageBox.Show("请录入缺陷信息并选择!");
- return;
- }
- if (i == 0 && comboBox1.Text.ToString() == "不合格")
- {
- MessageBox.Show("请录入主要缺陷!");
- return;
- }
- if (i > 1)
- {
- MessageBox.Show("请不要录入多条主要缺陷!");
- return;
- }
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "doAddFlawL";
- ccp.ServerParams = new object[] { list2, list1 };
- ccp = this.ExecuteNonQuery(ccp, CoreInvokeType.Internal);
- if (ccp.ReturnCode == -1)
- {
- return;
- }
- lists.Add(ugr);
- }
- }
- for (int i = 0; i < lists.Count; i++)
- {
- lists[i].Delete(false);
- }
- //DoQuery();
- MessageBox.Show("登记成功!");
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- public static bool IsNumberal(string input)
- {
- bool flag = true;
- int count = 0;
- int count1 = 0;
- if (input.Length == 0)
- {
- flag = false;
- }
- else
- {
- char[] x = input.ToCharArray();
- for (int i = 0; i < input.Length; i++)
- {
- if (!char.IsNumber(x[i]) && x[i] != '.' && x[i] != '-')
- {
- flag = false; break;
- }
- if (x[i] == '.')
- {
- count++;
- if (i == 0 || i == input.Length - 1) flag = false;
- }
- if (x[i] == '-')
- {
- count1++;
- if (i > 1) flag = false;
- }
- }
- if (count > 1 || count1 > 1) flag = false;
- }
- return flag;
- }
- private void QCM030305LT_Load(object sender, EventArgs e)
- {
-
- //this.comboBox3.SelectedIndex = 0;
- this.comboBox4.SelectedIndex = 0;
- string prodline = "连退";
- this.ultraGrid1.DisplayLayout.Override.FilterUIType = FilterUIType.HeaderIcons;
- this.ultraGrid3.DisplayLayout.Override.FilterUIType = FilterUIType.HeaderIcons;
- this.dateTimePicker1.Value = System.DateTime.Now.AddDays(-3);
- this.ultraGrid1.DisplayLayout.Bands[0].Header.Appearance.BackColor = Color.LightBlue;
- this.ultraGrid3.DisplayLayout.Bands[0].Header.Appearance.BackColor = Color.LightBlue;
- this.ultraGrid4.DisplayLayout.Bands[0].Header.Appearance.BackColor = Color.LightBlue;
- ValueList vis_repair = new ValueList();
- vis_repair.ValueListItems.Add("0", "待修复");
- vis_repair.ValueListItems.Add("1", "已修复");
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["IS_REPAIR"].ValueList = vis_repair;
- ValueList vprimary_flag = new ValueList();
- vprimary_flag.ValueListItems.Add("1", "是");
- vprimary_flag.ValueListItems.Add("0", "否");
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["PRIMARY_FLAG"].ValueList = vprimary_flag;
- ValueList vFLAW_DESC = new ValueList();
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findFlawArea";
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- for (int i = 0; i < ccp.SourceDataTable.Rows.Count; i++)
- {
- vFLAW_DESC.ValueListItems.Add(ccp.SourceDataTable.Rows[i]["SM_CD"].ToString(), ccp.SourceDataTable.Rows[i]["SM_CFNM"].ToString());
- }
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_AREA"].ValueList = vFLAW_DESC;
-
- ValueList vflaw_pos_desc = new ValueList();
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findFlawPosDesc";
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- for (int i = 0; i < ccp.SourceDataTable.Rows.Count; i++)
- {
- vflaw_pos_desc.ValueListItems.Add(ccp.SourceDataTable.Rows[i]["SM_CD"].ToString(), ccp.SourceDataTable.Rows[i]["SM_CFNM"].ToString());
- }
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_POS_DESC"].ValueList = vflaw_pos_desc;
-
-
-
- ValueList vsflv1 = new ValueList();
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findSfLv";
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- for (int i = 0; i < ccp.SourceDataTable.Rows.Count; i++)
- {
- vsflv1.ValueListItems.Add(ccp.SourceDataTable.Rows[i]["SM_CD"].ToString(), ccp.SourceDataTable.Rows[i]["SM_CFNM"].ToString());
- }
- ValueList vsflv = new ValueList();
- ccp = new CoreClientParam();
- this.comboBox3.DataSource = vsflv1.ValueListItems;
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findZlLevel";
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
-
- for (int i = 0; i < ccp.SourceDataTable.Rows.Count; i++)
- {
- vsflv.ValueListItems.Add(ccp.SourceDataTable.Rows[i]["SM_CD"].ToString(), ccp.SourceDataTable.Rows[i]["SM_CD"].ToString());
- }
- vsflv.ValueListItems.Add("");
- this.comboBox2.DataSource = vsflv.ValueListItems;
-
-
- ValueList VFLAW_SIZE_DESC = new ValueList();
-
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findFlawSizeDesc";
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- for (int i = 0; i < ccp.SourceDataTable.Rows.Count; i++)
- {
- VFLAW_SIZE_DESC.ValueListItems.Add(ccp.SourceDataTable.Rows[i]["SM_CD"].ToString(), ccp.SourceDataTable.Rows[i]["SM_CFNM"].ToString());
- }
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_SIZE_DESC"].ValueList = VFLAW_SIZE_DESC;
- ValueList VFLAW_LV_DESC = new ValueList();
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findFlawLvDesc";
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- for (int i = 0; i < ccp.SourceDataTable.Rows.Count; i++)
- {
- VFLAW_LV_DESC.ValueListItems.Add(ccp.SourceDataTable.Rows[i]["SM_CD"].ToString(), ccp.SourceDataTable.Rows[i]["SM_CFNM"].ToString());
- }
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_LV_DESC"].ValueList = VFLAW_LV_DESC;
- ValueList VFLAW_DIR_DESC = new ValueList();
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findJFlawDirDesc";
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- for (int i = 0; i < ccp.SourceDataTable.Rows.Count; i++)
- {
- VFLAW_DIR_DESC.ValueListItems.Add(ccp.SourceDataTable.Rows[i]["SM_CD"].ToString(), ccp.SourceDataTable.Rows[i]["SM_CFNM"].ToString());
- }
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DIR_DESC"].ValueList = VFLAW_DIR_DESC;
- //ccp = new CoreClientParam();
- //ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- //ccp.MethodName = "findFlawDataJ";
- //ccp.ServerParams = new object[] {prodline };
- //ccp.SourceDataTable = this.dataSet6.Tables[0];
- //this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- ////ValueList VDEFECT_DESC = new ValueList();
- ////for (int i = 0; i < ccp.SourceDataTable.Rows.Count; i++)
- ////{
- //// VDEFECT_DESC.ValueListItems.Add(ccp.SourceDataTable.Rows[i]["DEFECT_CODE"].ToString(), ccp.SourceDataTable.Rows[i]["DEFECT_DESC"].ToString());
- ////}
- ////this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].ValueList = VDEFECT_DESC;
- ////this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].EditorComponent = VDEFECT_DESC;
- //UltraCombo uc;
- //uc = new UltraCombo();
- //uc.BindingContext = this.BindingContext;
- //uc.DataSource = ccp.SourceDataTable;
- //this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].ValueList = new BindableValueList(ccp.SourceDataTable, "", "DEFECT_NAME", "DEFECT_CODE", this.ultraGrid4);
- DoQuery();
- }
- private void ultraGrid3_AfterRowActivate(object sender, EventArgs e)
- {
- try
- {
- UltraGridRow ugr = this.ultraGrid3.ActiveRow;
- this.dataSet4.Clear();
- string surface_id = ugr.Cells["SURFACE_ID"].Value.ToString();
- if (surface_id != "")
- {
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findNameByMN";
- ccp.ServerParams = new object[] { surface_id };
- ccp.SourceDataTable = this.dataSet4.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- }
- string design_key = ugr.Cells["DESIGN_KEY"].Value.ToString();
- if (design_key != "")
- {
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "GetMemo";
- ccp.ServerParams = new object[] { design_key };
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- if (ccp.SourceDataTable.Rows.Count == 0)
- {
- this.textBox6.Text = "";
- }
- else
- {
- this.textBox6.Text = ccp.SourceDataTable.Rows[0]["MEMO"].ToString();
- }
- }
- this.dataSet7.Clear();
- string material_no = ugr.Cells["MATERIAL_NO"].Value.ToString();
- CoreClientParam ccp1 = new CoreClientParam();
- ccp1.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp1.MethodName = "getToleranceJ";
- ccp1.ServerParams = new object[] { design_key, material_no };
- ccp1.SourceDataTable = this.dataSet7.Tables[0];
- this.ExecuteQueryToDataTable(ccp1, CoreInvokeType.Internal);
- this.ultraGrid4.DisplayLayout.Bands[0].Columns["FLAW_DESC"].EditorComponent = ultraCombo1;
- foreach (UltraGridRow ugrs in this.ultraGrid4.Rows)
- {
- if (ugrs.Cells["IS_REPAIR"].Text.ToString().Contains("已修复"))
- {
- ugrs.Appearance.BackColor = Color.Pink;
- }
- }
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void ultraGrid1_AfterRowActivate(object sender, EventArgs e)
- {
- try
- {
- UltraGridRow ugr = this.ultraGrid1.ActiveRow;
- if (ugr == null)
- return;
- this.dataSet5.Clear();
- string surface_id = ugr.Cells["SURFACE_ID"].Value.ToString();
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "findNameByMN";
- ccp.ServerParams = new object[] { surface_id };
- ccp.SourceDataTable = this.dataSet5.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- foreach (UltraGridRow ugrs in this.ultraGrid5.Rows)
- {
- if (ugrs.Cells["IS_REPAIR"].Text.ToString().Contains("已修复"))
- {
- ugrs.Appearance.BackColor = Color.Pink;
- }
- }
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void checkBox1_CheckedChanged(object sender, EventArgs e)
- {
- foreach (UltraGridRow ugr in this.ultraGrid3.Rows.Where(p => p.IsFilteredOut == false).ToList())
- {
- if (checkBox1.Checked)
- {
- ugr.Cells["CHECK"].Value = "True";
- }
- else
- {
- ugr.Cells["CHECK"].Value = "False";
- }
- }
- }
- private void ultraTabControl1_Click(object sender, EventArgs e)
- {
- if (this.ultraTabControl1.Tabs[1].Selected || this.ultraTabControl1.Tabs[2].Selected) //判定记录
- {
- this.label11.Visible = false;
- this.comboBox4.Visible = false;
- this.label12.Text = "判定时间";
- }
- if (this.ultraTabControl1.Tabs[0].Selected) //判定记录
- {
- this.label11.Visible = true;
- this.comboBox4.Visible = true;
- this.label12.Text = "生产时间";
- }
- }
- private void DoExport()
- {
- try
- {
- if (this.ultraGrid1.Rows.Count == 0)
- {
- MessageBox.Show("没有可以导出的已检验的表面数据", "提示");
- return;
- }
- if (this.saveFileDialog1.ShowDialog(this) == DialogResult.OK)
- {
- string fName = this.saveFileDialog1.FileName;
- this.ultraGridExcelExporter1.Export(this.ultraGrid1, fName);
- Process.Start(fName);
- }
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- }
- }
- private void button1_Click(object sender, EventArgs e)
- {
- try
- {
- int count = 0;
- foreach (UltraGridRow ugr in this.ultraGrid3.Rows)
- {
- if (ugr.Cells["CHECK"].Text.ToString() == "True")
- {
- count++;
- }
- }
- List<UltraGridRow> lists = new List<UltraGridRow>();
- foreach (UltraGridRow ugr in this.ultraGrid3.Rows)
- {
- if (ugr.Cells["CHECK"].Text.ToString() == "True")
- {
- if ((ugr.Cells["VAL"].Text.ToString() != null) || (ugr.Cells["VAL_2"].Text.ToString() != null))
- {
- ArrayList list1 = new ArrayList();
- List<ArrayList> list2 = new List<ArrayList>();
- List<ArrayList> list3 = new List<ArrayList>();
- list1.Add(ugr.Cells["DESIGN_KEY"].Value.ToString());
- list1.Add(ugr.Cells["MATERIAL_NO"].Value.ToString());
- if (comboBox1.Text.ToString() == "")
- {
-
- list1.Add("");
- list1.Add("");
-
- }
- else
- {
- if (comboBox1.Text.ToString() == "合格")
- {
- list1.Add("1");
- list1.Add("合格");
- }
- else if (comboBox1.Text.ToString() == "不合格")
- {
- list1.Add("2");
- list1.Add("不合格");
- }
- else
- {
- list1.Add("0");
- list1.Add("待判");
- }
- }
- string is_zl = "";
- if (comboBox3.Text.ToString() == "正品")
- {
- is_zl = "512601";
- }
- else if (comboBox3.Text.ToString() == "次品")
- {
- is_zl = "512602";
- }
- else if (comboBox3.Text.ToString() == "废品")
- {
- is_zl = "512603";
- }
- else if (comboBox3.Text.ToString() == "协议品")
- {
- is_zl = "512604";
- }
- else if (comboBox3.Text.ToString() == "订单外")
- {
- is_zl = "512605";
- }
- list1.Add(textBox5.Text.Trim().ToString());
- list1.Add(this.UserInfo.GetUserName());
- list1.Add(this.UserInfo.GetUserOrderText());
- list1.Add(this.UserInfo.GetUserGroupText());
- list1.Add(is_zl);//质量等级代码
- list1.Add(comboBox3.Text.Trim().ToString());//质量等级名称
-
- ArrayList list = new ArrayList();
- if (ugr.Cells["BIAS_CODE"].Text.ToString() == "" || ugr.Cells["BIAS_CODE_2"].Text.ToString() == "")
- {
- MessageBox.Show(ugr.Cells["MATERIAL_NO"].Value.ToString() + "卷没有判定标准");
- return;
- }
- list.Add(ugr.Cells["BIAS_CODE"].Text.ToString());
- list.Add(ugr.Cells["VAL"].Text.ToString());
- list.Add(ugr.Cells["BIAS_NAME"].Text.ToString());
- list.Add(ugr.Cells["PLAN"].Text.ToString());
- list.Add(ugr.Cells["VAL2"].Text.ToString());
- list2.Add(list);
- list = new ArrayList();
- list.Add(ugr.Cells["BIAS_CODE_2"].Text.ToString());
- list.Add(ugr.Cells["VAL_2"].Text.ToString());
- list.Add(ugr.Cells["BIAS_NAME_2"].Text.ToString());
- list.Add(ugr.Cells["PLAN_2"].Text.ToString());
- list.Add(ugr.Cells["VAL2_2"].Text.ToString());
- list2.Add(list);
- ArrayList listc1 = new ArrayList();
- listc1.Add("传动侧");
- listc1.Add(ugr.Cells["THICK_VAL1"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL1"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL1"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL1"].Value.ToString());
- list3.Add(listc1);
- listc1 = new ArrayList();
- listc1.Add("中间");
- listc1.Add(ugr.Cells["THICK_VAL2"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL2"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL2"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL2"].Value.ToString());
- list3.Add(listc1);
- listc1 = new ArrayList();
- listc1.Add("操作侧");
- listc1.Add(ugr.Cells["THICK_VAL3"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL3"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL3"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL3"].Value.ToString());
- list3.Add(listc1);
- if ((comboBox1.Text.ToString() == "合格" && comboBox3.Text.ToString() != "正品") || (comboBox1.Text.ToString() == "不合格" && comboBox3.Text.ToString() == "正品"))
- {
- MessageBox.Show("检验结果与质量等级不一致!");
- return;
- }
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "judgeByHuman2";
- ccp.ServerParams = new object[] { list1, list2, list3 };
- ccp = this.ExecuteNonQuery(ccp, CoreInvokeType.Internal);
- if (ccp.ReturnCode == -1)
- {
- return;
- }
- lists.Add(ugr);
- }
- else
- {
- ArrayList list1 = new ArrayList();
- List<ArrayList> list3 = new List<ArrayList>();
- list1.Add(ugr.Cells["DESIGN_KEY"].Value.ToString());
- list1.Add(ugr.Cells["MATERIAL_NO"].Value.ToString());
- if (comboBox1.Text.ToString() == "")
- {
- MessageBox.Show("请输入公差登记结果!或输入判定值!");
- return;
- }
- else
- {
- if (comboBox1.Text.ToString() == "合格")
- {
- list1.Add("1");
- list1.Add("合格");
- }
- else if (comboBox1.Text.ToString() == "待判")
- {
- list1.Add("0");
- list1.Add("待判");
- }
- else
- {
- list1.Add("2");
- list1.Add("不合格");
- }
- }
- string is_zl = "";
- if (comboBox3.Text.ToString() == "正品")
- {
- is_zl = "512601";
- }
- else if (comboBox3.Text.ToString() == "次品")
- {
- is_zl = "512602";
- }
- else if (comboBox3.Text.ToString() == "废品")
- {
- is_zl = "512603";
- }
- else if (comboBox3.Text.ToString() == "协议品")
- {
- is_zl = "512604";
- }
- else if (comboBox3.Text.ToString() == "订单外")
- {
- is_zl = "512605";
- }
- list1.Add(textBox5.Text.Trim().ToString());
- list1.Add(this.UserInfo.GetUserName());
- list1.Add(this.UserInfo.GetUserOrderText());
- list1.Add(this.UserInfo.GetUserGroupText());
- list1.Add(is_zl);//质量等级代码
- list1.Add(comboBox3.Text.Trim().ToString());//质量等级名称
- ArrayList listc1 = new ArrayList();
- listc1.Add("传动侧");
- listc1.Add(ugr.Cells["THICK_VAL1"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL1"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL1"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL1"].Value.ToString());
- list3.Add(listc1);
- listc1 = new ArrayList();
- listc1.Add("中间");
- listc1.Add(ugr.Cells["THICK_VAL2"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL2"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL2"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL2"].Value.ToString());
- list3.Add(listc1);
- listc1 = new ArrayList();
- listc1.Add("操作侧");
- listc1.Add(ugr.Cells["THICK_VAL3"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL3"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL3"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL3"].Value.ToString());
- list3.Add(listc1);
- if ((comboBox1.Text.ToString() == "合格" && comboBox3.Text.ToString() != "正品") || (comboBox1.Text.ToString() == "不合格" && comboBox3.Text.ToString() == "正品"))
- {
- MessageBox.Show("检验结果与质量等级不一致!");
- return;
- }
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "judgeByHumanJ";
- ccp.ServerParams = new object[] { list1, list3 };
- ccp = this.ExecuteNonQuery(ccp, CoreInvokeType.Internal);
- if (ccp.ReturnCode == -1)
- {
- return;
- }
- lists.Add(ugr);
- }
- }
- }
- for (int i = 0; i < lists.Count; i++)
- {
- lists[i].Delete(false);
- }
- MessageBox.Show("检验登记成功!");
- }
- catch (Exception EX)
- {
- MessageBox.Show(EX.ToString());
- }
- //DoQuery();
- }
- private void ultraGrid4_InitializeLayout(object sender, InitializeLayoutEventArgs e)
- {
- }
- private void ultraGrid2_AfterRowActivate(object sender, EventArgs e)
- {
- try
- {
-
- UltraGridRow ugr = this.ultraGrid2.ActiveRow;
- if (ugr == null)
- return;
- this.dataSet10.Clear();
- string sic = ugr.Cells["SIC_ID"].Value.ToString();
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "getToleranceInfoNew";
- ccp.ServerParams = new object[] { sic };
- ccp.SourceDataTable = this.dataSet10.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- this.dataSet8.Clear();
- ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "getQcmJudgeMeasureJ";
- ccp.ServerParams = new object[] { sic };
- ccp.SourceDataTable = this.dataSet8.Tables[0];
- this.ExecuteQueryToDataTable(ccp, CoreInvokeType.Internal);
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- MessageBox.Show("系统出错,请联系管理人员", "警告");
- }
- }
- private void ultraGrid2_InitializeLayout(object sender, InitializeLayoutEventArgs e)
- {
- }
- private void button2_Click(object sender, EventArgs e)
- {
- try
- {
- if (this.ultraGrid2.Rows.Count == 0)
- {
- MessageBox.Show("没有可以导出的已检验公差数据", "提示");
- return;
- }
- if (this.saveFileDialog1.ShowDialog(this) == DialogResult.OK)
- {
- string fName = this.saveFileDialog1.FileName;
- this.ultraGridExcelExporter1.Export(this.ultraGrid2, fName);
- Process.Start(fName);
- }
- }
- catch (Exception ex)
- {
- System.Diagnostics.Debug.WriteLine(ex.ToString());
- }
- }
- private void ultraGrid3_InitializeLayout(object sender, InitializeLayoutEventArgs e)
- {
- }
- private void label16_Click(object sender, EventArgs e)
- {
- try
- {
- int count = 0;
- foreach (UltraGridRow ugr in this.ultraGrid3.Rows)
- {
- if (ugr.Cells["CHECK"].Text.ToString() == "True")
- {
- count++;
- }
- }
- List<UltraGridRow> lists = new List<UltraGridRow>();
- foreach (UltraGridRow ugr in ultraGrid3.Rows)
- {
- if (ugr.Cells["CHECK"].Text.ToString() == "True")
- {
- ArrayList list1 = new ArrayList();
- List<ArrayList> list2 = new List<ArrayList>();
- //if (comboBox1.Text.Trim() == "")
- //{
- // MessageBox.Show("请输入检验结果!");
- // return;
- //}
- //if (comboBox2.Text.Trim() == "")
- //{
- // MessageBox.Show("请输入质量等级!");
- // return;
- //}
- string is_pass = "";
- string is_zl1 = "";
- //if (comboBox1.Text.ToString() == "合格")
- //{
- // is_pass = "1";
- //}
- //else if (comboBox1.Text.ToString() == "不合格")
- //{
- // is_pass = "2";
- //}
- //else if (comboBox1.Text.ToString() == "待判")
- //{
- // is_pass = "0";
- //}
- //else
- //{
- // is_pass = "";
- //}
- list1.Add(ugr.Cells["MATERIAL_NO"].Value.ToString());
- list1.Add("");//检验结果代码
- list1.Add("");//检验结果
- list1.Add(comboBox2.Text.Trim().ToString());//质量等级代码
- list1.Add(comboBox2.Text.Trim().ToString());//质量等级名称
- list1.Add(textBox5.Text.ToString().Trim());
- list1.Add(this.UserInfo.GetUserName());//操作人
- list1.Add(this.UserInfo.GetUserOrderText());//班次
- list1.Add(this.UserInfo.GetUserGroupText());//班组
- int count1 = 0;
- int i = 0;
- foreach (UltraGridRow ugrs in this.ultraGrid4.Rows)
- {
- if (ugrs.Cells["CHECKBOX"].Text.ToString() == "True")
- {
- int j = 2;
- ArrayList list = new ArrayList();
- if (ugrs.Cells["PRIMARY_FLAG"].Value.ToString() == "1")
- i++;
- list.Add(ugrs.Cells["PRIMARY_FLAG"].Value.ToString());
- if (ugrs.Cells["PRIMARY_FLAG"].Value.ToString() == "1")
- {
- list.Add("1");
- j = j - 1;
- }
- else
- {
- list.Add(j);
- }
- if (ugrs.Cells["FLAW_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_DESC"].Text.ToString() == "")
- {
- MessageBox.Show("已选择的请录入缺陷信息!");
- return;
- }
- if (ugrs.Cells["FLAW_AREA"].Text.ToString() == "上表面")
- {
- list.Add("U");
- }
- else if (ugrs.Cells["FLAW_AREA"].Text.ToString() == "下表面")
- {
- list.Add("D");
- }
- else if (ugrs.Cells["FLAW_AREA"].Text.ToString() == "边部")
- {
- list.Add("E");
- }
- else
- {
- list.Add("");
- }
- //list.Add(ugrs.Cells["FLAW_TYPE_DESC"].Value.ToString());
- //list.Add(ugrs.Cells["FLAW_TYPE_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_POS_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_POS_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_POS_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_POS_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_DIR_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_DIR_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_DIR_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_DIR_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_SIZE_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_SIZE_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_SIZE_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_SIZE_DESC"].Text.ToString());
- if (ugrs.Cells["FLAW_LV_DESC"].Text.ToString() == "")
- {
- list.Add(ugrs.Cells["FLAW_LV_DESC"].Text.ToString());
- }
- else
- {
- list.Add(ugrs.Cells["FLAW_LV_DESC"].Value.ToString());
- }
- list.Add(ugrs.Cells["FLAW_LV_DESC"].Text.ToString());
- //if (!IsNumberal(ugrs.Cells["FLAW_QUANTITY"].Text))
- //{
- // MessageBox.Show("数量请输入数字!");
- // return;
- //}
- list.Add(ugrs.Cells["FLAW_QUANTITY"].Text.ToString());
- list.Add(ugrs.Cells["MEMO"].Text.ToString());
- if (ugrs.Cells["IS_REPAIR"].Text.ToString() == "")
- {
- list.Add("0");
- }
- else
- {
- list.Add(ugrs.Cells["IS_REPAIR"].Value.ToString());
- }
- count1++;
- j++;
- list2.Add(list);
- }
- }
- if (count1 == 0 && comboBox1.Text.ToString() == "不合格")
- {
- MessageBox.Show("请录入缺陷信息并选择!");
- return;
- }
- if (i == 0 && comboBox1.Text.ToString() == "不合格")
- {
- MessageBox.Show("请录入主要缺陷!");
- return;
- }
- if (i > 1)
- {
- MessageBox.Show("请不要录入多条主要缺陷!");
- return;
- }
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0305.QcmJudgeSurfaceServiceImpl";
- ccp.MethodName = "doAddFlawL1";
- ccp.ServerParams = new object[] { list2, list1 };
- ccp = this.ExecuteNonQuery(ccp, CoreInvokeType.Internal);
- if (ccp.ReturnCode == -1)
- {
- return;
- }
-
- }
- }
- foreach (UltraGridRow ugr in this.ultraGrid3.Rows)
- {
- if (ugr.Cells["CHECK"].Text.ToString() == "True")
- {
- if ((ugr.Cells["VAL"].Text.ToString() != null) || (ugr.Cells["VAL_2"].Text.ToString() != null))
- {
- ArrayList list1 = new ArrayList();
- List<ArrayList> list2 = new List<ArrayList>();
- List<ArrayList> list3 = new List<ArrayList>();
- list1.Add(ugr.Cells["DESIGN_KEY"].Value.ToString());
- list1.Add(ugr.Cells["MATERIAL_NO"].Value.ToString());
- if (comboBox1.Text.ToString() == "")
- {
- {
- MessageBox.Show("请输入登记结果!");
- return;
- }
- }
- else
- {
- if (comboBox1.Text.ToString() == "合格")
- {
- list1.Add("1");
- list1.Add("合格");
- }
- else if (comboBox1.Text.ToString() == "不合格")
- {
- list1.Add("2");
- list1.Add("不合格");
- }
- else
- {
- list1.Add("0");
- list1.Add("待判");
- }
- }
- string is_zl = "";
- if (comboBox3.Text.ToString() == "正品")
- {
- is_zl = "512601";
- }
- else if (comboBox3.Text.ToString() == "次品")
- {
- is_zl = "512602";
- }
- else if (comboBox3.Text.ToString() == "废品")
- {
- is_zl = "512603";
- }
- else if (comboBox3.Text.ToString() == "协议品")
- {
- is_zl = "512604";
- }
- else if (comboBox3.Text.ToString() == "订单外")
- {
- is_zl = "512605";
- }
- list1.Add(textBox5.Text.Trim().ToString());
- list1.Add(this.UserInfo.GetUserName());
- list1.Add(this.UserInfo.GetUserOrderText());
- list1.Add(this.UserInfo.GetUserGroupText());
- list1.Add(is_zl);//质量等级代码
- list1.Add(comboBox3.Text.Trim().ToString());//质量等级名称
- ArrayList list = new ArrayList();
- if (ugr.Cells["BIAS_CODE"].Text.ToString() == "" || ugr.Cells["BIAS_CODE_2"].Text.ToString() == "")
- {
- MessageBox.Show(ugr.Cells["MATERIAL_NO"].Value.ToString() + "卷没有判定标准");
- return;
- }
- list.Add(ugr.Cells["BIAS_CODE"].Text.ToString());
- list.Add(ugr.Cells["VAL"].Text.ToString());
- list.Add(ugr.Cells["BIAS_NAME"].Text.ToString());
- list.Add(ugr.Cells["PLAN"].Text.ToString());
- list.Add(ugr.Cells["VAL2"].Text.ToString());
- list2.Add(list);
- list = new ArrayList();
-
- list.Add(ugr.Cells["BIAS_CODE_2"].Text.ToString());
- list.Add(ugr.Cells["VAL_2"].Text.ToString());
- list.Add(ugr.Cells["BIAS_NAME_2"].Text.ToString());
- list.Add(ugr.Cells["PLAN_2"].Text.ToString());
- list.Add(ugr.Cells["VAL2_2"].Text.ToString());
- list2.Add(list);
- ArrayList listc1 = new ArrayList();
- listc1.Add("传动侧");
- listc1.Add(ugr.Cells["THICK_VAL1"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL1"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL1"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL1"].Value.ToString());
- list3.Add(listc1);
- listc1 = new ArrayList();
- listc1.Add("中间");
- listc1.Add(ugr.Cells["THICK_VAL2"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL2"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL2"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL2"].Value.ToString());
- list3.Add(listc1);
- listc1 = new ArrayList();
- listc1.Add("操作侧");
- listc1.Add(ugr.Cells["THICK_VAL3"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL3"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL3"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL3"].Value.ToString());
- list3.Add(listc1);
- if ((comboBox1.Text.ToString() == "合格" && comboBox3.Text.ToString() != "正品") || (comboBox1.Text.ToString() == "不合格" && comboBox3.Text.ToString() == "正品"))
- {
- MessageBox.Show("检验结果与质量等级不一致!");
- return;
- }
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "judgeByHuman2";
- ccp.ServerParams = new object[] { list1, list2, list3 };
- ccp = this.ExecuteNonQuery(ccp, CoreInvokeType.Internal);
- if (ccp.ReturnCode == -1)
- {
- return;
- }
- lists.Add(ugr);
- }
- else
- {
- ArrayList list1 = new ArrayList();
- List<ArrayList> list3 = new List<ArrayList>();
- list1.Add(ugr.Cells["DESIGN_KEY"].Value.ToString());
- list1.Add(ugr.Cells["MATERIAL_NO"].Value.ToString());
- if (comboBox1.Text.ToString() == "")
- {
- MessageBox.Show("请输入公差登记结果!或输入判定值!");
- return;
- }
- else
- {
- if (comboBox1.Text.ToString() == "合格")
- {
- list1.Add("1");
- list1.Add("合格");
- }
- else if (comboBox1.Text.ToString() == "待判")
- {
- list1.Add("0");
- list1.Add("待判");
- }
- else
- {
- list1.Add("2");
- list1.Add("不合格");
- }
- }
- string is_zl = "";
- if (comboBox3.Text.ToString() == "正品")
- {
- is_zl = "512601";
- }
- else if (comboBox3.Text.ToString() == "次品")
- {
- is_zl = "512602";
- }
- else if (comboBox3.Text.ToString() == "废品")
- {
- is_zl = "512603";
- }
- else if (comboBox3.Text.ToString() == "协议品")
- {
- is_zl = "512604";
- }
- else if (comboBox3.Text.ToString() == "订单外")
- {
- is_zl = "512605";
- }
- list1.Add(textBox5.Text.Trim().ToString());
- list1.Add(this.UserInfo.GetUserName());
- list1.Add(this.UserInfo.GetUserOrderText());
- list1.Add(this.UserInfo.GetUserGroupText());
- list1.Add(is_zl);//质量等级代码
- list1.Add(comboBox3.Text.Trim().ToString());//质量等级名称
- ArrayList listc1 = new ArrayList();
- listc1.Add("传动侧");
- listc1.Add(ugr.Cells["THICK_VAL1"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL1"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL1"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL1"].Value.ToString());
- list3.Add(listc1);
- listc1 = new ArrayList();
- listc1.Add("中间");
- listc1.Add(ugr.Cells["THICK_VAL2"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL2"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL2"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL2"].Value.ToString());
- list3.Add(listc1);
- listc1 = new ArrayList();
- listc1.Add("操作侧");
- listc1.Add(ugr.Cells["THICK_VAL3"].Text.ToString());
- listc1.Add(ugr.Cells["H_VAL3"].Value.ToString());
- listc1.Add(ugr.Cells["M_VAL3"].Value.ToString());
- listc1.Add(ugr.Cells["R_VAL3"].Value.ToString());
- list3.Add(listc1);
- if ((comboBox1.Text.ToString() == "合格" && comboBox3.Text.ToString() != "正品") || (comboBox1.Text.ToString() == "不合格" && comboBox3.Text.ToString() == "正品"))
- {
- MessageBox.Show("检验结果与质量等级不一致!");
- return;
- }
- CoreClientParam ccp = new CoreClientParam();
- ccp.ServerName = "QCM.QCM03.QCM0303.QcmJudgeMeasureServiceImpl";
- ccp.MethodName = "judgeByHumanJ";
- ccp.ServerParams = new object[] { list1, list3 };
- ccp = this.ExecuteNonQuery(ccp, CoreInvokeType.Internal);
- if (ccp.ReturnCode == -1)
- {
- return;
- }
- lists.Add(ugr);
- }
- }
- }
-
- for (int i = 0; i < lists.Count; i++)
- {
- lists[i].Delete(false);
- }
- MessageBox.Show("表面公差检验登记成功!");
- }
- catch (Exception EX)
- {
- MessageBox.Show(EX.ToString());
- }
-
- }
- }
- }
|