Packing_PackageCollectionWeigh.cs 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  1. using LabelManager2;
  2. using System;
  3. using System.Data;
  4. using System.Text;
  5. using System.Windows.Forms;
  6. using UAS_MES_NEW.DataOperate;
  7. using UAS_MES_NEW.Entity;
  8. using UAS_MES_NEW.PublicMethod;
  9. using System.Drawing;
  10. using System.Threading;
  11. using UAS_MES_NEW.PublicForm;
  12. using System.IO.Ports;
  13. using System.IO;
  14. using System.Text.RegularExpressions;
  15. using System.Collections.Generic;
  16. using Seagull.BarTender.Print;
  17. namespace UAS_MES_NEW.Packing
  18. {
  19. public partial class Packing_PackageCollectionWeigh : Form
  20. {
  21. DataHelper dh;
  22. DataTable dt;
  23. LogStringBuilder sql = new LogStringBuilder();
  24. AutoSizeFormClass asc = new AutoSizeFormClass();
  25. ApplicationClass lbl;
  26. Thread thread;
  27. Engine engine;
  28. string ErrorMessage = "";
  29. string oMakeCode = "";
  30. string oMsID = "";
  31. string oMsStatus = "";
  32. string PR_CHECKCARTONW = "0";
  33. //称量的标准重量
  34. double Weight;
  35. //最大重量
  36. double MaxWeight;
  37. //最小重量
  38. double MinWeight;
  39. string ActWeigh = "0";
  40. Regex re = new Regex("\\d+.\\d+\\w+");
  41. decimal StandardQTY = 0;
  42. string oOutBoxCode = "";
  43. string LastSncode;
  44. //创建串口实例
  45. SerialPort serialPort1 = new SerialPort();
  46. //true的时候表示从串口读取数据
  47. bool GetData = true;
  48. public Packing_PackageCollectionWeigh()
  49. {
  50. InitializeComponent();
  51. }
  52. //创建打印进程
  53. private void NewPrint()
  54. {
  55. try
  56. {
  57. engine =new Engine();
  58. //lbl = new ApplicationClass();
  59. //BaseUtil.WriteLbl();
  60. }
  61. catch (Exception)
  62. {
  63. OperateResult.AppendText("未正确安装BarTender软件\n", Color.Red);
  64. }
  65. }
  66. private void Make_PackageCollectionWeigh_Load(object sender, EventArgs e)
  67. {
  68. ComList.Text = BaseUtil.GetCacheData("PortName").ToString();
  69. Baurate.Text = BaseUtil.GetCacheData("BaudRate").ToString();
  70. //设置DbFind的必须的数据
  71. PrintNum.Text = "1";
  72. asc.controllInitializeSize(this);
  73. thread = new Thread(NewPrint);
  74. SetLoadingWindow stw = new SetLoadingWindow(thread, "初始化打印程序");
  75. BaseUtil.SetFormCenter(stw);
  76. stw.ShowDialog();
  77. try
  78. {
  79. OutBoxLength.Text = BaseUtil.GetCacheData("OutBoxLength").ToString();
  80. PreFix.Text = BaseUtil.GetCacheData("PreFix").ToString();
  81. Remark_PreFix.Text = BaseUtil.GetCacheData("Remark_PreFix").ToString();
  82. }
  83. catch (Exception) { }
  84. thread = new Thread(getSerialData);
  85. try
  86. {
  87. GetData = true;
  88. serialPort1.PortName = ComList.Text;
  89. serialPort1.BaudRate = int.Parse(Baurate.Text);
  90. serialPort1.Open();
  91. thread.Start();
  92. }
  93. catch (Exception mes)
  94. {
  95. if (Baurate.Text == "" || ComList.Text == "")
  96. OperateResult.AppendText(">>请先在电子秤调试界面维护波特率和串口\n", Color.Red);
  97. else
  98. OperateResult.AppendText(">>" + mes.Message + "\n", Color.Red);
  99. }
  100. sn_code.Focus();
  101. dh = SystemInf.dh;
  102. StepCount.StepCode = User.CurrentStepCode;
  103. StepCount.Source = User.UserSourceCode;
  104. StepCount.LineCode = User.UserLineCode;
  105. StepCount.Dh = dh;
  106. StepCount.Start();
  107. }
  108. private void getSerialData()
  109. {
  110. if (serialPort1.IsOpen)
  111. {
  112. if (!SystemInf.OpenPort.Contains(serialPort1.PortName))
  113. {
  114. SystemInf.OpenPort.Add(serialPort1.PortName);
  115. try
  116. {
  117. while (GetData)
  118. {
  119. try
  120. {
  121. weight.Text = re.Match(serialPort1.ReadLine().Trim()).Groups[0].Value;
  122. }
  123. catch (Exception)
  124. {
  125. GetData = false;
  126. }
  127. }
  128. }
  129. catch (IOException ex) { MessageBox.Show(ex.Message); }
  130. }
  131. else
  132. MessageBox.Show("端口已被占用,请关闭其他窗口");
  133. }
  134. }
  135. private void Make_PackageCollectionWeigh_SizeChanged(object sender, EventArgs e)
  136. {
  137. asc.controlAutoSize(this);
  138. }
  139. private void Make_PackageCollectionWeigh_Activated(object sender, EventArgs e)
  140. {
  141. pa_outboxcode.Focus();
  142. }
  143. //刷新表单的数据的数据
  144. private void LoadData()
  145. {
  146. //加载表单数据
  147. sql.Clear();
  148. sql.Append("select pa_prodcode,pr_cartonmaxw,pa_salecode,pa_remark,pa_makecode,pr_cartonunit,pr_code,pr_cartonminw,pr_cartongw,pa_outboxcode,pa_sccode,nvl(pa_downstatus,0) pa_downstatus,pa_checkno,");
  149. sql.Append("pa_status,pr_packrule,pr_detail,nvl(pr_sendchecktype,'LineCode')pr_sendchecktype,pa_packageqty,nvl(pa_standardqty,0)pa_standardqty,nvl(pr_outboxinnerqty,0)pr_outboxinnerqty,nvl(PR_CHECKCARTONW,'0') PR_CHECKCARTONW,pa_currentqty from package left join ");
  150. sql.Append("product on pa_prodcode=pr_code where pa_outboxcode='" + pa_outboxcode.Text + "'");
  151. DataTable dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  152. if (dt.Rows.Count > 0)
  153. {
  154. //重量的临时变量
  155. string _weight = dt.Rows[0]["pr_cartongw"].ToString();
  156. string _maxweight = dt.Rows[0]["pr_cartonmaxw"].ToString();
  157. string _minweight = dt.Rows[0]["pr_cartonminw"].ToString();
  158. PR_CHECKCARTONW = dt.Rows[0]["PR_CHECKCARTONW"].ToString();
  159. if (dt.Rows[0]["pa_salecode"].ToString() != "")
  160. {
  161. ms_salecode.Text = dt.Rows[0]["pa_salecode"].ToString();
  162. }
  163. if (PR_CHECKCARTONW != "0")
  164. checkweightlabel.Text = "需要检测重量";
  165. else
  166. checkweightlabel.Text = "不需检测重量";
  167. //赋值重量单位
  168. Weight = double.Parse(_weight == "" ? "0" : _weight);
  169. MaxWeight = double.Parse(_maxweight == "" ? "0" : _maxweight);
  170. MinWeight = double.Parse(_minweight == "" ? "0" : _minweight);
  171. //记录该数据保证在修改不被允许的前提下能偶回复之前的值
  172. StandardQTY = decimal.Parse(dt.Rows[0]["pr_outboxinnerqty"].ToString());
  173. BaseUtil.SetFormValue(this.Controls, dt);
  174. if (pa_standardqty.Text != "0")
  175. pr_outboxinnerqty.Text = pa_standardqty.Text;
  176. if (Weight - MinWeight == MaxWeight - Weight)
  177. pr_cartonboxgw.Text = Weight + "±" + (MaxWeight - Weight) + dt.Rows[0]["pr_cartonunit"].ToString();
  178. else
  179. pr_cartonboxgw.Text = MinWeight + "-" + MaxWeight + dt.Rows[0]["pr_cartonunit"].ToString();
  180. }
  181. LoadCheckQTY();
  182. LoadCollectedNum();
  183. }
  184. private void LoadGridData()
  185. {
  186. //加载Grid数据
  187. dt = (DataTable)dh.ExecuteSql("select pa_outboxcode,pa_prodcode,pd_barcode,pd_innerqty,pa_indate from packageDetail left join package on pa_id=pd_paid where pa_outboxcode='" + pa_outboxcode.Text + "'", "select");
  188. BaseUtil.FillDgvWithDataTable(PackageDetail, dt);
  189. //更新界面的采集数量
  190. pa_currentqty.Text = dh.getFieldDataByCondition("package", "pa_currentqty", "pa_outboxcode='" + pa_outboxcode.Text + "'").ToString();
  191. }
  192. private void Print_Click(object sender, EventArgs e)
  193. {
  194. if (PrintLabel.Items.Count != 0)
  195. {
  196. if (dh.getFieldDataByCondition("package", "pa_status", "pa_outboxcode='" + pa_outboxcode.Text + "'").ToString() == "1")
  197. {
  198. dh.ExecuteSql("update package set pa_printcount=pa_printcount+1 where pa_outboxcode='" + pa_outboxcode.Text + "'", "update");
  199. //doc = lbl.Documents.Open(PrintLabel.Text);
  200. if (Print.BarTender(Tag.ToString(), ref engine, PrintLabel.Text, PrintLabel.SelectedValue.ToString(), PrintList.Text, pa_outboxcode.Text, int.Parse(PrintNum.Text), oMakeCode == "" ? pa_makecode.Text : oMakeCode, pr_code.Text, "卡通箱标", "0", out ErrorMessage))
  201. {
  202. OperateResult.AppendText(">>开始打印箱号" + pa_outboxcode.Text + "\n", Color.Black);
  203. }
  204. else
  205. {
  206. OperateResult.AppendText(ErrorMessage + "\n", Color.Red);
  207. }
  208. if (!AutoGenBoxCode.Checked)
  209. {
  210. pa_outboxcode.Focus();
  211. pa_outboxcode.SelectAll();
  212. }
  213. else
  214. {
  215. sn_code.Focus();
  216. sn_code.SelectAll();
  217. }
  218. }
  219. else OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "尚未封箱,请封箱后执行打印\n", Color.Red);
  220. }
  221. else OperateResult.AppendText(">>产品" + pr_code.Text + "未维护打印标签\n", Color.Red);
  222. }
  223. //加载工单信息和装箱明细信息
  224. private void pa_code_KeyDown(object sender, KeyEventArgs e)
  225. {
  226. if (e.KeyCode == Keys.Enter)
  227. {
  228. if (CheckOutBoxLength())
  229. {
  230. LoadData();
  231. LoadGridData();
  232. sn_code.Focus();
  233. }
  234. }
  235. }
  236. //输入序列号的回车事件
  237. private void barcode_KeyDown(object sender, KeyEventArgs e)
  238. {
  239. //当用户输入回车键的时候
  240. if (e.KeyCode == Keys.Enter)
  241. {
  242. if (LogicHandler.CheckStepAttribute(Tag.ToString(), User.UserSourceCode, out ErrorMessage))
  243. {
  244. dt = (DataTable)dh.ExecuteSql("select ms_status,ms_id,ms_makecode,ms_craftcode,ms_prodcode from makeserial where ms_sncode ='" + sn_code.Text + "' order by ms_id desc", "select");
  245. if (LogicHandler.CheckStepSNAndMacode("", User.UserSourceCode, sn_code.Text, User.UserCode, out oMakeCode, out oMsID, out ErrorMessage) || (dt.Rows.Count > 0 && dt.Rows[0]["ms_status"].ToString() == "2"))
  246. {
  247. if (oMsID == "" || oMsID == "null" || oMsID == "0")
  248. {
  249. oMsID = dt.Rows[0]["ms_id"].ToString();
  250. oMsStatus = dt.Rows[0]["ms_status"].ToString();
  251. oMakeCode = dt.Rows[0]["ms_makecode"].ToString();
  252. }
  253. if (oMsStatus == "2")
  254. {
  255. string prodcode = dt.Rows[0]["ms_prodcode"].ToString();
  256. string craftcode = dt.Rows[0]["ms_craftcode"].ToString();
  257. string craftstepcode = dh.getFieldDataByCondition("craft left join craftdetail on cr_id =cd_crid", "cd_stepcode", "cr_prodcode='" + prodcode + "' and cr_code='" + craftcode + "' and cd_stepcode='" + User.CurrentStepCode + "'").ToString();
  258. if (craftstepcode == "")
  259. {
  260. OperateResult.AppendText("工序" + User.CurrentStepCode + "不在途程" + craftcode + "内,不允许采集\n", Color.Red);
  261. return;
  262. }
  263. }
  264. string nextstepcode = dh.getFieldDataByCondition("makeserial", "ms_nextstepcode", "ms_id='" + oMsID + "'").ToString();
  265. if (nextstepcode != "" && nextstepcode != User.CurrentStepCode)
  266. {
  267. OperateResult.AppendText("当前序列号下一道工序为" + nextstepcode + ",当前资源不允许采集\n", Color.Red);
  268. return;
  269. }
  270. //PR_CHECKCARTONW = dh.getFieldDataByCondition("craftdetail left join craft on cr_id=cd_crid left join makeserial on ms_craftcode =cr_code", "nvl(cd_ifweigh,'0') cd_ifweigh", "ms_sncode='" + sn_code.Text + "' and ms_makecode='" + oMakeCode + "' and cd_stepcode = '" + User.CurrentStepCode + "'").ToString();
  271. sql.Clear();
  272. sql.Append("select nvl(ms_iostatus,0) ms_iostatus,ms_outno,ms_salecode,ms_makecode,ms_prodcode,nvl(pa_downstatus,0) pa_downstatus,pa_sccode,pa_checkno,pr_packrule,");
  273. sql.Append("nvl(pr_outboxinnerqty,0)pr_outboxinnerqty,nvl(pr_sendchecktype,'LineCode')pr_sendchecktype from makeserial left join product on ms_prodcode=pr_code left join packagedetail ");
  274. sql.Append("on pd_barcode=ms_sncode left join package on pa_id =pd_paid where ms_id='" + oMsID + "'");
  275. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  276. string ms_makecode = "";
  277. string ms_prodcode = "";
  278. string ms_iostatus = "";
  279. string ms_outno = "";
  280. string ms_salecode_text = "";
  281. if (dt.Rows.Count > 0)
  282. {
  283. StandardQTY = decimal.Parse(dt.Rows[0]["pr_outboxinnerqty"].ToString());
  284. ms_makecode = dt.Rows[0]["ms_makecode"].ToString();
  285. ms_prodcode = dt.Rows[0]["ms_prodcode"].ToString();
  286. ms_iostatus = dt.Rows[0]["ms_iostatus"].ToString();
  287. ms_outno = dt.Rows[0]["ms_outno"].ToString();
  288. ms_salecode_text = dt.Rows[0]["ms_salecode"].ToString();
  289. if (locksalecode.Checked && ms_salecode.Text != "" && ms_salecode.Text != ms_salecode_text)
  290. {
  291. OperateResult.AppendText(">>序列号" + sn_code.Text + "所属订单号" + ms_salecode_text + "与界面订单号" + ms_salecode.Text + "不同,无法采集\n", Color.Red, sn_code);
  292. return;
  293. }
  294. BaseUtil.SetFormValue(this.Controls, dt);
  295. }
  296. if (dt.Rows[0]["ms_outno"].ToString() != "")
  297. {
  298. OperateResult.AppendText(">>序列号" + sn_code.Text + "已被出货单" + dt.Rows[0]["ms_outno"].ToString() + "采集,不允许操作\n", Color.Red, sn_code);
  299. return;
  300. }
  301. if (dt.Rows[0]["ms_iostatus"].ToString() != "0")
  302. {
  303. OperateResult.AppendText(">>序列号" + sn_code.Text + "已入库不允许采集\n", Color.Red, sn_code);
  304. return;
  305. }
  306. if (pa_standardqty.Text != "0" && pa_standardqty.Text != "")
  307. {
  308. pr_outboxinnerqty.Text = pa_standardqty.Text;
  309. }
  310. if (pa_outboxcode.Text == "")
  311. {
  312. string boxcode = dh.getFieldDataByCondition("makeserial", "ms_outboxcode", "ms_id='" + oMsID + "'").ToString();
  313. if (boxcode != "")
  314. {
  315. pa_outboxcode.Text = boxcode;
  316. LoadGridData();
  317. }
  318. else
  319. {
  320. if (AutoGenBoxCode.Checked && (pa_status.Text == "1" || pa_status.Text == ""))
  321. {
  322. pa_outboxcode.Text = LogicHandler.GetOutBoxCode("PACKAGE", ms_makecode, pr_code.Text, User.UserCode);
  323. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, oMakeCode, User.UserLineCode, User.UserSourceCode, "卡通箱采集", "卡通箱" + pa_outboxcode.Text + "自动生成", sn_code.Text, PreFix.Text + ":" + OutBoxLength.Text);
  324. }
  325. }
  326. }
  327. if (pa_outboxcode.Text == "")
  328. {
  329. OperateResult.AppendText(">>箱号不能为空\n", Color.Red, sn_code);
  330. return;
  331. }
  332. //判断箱内总数必须大于0
  333. if (pr_outboxinnerqty.Text == "" || pr_outboxinnerqty.Text == "0")
  334. {
  335. OperateResult.AppendText(">>箱内容量必须大于0\n", Color.Red);
  336. return;
  337. }
  338. sql.Clear();
  339. sql.Append("select nvl(pa_iostatus,0) pa_iostatus,pa_outno,pa_mothercode from package where pa_outboxcode='" + pa_outboxcode.Text + "'");
  340. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  341. string MotherBoxCode = "";
  342. if (dt.Rows.Count > 0)
  343. {
  344. if (dt.Rows[0]["pa_mothercode"].ToString() != "")
  345. {
  346. MotherBoxCode = dt.Rows[0]["pa_mothercode"].ToString();
  347. }
  348. if (dt.Rows[0]["pa_outno"].ToString() != "")
  349. {
  350. OperateResult.AppendText(">>卡通箱" + pa_outboxcode.Text + "已被出货单" + dt.Rows[0]["pa_outno"].ToString() + "采集,不允许操作\n", Color.Red, sn_code);
  351. return;
  352. }
  353. if (dt.Rows[0]["pa_iostatus"].ToString() != "0")
  354. {
  355. OperateResult.AppendText(">>卡通箱" + pa_outboxcode.Text + "处于入库状态,不允许操作\n", Color.Red, sn_code);
  356. return;
  357. }
  358. }
  359. //如果未勾选了取消录入
  360. if (!Cancel.Checked)
  361. {
  362. string ms_outboxcode = dh.getFieldDataByCondition("makeserial", "ms_outboxcode", "ms_id='" + oMsID + "'").ToString();
  363. if (ms_outboxcode != "")
  364. {
  365. if (ms_outboxcode == pa_outboxcode.Text)
  366. OperateResult.AppendText(">>序列号" + sn_code.Text + "已在本箱内\n", Color.Red, sn_code);
  367. else
  368. OperateResult.AppendText(">>序列号" + sn_code.Text + "已采集至箱" + ms_outboxcode + "\n", Color.Red, sn_code);
  369. LoadData();
  370. }
  371. else
  372. {
  373. //满箱之后采集下一个之前自动清除内容,生成新的箱号
  374. if ((AutoGenBoxCode.Checked && pa_currentqty.Text != "" && pr_outboxinnerqty.Text == pa_currentqty.Text) || (AutoGenBoxCode.Checked && pa_status.Text == "1"))
  375. {
  376. pa_currentqty.Text = "";
  377. pa_outboxcode.Text = "";
  378. pa_status.Text = "0";
  379. BaseUtil.CleanDGVData(PackageDetail);
  380. pa_outboxcode.Text = LogicHandler.GetOutBoxCode("PACKAGE", ms_makecode, pr_code.Text, User.UserCode);
  381. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, oMakeCode, User.UserLineCode, User.UserSourceCode, "卡通箱采集", "卡通箱" + pa_outboxcode.Text + "自动生成", sn_code.Text, PreFix.Text + ":" + OutBoxLength.Text);
  382. }
  383. if (!CheckOutBoxLength(ms_salecode_text))
  384. {
  385. return;
  386. }
  387. ////箱号不存在的情况
  388. if (LogicHandler.Packing(sn_code.Text, pa_outboxcode.Text, AutoGenBoxCode.Checked, "标准", User.UserSourceCode, User.UserCode, pr_outboxinnerqty.Text, Cancel.Checked, out oOutBoxCode, out ErrorMessage))
  389. {
  390. //提示正确返回时传递的信息
  391. if (ErrorMessage.Contains("AFTERSUCCESS"))
  392. OperateResult.AppendText(">>" + ErrorMessage + "\n");
  393. LoadCheckQTY();
  394. LoadCollectedNum();
  395. OperateResult.AppendText(">>序列号" + sn_code.Text + "采集成功!\n", Color.Green);
  396. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, oMakeCode, User.UserLineCode, User.UserSourceCode, "卡通箱采集", "卡通箱" + pa_outboxcode.Text + "采集成功", sn_code.Text, "");
  397. LastSncode = sn_code.Text;
  398. //满箱更新状态为1
  399. LoadData();
  400. dh.ExecuteSql("update packagedetail set pd_innerqty=(select pa_packageqty from package where pa_outboxcode='" + pa_outboxcode.Text + "') where pd_innerboxcode='" + pa_outboxcode.Text + "'", "update");
  401. //如果母箱号不为空,需要更新总数
  402. if (MotherBoxCode != "")
  403. {
  404. DataTable dt = (DataTable)dh.ExecuteSql("select pa_mothercode,pa_type from package where pa_outboxcode='" + MotherBoxCode + "'", "select");
  405. if (dt.Rows.Count > 0)
  406. {
  407. if (dt.Rows[0]["pa_type"].ToString() == "2")
  408. {
  409. string MotherCode2 = dt.Rows[0]["pa_mothercode"].ToString();
  410. //更新大箱数量
  411. dh.ExecuteSql("update package set PA_TOTALQTY=(select sum(pd_innerqty) from packagedetail left join package on pa_id=pd_paid where pa_outboxcode='" + MotherBoxCode + "') where pa_outboxcode='" + MotherBoxCode + "'", "update");
  412. //外层有栈板则更新栈板数量
  413. if (MotherCode2 != "")
  414. {
  415. dh.ExecuteSql("update packagedetail set pd_innerqty=(select sum(pd_innerqty) from packagedetail where pd_outboxcode='" + MotherBoxCode + "') where pd_innerboxcode='" + MotherBoxCode + "'", "update");
  416. dh.ExecuteSql("update package set PA_TOTALQTY=(select sum(pd_innerqty) from packagedetail left join package on pa_id=pd_paid where pa_outboxcode='" + MotherCode2 + "') where pa_outboxcode='" + MotherCode2 + "'", "update");
  417. }
  418. }
  419. if (dt.Rows[0]["pa_type"].ToString() == "3")
  420. {
  421. dh.ExecuteSql("update package set PA_TOTALQTY=(select sum(pd_innerqty) from packagedetail left join package on pa_id=pd_paid where pa_outboxcode='" + MotherBoxCode + "') where pa_outboxcode='" + MotherBoxCode + "'", "update");
  422. }
  423. }
  424. }
  425. //采集完后如果是第一个装的序列号,把序列号的NextStepCode赋值给箱号
  426. if (pa_currentqty.Text == "1")
  427. {
  428. dh.UpdateByCondition("package", "pa_nextstep='" + User.CurrentStepCode + "', PA_CURRENTSTEP = '" + User.CurrentStepCode + "'", "pa_outboxcode='" + pa_outboxcode.Text + "'");
  429. }
  430. LoadGridData();
  431. sn_code.Clear();
  432. if (int.Parse(pa_currentqty.Text == "" ? "0" : pa_currentqty.Text) == int.Parse(pr_outboxinnerqty.Text))
  433. {
  434. ActWeigh = weight.Text == "" ? "0" : weight.Text.Replace("kg", "").Trim();
  435. float weigh = float.Parse(ActWeigh);
  436. if (PR_CHECKCARTONW != "0")
  437. {
  438. if (MinWeight == 0 || MaxWeight == 0)
  439. {
  440. OperateResult.AppendText(">>产品" + pr_code.Text + "未维护卡通箱重量范围\n", Color.Red);
  441. return;
  442. }
  443. if (!(weigh >= MinWeight && weigh <= MaxWeight) || weigh == 0)
  444. {
  445. OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "重量不符合标准重量\n", Color.Red);
  446. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, pa_makecode.Text, User.UserLineCode, User.UserSourceCode, "卡通箱称重", "称量不符合要求:" + weight.Text.Trim(), pa_outboxcode.Text, "");
  447. LogicHandler.RecordProdWeight(pa_outboxcode.Text, "CARTON", float.Parse(ActWeigh.ToString()), "kg", User.UserLineCode, pr_code.Text, User.UserSourceCode, User.UserName);
  448. return;
  449. }
  450. }
  451. dh.UpdateByCondition("package", "pa_status=1,pa_totalqty=pa_currentqty,pa_packageqty=pa_currentqty,pa_weight=" + weigh + "", "pa_outboxcode='" + pa_outboxcode.Text + "'");
  452. pa_standardqty.Text = "";
  453. pa_status.Text = "1";
  454. OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "满箱封箱成功\n", Color.Green);
  455. LogicHandler.RecordProdWeight(pa_outboxcode.Text, "CARTON", float.Parse(ActWeigh.ToString()), "kg", User.UserLineCode, pr_code.Text, User.UserSourceCode, User.UserName);
  456. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, pa_makecode.Text, User.UserLineCode, User.UserSourceCode, "卡通箱称重", "称量完成:" + weight.Text.Trim(), pa_outboxcode.Text, "");
  457. if (LogicHandler.OutBoxStepPass(pa_outboxcode.Text, ms_makecode, User.UserSourceCode, User.UserCode, "卡通箱:" + pa_outboxcode.Text + "整箱过站", "卡通箱整箱过站", out ErrorMessage))
  458. {
  459. dh.UpdateByCondition("package", "pa_nextstep='" + dh.getFieldDataByCondition("packagedetail left join makeserial on ms_sncode=pd_barcode and ms_makecode=pd_makecode", "max(ms_nextstepcode)", "pd_outboxcode='" + pa_outboxcode.Text + "'").ToString() + "', PA_CURRENTSTEP = '' ", "pa_outboxcode='" + pa_outboxcode.Text + "'");
  460. }
  461. else
  462. {
  463. OperateResult.AppendText(">>" + ErrorMessage + "\n", Color.Red);
  464. }
  465. LoadCheckQTY();
  466. LoadCollectedNum();
  467. OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "称量完成\n", Color.Green);
  468. if (AutoPrint.Checked)
  469. Print_Click(new object(), new EventArgs());
  470. if (!CollecRemark.Checked)
  471. {
  472. if (!AutoGenBoxCode.Checked)
  473. {
  474. pa_outboxcode.Focus();
  475. pa_outboxcode.SelectAll();
  476. }
  477. else
  478. {
  479. sn_code.Focus();
  480. sn_code.SelectAll();
  481. }
  482. }
  483. else
  484. {
  485. pa_remark.SelectAll();
  486. pa_remark.Focus();
  487. }
  488. }
  489. }
  490. else OperateResult.AppendText(">>" + ErrorMessage + "\n", Color.Red);
  491. }
  492. }
  493. //勾选了取消箱号先验证箱号存不存在,存在的话移除掉,重新加载一次数据
  494. else
  495. {
  496. if (LogicHandler.Packing(sn_code.Text, pa_outboxcode.Text, AutoGenBoxCode.Checked, "标准", User.UserSourceCode, User.UserCode, pr_outboxinnerqty.Text, Cancel.Checked, out oOutBoxCode, out ErrorMessage))
  497. {
  498. dh.UpdateByCondition("makeserial", "ms_outboxcode=''", "ms_id='" + oMsID + "'");
  499. dh.ExecuteSql("update packagedetail set pd_innerqty=(select pa_packageqty from package where pa_outboxcode='" + pa_outboxcode.Text + "') where pd_innerboxcode='" + pa_outboxcode.Text + "'", "update");
  500. //如果母箱号不为空,需要更新总数
  501. if (MotherBoxCode != "")
  502. {
  503. DataTable dt = (DataTable)dh.ExecuteSql("select pa_mothercode,pa_type from package where pa_outboxcode='" + MotherBoxCode + "'", "select");
  504. if (dt.Rows.Count > 0)
  505. {
  506. if (dt.Rows[0]["pa_type"].ToString() == "2")
  507. {
  508. string MotherCode2 = dt.Rows[0]["pa_mothercode"].ToString();
  509. //更新大箱数量
  510. dh.ExecuteSql("update package set PA_TOTALQTY=(select sum(pd_innerqty) from packagedetail left join package on pa_id=pd_paid where pa_outboxcode='" + MotherBoxCode + "') where pa_outboxcode='" + MotherBoxCode + "'", "update");
  511. //外层有栈板则更新栈板数量
  512. if (MotherCode2 != "")
  513. {
  514. dh.ExecuteSql("update packagedetail set pd_innerqty=(select sum(pd_innerqty) from packagedetail where pd_outboxcode='" + MotherBoxCode + "') where pd_innerboxcode='" + MotherBoxCode + "'", "update");
  515. dh.ExecuteSql("update package set PA_TOTALQTY=(select sum(pd_innerqty) from packagedetail left join package on pa_id=pd_paid where pa_outboxcode='" + MotherCode2 + "') where pa_outboxcode='" + MotherCode2 + "'", "update");
  516. }
  517. }
  518. if (dt.Rows[0]["pa_type"].ToString() == "3")
  519. {
  520. dh.ExecuteSql("update package set PA_TOTALQTY=(select sum(pd_innerqty) from packagedetail left join package on pa_id=pd_paid where pa_outboxcode='" + MotherBoxCode + "') where pa_outboxcode='" + MotherBoxCode + "'", "update");
  521. }
  522. }
  523. }
  524. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, oMakeCode, User.UserLineCode, User.UserSourceCode, "卡通箱采集", "卡通箱" + pa_outboxcode.Text + "取消采集成功", sn_code.Text, "");
  525. LoadGridData();
  526. pa_status.Text = "0";
  527. OperateResult.AppendText(">>已从该箱中移除序列号" + sn_code.Text + "\n", Color.Green, sn_code);
  528. }
  529. else OperateResult.AppendText(">>" + ErrorMessage + "\n", Color.Red, sn_code);
  530. }
  531. }
  532. else OperateResult.AppendText(">>" + ErrorMessage + "\n", Color.Red, sn_code);
  533. }
  534. else OperateResult.AppendText(">>" + ErrorMessage + "\n", Color.Red, sn_code);
  535. }
  536. }
  537. private void Clean_Click(object sender, EventArgs e)
  538. {
  539. OperateResult.Clear();
  540. }
  541. private void pr_code_TextChanged(object sender, EventArgs e)
  542. {
  543. LoadCheckQTY();
  544. dt = (DataTable)dh.ExecuteSql("select la_id,substr(la_url,instr(la_url,'\\',-1)+1)la_name,la_url,la_isdefault from label where la_prodcode='" + pr_code.Text + "' and la_templatetype='卡通箱标' and la_statuscode='AUDITED' order by la_isdefault", "select");
  545. PrintLabel.DataSource = dt;
  546. PrintLabel.DisplayMember = "la_url";
  547. PrintLabel.ValueMember = "la_id";
  548. }
  549. private void Make_PackageCollectionWeigh_FormClosing(object sender, FormClosingEventArgs e)
  550. {
  551. BaseUtil.ClosePrint(lbl);
  552. if (serialPort1.IsOpen)
  553. {
  554. GetData = false;
  555. serialPort1.Close();
  556. SystemInf.OpenPort.Remove(serialPort1.PortName);
  557. thread.Interrupt();
  558. }
  559. //thread.Abort();
  560. }
  561. private void Packing_Click(object sender, EventArgs e)
  562. {
  563. if (dh.CheckExist("package", "pa_outboxcode='" + pa_outboxcode.Text + "' and nvl(pa_status,0)=0"))
  564. {
  565. string Seal = MessageBox.Show(this.ParentForm, "是否确认封箱?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  566. if (Seal == "Yes")
  567. {
  568. ActWeigh = weight.Text == "" ? "0" : weight.Text.Replace("kg", "").Trim();
  569. float weigh = float.Parse(ActWeigh);
  570. if (PR_CHECKCARTONW != "0" && pa_standardqty.Text == pa_currentqty.Text)
  571. {
  572. if (!(weigh >= MinWeight && weigh <= MaxWeight) || weigh == 0)
  573. {
  574. OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "重量不符合标准重量,不能完成工序过站\n", Color.Red);
  575. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, pa_makecode.Text, User.UserLineCode, User.UserSourceCode, "卡通箱称重", "称量不符合要求:" + weight.Text.Trim(), pa_outboxcode.Text, "");
  576. LogicHandler.RecordProdWeight(pa_outboxcode.Text, "CARTON", float.Parse(ActWeigh.ToString()), "kg", User.UserLineCode, pr_code.Text, User.UserSourceCode, User.UserName);
  577. return;
  578. }
  579. }
  580. dh.UpdateByCondition("package", "pa_status=1,pa_totalqty=pa_currentqty,pa_packageqty=pa_currentqty,pa_weight=" + weigh + "", "pa_outboxcode='" + pa_outboxcode.Text + "'");
  581. pa_status.Text = "1";
  582. pa_standardqty.Text = "";
  583. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, pa_makecode.Text, User.UserLineCode, User.UserSourceCode, "卡通箱采集", "封箱成功", pa_outboxcode.Text, "");
  584. OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "封箱成功\n", Color.Green);
  585. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, pa_makecode.Text, User.UserLineCode, User.UserSourceCode, "卡通箱称重", "称量完成:" + weight.Text.Trim(), pa_outboxcode.Text, "");
  586. LogicHandler.RecordProdWeight(pa_outboxcode.Text, "CARTON", float.Parse(ActWeigh.ToString()), "kg", User.UserLineCode, pr_code.Text, User.UserSourceCode, User.UserName);
  587. string ms_makecode = dh.getFieldDataByCondition("packagedetail", "pd_makecode", "pd_outboxcode = '" + pa_outboxcode.Text + "'").ToString();
  588. if (LogicHandler.OutBoxStepPass(pa_outboxcode.Text, ms_makecode, User.UserSourceCode, User.UserCode, "卡通箱:" + pa_outboxcode.Text + "整箱过站", "卡通箱整箱过站", out ErrorMessage))
  589. {
  590. dh.UpdateByCondition("package", "pa_nextstep='" + dh.getFieldDataByCondition("packagedetail left join makeserial on ms_sncode=pd_barcode and ms_makecode=pd_makecode", "max(ms_nextstepcode)", "pd_outboxcode='" + pa_outboxcode.Text + "'").ToString() + "', PA_CURRENTSTEP = '' ", "pa_outboxcode='" + pa_outboxcode.Text + "'");
  591. }
  592. else
  593. {
  594. OperateResult.AppendText(">>" + ErrorMessage + "\n", Color.Red);
  595. }
  596. LoadCheckQTY();
  597. if (!CollecRemark.Checked)
  598. {
  599. if (!AutoGenBoxCode.Checked)
  600. {
  601. pa_outboxcode.Focus();
  602. pa_outboxcode.SelectAll();
  603. }
  604. else
  605. {
  606. sn_code.Focus();
  607. sn_code.SelectAll();
  608. }
  609. }
  610. else
  611. {
  612. pa_remark.SelectAll();
  613. pa_remark.Focus();
  614. }
  615. }
  616. }
  617. else OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "错误或者已封箱\n", Color.Red);
  618. }
  619. private void SendCheck_Click(object sender, EventArgs e)
  620. {
  621. if (dh.getFieldDataByCondition("package", "pa_status", "pa_outboxcode='" + pa_outboxcode.Text + "'").ToString() == "1")
  622. {
  623. DataTable dt = (DataTable)dh.ExecuteSql("select wm_concat(pa_outboxcode) pa_outboxcode from package where pa_checkno='" + ob_checkno.Text + "' and pa_status=0 ", "select");
  624. if (dt.Rows[0][0].ToString() != "")
  625. {
  626. OperateResult.AppendText(">>批次" + ob_checkno.Text + "存在箱号" + dt.Rows[0][0].ToString() + "未封箱,请先进行封箱\n", Color.Red);
  627. return;
  628. }
  629. sql.Clear();
  630. sql.Append("update oqcbatch set ob_status='UNCHECK',ob_breakingdate=sysdate where ob_checkno ='" + ob_checkno.Text + "'");
  631. dh.ExecuteSql(sql.GetString(), "select");
  632. ob_nowcheckqty.Text = "";
  633. ob_batchqty.Text = "";
  634. ob_nowcheckqty.ForeColor = Color.Black;
  635. SendCheck.Enabled = false;
  636. OperateResult.AppendText(">>批次" + ob_checkno.Text + "送检成功\n", Color.Green);
  637. LogicHandler.InsertMakeProcess(LastSncode, oMakeCode, User.UserSourceCode, "手动送检", "手动送检成功", User.UserCode);
  638. //记录操作日志
  639. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, pa_makecode.Text, User.UserLineCode, User.UserSourceCode, "手动送检", "手动送检成功", "", ob_checkno.Text);
  640. ob_checkno.Text = "";
  641. }
  642. else OperateResult.AppendText(">>必须封箱才能送检\n", Color.Red);
  643. }
  644. bool AutoCut;
  645. private void LoadCheckQTY()
  646. {
  647. sql.Clear();
  648. string condition = "";
  649. int nowcheckqty = int.Parse(ob_nowcheckqty.Text == "" ? "0" : ob_nowcheckqty.Text);
  650. int batchqty = int.Parse(ob_batchqty.Text == "" ? "0" : ob_batchqty.Text);
  651. if (nowcheckqty + 1 == batchqty && AutoCut)
  652. {
  653. condition = "and ob_status='UNCHECK' and ob_checkno='" + ob_checkno.Text + "'";
  654. }
  655. else
  656. {
  657. condition = "and ob_status='ENTERING' ";
  658. }
  659. if (pr_sendchecktype.Text == "SaleCode")
  660. {
  661. condition += " and ob_salecode='" + ms_salecode.Text + "'";
  662. }
  663. sql.Append("select ob_batchqty,ob_nowcheckqty,ob_checkno from oqcbatch where ");
  664. sql.Append("ob_linecode='" + User.UserLineCode + "' and ob_prodcode='" + pr_code.Text + "' and ");
  665. sql.Append("ob_stepcode='" + User.CurrentStepCode + "' " + condition);
  666. DataTable dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  667. if (dt.Rows.Count > 0)
  668. {
  669. ob_batchqty.Text = dt.Rows[0]["ob_batchqty"].ToString();
  670. ob_nowcheckqty.Text = dt.Rows[0]["ob_nowcheckqty"].ToString();
  671. ob_checkno.Text = dt.Rows[0]["ob_checkno"].ToString();
  672. nowcheckqty = int.Parse(ob_nowcheckqty.Text == "" ? "0" : ob_nowcheckqty.Text);
  673. batchqty = int.Parse(ob_batchqty.Text == "" ? "0" : ob_batchqty.Text);
  674. if (nowcheckqty >= batchqty)
  675. {
  676. ob_nowcheckqty.ForeColor = Color.Red;
  677. OperateResult.AppendText(">>当前采集数量已达到送检数量\n", Color.Red);
  678. if (AutoCut)
  679. {
  680. OperateResult.AppendText(">>批次" + ob_checkno.Text + "自动断批\n", Color.Green);
  681. }
  682. }
  683. }
  684. else
  685. {
  686. ob_batchqty.Text = "";
  687. ob_nowcheckqty.Text = "";
  688. ob_checkno.Text = "";
  689. SendCheck.Enabled = false;
  690. }
  691. if (ob_batchqty.Text != "")
  692. {
  693. SendCheck.Enabled = true;
  694. }
  695. else
  696. {
  697. SendCheck.Enabled = false;
  698. }
  699. }
  700. private void ob_checkno_TextChanged(object sender, EventArgs e)
  701. {
  702. if (ob_checkno.Text != "")
  703. {
  704. string Cut = dh.getFieldDataByCondition("product left join oqcbatch on ob_prodcode=pr_code", "pr_ifautocutcheckno", "ob_checkno='" + ob_checkno.Text + "'").ToString();
  705. if (Cut == "" || Cut == "0")
  706. AutoCut = false;
  707. else
  708. AutoCut = true;
  709. SendCheck.Enabled = true;
  710. }
  711. }
  712. private void PrintLabel_SelectedValueChanged(object sender, EventArgs e)
  713. {
  714. if (PrintLabel.SelectedValue != null && PrintLabel.SelectedValue.ToString() != "System.Data.DataRowView")
  715. {
  716. string PrintNums = dh.getFieldDataByCondition("label", "la_printnos", "la_id='" + PrintLabel.SelectedValue.ToString() + "'").ToString();
  717. PrintNum.Text = (PrintNums == "" ? "1" : PrintNums);
  718. }
  719. }
  720. private void DeleteAll_Click(object sender, EventArgs e)
  721. {
  722. if (pa_outboxcode.Text == "")
  723. {
  724. OperateResult.AppendText(">>箱号不能为空\n", Color.Red);
  725. return;
  726. }
  727. string Delete = MessageBox.Show(this.ParentForm, "是否确认拆箱?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  728. if (Delete == "Yes")
  729. {
  730. DataTable dt = (DataTable)dh.ExecuteSql("select nvl(pa_iostatus,0) pa_iostatus,pa_outno,pa_checkno,ob_status,pa_mothercode,nvl(pa_downstatus,0)pa_downstatus from package left join oqcbatch on pa_checkno=ob_checkno where pa_outboxcode='" + pa_outboxcode.Text + "'", "select");
  731. if (dt.Rows.Count > 0)
  732. {
  733. if (dt.Rows[0]["pa_outno"].ToString() != "")
  734. {
  735. OperateResult.AppendText(">>卡通箱" + pa_outboxcode.Text + "已被出货单" + dt.Rows[0]["pa_outno"].ToString() + "采集,不允许操作\n", Color.Red);
  736. return;
  737. }
  738. if (dt.Rows[0]["pa_iostatus"].ToString() != "0")
  739. {
  740. OperateResult.AppendText(">>卡通箱" + pa_outboxcode.Text + "处于入库状态,不允许操作\n", Color.Red);
  741. return;
  742. }
  743. if (dt.Rows[0]["pa_mothercode"].ToString() == "")
  744. {
  745. if (dt.Rows[0]["pa_downstatus"].ToString() == "0")
  746. {
  747. string ob_status = dt.Rows[0]["ob_status"].ToString();
  748. string pa_checkno = dt.Rows[0]["pa_checkno"].ToString();
  749. //不存在抽检批次或者还未检验可以拆解
  750. if (ob_status == "" || ob_status == "ENTERING" || ob_status == "UNCHECK")
  751. {
  752. sql.Clear();
  753. sql.Append("select pd_makecode,count(1) num from packagedetail left join makeserial ");
  754. sql.Append("on ms_sncode=pd_barcode and ms_makecode=pd_makecode where pd_outboxcode='" + pa_outboxcode.Text + "' group by pd_makecode");
  755. dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  756. List<string> SQLS1 = new List<string>();
  757. for (int i = 0; i < dt.Rows.Count; i++)
  758. {
  759. string ma_code = dt.Rows[i]["pd_makecode"].ToString();
  760. string num = dt.Rows[i]["num"].ToString();
  761. SQLS1.Add("delete from makeprocess where mp_sncode in (select ms_sncode from makeserial where ms_outboxcode='" + pa_outboxcode.Text + "' and ms_makecode='" + ma_code + "') and mp_makecode='" + ma_code + "' and mp_stepcode='" + User.CurrentStepCode + "'");
  762. SQLS1.Add("delete from steppassed where sp_sncode in (select ms_sncode from makeserial where ms_outboxcode='" + pa_outboxcode.Text + "' and ms_makecode='" + ma_code + "') and sp_makecode='" + ma_code + "' and sp_stepcode='" + User.CurrentStepCode + "'");
  763. SQLS1.Add("update makecraftdetail set mcd_inqty=mcd_inqty-" + num + ",mcd_outqty=mcd_outqty-" + num + ",mcd_okqty=mcd_okqty-" + num + " where mcd_macode='" + ma_code + "' and mcd_stepcode='" + User.CurrentStepCode + "'");
  764. //扣减已完工数
  765. SQLS1.Add("update make set ma_madeqty=ma_madeqty-(select count(1) from makeserial where ms_outboxcode='" + pa_outboxcode.Text + "' and ms_makecode='" + ma_code + "' and ms_status=2) where ma_code='" + ma_code + "'");
  766. }
  767. if (pa_checkno != "")
  768. {
  769. SQLS1.Add("update makeserial set ms_checkno='' where ms_outboxcode='" + pa_outboxcode.Text + "'");
  770. SQLS1.Add("update oqcbatch set ob_nowcheckqty=ob_nowcheckqty-(select count(1) from oqcbatchdetail where obd_outboxcode='" + pa_outboxcode.Text + "') where ob_checkno='" + pa_checkno + "'");
  771. SQLS1.Add("delete from oqcbatchdetail where obd_outboxcode='" + pa_outboxcode.Text + "'");
  772. }
  773. //更新序列号状态
  774. SQLS1.Add("update makeserial set ms_status=1,ms_outboxcode='',ms_nextstepcode= (case when ms_nextstepcode='" + User.CurrentStepCode + "' then ms_nextstepcode else ms_stepcode end ),ms_paststep=replace(ms_paststep,'," + User.CurrentStepCode + "','') where ms_outboxcode='" + pa_outboxcode.Text + "'");
  775. //抽检批次不为空的时候进行移除
  776. dh.ExecuteSQLTran(SQLS1.ToArray());
  777. string prcode = dh.getFieldDataByCondition("packagedetail", "pd_prodcode", "pd_outboxcode = '" + pa_outboxcode.Text + "'").ToString();
  778. string standqty = dh.getFieldDataByCondition("product", "pr_outboxinnerqty", "pr_code = '" + prcode + "'").ToString();
  779. if (standqty != "")
  780. {
  781. //置空原箱
  782. dh.ExecuteSql("update package set pa_checkno='',pa_prodcode='',pa_packtype='',pa_salecode='',pa_packageqty=0,pa_totalqty=0,pa_currentqty=0,pa_status=0,PA_STANDARDQTY = '" + standqty + "' where pa_outboxcode='" + pa_outboxcode.Text + "'", "update");
  783. }
  784. else
  785. //置空原箱
  786. dh.ExecuteSql("update package set pa_checkno='',pa_prodcode='',pa_packtype='',pa_salecode='',pa_packageqty=0,pa_totalqty=0,pa_currentqty=0,pa_status=0 where pa_outboxcode='" + pa_outboxcode.Text + "'", "update");
  787. pa_status.Text = "0";
  788. //删除箱的明细
  789. dh.ExecuteSql("delete from packagedetail where pd_outboxcode='" + pa_outboxcode.Text + "'", "delete");
  790. LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, pa_makecode.Text, User.UserLineCode, User.UserSourceCode, "卡通箱拆解", "成功", pa_outboxcode.Text, ob_checkno.Text);
  791. OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "成功拆解!\n", Color.Green);
  792. LoadGridData();
  793. LoadCheckQTY();
  794. }
  795. else OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "已送检,不允许解除\n", Color.Red);
  796. }
  797. else OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "已下地,不允许解除\n", Color.Red);
  798. }
  799. else OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "已装箱" + dt.Rows[0]["pa_mothercode"].ToString() + ",不允许解除\n", Color.Red);
  800. }
  801. else OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "不存在\n", Color.Red);
  802. }
  803. }
  804. private void OutBoxLength_KeyDown(object sender, KeyEventArgs e)
  805. {
  806. if (e.KeyCode == Keys.Enter)
  807. {
  808. try
  809. {
  810. if (OutBoxLength.Text != "")
  811. {
  812. int.Parse(OutBoxLength.Text);
  813. }
  814. BaseUtil.SetCacheData("OutBoxLength", OutBoxLength.Text);
  815. if (!AutoGenBoxCode.Checked)
  816. {
  817. pa_outboxcode.Focus();
  818. pa_outboxcode.SelectAll();
  819. }
  820. else
  821. {
  822. sn_code.Focus();
  823. }
  824. }
  825. catch (Exception)
  826. {
  827. OutBoxLength.Clear();
  828. MessageBox.Show("请输入正确的长度");
  829. }
  830. }
  831. }
  832. private bool CheckOutBoxLength()
  833. {
  834. //勾选了检验长度进行校验
  835. if (OutBoxLength.Text != "")
  836. {
  837. try
  838. {
  839. int.Parse(OutBoxLength.Text);
  840. }
  841. catch (Exception)
  842. {
  843. MessageBox.Show("请填写正确的箱号长度");
  844. return false;
  845. }
  846. if (pa_outboxcode.Text.Length != int.Parse(OutBoxLength.Text))
  847. {
  848. OperateResult.AppendText(">>箱号长度错误,请重新输入箱号\n", Color.Red);
  849. return false;
  850. }
  851. }
  852. if (PreFix.Text != "")
  853. {
  854. try
  855. {
  856. if (pa_outboxcode.Text.Substring(0, PreFix.Text.Length) != PreFix.Text)
  857. {
  858. OperateResult.AppendText(">>箱号前缀不匹配,请重新输入箱号\n", Color.Red);
  859. return false;
  860. }
  861. }
  862. catch (Exception)
  863. {
  864. OperateResult.AppendText(">>箱号前缀不匹配,请重新输入箱号\n", Color.Red);
  865. return false;
  866. }
  867. }
  868. return true;
  869. }
  870. private void RefreshWeigh_Click(object sender, EventArgs e)
  871. {
  872. string prcode = dh.getFieldDataByCondition("packagedetail", "pd_prodcode", "pd_outboxcode = '" + pa_outboxcode.Text + "'").ToString();
  873. sql.Clear();
  874. sql.Append("select pr_cartonmaxw,pr_cartonunit,pr_cartonminw,pr_cartongw from product where pr_code='" + prcode + "'");
  875. DataTable dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
  876. if (dt.Rows.Count > 0)
  877. {
  878. //重量的临时变量
  879. string _weight = dt.Rows[0]["pr_cartongw"].ToString();
  880. string _maxweight = dt.Rows[0]["pr_cartonmaxw"].ToString();
  881. string _minweight = dt.Rows[0]["pr_cartonminw"].ToString();
  882. Weight = double.Parse(_weight == "" ? "0" : _weight);
  883. MaxWeight = double.Parse(_maxweight == "" ? "0" : _maxweight);
  884. MinWeight = double.Parse(_minweight == "" ? "0" : _minweight);
  885. if (Weight - MinWeight == MaxWeight - Weight)
  886. pr_cartonboxgw.Text = Weight + "±" + (MaxWeight - Weight) + dt.Rows[0]["pr_cartonunit"].ToString();
  887. else
  888. pr_cartonboxgw.Text = MinWeight + "-" + MaxWeight + dt.Rows[0]["pr_cartonunit"].ToString();
  889. }
  890. }
  891. private void LoadCollectedNum()
  892. {
  893. dt = (DataTable)dh.ExecuteSql("select mcd_inqty,ma_qty-mcd_inqty mcd_remainqty from make left join makecraftdetail on mcd_macode=ma_code where ma_code='" + ms_makecode.Text + "' and mcd_stepcode='" + User.CurrentStepCode + "'", "select");
  894. BaseUtil.SetFormValue(Controls, dt);
  895. }
  896. private void pa_remark_KeyDown(object sender, KeyEventArgs e)
  897. {
  898. if (Keys.Enter == e.KeyCode)
  899. {
  900. if (dh.CheckExist("package", "pa_outboxcode='" + pa_outboxcode.Text + "'"))
  901. {
  902. if (Remark_PreFix.Text != "")
  903. {
  904. try
  905. {
  906. if (pa_remark.Text.Substring(0, Remark_PreFix.Text.Length) != Remark_PreFix.Text)
  907. {
  908. OperateResult.AppendText(">>备注前缀不匹配,请重新输入备注信息\n", Color.Red);
  909. return;
  910. }
  911. }
  912. catch (Exception)
  913. {
  914. OperateResult.AppendText(">>备注前缀不匹配,请重新输入备注信息\n", Color.Red);
  915. return;
  916. }
  917. }
  918. if (!AllowRepeat.Checked)
  919. {
  920. DataTable dt = (DataTable)dh.ExecuteSql("select pa_outboxcode from package where pa_remark='" + pa_remark.Text.ToUpper() + "'", "select");
  921. if (dt.Rows.Count > 0)
  922. {
  923. OperateResult.AppendText(">>箱号" + dt.Rows[0][0].ToString() + "已采集关联信息" + pa_remark.Text + "\n", Color.Red);
  924. return;
  925. }
  926. }
  927. dh.UpdateByCondition("package", "pa_remark='" + pa_remark.Text.ToUpper() + "'", "pa_outboxcode='" + pa_outboxcode.Text + "'");
  928. OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "关联信息" + pa_remark.Text + "采集成功\n", Color.Green);
  929. pa_remark.Text = "";
  930. if (!AutoGenBoxCode.Checked)
  931. {
  932. pa_outboxcode.SelectAll();
  933. pa_outboxcode.Focus();
  934. }
  935. else
  936. {
  937. sn_code.Focus();
  938. }
  939. }
  940. else OperateResult.AppendText(">>请先采集箱内数据\n", Color.Red);
  941. }
  942. }
  943. private void PreFix_KeyDown(object sender, KeyEventArgs e)
  944. {
  945. if (e.KeyCode == Keys.Enter)
  946. {
  947. BaseUtil.SetCacheData("PreFix", PreFix.Text);
  948. if (!AutoGenBoxCode.Checked)
  949. {
  950. pa_outboxcode.Focus();
  951. pa_outboxcode.SelectAll();
  952. }
  953. else
  954. {
  955. sn_code.Focus();
  956. }
  957. }
  958. }
  959. private void Remark_PreFix_KeyDown(object sender, KeyEventArgs e)
  960. {
  961. if (e.KeyCode == Keys.Enter)
  962. {
  963. BaseUtil.SetCacheData("Remark_PreFix", Remark_PreFix.Text);
  964. if (CollecRemark.Checked)
  965. {
  966. pa_remark.SelectAll();
  967. pa_remark.Focus();
  968. }
  969. }
  970. }
  971. private bool CheckOutBoxLength(string ms_salecode_text)
  972. {
  973. if (AutoGenBoxCode.Checked)
  974. {
  975. if (ms_salecode_text != "")
  976. {
  977. DataTable dt = (DataTable)dh.ExecuteSql(" select pn_number,pn_id,pn_caller,pn_numberlength,pn_leadcode from PACKAGENUMBER where pn_caller='" + ms_salecode_text + "'", "select");
  978. if (dt.Rows.Count > 0)
  979. {
  980. string pn_leadcode = dt.Rows[0]["pn_leadcode"].ToString();
  981. int pn_numberlength = int.Parse(dt.Rows[0]["pn_numberlength"].ToString());
  982. if (OutBoxLength.Text != (pn_leadcode.Length + pn_numberlength).ToString())
  983. {
  984. OutBoxLength.Text = (pn_leadcode.Length + pn_numberlength).ToString();
  985. BaseUtil.SetCacheData("OutBoxLength", OutBoxLength.Text);
  986. }
  987. if (PreFix.Text != pn_leadcode)
  988. {
  989. PreFix.Text = pn_leadcode;
  990. BaseUtil.SetCacheData("PreFix", PreFix.Text);
  991. }
  992. }
  993. else
  994. {
  995. OperateResult.AppendText(">>订单号" + ms_salecode_text + "未维护箱号规则\n", Color.Black);
  996. }
  997. }
  998. return true;
  999. }
  1000. return CheckOutBoxLength();
  1001. }
  1002. private void AutoGenBoxCode_CheckedChanged(object sender, EventArgs e)
  1003. {
  1004. if (AutoGenBoxCode.Checked)
  1005. {
  1006. OutBoxLength.Enabled = false;
  1007. PreFix.Enabled = false;
  1008. }
  1009. else
  1010. {
  1011. OutBoxLength.Enabled = true;
  1012. PreFix.Enabled = true;
  1013. }
  1014. }
  1015. }
  1016. }