Make_RepairOk.cs 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188
  1. using System;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. using UAS_MES_NEW.CustomControl.DataGrid_View;
  9. using UAS_MES_NEW.CustomControl.TextBoxWithIcon;
  10. using UAS_MES_NEW.DataOperate;
  11. using UAS_MES_NEW.Entity;
  12. using UAS_MES_NEW.PublicMethod;
  13. namespace UAS_MES_NEW.Make
  14. {
  15. public partial class Make_RepairOk : Form
  16. {
  17. string mb_id = "";
  18. string mbr_id = "";
  19. /// <summary>
  20. /// 存放父节点信息
  21. /// </summary>
  22. Dictionary<string, Dictionary<string, string>> BadInf_1 = new Dictionary<string, Dictionary<string, string>>();
  23. /// <summary>
  24. /// 存放子节点信息
  25. /// </summary>
  26. Dictionary<string, Dictionary<string, string>> BadInf_2 = new Dictionary<string, Dictionary<string, string>>();
  27. DataHelper dh = null;
  28. LogStringBuilder sql = new LogStringBuilder();
  29. List<string> sqls = new List<string>();
  30. DataTable dt = null;
  31. AutoSizeFormClass asc = new AutoSizeFormClass();
  32. string macode;
  33. string msid = "";
  34. string ifrework = "";
  35. string reworkstatus = "";
  36. string firstsn = "";
  37. string ms_stepcode = "";
  38. DataTable Dbfind;
  39. public Make_RepairOk()
  40. {
  41. InitializeComponent();
  42. }
  43. private void Make_Repair_Load(object sender, EventArgs e)
  44. {
  45. //为DBFind配置Call和Form的名称
  46. cr_code.FormName = Name;
  47. cr_code.TableName = "craft";
  48. cr_code.SelectField = "cr_name # 工艺名称,cr_code # 工艺编号,cr_prodcode # 物料编号";
  49. cr_code.SetValueField = new string[] { "cr_code" };
  50. cr_code.DBTitle = "回流工艺";
  51. cr_code.DbChange += Cr_code_DbChange;
  52. cd_stepcode.FormName = Name;
  53. cd_stepcode.TableName = "craftdetail left join step on st_code=cd_stepcode left join craft on cd_crid=cr_id";
  54. cd_stepcode.SetValueField = new string[] { "cd_stepcode" };
  55. cd_stepcode.SelectField = "cd_stepname # 工序名称 ,cd_stepcode # 工序编号,cd_stepno # 执行顺序";
  56. cd_stepcode.DBTitle = "回流工序";
  57. cd_stepcode.DbChange += Cd_stepcode_DbChange;
  58. cd_stepcode.Condition = "ST_STATUSCODE='AUDITED' and cr_code='" + cr_code.Text + "' and cr_prodcode='" + ms_prodcode.Text + "' and ST_IFOFFLINE = -1 order by cd_stepno";
  59. bd_soncode.FormName = Name;
  60. bd_soncode.TableName = "bom left join bomdetail on bd_bomid=bo_id left join product on bd_soncode=pr_code";
  61. bd_soncode.SetValueField = new string[] { "bd_soncode" };
  62. bd_soncode.SelectField = "bd_soncode # 子件编号,pr_detail # 物料名称,pr_spec # 物料规格,bd_location # 位号";
  63. bd_soncode.DBTitle = "不良零件";
  64. bd_soncode.DbChange += Prodcode_DbChange;
  65. //nrg_name.BringToFront();
  66. nrg_name.TableName = "(select nrg_name,nrg_code from QUA_NGREASONGROUP left join DATAINPUTRECORD ON NRG_NAME = DIR_COMMENT AND DIR_GROUP = '不良原因组' and DIR_SOURCECODE = '" + User.UserSourceCode + "' ORDER BY NVL(DIR_NUMBER,0) DESC)";
  67. nrg_name.Field = "nrg_name";
  68. nrg_name.ValueField = "nrg_code";
  69. nrg_name.Condition = " 1=1 ORDER BY ROWNUM asc";
  70. nr_name.TableName = "QUA_NGREASONGROUPDET left join QUA_NGREASONGROUP on nrgd_nrgid=nrg_id left join QUA_NGReason on nrgd_nrcode=nr_code left join DATAINPUTRECORD ON nr_name = DIR_COMMENT AND DIR_GROUP = '不良原因' and DIR_SOURCECODE = '" + User.UserSourceCode + "' ";
  71. nr_name.Field = "nr_name";
  72. nr_name.ValueField = "nr_code";
  73. mbr_dutyname.TableName = "(select nd_name,nd_code from ngduty left join DATAINPUTRECORD ON nd_name = DIR_COMMENT AND DIR_GROUP = '责任别' and DIR_SOURCECODE = '" + User.UserSourceCode + "' ORDER BY NVL(DIR_NUMBER,0) DESC) ";
  74. mbr_dutyname.Field = "nd_name";
  75. mbr_dutyname.ValueField = "nd_code";
  76. mbr_dutyname.Condition = " 1=1 ORDER BY ROWNUM asc";
  77. so_name.TableName = "(select so_name,so_code from solution left join DATAINPUTRECORD ON so_name = DIR_COMMENT AND DIR_GROUP = '解决方案' and DIR_SOURCECODE = '" + User.UserSourceCode + "' ORDER BY NVL(DIR_NUMBER,0) DESC)";
  78. so_name.Field = "so_name";
  79. so_name.ValueField = "so_code";
  80. so_name.Condition = " 1=1 ORDER BY ROWNUM asc";
  81. if (User.UserAccountType != "admin")
  82. {
  83. retsnlabel.Visible = false;
  84. retsn.Visible = false;
  85. }
  86. asc.controllInitializeSize(this);
  87. mbc_component.SendToBack();
  88. so_name.SendToBack();
  89. mbl_loc.SendToBack();
  90. bd_soncode.SendToBack();
  91. mbp_partdgv.SendToBack();
  92. mbp_part_label.SendToBack();
  93. dh = SystemInf.dh;
  94. GetSNCode.Focus();
  95. }
  96. private void Prodcode_DbChange(object sender, EventArgs e)
  97. {
  98. Dbfind = bd_soncode.ReturnData;
  99. BaseUtil.SetFormValue(this.Controls, Dbfind);
  100. if (bd_soncode.Text != "")
  101. {
  102. if (mbr_id != "")
  103. {
  104. if (!dh.CheckExist("makebadrspart", "mbp_sncode='" + GetSNCode.Text + "' and mbp_part='" + bd_soncode.Text + "' and mbp_badcode='" + bc_code.Text + "'"))
  105. {
  106. sql.Clear();
  107. sql.Append("insert into makebadrspart(mbp_id,mbp_mbrid,mbp_part,mbp_badcode,");
  108. sql.Append("mbp_brcode,mbp_sncode,mbp_makecode,mbp_indate,mbp_inman)");
  109. sql.Append("select makebadrspart_seq.nextval," + mbr_id + ",'" + bd_soncode.Text + "',");
  110. sql.Append("'" + bc_code.Text + "','" + nr_code.Text + "','" + GetSNCode.Text + "','" + macode + "',");
  111. sql.Append("sysdate,'" + User.UserCode + "' from dual");
  112. dh.ExecuteSql(sql.GetString(), "insert");
  113. DataTable dt = (DataTable)dh.ExecuteSql("select mbp_id,mbp_part from makebadrspart where mbp_mbrid=" + mbr_id, "select");
  114. BaseUtil.FillDgvWithDataTable(mbp_partdgv, dt);
  115. }
  116. }
  117. else OperatResult.AppendText(">>请先选择不良原因\n", Color.Red);
  118. }
  119. else OperatResult.AppendText(">>不良零件不能为空\n", Color.Red);
  120. }
  121. private void Cd_stepcode_DbChange(object sender, EventArgs e)
  122. {
  123. Dbfind = cd_stepcode.ReturnData;
  124. BaseUtil.SetFormValue(this.Controls, Dbfind);
  125. }
  126. private void Cr_code_DbChange(object sender, EventArgs e)
  127. {
  128. Dbfind = cr_code.ReturnData;
  129. BaseUtil.SetFormValue(this.Controls, Dbfind);
  130. }
  131. private void GetSNCode_KeyDown(object sender, KeyEventArgs e)
  132. {
  133. if (e.KeyCode == Keys.Enter)
  134. {
  135. if (GetSNCode.Text == "")
  136. {
  137. OperatResult.AppendText(">>序列号不允许为空\n", Color.Red);
  138. string cdstepcode = cd_stepcode.Text;
  139. //cd_stepcode.Enabled = true;
  140. BaseUtil.CleanForm(this);
  141. cd_stepcode.Text = cdstepcode;
  142. BadCodeTree.Nodes.Clear();
  143. return;
  144. }
  145. sql.Clear();
  146. sql.Append("select ms_status,ms_outboxcode,ms_paststep,ms_reworkstatus,nvl(ms_ifrework,0)ms_ifrework from makeserial left join make ");
  147. sql.Append("on ms_makecode=ma_code where ms_sncode = '" + GetSNCode.Text + "' order by ms_id desc");
  148. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  149. string ms_paststep = "";
  150. if (dt.Rows.Count > 0)
  151. {
  152. string ms_status = dt.Rows[0]["ms_status"].ToString();
  153. ms_paststep = dt.Rows[0]["ms_paststep"].ToString();
  154. ifrework = dt.Rows[0]["ms_ifrework"].ToString();
  155. reworkstatus = dt.Rows[0]["ms_reworkstatus"].ToString();
  156. //if (dt.Rows[0]["ms_outboxcode"].ToString() != "")
  157. //{
  158. // OperatResult.AppendText(">>序列号:" + GetSNCode.Text + "已装箱,请先进行拆箱\n", Color.Red);
  159. // BaseUtil.CleanForm(this);
  160. // BadCodeTree.Nodes.Clear();
  161. // return;
  162. //}
  163. //如果不是返修序列号执行原来的步骤
  164. if (ifrework == "0")
  165. {
  166. if (ms_status == "4")
  167. {
  168. OperatResult.AppendText(">>序列号:" + GetSNCode.Text + "已处于报废状态\n", Color.Red);
  169. string cdstepcode = cd_stepcode.Text;
  170. //cd_stepcode.Enabled = true;
  171. BaseUtil.CleanForm(this);
  172. cd_stepcode.Text = cdstepcode;
  173. BadCodeTree.Nodes.Clear();
  174. return;
  175. }
  176. if (ms_status != "3")
  177. {
  178. OperatResult.AppendText(">>序列号:" + GetSNCode.Text + "不处于维修状态\n", Color.Red);
  179. string cdstepcode = cd_stepcode.Text;
  180. //cd_stepcode.Enabled = true;
  181. BaseUtil.CleanForm(this);
  182. cd_stepcode.Text = cdstepcode;
  183. BadCodeTree.Nodes.Clear();
  184. return;
  185. }
  186. }
  187. else
  188. {
  189. if (reworkstatus == "4")
  190. {
  191. OperatResult.AppendText(">>序列号:" + GetSNCode.Text + "已处于报废状态\n", Color.Red);
  192. string cdstepcode = cd_stepcode.Text;
  193. //cd_stepcode.Enabled = true;
  194. BaseUtil.CleanForm(this);
  195. cd_stepcode.Text = cdstepcode;
  196. BadCodeTree.Nodes.Clear();
  197. return;
  198. }
  199. if (reworkstatus != "0" && reworkstatus != "3")
  200. {
  201. OperatResult.AppendText(">>序列号:" + GetSNCode.Text + "不处于维修状态\n", Color.Red);
  202. string cdstepcode = cd_stepcode.Text;
  203. //cd_stepcode.Enabled = true;
  204. BaseUtil.CleanForm(this);
  205. cd_stepcode.Text = cdstepcode;
  206. BadCodeTree.Nodes.Clear();
  207. return;
  208. }
  209. }
  210. }
  211. else
  212. {
  213. OperatResult.AppendText(">>序列号:" + GetSNCode.Text + "不存在\n", Color.Red);
  214. string cdstepcode = cd_stepcode.Text;
  215. //cd_stepcode.Enabled = true;
  216. BaseUtil.CleanForm(this);
  217. cd_stepcode.Text = cdstepcode;
  218. BadCodeTree.Nodes.Clear();
  219. return;
  220. }
  221. //dt = (DataTable)dh.ExecuteSql("select mb_stepcode from makebad where mb_sncode='" + GetSNCode.Text + "' and mb_status=0 order by mb_id desc", "select");
  222. ////打不良的资源和当前资源相等可以快速维修,无须登录维修资源
  223. //bool QuickRepair = false;
  224. //if (dt.Rows.Count > 0)
  225. //{
  226. // if (dt.Rows[0]["mb_stepcode"].ToString() == User.CurrentStepCode)
  227. // {
  228. // QuickRepair = true;
  229. // }
  230. //}
  231. string ErrorMessage = "";
  232. //验证工序是否正确
  233. if (LogicHandler.CheckStepAttribute(Tag.ToString(), User.UserSourceCode, out ErrorMessage))
  234. {
  235. BadInf_1.Clear();
  236. string oStatus = "";
  237. if (LogicHandler.GetMakeInfo(GetSNCode.Text, out macode, out oStatus, out ErrorMessage))
  238. {
  239. //验证makeserial或者ms_firstsn表序列号是否存在
  240. sql.Clear();
  241. sql.Append("select nvl(ms_badtimes,0)ms_badtimes,max(ms_id) ms_id,ms_makecode,ma_craftcode,ms_stepcode,ms_firstsn,ms_prodcode,ms_sncode,ma_bomversion,pr_detail,ms_craftcode,ms_checkno,ms_ifrework,ms_reworkcheckno ");
  242. sql.Append("from makeserial left join make on ms_makecode=ma_code left join product on pr_code=ms_prodcode where ms_makecode ='" + macode + "' and ms_sncode in(");
  243. sql.Append("select '" + GetSNCode.Text + "' from dual union select firstsn from makesnrelation where ");
  244. sql.Append("sn='" + GetSNCode.Text + "') group by ms_makecode,ms_stepcode,ms_prodcode,ma_craftcode,ms_sncode,ma_bomversion,pr_detail,ms_firstsn,ms_craftcode,ms_checkno,ms_ifrework,ms_reworkcheckno,ms_badtimes");
  245. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  246. if (dt.Rows.Count > 0)
  247. {
  248. msid = dt.Rows[0]["ms_id"].ToString();
  249. ms_stepcode = dt.Rows[0]["ms_stepcode"].ToString();
  250. BaseUtil.SetFormValue(this.Controls, dt);
  251. //判断是否当前工单途程的上料记录
  252. firstsn = dt.Rows[0]["ms_firstsn"].ToString();
  253. string ma_bomversion = dt.Rows[0]["ma_bomversion"].ToString();
  254. int ms_badtimes = int.Parse(dt.Rows[0]["ms_badtimes"].ToString());
  255. string cdstepcode = "";
  256. //sql.Clear();
  257. //sql.Append("select cm_craftcode,cm_stepcode,cm_soncode,min(cm_indate)cm_indate,sum(case when cm_status=-1 ");
  258. //sql.Append("then 0 else 1 end)qty from craftmaterial left join product on pr_code=cm_soncode where(cm_sncode ");
  259. //sql.Append("in (select sn from makesnrelation where firstsn='" + firstsn + "' union select '" + firstsn + "' from dual)) ");
  260. //sql.Append("and cm_craftcode='" + cr_code.Text + "'and nvl(cm_lastdeco,0)<>0 group by cm_craftcode,cm_stepcode,cm_soncode having ");
  261. //sql.Append("sum(case when cm_status=-1 then 0 else 1 end)=0 order by cm_indate");
  262. sql.Clear();
  263. sql.Append("select sp_stepcode cm_stepcode,sp_craftcode cm_craftcode from stepproduct left join product on pr_code=sp_fsoncode where sp_bomversion='" + ma_bomversion + "' and ");
  264. sql.Append("sp_craftcode='" + cr_code.Text + "' And sp_mothercode ='" + ms_prodcode.Text + "' and sp_tracekind=1 ");
  265. //sql.Append("sp_craftcode=v_v_mscraftcode and sp_stepcode='' And sp_mothercode ='"+ms_prodcode.Text+"' and sp_tracekind=1");
  266. sql.Append("and not exists(select 1 from craftmaterial where cm_sncode in (select '" + firstsn + "' from dual union ");
  267. sql.Append("select sn from makesnrelation where firstsn='" + firstsn + "') and cm_makecode='" + macode + "' and ");
  268. sql.Append("cm_fsoncode=sp_fsoncode and cm_status=0) and instr((select ms_paststep from makeserial where ms_firstsn='" + firstsn + "'),sp_stepcode)>0 order by SP_DETNO asc");
  269. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  270. if (dt.Rows.Count < 0)
  271. {
  272. cdstepcode = dt.Rows[0]["cm_stepcode"].ToString();
  273. //如果本工序包含老化则默认选择本工序,否则选择上料的后一道工序
  274. if (dh.getFieldDataByCondition("craft left join craftdetail on cr_id=cd_crid", "nvl(cd_ifburnin,0)", "cr_code='" + cr_code.Text + "' and cr_prodcode='" + ms_prodcode.Text + "' and cd_stepcode='" + dt.Rows[0]["cm_stepcode"].ToString() + "'").ToString() != "0")
  275. cdstepcode = dt.Rows[0]["cm_stepcode"].ToString();
  276. else
  277. {
  278. string nextstep = LogicHandler.GetNextStep(dt.Rows[0]["cm_craftcode"].ToString(), dt.Rows[0]["cm_stepcode"].ToString(), ms_prodcode.Text);
  279. if (ms_paststep.Contains(nextstep))
  280. {
  281. cdstepcode = nextstep;
  282. }
  283. else
  284. {
  285. cdstepcode = dt.Rows[0]["cm_stepcode"].ToString();
  286. }
  287. }
  288. }
  289. else
  290. {
  291. sql.Clear();
  292. sql.Append("select cm_craftcode,cm_stepcode,cm_soncode,min(cm_indate)cm_indate,sum(case when cm_status=-1 ");
  293. sql.Append("then 0 else 1 end)qty from craftmaterial left join product on pr_code=cm_soncode where(cm_sncode ");
  294. sql.Append("in (select sn from makesnrelation where firstsn='" + firstsn + "' union select '" + firstsn + "' from dual)) ");
  295. sql.Append("and cm_craftcode='" + cr_code.Text + "' group by cm_craftcode,cm_stepcode,cm_soncode having ");
  296. sql.Append("sum(case when cm_status=-1 then 0 else 1 end)=0 order by cm_indate");
  297. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  298. if (dt.Rows.Count > 0)
  299. {
  300. cdstepcode = dt.Rows[0]["cm_stepcode"].ToString();
  301. }
  302. }
  303. if (cdstepcode == "")
  304. {
  305. //序号小于等于当前不良的序号
  306. string currentdetno = dh.getFieldDataByCondition("craft left join craftdetail on cr_id=cd_crid", "cd_detno", "cr_code='" + cr_code.Text + "' and cr_prodcode='" + ms_prodcode.Text + "' and cd_stepcode='" + ms_stepcode + "'").ToString();
  307. sql.Clear();
  308. sql.Append("select cd_stepcode from craft left join craftdetail on cr_id =cd_crid where ");
  309. sql.Append("cr_code='" + cr_code.Text + "' and cr_prodcode='" + ms_prodcode.Text + "' and ");
  310. sql.Append("nvl(cd_ifburnin,0)<>0 and cd_detno <='" + currentdetno + "'");
  311. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  312. if (dt.Rows.Count > 0)
  313. {
  314. cdstepcode = dt.Rows[0][0].ToString();
  315. }
  316. }
  317. //如果ms_stepcode和扣料工序均没有查到返修的工序
  318. if (cdstepcode == "")
  319. {
  320. string flowback = dh.getFieldDataByCondition("craftdetail left JOIN craft on cr_id = cd_crid", "cd_stepcode", "cr_code= '" + cr_code.Text + "' and cr_prodcode = '" + ms_prodcode.Text + "' and nvl(cd_ifflowback,0)=-1").ToString();
  321. if (flowback != "")
  322. {
  323. cdstepcode = flowback;
  324. }
  325. else
  326. {
  327. cdstepcode = ms_stepcode;
  328. }
  329. }
  330. //cd_stepcode.Text = cdstepcode;
  331. //if (dh.getFieldDataByCondition("craftdetail left JOIN craft on cr_id = cd_crid", "nvl(cd_ifinput,0)cd_ifinput", "cr_code= '" + cr_code.Text + "' and cr_prodcode = '" + ms_prodcode.Text + "' and cd_stepcode = '" + cd_stepcode.Text + "'").ToString() == "-1")
  332. // cd_stepcode.Enabled = false;
  333. //else
  334. // cd_stepcode.Enabled = true;
  335. LoadBadInfTree(sender, e);
  336. if (ms_badtimes > 3)
  337. {
  338. OperatResult.AppendText(">>SN:" + ms_sncode.Text + "累计维修次数超过3次,提示\n", Color.Red);
  339. }
  340. if (autoin.Checked)
  341. {
  342. RepairComplete_Click(sender, e);
  343. }
  344. }
  345. else OperatResult.AppendText(">>" + ErrorMessage + "\n", Color.Red);
  346. }
  347. else OperatResult.AppendText(">>" + ErrorMessage + "\n", Color.Red);
  348. }
  349. else OperatResult.AppendText(">>" + ErrorMessage + "\n", Color.Red);
  350. }
  351. }
  352. private void Make_Repair_SizeChanged(object sender, EventArgs e)
  353. {
  354. mbc_component.BringToFront();
  355. so_name.BringToFront();
  356. mbl_loc.BringToFront();
  357. bd_soncode.BringToFront();
  358. mbp_partdgv.BringToFront();
  359. mbp_part_label.BringToFront();
  360. asc.controlAutoSize(this);
  361. mbc_component.SendToBack();
  362. so_name.SendToBack();
  363. mbl_loc.SendToBack();
  364. bd_soncode.SendToBack();
  365. mbp_partdgv.SendToBack();
  366. mbp_part_label.SendToBack();
  367. }
  368. private void BadCodeTree_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e)
  369. {
  370. if (e.Node.Level == 0)
  371. {
  372. mb_id = e.Node.Tag.ToString();
  373. BaseUtil.CleanControlsText(bc_name, bc_code, bg_name, bg_code, mb_badremark, nrg_name, nrg_code, nr_name, nr_code, so_name, so_code, mbr_dutyname, mbr_dutycode, mbc_component);
  374. mbl_locdgv.DataSource = null;
  375. mbp_partdgv.DataSource = null;
  376. bc_name.Text = BadInf_1[mb_id]["bc_name"];
  377. bc_code.Text = BadInf_1[mb_id]["mb_badcode"];
  378. bg_name.Text = BadInf_1[mb_id]["bg_name"];
  379. bg_code.Text = BadInf_1[mb_id]["mb_bgcode"];
  380. //mb_badremark.Text = BadInf_1[mb_id]["mb_badremark"];
  381. mbr_id = "";
  382. SaveRepairInf.Enabled = true;
  383. }
  384. if (e.Node.Level == 1)
  385. {
  386. //展示父节点信息
  387. mb_id = e.Node.Parent.Tag.ToString();
  388. bc_code.Text = BadInf_1[mb_id]["mb_badcode"];
  389. bc_name.Text = BadInf_1[mb_id]["bc_name"];
  390. bg_code.Text = BadInf_1[mb_id]["mb_bgcode"];
  391. bg_name.Text = BadInf_1[mb_id]["bg_name"];
  392. //展示子节点信息
  393. mbr_id = e.Node.Tag.ToString();
  394. nrg_code.Text = BadInf_2[mbr_id]["nrg_code"];
  395. nrg_name.Text = BadInf_2[mbr_id]["nrg_name"];
  396. nr_code.Text = BadInf_2[mbr_id]["nr_code"];
  397. nr_name.Text = BadInf_2[mbr_id]["nr_name"];
  398. so_code.Text = BadInf_2[mbr_id]["so_code"];
  399. so_name.Text = BadInf_2[mbr_id]["so_name"];
  400. mbr_dutycode.Text = BadInf_2[mbr_id]["mbr_dutycode"];
  401. mbr_dutyname.Text = BadInf_2[mbr_id]["mbr_dutyname"];//mbr_remark
  402. mb_badremark.Text = BadInf_2[mbr_id]["mbr_remark"];
  403. mbc_component.Text = dh.getFieldDataByCondition("makebadrscom", "mbc_component", "mbc_mbrid=" + mbr_id).ToString();
  404. //加载两个Grid的数据源
  405. DataTable dt = (DataTable)dh.ExecuteSql("select mbp_id,mbp_part from makebadrspart where mbp_mbrid=" + mbr_id, "select");
  406. BaseUtil.FillDgvWithDataTable(mbp_partdgv, dt);
  407. dt = (DataTable)dh.ExecuteSql("select mbl_id,mbl_loc,mbl_orispeccode from makebadrsloc where mbl_mbrid=" + mbr_id, "select");
  408. BaseUtil.FillDgvWithDataTable(mbl_locdgv, dt);
  409. SaveRepairInf.Enabled = false;
  410. }
  411. }
  412. private void LoadBadInfTree(object sender, EventArgs e)
  413. {
  414. BadCodeTree.Nodes.Clear();
  415. sql.Clear();
  416. //不是返工工单时的取当前工单
  417. sql.Append("select mb_id,mb_sncode,mb_badcode,mb_bgcode,nvl(bc_name,mb_badcode) bc_name,nvl(bg_name,mb_bgcode) bg_name,");
  418. sql.Append("mb_badremark from makebad left join badcode on bc_code=mb_badcode left join badgroup ");
  419. sql.Append("on bg_code=mb_bgcode where mb_sncode='" + (GetSNCode.Text == "" ? ms_sncode.Text : GetSNCode.Text) + "' and mb_makecode='" + macode + "' and mb_status=0");
  420. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  421. if (dt.Rows.Count == 0)
  422. {
  423. sql.Clear();
  424. sql.Append("select mb_id,mb_sncode,mb_badcode,mb_bgcode,nvl(bc_name,mb_badcode) bc_name,nvl(bg_name,mb_bgcode) bg_name, ");
  425. sql.Append("mb_badremark from makebad left join badcode on bc_code=mb_badcode left join badgroup on bg_code=mb_bgcode ");
  426. sql.Append("left join make on ma_code=mb_makecode where mb_sncode='" + (GetSNCode.Text == "" ? ms_sncode.Text : GetSNCode.Text) + "' and mb_makecode<>'" + macode + "' and mb_status=0");
  427. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  428. }
  429. for (int i = 0; i < dt.Rows.Count; i++)
  430. {
  431. //添加根节点
  432. TreeNode tnode_0 = new TreeNode();
  433. string bg_name = dt.Rows[i]["bg_name"].ToString();
  434. string bc_name = dt.Rows[i]["bc_name"].ToString();
  435. string mb_badcode = dt.Rows[i]["mb_badcode"].ToString();
  436. string mb_bgcode = dt.Rows[i]["mb_bgcode"].ToString();
  437. tnode_0.Text = (bg_name == "" ? mb_bgcode : bg_name) + ":" + (bc_name == "" ? mb_bgcode : bc_name);
  438. tnode_0.Name = dt.Rows[i]["mb_bgcode"].ToString();
  439. //作为Dictionary的主标识
  440. string mb_id = dt.Rows[i]["mb_id"].ToString();
  441. tnode_0.Tag = mb_id;
  442. Dictionary<string, string> dic = new Dictionary<string, string>();
  443. dic.Add("mb_id", mb_id);
  444. dic.Add("mb_sncode", dt.Rows[i]["mb_sncode"].ToString());
  445. dic.Add("mb_badcode", dt.Rows[i]["mb_badcode"].ToString());
  446. dic.Add("mb_bgcode", dt.Rows[i]["mb_bgcode"].ToString());
  447. dic.Add("bc_name", dt.Rows[i]["bc_name"].ToString());
  448. dic.Add("bg_name", dt.Rows[i]["bg_name"].ToString());
  449. //dic.Add("mb_badremark", dt.Rows[i]["mb_badremark"].ToString());
  450. if (!BadInf_1.ContainsKey(tnode_0.Tag.ToString()))
  451. BadInf_1.Add(tnode_0.Tag.ToString(), dic);
  452. BadCodeTree.Nodes.Add(tnode_0);
  453. BadCodeTree.SelectedNode = BadCodeTree.Nodes[0];
  454. //添加子节点
  455. sql.Clear();
  456. sql.Append("select mbr_id,mbr_brcode,mbr_brgcode,mbr_solutioncode,so_code,so_name,mbr_dutycode,mbr_dutyname,nd_name,nrg_name");
  457. sql.Append(",nr_name,nr_code,nrg_code,mbr_remark from makebadreason left join QUA_NGReason on nr_code=mbr_brcode left join ");
  458. sql.Append("QUA_NGREASONGROUPdet on nrgd_nrcode=nr_code left join QUA_NGREASONGROUP on nrg_id=nrgd_nrgid and ");
  459. sql.Append("mbr_brgcode=nrg_code left join solution on so_code=mbr_solutioncode left join ngduty on nd_code=mbr_dutycode ");
  460. sql.Append("where mbr_mbid=" + mb_id);
  461. DataTable dt1 = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  462. for (int j = 0; j < dt1.Rows.Count; j++)
  463. {
  464. TreeNode tnode_1 = new TreeNode();
  465. //存放子节点的信息
  466. Dictionary<string, string> dic1 = new Dictionary<string, string>();
  467. string mbr_id = dt1.Rows[j]["mbr_id"].ToString();
  468. tnode_1.Tag = mbr_id;
  469. dic1.Add("mbr_id", mbr_id);
  470. dic1.Add("mbr_brcode", dt1.Rows[j]["mbr_id"].ToString());
  471. dic1.Add("mbr_brgcode", dt1.Rows[j]["mbr_brcode"].ToString());
  472. dic1.Add("mbr_solutioncode", dt1.Rows[j]["mbr_solutioncode"].ToString());
  473. dic1.Add("mbr_dutycode", dt1.Rows[j]["mbr_dutycode"].ToString());
  474. dic1.Add("mbr_dutyname", dt1.Rows[j]["mbr_dutyname"].ToString());
  475. dic1.Add("mbr_remark", dt1.Rows[j]["mbr_remark"].ToString());
  476. dic1.Add("nd_name", dt1.Rows[j]["nd_name"].ToString());
  477. dic1.Add("so_name", dt1.Rows[j]["so_name"].ToString());
  478. dic1.Add("so_code", dt1.Rows[j]["so_code"].ToString());
  479. dic1.Add("nrg_name", dt1.Rows[j]["nrg_name"].ToString());
  480. dic1.Add("nrg_code", dt1.Rows[j]["nrg_code"].ToString());
  481. dic1.Add("nr_name", dt1.Rows[j]["nr_name"].ToString());
  482. dic1.Add("nr_code", dt1.Rows[j]["nr_code"].ToString());
  483. tnode_1.Text = dt1.Rows[j]["nr_name"].ToString();
  484. if (!BadInf_2.ContainsKey(mbr_id))
  485. BadInf_2.Add(mbr_id, dic1);
  486. tnode_0.Nodes.Add(tnode_1);
  487. }
  488. }
  489. try
  490. {
  491. if (bg_code.Text != "")
  492. BadCodeTree.Nodes[bg_code.Text].Expand();
  493. }
  494. catch (Exception) { }
  495. }
  496. private void RefreshTreeView_Click(object sender, EventArgs e)
  497. {
  498. LoadBadInfTree(sender, e);
  499. }
  500. private void RepairComplete_Click(object sender, EventArgs e)
  501. {
  502. if (ms_sncode.Text == "")
  503. {
  504. OperatResult.AppendText(">>序列号不允许为空\n", Color.Red);
  505. return;
  506. }
  507. if (ifrework != "0" && reworkstatus == "0")
  508. {
  509. if (dh.getRowCount("Makebad", "mb_sncode='" + ms_sncode.Text + "' and mb_makecode='" + ms_makecode.Text + "' and mb_status=0") == 0)
  510. {
  511. OperatResult.AppendText(">>维修必须维护不良代码\n", Color.Red);
  512. return;
  513. }
  514. }
  515. //判断是否所有的不良信息都有维护不良原因
  516. DataTable dt = (DataTable)dh.ExecuteSql("select mb_id,bc_name,mbr_mbid from makebad left join makebadreason on mbr_mbid=mb_id left join badcode on mb_badcode=bc_code where mb_sncode='" + ms_sncode.Text + "' and mb_makecode='" + ms_makecode.Text + "' and mb_status=0", "select");
  517. string ErrorMessage = "";
  518. for (int i = 0; i < dt.Rows.Count; i++)
  519. {
  520. if (dt.Rows[i]["mb_id"].ToString() != dt.Rows[i]["mbr_mbid"].ToString())
  521. ErrorMessage += "【" + dt.Rows[i]["bc_name"].ToString() + "】";
  522. }
  523. if (ErrorMessage != "")
  524. {
  525. OperatResult.AppendText(">>" + ErrorMessage + "未维护不良原因\n", Color.Red);
  526. return;
  527. }
  528. //如果岗位资源对应工序的版面不为空的时候
  529. if (dh.getFieldDataByCondition("makeserial left join step on ms_stepcode=st_code", "st_table", "ms_id='" + msid + "'").ToString() != "")
  530. {
  531. if (!dh.CheckExist("makebadrsloc", "mbl_mbrid='" + mbr_id + "' and mbl_makecode='" + ms_makecode.Text + "' and mbl_sncode='" + GetSNCode.Text + "' "))
  532. {
  533. OperatResult.AppendText(">>工序存在版面必须维护不良位置\n", Color.Red);
  534. return;
  535. }
  536. }
  537. //查询拆解的物料
  538. sql.Clear();
  539. sql.Append("select distinct cm_soncode from craftmaterial where cm_sncode in (select '" + firstsn + "' from dual union ");
  540. sql.Append("select sn from makesnrelation where firstsn='" + firstsn + "') and cm_craftcode<>'" + cr_code.Text + "' and cm_makecode<>'" + ms_makecode.Text + "' and cm_status=-1 ");
  541. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  542. //如果含有序列号物料有被拆解过
  543. if (dt.Rows.Count > 0)
  544. {
  545. string soncode = "";
  546. for (int i = 0; i < dt.Rows.Count; i++)
  547. {
  548. soncode += "'" + dt.Rows[i][0].ToString() + "',";
  549. }
  550. //查询对应的上料记录
  551. sql.Clear();
  552. sql.Append("select cm_soncode from craftmaterial where cm_sncode in (select '" + firstsn + "' from dual union select sn from ");
  553. sql.Append(" makesnrelation where firstsn='" + firstsn + "') and cm_status=0 and cm_soncode in (" + soncode.Substring(0, soncode.Length - 1) + ")");
  554. DataTable LoadSoncode = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  555. //查询的结果不相等表示未完成上料
  556. if (dt.Rows.Count != LoadSoncode.Rows.Count)
  557. {
  558. for (int i = 0; i < LoadSoncode.Rows.Count; i++)
  559. {
  560. if (soncode.Contains(LoadSoncode.Rows[i][0].ToString()))
  561. {
  562. soncode = soncode.Replace(LoadSoncode.Rows[i][0].ToString(), "");
  563. }
  564. }
  565. OperatResult.AppendText(">>" + soncode.Replace("'", "") + "物料尚未备料,不允许回流\n", Color.Red);
  566. return;
  567. }
  568. }
  569. dt = (DataTable)dh.ExecuteSql("select cr_id from craft where cr_statuscode='AUDITED' and cr_code='" + cr_code.Text + "'", "select");
  570. if (dt.Rows.Count == 0)
  571. OperatResult.AppendText(">>回流工序不存在\n", Color.Red);
  572. else
  573. {
  574. string cr_id = dt.Rows[0]["cr_id"].ToString();
  575. dt = (DataTable)dh.ExecuteSql("select cd_ifinput from craftdetail left join step on st_code=cd_stepcode where cd_crid='" + cr_id + "' and cd_stepcode='" + cd_stepcode.Text + "' and st_statuscode='AUDITED'", "select");
  576. if (dt.Rows.Count == 0)
  577. OperatResult.AppendText(">>回流工序不在回流工艺中\n", Color.Red);
  578. else
  579. {
  580. dt = dh.getFieldsDataByCondition("makeserial", new string[] { "nvl(ms_ifrework,0) ms_ifrework", "ms_paststep" }, "ms_sncode='" + ms_sncode.Text + "' and ms_makecode='" + macode + "'");
  581. List<string> SQLS = new List<string>();
  582. if (dt.Rows.Count > 0)
  583. {
  584. string ms_ifrework = dt.Rows[0]["ms_ifrework"].ToString();
  585. string ms_paststep = dt.Rows[0]["ms_paststep"].ToString();
  586. //如果回流的执行过的工序为空
  587. //if (!ms_paststep.Contains(cd_stepcode.Text) && ms_paststep != "")
  588. //{
  589. // OperatResult.AppendText(">>不允许回流到未执行的工序\n", Color.Red);
  590. // return;
  591. //}
  592. if (ms_ifrework == "0")
  593. SQLS.Add("update makeserial set ms_checkno='',ms_paststep = ms_paststep || case when instr(','||ms_paststep||',','" + User.CurrentStepCode + "')=0 then ','||'" + User.CurrentStepCode + "' end , ms_nextstepcode ='" + cd_stepcode.Text + "',ms_craftcode='" + cr_code.Text + "',ms_stepcode='" + User.CurrentStepCode + "',ms_status=1 where ms_id='" + msid + "'");
  594. else
  595. SQLS.Add("update makeserial set ms_checkno='',ms_paststep = ms_paststep || case when instr(','||ms_paststep||',','" + User.CurrentStepCode + "')=0 then ','||'" + User.CurrentStepCode + "' end , ms_nextstepcode ='" + cd_stepcode.Text + "',ms_craftcode='" + cr_code.Text + "',ms_stepcode='" + User.CurrentStepCode + "',ms_reworkstatus=1 where ms_id='" + msid + "'");
  596. }
  597. SQLS.Add("update makebad set mb_status=-1,mb_okman ='"+User.UserName+ "',MB_OKTIME = sysdate where mb_sncode='" + ms_sncode.Text + "' and mb_makecode='" + ms_makecode.Text + "' and mb_status = 0");
  598. //取消最近拆解部件
  599. SQLS.Add("update craftmaterial set cm_lastdeco=0 where cm_sncode='" + ms_sncode.Text + "' and cm_makecode='" + ms_makecode.Text + "' and nvl(cm_lastdeco,0)<>0");
  600. //if (checkBox1.Checked)
  601. //{
  602. // if (dh.CheckExist("makeserial", "ms_sncode = '" + ms_sncode.Text + "' and ms_makecode = '" + ms_makecode.Text + "' and ms_key is not null"))
  603. // {
  604. // SQLS.Add("update makeserial set ms_bs = '',MS_IFCCLEAN ='Y',ms_key='',ms_keyid='',MS_HARDWREID='',MS_KEYSTATEID='',MS_BIOS='',ms_ec='',ms_uuid='',MS_KEYPARTNUMBER='',ms_bt='',ms_mac='',ms_imei='',ms_imei1='' where ms_sncode = '" + ms_sncode.Text + "' and ms_makecode = '" + ms_makecode.Text + "'");
  605. // LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, macode, User.UserLineCode, User.UserSourceCode, "需要清空写入信息", "需要清空写入信息", ms_sncode.Text, ms_checkno.Text);
  606. // }
  607. // else {
  608. // SQLS.Add("update makeserial set ms_bs = '',ms_key='',ms_keyid='',MS_HARDWREID='',MS_KEYSTATEID='',MS_BIOS='',ms_ec='',ms_uuid='',MS_KEYPARTNUMBER='',ms_bt='',ms_mac='',ms_imei='',ms_imei1='' where ms_sncode = '" + ms_sncode.Text + "' and ms_makecode = '" + ms_makecode.Text + "'");
  609. // }
  610. // }
  611. //SQLS.Add("update MakeBadCount set mbc_status=-1 where mbc_sncode='" + ms_sncode.Text + "'");
  612. dh.ExecuteSQLTran(SQLS.ToArray());
  613. LogicHandler.InsertMakeProcess(ms_sncode.Text, ms_makecode.Text, User.UserSourceCode, "回流工序", "完成维修回流", User.UserCode);
  614. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, macode, User.UserLineCode, User.UserSourceCode, "回流工序", "完成维修回流", ms_sncode.Text, ms_checkno.Text);
  615. OperatResult.AppendText(">>序列号" + ms_sncode.Text + "回流成功\n", Color.Green);
  616. string cdstepcode = cd_stepcode.Text;
  617. cd_stepcode.Enabled = true;
  618. BaseUtil.CleanForm(this);
  619. cd_stepcode.Text = cdstepcode;
  620. BadCodeTree.Nodes.Clear();
  621. GetSNCode.Clear();
  622. GetSNCode.Focus();
  623. i = 0;
  624. }
  625. }
  626. }
  627. private void Scrap_Click(object sender, EventArgs e)
  628. {
  629. if (ms_sncode.Text != "")
  630. {
  631. //判断是否有无法维修的记录
  632. int ScrapNum = int.Parse(dh.getFieldDataByCondition("makebadreason left join makebad on mb_id=mbr_mbid", "count(0) cn", "mb_sncode='" + ms_sncode.Text + "' and mb_status=0").ToString());
  633. if (ScrapNum == 0)
  634. OperatResult.AppendText(">>" + ms_sncode.Text + "报废必须维护不良原因\n", Color.Red);
  635. else
  636. {
  637. string confirm = MessageBox.Show(this.ParentForm, "此操作不可撤销,是否确认报废", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Asterisk).ToString();
  638. if (confirm == "Yes")
  639. {
  640. DataTable dt = dh.getFieldsDataByCondition("makeserial", new string[] { "nvl(ms_ifrework,0)ms_ifrework", "ms_reworkcode","ms_code" }, "ms_sncode='" + ms_sncode.Text + "' and ms_makecode='" + macode + "'");
  641. if (dt.Rows.Count > 0)
  642. {
  643. string ms_ifrework = dt.Rows[0]["ms_ifrework"].ToString();
  644. string reworkcode = dt.Rows[0]["ms_reworkcode"].ToString();
  645. string ms_code = dt.Rows[0]["ms_code"].ToString();
  646. if (ms_ifrework == "0")
  647. {
  648. dh.UpdateByCondition("makeserial", "ms_paststep = ms_paststep ||'," + User.CurrentStepCode + "',ms_status=4,ms_nextstepcode=''", "ms_sncode='" + ms_sncode.Text + "' and ms_makecode='" + macode + "'");
  649. }
  650. else
  651. {
  652. sqls.Clear();
  653. sqls.Add("update makeserial set ms_paststep = ms_paststep ||'," + User.CurrentStepCode + "',ms_status=4,ms_reworkstatus= 4,ms_nextstepcode='' where ms_sncode='" + ms_sncode.Text + "' and ms_makecode='" + macode + "'");
  654. sqls.Add("update oqcbatch set ob_nowcheckqty=ob_nowcheckqty-1 where ob_checkno='" + ms_reworkcheckno.Text + "'");
  655. sqls.Add("delete from oqcbatchdetail where obd_sncode='" + ms_sncode.Text + "' and obd_checkno='" + ms_reworkcheckno.Text + "'");
  656. sqls.Add("update ReworkDetail set rd_rwstatus='报废' where rd_reid=(select re_id from rework where re_code='" + reworkcode + "') and rd_sncode='" + reworkcode + "'");
  657. dh.ExecuteSQLTran(sqls.ToArray());
  658. }
  659. dh.ExecuteSql("update MAKESOURCESTOCK set mss_remain = mss_remain + MSS_BASEQTY,MSS_INVALIDTIME = null,mss_useqty = mss_useqty-MSS_BASEQTY where mss_barcode in (select cm_barcode from CRAFTMATERIAL where cm_mscode = '" + ms_code + "' and cm_makecode = '"+ macode + "' and cm_status = 0) and mss_makecode = '"+ macode + "' ", "update");
  660. dh.ExecuteSql(" merge into barcode using (select cm_barcode,cm_inqty from CRAFTMATERIAL where cm_mscode = '"+ ms_code + "' and cm_makecode = '"+ macode + "' and cm_status = 0) A on (barcode.bar_code = A.cm_barcode) when matched then update set bar_remain = bar_remain + cm_inqty ", "update");
  661. }
  662. dh.ExecuteSql("update makebad set mb_status=-2,mb_okman ='" + User.UserName + "' where mb_sncode='" + ms_sncode.Text + "' and mb_makecode='" + ms_makecode.Text + "' and mb_status = 0","update");
  663. dh.UpdateByCondition("makecraftdetail", "mcd_inqty=mcd_inqty-1,mcd_outqty=mcd_outqty-1", "mcd_macode='" + ms_makecode.Text + "' and mcd_stepcode='" + ms_stepcode + "'");
  664. dh.UpdateByCondition("make", "MA_NGMADEQTY=nvl(MA_NGMADEQTY,0)+1,ma_qty = ma_qty+1", "ma_code='" + macode + "'");
  665. LogicHandler.InsertMakeProcess(ms_sncode.Text, ms_makecode.Text, User.UserSourceCode, "报废", "序列号报废", User.UserCode);
  666. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, macode, User.UserLineCode, User.UserSourceCode, "报废", "序列号报废", ms_sncode.Text, ms_checkno.Text);
  667. OperatResult.AppendText(">>报废成功\n", Color.Green);
  668. GetSNCode.Clear();
  669. GetSNCode.Focus();
  670. BaseUtil.CleanForm(this);
  671. BadCodeTree.Nodes.Clear();
  672. }
  673. }
  674. }
  675. else OperatResult.AppendText(">>序列号不允许为空\n", Color.Red);
  676. }
  677. private void NewBadCode_Click(object sender, EventArgs e)
  678. {
  679. if (GetSNCode.Text == "" || macode == null || macode == "")
  680. {
  681. OperatResult.AppendText(">>序列号和工单号不允许为空\n", Color.Red);
  682. }
  683. else
  684. {
  685. Make_NewBadCode badcode = new Make_NewBadCode(GetSNCode.Text, macode);
  686. badcode.FormClosed += LoadBadInfTree;
  687. BaseUtil.SetFormCenter(badcode);
  688. badcode.ShowDialog();
  689. }
  690. }
  691. private void NewRepairInf_Click(object sender, EventArgs e)
  692. {
  693. if (bg_name.Text == "" && bc_name.Text == "")
  694. {
  695. OperatResult.AppendText(">>不良代码组和不良代码不能为空\n", Color.Red);
  696. }
  697. else
  698. {
  699. Make_NewMatainInf mataininf = new Make_NewMatainInf(bg_name.Text, bg_code.Text, bc_name.Text, bc_code.Text, GetSNCode.Text, msid, mb_id);
  700. mataininf.FormClosed += LoadBadInfTree;
  701. BaseUtil.SetFormCenter(mataininf);
  702. mataininf.ShowDialog();
  703. }
  704. }
  705. private void SaveRepairInf_Click(object sender, EventArgs e)
  706. {
  707. string ErrorMessage = "";
  708. if (bg_name.Text == "" || bc_name.Text == "")
  709. {
  710. OperatResult.AppendText(">>不良代码组和不良代码不能为空\n", Color.Red);
  711. return;
  712. }
  713. if (nrg_name.Text == "")
  714. ErrorMessage += " 不良原因组 ";
  715. if (nr_name.Text == "")
  716. ErrorMessage += " 不良原因 ";
  717. if (mbr_dutyname.Text == "")
  718. ErrorMessage += " 责任别 ";
  719. //if (mbr_dutyname.Text == "物料问题" && mbc_component.Text == "")
  720. // ErrorMessage += "责任别为物料问题时必须选择不良零件";
  721. if (ErrorMessage != "")
  722. {
  723. ErrorMessage += "不能为空";
  724. OperatResult.AppendText(">>" + ErrorMessage + "\n", Color.Red);
  725. return;
  726. }
  727. string mbr_id = dh.GetSEQ("makebadreason_seq");
  728. //存在不良组件进行提示
  729. if (dh.CheckExist("makebadreason left join makebad on mbr_mbid=mb_id and mbr_sncode=mb_sncode", "mbr_badcode='" + bc_code.Text + "' and mbr_sncode='" + ms_sncode.Text + "' and mbr_brcode='" + nr_code.Text + "' and mb_status=0"))
  730. {
  731. OperatResult.AppendText(">>不良代码【" + bc_name.Text + "】已存在不良原因【" + nr_name.Text + "】\n", Color.Red);
  732. return;
  733. }
  734. if (!dh.CheckExist("QUA_NGREASONGROUP", "nrg_name='" + nrg_name.Text + "'"))
  735. {
  736. OperatResult.AppendText(">>不良原因组不存在\n", Color.Red);
  737. return;
  738. }
  739. if (!dh.CheckExist("QUA_NGReason", "nr_name='" + nr_name.Text + "'"))
  740. {
  741. OperatResult.AppendText(">>不良原因不存在\n", Color.Red);
  742. return;
  743. }
  744. if (!dh.CheckExist("ngduty", "nd_name='" + mbr_dutyname.Text + "'"))
  745. {
  746. OperatResult.AppendText(">>责任别不存在\n", Color.Red);
  747. return;
  748. }
  749. if (!dh.CheckExist("solution", "so_name='" + so_name.Text + "'"))
  750. {
  751. OperatResult.AppendText(">>解决方案不存在\n", Color.Red);
  752. return;
  753. }
  754. //保存选择记录至后台,根据岗位资源代码记录
  755. dh.ExecuteSql("merge into DATAINPUTRECORD using (select NRG_NAME from QUA_NGREASONGROUP where NRG_NAME = '" + nrg_name.Text + "') ON (NRG_NAME = DIR_COMMENT AND DIR_GROUP = '不良原因组' and DIR_SOURCECODE = '" + User.UserSourceCode + "') when matched then update set DIR_NUMBER = DIR_NUMBER +1 when not matched then insert (DIR_COMMENT,DIR_NUMBER,DIR_SOURCECODE,DIR_GROUP) VALUES (NRG_NAME,1,'" + User.UserSourceCode + "','不良原因组')", "select");
  756. dh.ExecuteSql("merge into DATAINPUTRECORD using (select nr_name from QUA_NGReason left join QUA_NGREASONGROUPDET on nrgd_nrcode=nr_code left join QUA_NGREASONGROUP on nrgd_nrgid=nrg_id where nr_name = '" + nr_name.Text + "' and NRG_NAME = '" + nrg_name.Text + "') ON (nr_name = DIR_COMMENT AND DIR_GROUP = '不良原因' and DIR_SOURCECODE = '" + User.UserSourceCode + "') when matched then update set DIR_NUMBER = DIR_NUMBER +1 when not matched then insert (DIR_COMMENT,DIR_NUMBER,DIR_SOURCECODE,DIR_GROUP) VALUES (nr_name,1,'" + User.UserSourceCode + "','不良原因')", "select");
  757. dh.ExecuteSql("merge into DATAINPUTRECORD using (select nd_name from ngduty where nd_name = '" + mbr_dutyname.Text + "') ON (nd_name = DIR_COMMENT AND DIR_GROUP = '责任别' and DIR_SOURCECODE = '" + User.UserSourceCode + "') when matched then update set DIR_NUMBER = DIR_NUMBER +1 when not matched then insert (DIR_COMMENT,DIR_NUMBER,DIR_SOURCECODE,DIR_GROUP) VALUES (nd_name,1,'" + User.UserSourceCode + "','责任别')", "select");
  758. dh.ExecuteSql("merge into DATAINPUTRECORD using (select so_name from solution where so_name = '" + so_name.Text + "') ON (so_name = DIR_COMMENT AND DIR_GROUP = '解决方案' and DIR_SOURCECODE = '" + User.UserSourceCode + "') when matched then update set DIR_NUMBER = DIR_NUMBER +1 when not matched then insert (DIR_COMMENT,DIR_NUMBER,DIR_SOURCECODE,DIR_GROUP) VALUES (so_name,1,'" + User.UserSourceCode + "','解决方案')", "select");
  759. //保存不良原因
  760. sql.Clear();
  761. sql.Append("insert into makebadreason (mbr_mbid,mbr_id,mbr_brcode,mbr_solutioncode,");
  762. sql.Append("mbr_dutycode,mbr_brgcode,mbr_badcode,mbr_sncode,mbr_makecode,mbr_indate,");
  763. sql.Append("mbr_inman,mbr_brname,mbr_solutionname,mbr_badname,mbr_brgname,mbr_dutyname,mbr_remark) select '" + mb_id + "','" + mbr_id + "','" + nr_code.Text + "',");
  764. sql.Append("'" + so_code.Text + "','" + mbr_dutyname.Text + "','" + nrg_code.Text + "','" + bc_code.Text + "',");
  765. sql.Append("'" + ms_sncode.Text + "','" + ms_makecode.Text + "',sysdate,'" + User.UserCode + "','" + nr_name.Text + "','" + so_name.Text + "','" + bc_name.Text + "','" + nrg_name.Text + "','" + mbr_dutyname.Text + "','" + mb_badremark.Text + "' from dual");
  766. dh.ExecuteSql(sql.GetString(), "insert");
  767. if (mbc_component.Text != "")
  768. {
  769. sql.Clear();
  770. sql.Append("insert into makebadrscom (mbc_id,mbc_mbrid,mbc_component,mbc_badcode,");
  771. sql.Append("mbc_brcode,mbc_sncode,mbc_makecode,mbc_indate,mbc_inman ) values ");
  772. sql.Append("(makebadrscom_seq.nextval,'" + mbr_id + "' ,'" + mbc_component.Text + "',");
  773. sql.Append("'" + bc_code.Text + "','" + nr_code.Text + "','" + ms_sncode.Text + "','" + ms_makecode.Text + "',sysdate,'" + User.UserCode + "')");
  774. dh.ExecuteSql(sql.GetString(), "insert");
  775. }
  776. OperatResult.AppendText(">>不良原因保存成功\n", Color.Green);
  777. SaveRepairInf.Enabled = false;
  778. LoadBadInfTree(sender, e);
  779. }
  780. private void DeleteRepairInf_Click(object sender, EventArgs e)
  781. {
  782. DataTable dt = (DataTable)dh.ExecuteSql("select ms_makecode from makeserial where ms_id='" + msid + "' and ms_sncode='" + GetSNCode.Text + "' and ms_status=3", "select");
  783. if (dt.Rows.Count > 0)
  784. {
  785. if (mbr_id != "")
  786. {
  787. string delete1 = "delete from makebadrsloc where mbl_mbrid='" + mbr_id + "'";
  788. string delete2 = "delete from makebadrspart where mbp_mbrid='" + mbr_id + "'";
  789. string delete3 = "delete from makebadrscom where mbc_mbrid='" + mbr_id + "'";
  790. string delete4 = "delete from makebadreason where mbr_id='" + mbr_id + "'";
  791. dh.ExecuteSQLTran(delete1, delete2, delete3, delete4);
  792. OperatResult.AppendText(">>删除成功\n", Color.Green);
  793. BaseUtil.CleanControlsText(bc_name, bc_code, bg_name, bg_code, mb_badremark, nrg_name, nrg_code, nr_name, nr_code, so_name, so_code, mbr_dutyname, mbr_dutycode, mbc_component);
  794. mbp_partdgv.DataSource = null;
  795. mbl_locdgv.DataSource = null;
  796. mbr_id = "";
  797. //删除后重新加载Tree的信息
  798. LoadBadInfTree(sender, e);
  799. }
  800. else OperatResult.AppendText(">>必须选择不良原因\n", Color.Red);
  801. }
  802. else OperatResult.AppendText(">>" + GetSNCode.Text + "序列号错误,不存在或者不处于维修状态\n", Color.Red);
  803. }
  804. private void SaveBadLocation_Click(object sender, EventArgs e)
  805. {
  806. DataTable dt = (DataTable)dh.ExecuteSql("select ms_makecode from makeserial where ms_id='" + msid + "' and ms_sncode='" + GetSNCode.Text + "' and ms_status=3", "select");
  807. if (dt.Rows.Count > 0)
  808. {
  809. if (mbl_loc.Text != "")
  810. {
  811. if (mbr_id != "")
  812. {
  813. if (!dh.CheckExist("makebadrsloc", "mbl_mbrid='" + mbr_id + "' and mbl_sncode='" + GetSNCode.Text + "' and mbl_loc='" + mbl_loc.Text + "'"))
  814. {
  815. if (dh.CheckExist("barcode", "bar_code = '" + mbl_loc.Text + "'"))
  816. {
  817. string MBL_PRODCODE = dh.getFieldDataByCondition("barcode", "bar_prodcode", "bar_code = '" + mbl_loc.Text + "'").ToString();
  818. string orpspeccode = dh.getFieldDataByCondition("product", "pr_orispeccode", "pr_code = '" + MBL_PRODCODE + "'").ToString();
  819. if (dh.CheckExist("MAKEMATERIAL", "mm_code = '"+ macode + "' and mm_prodcode||mm_repprodcode like '%" + MBL_PRODCODE + "%'"))
  820. {
  821. sql.Clear();
  822. sql.Append("insert into makebadrsloc(mbl_id,mbl_mbrid,mbl_loc,mbl_badcode,mbl_brcode,");
  823. sql.Append("mbl_sncode,mbl_makecode,mbl_indate ,mbl_inman,MBL_PRODCODE,MBL_ORISPECCODE) select makebadrsloc_seq.nextval," + mbr_id);
  824. sql.Append(",'" + mbl_loc.Text + "','" + bc_code.Text + "','" + nr_code.Text + "','" + GetSNCode.Text + "','" + macode + "',");
  825. sql.Append("sysdate,'" + User.UserCode + "','"+ MBL_PRODCODE + "','"+ orpspeccode + "' from dual");
  826. dh.ExecuteSql(sql.GetString(), "insert");
  827. dt = (DataTable)dh.ExecuteSql("select mbl_id,mbl_loc,mbl_orispeccode from makebadrsloc where mbl_mbrid=" + mbr_id, "select");
  828. BaseUtil.FillDgvWithDataTable(mbl_locdgv, dt);
  829. }else
  830. OperatResult.AppendText(">>该维修条码对应物料" + MBL_PRODCODE + "不属于此工单可用物料\n", Color.Red, mbl_loc);
  831. }
  832. else
  833. OperatResult.AppendText(">>该维修条码"+mbl_loc.Text+"系统不存在\n", Color.Red, mbl_loc);
  834. }
  835. else OperatResult.AppendText(">>已存在该维修条码\n", Color.Red, mbl_loc);
  836. }
  837. else OperatResult.AppendText(">>请先选择不良原因\n", Color.Red);
  838. }
  839. else OperatResult.AppendText(">>维修条码不能为空\n", Color.Red);
  840. }
  841. else OperatResult.AppendText(">>" + GetSNCode.Text + "序列号错误,不存在或者不处于维修状态\n", Color.Red);
  842. }
  843. private void nr_name_TextChanged(object sender, EventArgs e)
  844. {
  845. if (nr_name.Text == "")
  846. SaveBadLocation.Enabled = false;
  847. else
  848. SaveBadLocation.Enabled = true;
  849. }
  850. private void mbl_loc_KeyDown(object sender, KeyEventArgs e)
  851. {
  852. if (e.KeyCode == Keys.Enter)
  853. SaveBadLocation_Click(sender, e);
  854. }
  855. private void prodcode_TextKeyDown(object sender, KeyEventArgs e)
  856. {
  857. if (e.KeyCode == Keys.Enter)
  858. {
  859. if (bd_soncode.Text != "")
  860. {
  861. if (mbr_id != "")
  862. {
  863. sql.Clear();
  864. sql.Append("insert into makebadrspart(mbp_id,mbp_mbrid,mbp_part,mbp_badcode,");
  865. sql.Append("mbp_brcode,mbp_sncode,mbp_makecode,mbp_indate,mbp_inman)");
  866. sql.Append("select makebadrspart_seq.nextval," + mbr_id + ",'" + bd_soncode.Text + "',");
  867. sql.Append("'" + bc_code.Text + "','" + nr_code.Text + "','" + GetSNCode.Text + "','" + macode + "',");
  868. sql.Append("sysdate,'" + User.UserCode + "' from dual");
  869. dh.ExecuteSql(sql.GetString(), "insert");
  870. DataTable dt = (DataTable)dh.ExecuteSql("select mbp_id,mbp_part from makebadrspart where mbp_mbrid=" + mbr_id, "select");
  871. BaseUtil.FillDgvWithDataTable(mbp_partdgv, dt);
  872. }
  873. else OperatResult.AppendText(">>请先选择不良原因\n", Color.Red);
  874. }
  875. else OperatResult.AppendText(">>不良零件不能为空\n", Color.Red);
  876. }
  877. }
  878. private void cr_code_UserControlTextChanged(object sender, EventArgs e)
  879. {
  880. //cd_stepcode.Condition = "ST_STATUSCODE='AUDITED' and cr_code='" + cr_code.Text + "' and cr_prodcode='" + ms_prodcode.Text + "' and ( cd_ifburnout <>0) order by cd_stepno";
  881. cd_stepcode.Condition = "ST_STATUSCODE='AUDITED' and cr_code='" + cr_code.Text + "' and cr_prodcode='" + ms_prodcode.Text + "' and ST_IFOFFLINE = -1 order by cd_stepno";
  882. }
  883. private void Clean_Click(object sender, EventArgs e)
  884. {
  885. OperatResult.Clear();
  886. }
  887. private void mbl_locdgv_CellContentClick(object sender, DataGridViewCellEventArgs e)
  888. {
  889. if (e.RowIndex >= 0)
  890. {
  891. if (mbl_locdgv.Columns[e.ColumnIndex].Name == "DeletePos")
  892. {
  893. dh.ExecuteSql("delete from makebadrsloc where mbl_id='" + mbl_locdgv.Rows[e.RowIndex].Cells["mbl_id"].Value.ToString() + "'", "insert");
  894. dt = (DataTable)dh.ExecuteSql("select mbl_id,mbl_loc,mbl_orispeccode from makebadrsloc where mbl_mbrid=" + mbr_id, "select");
  895. BaseUtil.FillDgvWithDataTable(mbl_locdgv, dt);
  896. }
  897. }
  898. }
  899. private void mbp_partdgv_CellContentClick(object sender, DataGridViewCellEventArgs e)
  900. {
  901. if (e.RowIndex >= 0)
  902. {
  903. if (mbp_partdgv.Columns[e.ColumnIndex].Name == "DeleteCom")
  904. {
  905. dh.ExecuteSql("delete from makebadrspart where mbp_id='" + mbp_partdgv.Rows[e.RowIndex].Cells["mbp_id"].Value.ToString() + "'", "insert");
  906. DataTable dt = (DataTable)dh.ExecuteSql("select mbp_id,mbp_part from makebadrspart where mbp_mbrid=" + mbr_id, "select");
  907. BaseUtil.FillDgvWithDataTable(mbp_partdgv, dt);
  908. }
  909. }
  910. }
  911. private void Make_Repair_FormClosing(object sender, FormClosingEventArgs e)
  912. {
  913. dh.Dispose();
  914. }
  915. private void ms_prodcode_TextChanged(object sender, EventArgs e)
  916. {
  917. if (ms_prodcode.Text != "")
  918. cr_code.Condition = "cr_prodcode='" + ms_prodcode.Text + "'";
  919. else
  920. cr_code.Condition = "";
  921. bd_soncode.Condition = "bd_mothercode='" + ms_prodcode.Text + "' and NVL(bd_usestatus,' ')<>'DISABLE'";
  922. //设置工序的条件
  923. //cd_stepcode.Condition = "ST_STATUSCODE='AUDITED' and cr_code='" + cr_code.Text + "' and cr_prodcode='" + ms_prodcode.Text + "' and ( cd_ifburnout <>0) order by cd_stepno";
  924. cd_stepcode.Condition = "ST_STATUSCODE='AUDITED' and cr_code='" + cr_code.Text + "' and cr_prodcode='" + ms_prodcode.Text + "' and ST_IFOFFLINE = -1 order by cd_stepno";
  925. }
  926. public void RefreshData()
  927. {
  928. GetSNCode_KeyDown(new object(), new KeyEventArgs(Keys.Enter));
  929. }
  930. private void nr_name_UserControlTextChanged(object sender, EventArgs e)
  931. {
  932. if (nr_name.Text != "")
  933. {
  934. SaveBadLocation.Enabled = true;
  935. if (nrg_name.Text == "")
  936. {
  937. OperatResult.AppendText(">>请先填写不良代码组\n", Color.Red);
  938. nr_name.Text = "";
  939. }
  940. else
  941. {
  942. if (nr_code.Text == "" || (nr_code.Text != "" && nr_code.Text != nr_name.Value))
  943. nr_code.Text = nr_name.Value;
  944. }
  945. }
  946. else SaveBadLocation.Enabled = false;
  947. }
  948. private void nrg_name_UserControlTextChanged(object sender, EventArgs e)
  949. {
  950. if (nrg_code.Text == "" || (nrg_code.Text != "" && nrg_code.Text != nrg_name.Value))
  951. nrg_code.Text = nrg_name.Value;
  952. nr_name.Condition = "nrg_code in('" + (nrg_code.Text == "" ? "''" : nrg_code.Text) + "')";
  953. }
  954. private void mbr_dutyname_UserControlTextChanged(object sender, EventArgs e)
  955. {
  956. if (mbr_dutycode.Text == "" || (mbr_dutycode.Text != "" && mbr_dutycode.Text != mbr_dutyname.Value))
  957. mbr_dutycode.Text = mbr_dutyname.Value;
  958. }
  959. private void mbc_component_UserControlTextChanged(object sender, EventArgs e)
  960. {
  961. }
  962. private void so_name_UserControlTextChanged(object sender, EventArgs e)
  963. {
  964. if (so_code.Text == "" || (so_code.Text != "" && so_code.Text != so_name.Value))
  965. so_code.Text = so_name.Value;
  966. }
  967. private void BadCodeTree_AfterSelect(object sender, TreeViewEventArgs e)
  968. {
  969. if (e.Node.Level == 0)
  970. {
  971. mb_id = e.Node.Tag.ToString();
  972. BaseUtil.CleanControlsText(bc_name, bc_code, bg_name, bg_code, mb_badremark, nrg_name, nrg_code, nr_name, nr_code, so_name, so_code, mbr_dutyname, mbr_dutycode, mbc_component);
  973. mbl_locdgv.DataSource = null;
  974. mbp_partdgv.DataSource = null;
  975. bc_name.Text = BadInf_1[mb_id]["bc_name"];
  976. bc_code.Text = BadInf_1[mb_id]["mb_badcode"];
  977. bg_name.Text = BadInf_1[mb_id]["bg_name"];
  978. bg_code.Text = BadInf_1[mb_id]["mb_bgcode"];
  979. // mb_badremark.Text = BadInf_1[mb_id]["mb_badremark"];
  980. mbr_id = "";
  981. SaveRepairInf.Enabled = true;
  982. }
  983. if (e.Node.Level == 1)
  984. {
  985. //展示父节点信息
  986. mb_id = e.Node.Parent.Tag.ToString();
  987. bc_code.Text = BadInf_1[mb_id]["mb_badcode"];
  988. bc_name.Text = BadInf_1[mb_id]["bc_name"];
  989. bg_code.Text = BadInf_1[mb_id]["mb_bgcode"];
  990. bg_name.Text = BadInf_1[mb_id]["bg_name"];
  991. //展示子节点信息
  992. mbr_id = e.Node.Tag.ToString();
  993. nrg_code.Text = BadInf_2[mbr_id]["nrg_code"];
  994. nrg_name.Text = BadInf_2[mbr_id]["nrg_name"];
  995. nr_code.Text = BadInf_2[mbr_id]["nr_code"];
  996. nr_name.Text = BadInf_2[mbr_id]["nr_name"];
  997. so_code.Text = BadInf_2[mbr_id]["so_code"];
  998. so_name.Text = BadInf_2[mbr_id]["so_name"];
  999. mbr_dutycode.Text = BadInf_2[mbr_id]["mbr_dutycode"];
  1000. mbr_dutyname.Text = BadInf_2[mbr_id]["mbr_dutyname"];
  1001. mb_badremark.Text = BadInf_2[mbr_id]["mbr_remark"];
  1002. mbc_component.Text = dh.getFieldDataByCondition("makebadrscom", "mbc_component", "mbc_mbrid=" + mbr_id).ToString();
  1003. //加载两个Grid的数据源
  1004. DataTable dt = (DataTable)dh.ExecuteSql("select mbp_id,mbp_part from makebadrspart where mbp_mbrid=" + mbr_id, "select");
  1005. BaseUtil.FillDgvWithDataTable(mbp_partdgv, dt);
  1006. dt = (DataTable)dh.ExecuteSql("select mbl_id,mbl_loc,mbl_orispeccode from makebadrsloc where mbl_mbrid=" + mbr_id, "select");
  1007. BaseUtil.FillDgvWithDataTable(mbl_locdgv, dt);
  1008. SaveRepairInf.Enabled = false;
  1009. }
  1010. }
  1011. private void normalButton1_Click(object sender, EventArgs e)
  1012. {
  1013. DataTable dt = (DataTable)dh.ExecuteSql("select ms_makecode from makeserial where ms_id='" + msid + "' and ms_sncode='" + GetSNCode.Text + "' and ms_status=3", "select");
  1014. if (dt.Rows.Count > 0)
  1015. {
  1016. if (mb_id != "")
  1017. {
  1018. string delete1 = "delete from makebadrsloc where mbl_mbrid in (select mbr_id from makebadreason where mbr_mbid = '" + mb_id + "' )";
  1019. string delete2 = "delete from makebadrspart where mbp_mbrid in (select mbr_id from makebadreason where mbr_mbid = '" + mb_id + "' )";
  1020. string delete3 = "delete from makebadrscom where mbc_mbrid in (select mbr_id from makebadreason where mbr_mbid = '" + mb_id + "' )";
  1021. string delete4 = "delete from makebadreason where mbr_mbid='" + mb_id + "'";
  1022. string delete = "delete from makebad where mb_id = '" + mb_id + "'";
  1023. dh.ExecuteSQLTran(delete1, delete2, delete3, delete4, delete);
  1024. OperatResult.AppendText(">>删除成功\n", Color.Green);
  1025. BaseUtil.CleanControlsText(bc_name, bc_code, bg_name, bg_code, mb_badremark, nrg_name, nrg_code, nr_name, nr_code, so_name, so_code, mbr_dutyname, mbr_dutycode, mbc_component);
  1026. mbp_partdgv.DataSource = null;
  1027. mbl_locdgv.DataSource = null;
  1028. mb_id = "";
  1029. //删除后重新加载Tree的信息
  1030. LoadBadInfTree(sender, e);
  1031. }
  1032. else OperatResult.AppendText(">>必须选择不良现象\n", Color.Red);
  1033. }
  1034. else OperatResult.AppendText(">>" + GetSNCode.Text + "序列号错误,不存在或者不处于维修状态\n", Color.Red);
  1035. }
  1036. private void snCollectionBox1_KeyDown(object sender, KeyEventArgs e)
  1037. {
  1038. if (e.KeyCode == Keys.Enter)
  1039. {
  1040. if (retsn.Text != "")
  1041. {
  1042. if (dh.CheckExist("makeserial","ms_sncode = '"+retsn.Text+ "' and MS_IFCCLEAN is not null"))
  1043. {
  1044. dh.ExecuteSql("update makeserial set MS_IFCCLEAN ='' where ms_sncode = '" + retsn.Text + "'", "select");
  1045. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, macode, User.UserLineCode, User.UserSourceCode, "完成清空写入信息", "完成清空写入信息", retsn.Text, "");
  1046. OperatResult.AppendText(">>" + retsn.Text + "序列号清空写入信息完成\n", Color.Green, retsn);
  1047. }
  1048. else OperatResult.AppendText(">>" + retsn.Text + "序列号不存在或不需要录入\n", Color.Red, retsn);
  1049. }
  1050. else OperatResult.AppendText(">>" + retsn.Text + "录入不可为空\n", Color.Red, retsn);
  1051. }
  1052. }
  1053. int i = 0;
  1054. private void timer1_Tick(object sender, EventArgs e)
  1055. {
  1056. if (GetSNCode.Text == "" && cd_stepcode.Text != "")
  1057. {
  1058. i = i + 1;
  1059. }
  1060. if (i > 300 && GetSNCode.Text == "" && cd_stepcode.Text != "")
  1061. {
  1062. i = 0;
  1063. cd_stepcode.Text = "";
  1064. OperatResult.AppendText(">>清空回流工序\n", Color.Black);
  1065. }
  1066. }
  1067. private void normalButton2_Click(object sender, EventArgs e)
  1068. {
  1069. if (ms_sncode.Text != "")
  1070. {
  1071. //判断是否有无法维修的记录
  1072. int ScrapNum = int.Parse(dh.getFieldDataByCondition("makebadreason left join makebad on mb_id=mbr_mbid", "count(0) cn", "mb_sncode='" + ms_sncode.Text + "' and mb_status=0").ToString());
  1073. if (ScrapNum == 0)
  1074. OperatResult.AppendText(">>" + ms_sncode.Text + "退料必须维护不良原因\n", Color.Red);
  1075. else
  1076. {
  1077. string confirm = MessageBox.Show(this.ParentForm, "此操作不可撤销,是否确认退料", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Asterisk).ToString();
  1078. if (confirm == "Yes")
  1079. {
  1080. DataTable dt = dh.getFieldsDataByCondition("makeserial", new string[] { "nvl(ms_ifrework,0)ms_ifrework", "ms_reworkcode", "ms_code" }, "ms_sncode='" + ms_sncode.Text + "' and ms_makecode='" + macode + "'");
  1081. if (dt.Rows.Count > 0)
  1082. {
  1083. string ms_ifrework = dt.Rows[0]["ms_ifrework"].ToString();
  1084. string reworkcode = dt.Rows[0]["ms_reworkcode"].ToString();
  1085. string ms_code = dt.Rows[0]["ms_code"].ToString();
  1086. if (ms_ifrework == "0")
  1087. {
  1088. dh.UpdateByCondition("makeserial", "ms_paststep = ms_paststep ||'," + User.CurrentStepCode + "',ms_status=5,ms_nextstepcode=''", "ms_sncode='" + ms_sncode.Text + "' and ms_makecode='" + macode + "'");
  1089. }
  1090. else
  1091. {
  1092. sqls.Clear();
  1093. sqls.Add("update makeserial set ms_paststep = ms_paststep ||'," + User.CurrentStepCode + "',ms_status=5,ms_reworkstatus= 5,ms_nextstepcode='' where ms_sncode='" + ms_sncode.Text + "' and ms_makecode='" + macode + "'");
  1094. sqls.Add("update oqcbatch set ob_nowcheckqty=ob_nowcheckqty-1 where ob_checkno='" + ms_reworkcheckno.Text + "'");
  1095. sqls.Add("delete from oqcbatchdetail where obd_sncode='" + ms_sncode.Text + "' and obd_checkno='" + ms_reworkcheckno.Text + "'");
  1096. sqls.Add("update ReworkDetail set rd_rwstatus='退料' where rd_reid=(select re_id from rework where re_code='" + reworkcode + "') and rd_sncode='" + reworkcode + "'");
  1097. dh.ExecuteSQLTran(sqls.ToArray());
  1098. }
  1099. dh.ExecuteSql("update MAKESOURCESTOCK set mss_remain = mss_remain + MSS_BASEQTY,MSS_INVALIDTIME = null,mss_useqty = mss_useqty-MSS_BASEQTY where mss_barcode in (select cm_barcode from CRAFTMATERIAL where cm_mscode = '" + ms_code + "' and cm_makecode = '" + macode + "' and cm_status = 0) and mss_makecode = '" + macode + "' ", "update");
  1100. dh.ExecuteSql(" merge into barcode using (select cm_barcode,cm_inqty from CRAFTMATERIAL where cm_mscode = '" + ms_code + "' and cm_makecode = '" + macode + "' and cm_status = 0) A on (barcode.bar_code = A.cm_barcode) when matched then update set bar_remain = bar_remain + cm_inqty ", "update");
  1101. }
  1102. dh.ExecuteSql("update makebad set mb_status=-2,mb_okman ='" + User.UserName + "' where mb_sncode='" + ms_sncode.Text + "' and mb_makecode='" + ms_makecode.Text + "' and mb_status = 0", "update");
  1103. dh.UpdateByCondition("makecraftdetail", "mcd_inqty=mcd_inqty-1,mcd_outqty=mcd_outqty-1", "mcd_macode='" + ms_makecode.Text + "' and mcd_stepcode='" + ms_stepcode + "'");
  1104. dh.UpdateByCondition("make", "MA_NGMADEQTY=nvl(MA_NGMADEQTY,0)+1,ma_qty = ma_qty+1", "ma_code='" + macode + "'");
  1105. LogicHandler.InsertMakeProcess(ms_sncode.Text, ms_makecode.Text, User.UserSourceCode, "退料", "序列号退料", User.UserCode);
  1106. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, macode, User.UserLineCode, User.UserSourceCode, "退料", "序列号退料", ms_sncode.Text, ms_checkno.Text);
  1107. OperatResult.AppendText(">>退料成功\n", Color.Green);
  1108. GetSNCode.Clear();
  1109. GetSNCode.Focus();
  1110. BaseUtil.CleanForm(this);
  1111. BadCodeTree.Nodes.Clear();
  1112. }
  1113. }
  1114. }
  1115. else OperatResult.AppendText(">>序列号不允许为空\n", Color.Red);
  1116. }
  1117. }
  1118. }