UAS_出货标签管理.cs 85 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771
  1. using System;
  2. using System.Data;
  3. using System.Drawing;
  4. using System.Windows.Forms;
  5. using System.Text.RegularExpressions;
  6. using System.Text;
  7. using System.Collections.Generic;
  8. using System.Diagnostics;
  9. using UAS_LabelMachine.PublicMethod;
  10. using UAS_LabelMachine.Entity;
  11. using UAS_LabelMachine.PublicForm;
  12. using System.Threading;
  13. using FastReport;
  14. using System.Linq;
  15. namespace UAS_LabelMachine
  16. {
  17. public partial class UAS_出货标签打印 : Form
  18. {
  19. //自适应屏幕
  20. AutoSizeFormClass asc = new AutoSizeFormClass();
  21. DataHelper dh;
  22. DataTable dt;
  23. StringBuilder sql = new StringBuilder();
  24. /// <summary>
  25. /// 单盘打印文件
  26. /// </summary>
  27. Report SingleReport = new Report();
  28. /// <summary>
  29. /// 中盒打印文件
  30. /// </summary>
  31. Report MidReport = new Report();
  32. /// <summary>
  33. /// 外箱打印文件
  34. /// </summary>
  35. Report OutReport = new Report();
  36. /// <summary>
  37. /// 唛头文件打印
  38. /// </summary>
  39. Report FootReport = new Report();
  40. /// <summary>
  41. /// Loading窗口
  42. /// </summary>
  43. SetLoadingWindow stw;
  44. /// <summary>
  45. /// 弹窗线程
  46. /// </summary>
  47. Thread thread;
  48. /// <summary>
  49. /// 当前品牌
  50. /// </summary>
  51. string PI_ID;
  52. bool logout = false;
  53. //主表数据源
  54. DataTable LabelInfDataTable;
  55. /// <summary>
  56. /// 存放单盘的ID
  57. /// </summary>
  58. List<string> SingleID = new List<string>();
  59. /// <summary>
  60. /// 是否全选
  61. /// </summary>
  62. bool AllChecked = false;
  63. /// <summary>
  64. /// 是否通过选择Combox来改变打开的文件
  65. /// </summary>
  66. bool ComBoxClickChangeLabelDoc = false;
  67. //当前采集的物料编号
  68. string CurrentPrCode = "";
  69. //当前采集的最小包装
  70. string CurrentZXBZ = "";
  71. //当前采集的单位
  72. string CurrentUnit = "";
  73. //当前采集的总数
  74. string CurrentPrCount = "";
  75. //当前明细序号
  76. string CurrentPDNO = "";
  77. //当前的物料品牌
  78. string CurrentBrand = "";
  79. string Prefix = "";
  80. string Suffix = "";
  81. int MaxNum = 0;
  82. int NumLength = 0;
  83. int Radix = 0;
  84. private bool EnablePrint = true;
  85. string[] PIBID;
  86. DataTable Attach;
  87. public UAS_出货标签打印(string Master)
  88. {
  89. InitializeComponent();
  90. Text = Text + "-" + Master;
  91. }
  92. protected override void WndProc(ref Message m)
  93. {
  94. //拦截双击标题栏、移动窗体的系统消息
  95. if (m.Msg != 0xA3)
  96. {
  97. base.WndProc(ref m);
  98. }
  99. }
  100. private void 贴标机条码打印_Load(object sender, EventArgs e)
  101. {
  102. //用计时器重置数据库链接
  103. LogManager.DoLog("程序启动,登陆人员【" + User.UserName + "】");
  104. dh = SystemInf.dh;
  105. CheckForIllegalCrossThreadCalls = false;
  106. pi_inoutno.Focus();
  107. Point pt = new Point();
  108. //禁止所有列的排序
  109. foreach (DataGridViewColumn dgv in LabelInf.Columns)
  110. {
  111. dgv.SortMode = DataGridViewColumnSortMode.NotSortable;
  112. }
  113. int ScreenWidth = Screen.GetWorkingArea(pt).Width;
  114. //设置获取当前屏幕大小自动全屏但是保留任务栏
  115. Rectangle ScreenArea = Screen.GetWorkingArea(this);
  116. Top = 0;
  117. Left = 0;
  118. Width = ScreenArea.Width;
  119. Height = ScreenArea.Height;
  120. OutboxCapacity.Value = Properties.Settings.Default.OutboxCapacity;
  121. MidboxCapacity.Value = Properties.Settings.Default.MidBoxCapacity;
  122. if (MidboxCapacity.Value == 0)
  123. {
  124. MidboxCapacity.Value = 10;
  125. }
  126. DCCheck.Text = Properties.Settings.Default.DCCheck.ToString();
  127. OutBoxPrinter.Text = Properties.Settings.Default.OPrinter;
  128. MidLabelPrinter.Text = Properties.Settings.Default.MPrinter;
  129. SingleLabelPrinter.Text = Properties.Settings.Default.SPrinter;
  130. asc.controllInitializeSize(this);
  131. asc.controlAutoSize(this);
  132. RefreshDBConnect.Interval = 60000;
  133. RefreshDBConnect.Start();
  134. }
  135. //只执行一次窗体自适应
  136. bool AutoSized = false;
  137. private void 贴标机条码打印_SizeChanged(object sender, EventArgs e)
  138. {
  139. if (!AutoSized)
  140. {
  141. asc.controlAutoSize(this);
  142. AutoSized = true;
  143. }
  144. }
  145. private void LabelMaintain_Click(object sender, EventArgs e)
  146. {
  147. 客户标签维护 form = new 客户标签维护();
  148. BaseUtil.SetFormCenter(form);
  149. form.FormClosed += LabelFormClose;
  150. form.ShowDialog();
  151. }
  152. private void LabelFormClose(object sender, EventArgs e)
  153. {
  154. if (GetGridOnly.Checked)
  155. GetInOutInfAndLabelFile();
  156. else
  157. {
  158. GetGridOnly.Checked = true;
  159. GetInOutInfAndLabelFile();
  160. GetGridOnly.Checked = false;
  161. }
  162. }
  163. //输入框Enter事件
  164. private void Input_KeyDown(object sender, KeyEventArgs e)
  165. {
  166. if (e.KeyCode == Keys.Enter)
  167. {
  168. if (Input.Text == "")
  169. {
  170. MessageBox.Show("采集的数据不能为空");
  171. return;
  172. }
  173. CollectInputData();
  174. }
  175. }
  176. /// <summary>
  177. /// 采集数据
  178. /// </summary>
  179. private void CollectInputData()
  180. {
  181. if (Input.Text == "SC")
  182. {
  183. PrintStatus.PerformClick();
  184. Input.Text = "";
  185. return;
  186. }
  187. Input.Text = Input.Text.Replace("\n", "").Replace(" ", "").Replace("\t", "").Replace("\r", "");
  188. Dictionary<string, string> Data = new Dictionary<string, string>();
  189. string[] SplitData = Input.Text.Split('*');
  190. if (SplitData.Length < 5)
  191. {
  192. MessageBox.Show("数据格式错误,无法解析", "提示");
  193. Input.SelectAll();
  194. return;
  195. }
  196. for (int i = 0; i < SplitData.Length; i++)
  197. {
  198. switch (i.ToString())
  199. {
  200. case "0":
  201. Data.Add("PRCODE", SplitData[i]);
  202. break;
  203. case "1":
  204. Data.Add("QTY", SplitData[i]);
  205. break;
  206. case "2":
  207. Data.Add("DATECODE", SplitData[i]);
  208. break;
  209. case "3":
  210. Data.Add("BRAND", SplitData[i]);
  211. break;
  212. case "4":
  213. Data.Add("LOTNO", SplitData[i]);
  214. break;
  215. case "5":
  216. Data.Add("PO", SplitData[i]);
  217. break;
  218. case "6":
  219. Data.Add("SERIAL", SplitData[i]);
  220. break;
  221. default:
  222. break;
  223. }
  224. }
  225. //校验DateCode是否过期
  226. if (!CheckDateCode(Data["DATECODE"]))
  227. {
  228. MessageBox.Show("物料" + Data["PRCODE"] + "【DateCode】超出校验日期");
  229. Input.SelectAll();
  230. return;
  231. }
  232. if (Data["PRCODE"] != CurrentPrCode)
  233. {
  234. MessageBox.Show("当前采集【物料编号】不对应,请重新采集", "提示");
  235. Input.SelectAll();
  236. return;
  237. }
  238. if (Data["BRAND"] != CurrentBrand)
  239. {
  240. string close = MessageBox.Show(this.ParentForm, "当前采集【品牌】不对应,是否继续采集", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  241. if (close != "Yes")
  242. {
  243. Input.SelectAll();
  244. return;
  245. }
  246. }
  247. int CodeCount = 0;
  248. //如果单位是KPCS则需要除1000
  249. double CollectNum = 0;
  250. if (CurrentUnit == "KPCS")
  251. {
  252. //如果单位是KPCS则必须是1000的整数倍
  253. if (Convert.ToDouble((double.Parse(Data["QTY"]) / 1000).ToString("0.000")) / Convert.ToDouble(double.Parse(CurrentZXBZ).ToString("0.000")) % 1 != 0)
  254. {
  255. MessageBox.Show("物料" + Data["PRCODE"] + "采集数量无法按照最小包装数拆分", "提示");
  256. Input.SelectAll();
  257. return;
  258. }
  259. CodeCount = int.Parse((double.Parse(Data["QTY"]) / 1000 / double.Parse(CurrentZXBZ)).ToString());
  260. CollectNum = double.Parse(Data["QTY"]) / 1000;
  261. }
  262. else
  263. {
  264. if (double.Parse(Data["QTY"]) % double.Parse(CurrentZXBZ) != 0)
  265. {
  266. MessageBox.Show("采集【数量】无法按照最小包装数拆分", "提示");
  267. Input.SelectAll();
  268. return;
  269. }
  270. CodeCount = int.Parse((double.Parse(Data["QTY"]) / double.Parse(CurrentZXBZ)).ToString());
  271. CollectNum = double.Parse(Data["QTY"]);
  272. }
  273. string pib_barcode = Data.ContainsKey("SERIAL") ? Data["SERIAL"] : "";
  274. //获取ID
  275. PIBID = dh.GetSEQ("prodiobarcode_seq", CodeCount);
  276. string pib_outboxcode2 = "";
  277. if (OutBoxNum.Text == "新增")
  278. {
  279. string maxoutbox = dh.getFieldDataByCondition("prodiobarcode", "max(to_number(pib_outboxcode2))", "pib_inoutno='" + pi_inoutno.Text + "'").ToString();
  280. //如果没有则从开始插入
  281. if (maxoutbox == "")
  282. {
  283. pib_outboxcode2 = "1";
  284. }
  285. else
  286. {
  287. pib_outboxcode2 = (int.Parse(maxoutbox) + 1).ToString();
  288. }
  289. }
  290. else
  291. {
  292. pib_outboxcode2 = OutBoxNum.Text;
  293. }
  294. //计算当前采集数量
  295. string collectqty = (LabelInfDataTable.Compute("sum(pib_qty)", "pib_prodcode='" + CurrentPrCode + "' and pib_pdno='" + CurrentPDNO + "'").ToString());
  296. double CollectQty = (collectqty == "" ? 0 : double.Parse(collectqty));
  297. if (Convert.ToDouble((CollectQty + CollectNum).ToString("0.000")) > Convert.ToDouble(double.Parse(CurrentPrCount).ToString("0.000")))
  298. {
  299. MessageBox.Show("物料" + Data["PRCODE"] + "采集后数量为" + (CollectQty + CollectNum) + ",【超出】本行出货数量" + CurrentPrCount, "提示");
  300. Input.SelectAll();
  301. return;
  302. }
  303. List<string> CustBarCode = new List<string>();
  304. if (!(Radix > 0))
  305. {
  306. string close = MessageBox.Show(this.ParentForm, "未维护条码规则,是否继续生成", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  307. if (close.ToString() != "Yes")
  308. return;
  309. }
  310. for (int i = 0; i < CodeCount; i++)
  311. {
  312. if (Radix > 0)
  313. {
  314. string serialcode = BaseUtil.DToAny(MaxNum, Radix);
  315. for (int j = serialcode.ToString().Length; j < NumLength; j++)
  316. {
  317. serialcode = "0" + serialcode;
  318. }
  319. CustBarCode.Add(Prefix + serialcode + Suffix);
  320. MaxNum = MaxNum + 1;
  321. }
  322. else
  323. {
  324. CustBarCode.Add("");
  325. }
  326. }
  327. sql.Clear();
  328. sql.Append("insert into prodiobarcode(PIB_ID,PIB_PRODCODE,PIB_INDATE,PIB_INOUTNO,PIB_PIID,PIB_PDNO, PIB_PDID,PIB_PICLASS,");
  329. sql.Append("PIB_BARCODE,PIB_CUSTBARCODE,PIB_QTY,pib_brand,pib_datecode,pib_lotno,PIB_OUTBOXCODE2,pib_inman,PIB_IFPRINT,PIB_ORDERCODE,PIB_CUSTPO,pib_remark,pib_midcapatity) ");
  330. sql.Append("select :PIB_ID,pd_prodcode,sysdate,pi_inoutno,pi_id,pd_pdno,pd_id,pi_class,");
  331. sql.Append("'" + pib_barcode + "',:PIB_CUSTBARCODE,'" + CurrentZXBZ + "','" + Data["BRAND"] + "','" + Data["DATECODE"] + "','" + Data["LOTNO"] + "','" + pib_outboxcode2 + "','" + User.UserCode + "','" + (EnablePrint && SingleLabelAutoPrint.Checked ? 1 : 0).ToString() + "',pd_ordercode,pd_pocode,pd_remark,'" + MidboxCapacity.Value + "' ");
  332. sql.Append("from prodinout left join prodiodetail on pi_id=pd_piid left join PRODJOINVENDDETAIL on pjd_brand =pd_brand and pjd_prodcode=pd_prodcode where pi_id='" + PI_ID + "' and pd_prodcode='" + CurrentPrCode + "' and pd_pdno='" + CurrentPDNO + "'");
  333. dh.BatchInsert(sql.ToString(), new string[] { "PIB_ID", "PIB_CUSTBARCODE" }, PIBID, CustBarCode.ToArray());
  334. //更新流水号
  335. dh.UpdateByCondition("RULEMAXNUM", "rmn_maxnumber='" + (MaxNum) + "'", "rmn_nrcode='" + pi_cardcode.Text + "' and rmn_prefix='" + Prefix + "'");
  336. LoadGridData(new object(), new EventArgs());
  337. //加载完数据之后进行容量的判断
  338. int BoxNum = LabelInfDataTable.Select("pib_outboxcode2='" + OutBoxNum.Text + "'").Length;
  339. if (BoxNum > OutboxCapacity.Value)
  340. {
  341. MessageBox.Show("箱号【" + OutBoxNum.Text + "】超出容量,当前已采集" + BoxNum, "提示");
  342. }
  343. if (SingleLabelAutoPrint.Checked)
  344. {
  345. thread = new Thread(AutoPrintSingleLabel);
  346. stw = new SetLoadingWindow(thread, "正在打印单盘标签");
  347. BaseUtil.SetFormCenter(stw);
  348. stw.ShowDialog();
  349. }
  350. //采集后重新计数,自动跳到下一行
  351. collectqty = (LabelInfDataTable.Compute("sum(pib_qty)", "pib_prodcode='" + CurrentPrCode + "' and pib_pdno='" + CurrentPDNO + "'").ToString());
  352. CollectQty = (collectqty == "" ? 0 : double.Parse(collectqty));
  353. //采集达到了数量进行换行
  354. if (CollectQty == double.Parse(CurrentPrCount))
  355. {
  356. //for (int i = 0; i < GridPrcode.Rows.Count; i++)
  357. //{
  358. // string outqty = GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString();
  359. // string collectnum = GridPrcode.Rows[i].Cells["CollectedNum"].Value.ToString();
  360. // //采集之前的行,如后续行有物料编号相同的并且编号较大的跳到这样
  361. // if (GridPrcode.Rows[i].Cells["pd_prodcode"].Value.ToString() == CurrentPrCode && double.Parse(outqty) > double.Parse(collectnum == "" ? "0" : collectnum))
  362. // {
  363. // if (int.Parse(GridPrcode.Rows[i].Cells["pd_pdno"].Value.ToString()) > int.Parse(CurrentPDNO))
  364. // {
  365. // GridPrcode.Rows[i].Selected = true;
  366. // if (i - 1 > 0)
  367. // GridPrcode.FirstDisplayedScrollingRowIndex = i - 1;
  368. // else
  369. // GridPrcode.FirstDisplayedScrollingRowIndex = i;
  370. // Input.Clear();
  371. // OutBoxNum_Click(new object(), new EventArgs());
  372. // return;
  373. // }
  374. // }
  375. //}
  376. DataGridViewSelectedRowCollection selectrow = GridPrcode.SelectedRows;
  377. if (selectrow.Count > 0)
  378. {
  379. if (selectrow[0].Index + 1 < GridPrcode.Rows.Count)
  380. {
  381. string outqty = GridPrcode.Rows[selectrow[0].Index + 1].Cells["pd_outqty"].Value.ToString();
  382. string collectnum = GridPrcode.Rows[selectrow[0].Index + 1].Cells["CollectedNum"].Value.ToString();
  383. if (double.Parse(outqty) > double.Parse(collectnum == "" ? "0" : collectnum))
  384. {
  385. GridPrcode.Rows[selectrow[0].Index + 1].Selected = true;
  386. GridPrcode.FirstDisplayedScrollingRowIndex = selectrow[0].Index + 1;
  387. }
  388. }
  389. }
  390. }
  391. Input.Clear();
  392. OutBoxNum_Click(new object(), new EventArgs());
  393. }
  394. private void AutoPrintSingleLabel()
  395. {
  396. if (EnablePrint)
  397. {
  398. //用标签本身的变量作为最外层的循环条件去匹配;
  399. StringBuilder ParamLog = new StringBuilder();
  400. string pibid = "";
  401. for (int i = 0; i < PIBID.Length; i++)
  402. {
  403. if (i != PIBID.Length - 1)
  404. pibid += PIBID[i] + ",";
  405. else
  406. pibid += PIBID[i];
  407. }
  408. if (!SingleLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  409. SingleReport.Load(SingleLabelCombox.SelectedValue.ToString());
  410. for (int j = 0; j < SingleReport.Parameters.Count; j++)
  411. {
  412. SingleReport.SetParameterValue(SingleReport.Parameters[j].Name, "");
  413. for (int k = 0; k < Attach.Rows.Count; k++)
  414. {
  415. if (Attach.Rows[k][0].ToString() == SingleReport.Parameters[j].Name)
  416. {
  417. SingleReport.SetParameterValue(SingleReport.Parameters[j].Name, Attach.Rows[k][1].ToString());
  418. }
  419. }
  420. }
  421. DataTable dt = (DataTable)dh.ExecuteSql("select * from prodiosingleinfo_view where 主键ID in (" + pibid + ")", "select");
  422. SingleReport.RegisterData(dt, "prodiosingleinfo_view");
  423. SingleReport.GetDataSource("prodiosingleinfo_view").Enabled = true;
  424. SingleReport.PrintSettings.ShowDialog = false;
  425. SingleReport.PrintSettings.Printer = SingleLabelPrinter.Text;
  426. try
  427. {
  428. SingleReport.Print();
  429. }
  430. catch (Exception e)
  431. {
  432. MessageBox.Show(e.Message);
  433. return;
  434. }
  435. Properties.Settings.Default.SPrinter = SingleLabelPrinter.Text;
  436. Properties.Settings.Default.Save();
  437. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "自动打印箱标", "打印成功");
  438. }
  439. }
  440. //关闭窗口前提示用户确认
  441. private void 贴标机条码打印_FormClosing(object sender, FormClosingEventArgs e)
  442. {
  443. //如果不是注销的话
  444. if (!logout)
  445. {
  446. string close = MessageBox.Show(this.ParentForm, "是否关闭", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  447. if (close.ToString() != "Yes")
  448. e.Cancel = true;
  449. else
  450. {
  451. LogManager.DoLog("关闭程序");
  452. }
  453. }
  454. }
  455. /// <summary>
  456. /// 获取打印标签
  457. /// </summary>
  458. private void GetInOutInfAndLabelFile()
  459. {
  460. ComBoxClickChangeLabelDoc = false;
  461. sql.Clear();
  462. sql.Append("select to_char(nvl(cl_date,sysdate),'YYYY-MM-DD HH24:Mi:SS') cl_date,cl_labelurl,cl_labelname,cl_isdefault,la_id||'#'||cl_labelurl||'#'||to_char(cl_date,'YYYY-MM-DD HH24:Mi:SS') la_id,cl_custcode from customerlabel left join prodinout on pi_cardcode=cl_custcode ");
  463. sql.Append("left join customer on cu_code=cl_custcode left join label on la_code=CL_LABELCODE where ((pi_cardcode='" + pi_cardcode.Text + "' ");
  464. sql.Append("and pi_inoutno='" + pi_inoutno.Text + "') or( cl_custcode is null)) and cl_labeltype='单盘' order by cl_custcode,cl_date desc");
  465. dt = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  466. SingleLabelCombox.DisplayMember = "cl_labelname";
  467. SingleLabelCombox.ValueMember = "cl_labelurl";
  468. SingleLabelCombox.DataSource = dt;
  469. if (SingleLabelCombox.Text != "")
  470. {
  471. if (!SingleLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  472. SingleReport.Load(SingleLabelCombox.SelectedValue.ToString());
  473. }
  474. sql.Clear();
  475. sql.Append("select to_char(nvl(cl_date,sysdate),'YYYY-MM-DD HH24:Mi:SS') cl_date,cl_labelurl,cl_labelname,cl_isdefault,la_id||'#'||cl_labelurl||'#'||to_char(cl_date,'YYYY-MM-DD HH24:Mi:SS') la_id,cl_custcode from customerlabel left join prodinout on pi_cardcode=cl_custcode ");
  476. sql.Append("left join customer on cu_code=cl_custcode left join label on la_code=CL_LABELCODE where ((pi_cardcode='" + pi_cardcode.Text + "' ");
  477. sql.Append("and pi_inoutno='" + pi_inoutno.Text + "') or( cl_custcode is null)) and cl_labeltype='中盒' order by cl_custcode,cl_date desc");
  478. dt = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  479. MidLabelCombox.DisplayMember = "cl_labelname";
  480. MidLabelCombox.ValueMember = "cl_labelurl";
  481. MidLabelCombox.DataSource = dt;
  482. if (MidLabelCombox.Text != "")
  483. {
  484. if (!MidLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  485. MidReport.Load(MidLabelCombox.SelectedValue.ToString());
  486. }
  487. //缓存中盒参数
  488. sql.Clear();
  489. sql.Append("select to_char(nvl(cl_date,sysdate),'YYYY-MM-DD HH24:Mi:SS') cl_date,cl_labelurl,cl_labelname,cl_isdefault,la_id||'#'||cl_labelurl||'#'||to_char(cl_date,'YYYY-MM-DD HH24:Mi:SS') la_id,cl_custcode from customerlabel left join prodinout on pi_cardcode=cl_custcode ");
  490. sql.Append("left join customer on cu_code=cl_custcode left join label on la_code=CL_LABELCODE where ((pi_cardcode='" + pi_cardcode.Text + "' ");
  491. sql.Append("and pi_inoutno='" + pi_inoutno.Text + "') or( cl_custcode is null)) and cl_labeltype='外箱' order by cl_custcode,cl_date desc");
  492. dt = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  493. OutBoxCombox.DisplayMember = "cl_labelname";
  494. OutBoxCombox.ValueMember = "cl_labelurl";
  495. OutBoxCombox.DataSource = dt;
  496. if (OutBoxCombox.Text != "")
  497. {
  498. if (!OutBoxCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  499. OutReport.Load(OutBoxCombox.SelectedValue.ToString());
  500. }
  501. FootReport.Load(@"\\10.2.10.238\PRINTE\FASTREPORT\唛头.frx");
  502. //缓存外箱参数
  503. ComBoxClickChangeLabelDoc = true;
  504. }
  505. /// <summary>
  506. /// 出入库单录入框的回车事件
  507. /// </summary>
  508. /// <param name="sender"></param>
  509. /// <param name="e"></param>
  510. private void pi_inoutno_KeyDown(object sender, KeyEventArgs e)
  511. {
  512. if (e.KeyCode == Keys.Enter)
  513. {
  514. Combindetail.Checked = false;
  515. Input.Clear();
  516. sql.Clear();
  517. sql.Append("select pi_id,pi_cardcode,pi_title,to_char(pi_date,'yyyymmdd')pi_date from prodinout where pi_inoutno='" + pi_inoutno.Text + "' and pi_invostatuscode='AUDITED'");
  518. dt = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  519. if (dt.Rows.Count > 0)
  520. {
  521. pi_cardcode.Text = dt.Rows[0]["pi_cardcode"].ToString();
  522. pi_title.Text = dt.Rows[0]["pi_title"].ToString();
  523. if (pi_cardcode.Text != "ZGCC")
  524. {
  525. CustomerLabel.Enabled = false;
  526. }
  527. else
  528. {
  529. CustomerLabel.Enabled = true;
  530. }
  531. pi_date.Text = dt.Rows[0]["pi_date"].ToString();
  532. PI_ID = dt.Rows[0]["pi_id"].ToString();
  533. OutBoxNum_Click(new object(), new EventArgs());
  534. LoadPrcodeData();
  535. LoadGridData(sender, e);
  536. //获取条码规则
  537. GetBarCodeRule(out Prefix, out Suffix, out MaxNum, out NumLength, out Radix);
  538. SingleID.Clear();
  539. Input.Focus();
  540. ////从后往前找未采集的行
  541. for (int i = GridPrcode.Rows.Count - 1; i >= 0; i--)
  542. {
  543. string outqty = GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString();
  544. string collectnum = GridPrcode.Rows[i].Cells["CollectedNum"].Value.ToString();
  545. if (double.Parse(outqty) > double.Parse(collectnum == "" ? "0" : collectnum))
  546. {
  547. GridPrcode.Rows[i].Selected = true;
  548. if (i - 1 > 0)
  549. GridPrcode.FirstDisplayedScrollingRowIndex = i - 1;
  550. else
  551. GridPrcode.FirstDisplayedScrollingRowIndex = i;
  552. }
  553. }
  554. bi_inman.Text = dh.getFieldDataByCondition("barcodeio left join employee on bi_inman=em_code", "wm_concat(distinct em_name)", "bi_piid=" + PI_ID).ToString();
  555. pib_inman.Text = dh.getFieldDataByCondition("prodiobarcode left join employee on pib_inman=em_code", "wm_concat(distinct em_name)", "pib_piid=" + PI_ID).ToString();
  556. Attach = (DataTable)dh.ExecuteSql("select lap_param lp_name,lap_value lp_sql from LABELATTACHPARAMETER where lap_custcode='" + pi_cardcode.Text + "'", "select");
  557. thread = new Thread(GetInOutInfAndLabelFile);
  558. stw = new SetLoadingWindow(thread, "正在获取打印标签");
  559. BaseUtil.SetFormCenter(stw);
  560. stw.ShowDialog();
  561. LogManager.DoLog("输入单号【" + pi_inoutno.Text + "】");
  562. }
  563. else MessageBox.Show("当前出入库单号不存在或者未审核!", "提示");
  564. }
  565. }
  566. private void SingleBoxPrint()
  567. {
  568. if (EnablePrint)
  569. {
  570. if (LabelInf.Rows.Count > 0)
  571. {
  572. //每次打印清除之前缓存的行号和ID,后面会判断需要打印的数据重新加载
  573. SingleID.Clear();
  574. //获取全部的中盒号
  575. Dictionary<string, bool> outboxcode1 = new Dictionary<string, bool>();
  576. //判断所有盒号为该盒的是否勾选已采集
  577. outboxcode1.Add(LabelInf.Rows[0].Cells["pib_outboxcode1"].Value.ToString(), true);
  578. for (int i = 0; i < LabelInf.Rows.Count; i++)
  579. {
  580. if (!SingleID.Contains(LabelInf.Rows[i].Cells["pib_id1"].Value.ToString()))
  581. SingleID.Add(LabelInf.Rows[i].Cells["pib_id1"].Value.ToString());
  582. }
  583. if (SingleID.ToArray().Length == 0)
  584. {
  585. MessageBox.Show("选择的行未勾选采集或者已打印", "提示");
  586. return;
  587. }
  588. for (int i = 0; i < LabelInf.RowCount; i++)
  589. {
  590. if (i + 1 < LabelInf.RowCount)
  591. {
  592. //如果本行的中盒号和下一行不相等的话
  593. if (LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString() != LabelInf.Rows[i + 1].Cells["pib_outboxcode1"].Value.ToString())
  594. {
  595. if (!outboxcode1.ContainsKey(LabelInf.Rows[i + 1].Cells["pib_outboxcode1"].Value.ToString()))
  596. outboxcode1.Add(LabelInf.Rows[i + 1].Cells["pib_outboxcode1"].Value.ToString(), true);
  597. }
  598. }
  599. }
  600. string pibid = "";
  601. for (int i = 0; i < LabelInf.RowCount; i++)
  602. {
  603. //勾选了并且未打印
  604. if (LabelInf.Rows[i].Cells["Choose"].FormattedValue != null && LabelInf.Rows[i].Cells["Choose"].FormattedValue.ToString().ToLower() == "true")
  605. {
  606. pibid += LabelInf.Rows[i].Cells["pib_id1"].Value.ToString() + ",";
  607. LabelInf.Rows[i].Cells["pib_ifprint"].Value = true;
  608. }
  609. }
  610. if (pibid != "")
  611. {
  612. if (!SingleLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  613. SingleReport.Load(SingleLabelCombox.SelectedValue.ToString());
  614. for (int j = 0; j < SingleReport.Parameters.Count; j++)
  615. {
  616. SingleReport.SetParameterValue(SingleReport.Parameters[j].Name, "");
  617. for (int k = 0; k < Attach.Rows.Count; k++)
  618. {
  619. if (Attach.Rows[k][0].ToString() == SingleReport.Parameters[j].Name)
  620. {
  621. SingleReport.SetParameterValue(SingleReport.Parameters[j].Name, Attach.Rows[k][1].ToString());
  622. }
  623. }
  624. }
  625. DataTable dt = (DataTable)dh.ExecuteSql("select * from prodiosingleinfo_view where 主键ID in (" + pibid.Substring(0, pibid.Length - 1) + ")", "select");
  626. SingleReport.RegisterData(dt, "prodiosingleinfo_view");
  627. SingleReport.GetDataSource("prodiosingleinfo_view").Enabled = true;
  628. //保存参数打印
  629. SingleReport.PrintSettings.ShowDialog = false;
  630. SingleReport.PrintSettings.Printer = SingleLabelPrinter.Text;
  631. try
  632. {
  633. SingleReport.Print();
  634. }
  635. catch (Exception e)
  636. {
  637. MessageBox.Show(e.Message);
  638. return;
  639. }
  640. Properties.Settings.Default.SPrinter = SingleLabelPrinter.Text;
  641. Properties.Settings.Default.Save();
  642. }
  643. else
  644. {
  645. MessageBox.Show("未勾选打印明细!", "提示");
  646. }
  647. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "手动打印箱标", "打印成功");
  648. dh.BatchInsert("update prodiobarcode set pib_printdate=sysdate where pib_id=:pib_id", new string[] { "pib_id" }, SingleID.ToArray());
  649. outboxcode1.Clear();
  650. }
  651. else
  652. {
  653. MessageBox.Show("此模板尚未维护参数或不存在打印明细", "提示");
  654. return;
  655. }
  656. }
  657. }
  658. private void SingleLabelPrint_Click(object sender, EventArgs e)
  659. {
  660. if (SingleLabelCombox.Text != "")
  661. {
  662. if (SingleBoxBegin.Text != "" || SingleBoxEnd.Text != "")
  663. {
  664. try
  665. {
  666. int begin = int.Parse(SingleBoxBegin.Text == "" ? "1" : SingleBoxBegin.Text);
  667. int end = int.Parse(SingleBoxEnd.Text == "" ? LabelInf.Rows.Count.ToString() : SingleBoxEnd.Text);
  668. if (begin > 0 && end <= LabelInf.Rows.Count && begin <= end)
  669. {
  670. for (int i = begin - 1; i < end; i++)
  671. {
  672. LabelInf.Rows[i].Cells["Choose"].Value = true;
  673. LabelInf.Rows[i].Cells["pib_ifprint"].Value = false;
  674. }
  675. }
  676. else
  677. {
  678. MessageBox.Show("单盘打印范围错误", "提示");
  679. return;
  680. }
  681. }
  682. catch (Exception)
  683. {
  684. MessageBox.Show("单盘打印范围错误", "提示");
  685. return;
  686. }
  687. }
  688. thread = new Thread(SingleBoxPrint);
  689. stw = new SetLoadingWindow(thread, "正在打印单盘");
  690. BaseUtil.SetFormCenter(stw);
  691. stw.ShowDialog();
  692. Input.Focus();
  693. }
  694. else
  695. {
  696. MessageBox.Show("未维护单盘标签", "提示");
  697. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "手动打印箱标", "打印失败,未维护标签");
  698. }
  699. }
  700. private void MidBoxLabelPrint()
  701. {
  702. //未输入内容打印全部中盒
  703. if (MidLabelNum.Text == "")
  704. {
  705. int begin = 0;
  706. int end = 0;
  707. if (MidBoxBegin.Text != "" || MidBoxEnd.Text != "")
  708. {
  709. try
  710. {
  711. begin = int.Parse(MidBoxBegin.Text == "" ? "1" : MidBoxBegin.Text);
  712. end = int.Parse(MidBoxEnd.Text == "" ? LabelInf.Rows[LabelInf.Rows.Count - 1].Cells["pib_outboxcode1"].Value.ToString() : MidBoxEnd.Text);
  713. int minmidbox = int.Parse(LabelInf.Rows[0].Cells["pib_outboxcode1"].Value.ToString());
  714. int maxmidbox = int.Parse(LabelInf.Rows[LabelInf.Rows.Count - 1].Cells["pib_outboxcode1"].Value.ToString());
  715. if (begin >= minmidbox && end <= maxmidbox && begin <= end)
  716. {
  717. //设置中盒打印范围的行号
  718. for (int i = 0; i < LabelInf.Rows.Count; i++)
  719. {
  720. if (int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()) == begin)
  721. {
  722. begin = i;
  723. }
  724. if (int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()) == end)
  725. {
  726. end = i;
  727. }
  728. }
  729. }
  730. else
  731. {
  732. MessageBox.Show("中盒打印范围错误", "提示");
  733. return;
  734. }
  735. }
  736. catch (Exception)
  737. {
  738. MessageBox.Show("中盒打印范围错误", "提示");
  739. return;
  740. }
  741. }
  742. List<int> MidOutBoxCode = new List<int>();
  743. List<int> MidOutBoxCodeIndex = new List<int>();
  744. for (int i = (begin == 0 ? 0 : begin); i <= (end == 0 ? LabelInf.Rows.Count - 1 : end); i++)
  745. {
  746. try
  747. {
  748. if (!MidOutBoxCode.Contains(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString())))
  749. {
  750. MidOutBoxCode.Add(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()));
  751. MidOutBoxCodeIndex.Add(i);
  752. }
  753. }
  754. catch (Exception)
  755. {
  756. MessageBox.Show("请先封箱!");
  757. return;
  758. }
  759. }
  760. //如果有选中行
  761. if (SelectRowIndex >= 0)
  762. {
  763. MidOutBoxCode.Clear();
  764. MidOutBoxCodeIndex.Clear();
  765. SelectProdcode = LabelInf.Rows[SelectRowIndex].Cells["pib_prodcode"].Value.ToString();
  766. SelectMidBoxCode = LabelInf.Rows[SelectRowIndex].Cells["pib_outboxcode1"].Value.ToString();
  767. for (int i = SelectRowIndex; i > 0; i--)
  768. {
  769. if (LabelInf.Rows[i].Cells["pib_prodcode"].Value.ToString() == SelectProdcode)
  770. {
  771. if (!MidOutBoxCode.Contains(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString())))
  772. {
  773. MidOutBoxCode.Add(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()));
  774. MidOutBoxCodeIndex.Add(i);
  775. }
  776. }
  777. else
  778. {
  779. break;
  780. }
  781. }
  782. for (int i = SelectRowIndex; i < LabelInf.Rows.Count - 1; i++)
  783. {
  784. if (LabelInf.Rows[i].Cells["pib_prodcode"].Value.ToString() == SelectProdcode)
  785. {
  786. if (!MidOutBoxCode.Contains(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString())))
  787. {
  788. MidOutBoxCode.Add(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()));
  789. MidOutBoxCodeIndex.Add(i);
  790. }
  791. }
  792. else
  793. {
  794. break;
  795. }
  796. }
  797. }
  798. try
  799. {
  800. MidBoxCodePrint(MidOutBoxCodeIndex.ToArray());
  801. }
  802. catch (Exception e)
  803. {
  804. MessageBox.Show(e.Message);
  805. return;
  806. }
  807. return;
  808. }
  809. bool FindMidLabel = false;
  810. if (MidLabelCombox.SelectedValue != null)
  811. {
  812. //中盒号所在的行
  813. int MidLabelRowIndex = 0;
  814. //缓存中盒数据
  815. for (int i = 0; i < LabelInf.RowCount; i++)
  816. {
  817. if (MidLabelNum.Text == LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString())
  818. {
  819. //找到了输入的中盒号停止循环
  820. FindMidLabel = true;
  821. MidLabelRowIndex = i;
  822. }
  823. }
  824. int[] rowindx = new int[] { MidLabelRowIndex };
  825. //找到了指定的盒号
  826. if (FindMidLabel)
  827. MidBoxCodePrint(rowindx);
  828. else
  829. MessageBox.Show("该出入库单未找到该中盒号!", "提示");
  830. }
  831. else
  832. MessageBox.Show("未维护中盒模板", "提示");
  833. }
  834. private void MidLabelPrint_Click(object sender, EventArgs e)
  835. {
  836. if (MidLabelCombox.Text != "")
  837. {
  838. PackMidBox_Click(sender, e);
  839. thread = new Thread(MidBoxLabelPrint);
  840. stw = new SetLoadingWindow(thread, "正在打印中盒");
  841. BaseUtil.SetFormCenter(stw);
  842. stw.ShowDialog();
  843. }
  844. else
  845. MessageBox.Show("未维护中盒标签", "提示");
  846. }
  847. private void OutBoxPrint()
  848. {
  849. List<string> Outboxcode = new List<string>();
  850. //如果未勾选箱号则对勾选的数据的箱号进行整合
  851. if (OutBoxNum.Text == "" || OutBoxNum.Text == "新增")
  852. {
  853. for (int i = 0; i < LabelInf.RowCount; i++)
  854. {
  855. string outboxcode2 = LabelInf.Rows[i].Cells["pib_outboxcode2"].Value.ToString();
  856. //富为使用包装单的逻辑
  857. //如果不包含该箱号则进行添加
  858. if (!Outboxcode.Contains(outboxcode2))
  859. Outboxcode.Add(outboxcode2);
  860. }
  861. //按获取到的箱号列表进行打印
  862. if (Outboxcode.ToArray().Length > 0)
  863. {
  864. for (int i = 0; i < Outboxcode.ToArray().Length; i++)
  865. {
  866. for (int h = 0; h < LabelInf.RowCount; h++)
  867. {
  868. if (LabelInf.Rows[h].Cells["pib_outboxcode2"].Value.ToString() == Outboxcode.ToArray()[i])
  869. {
  870. OutBoxCodePrint(h);
  871. break;
  872. }
  873. }
  874. }
  875. }
  876. else
  877. {
  878. MessageBox.Show("请勾选需要打印的外箱", "提示");
  879. }
  880. }
  881. else
  882. {
  883. bool FindMidLabel = false;
  884. try
  885. {
  886. int OutBoxLabelRowIndex = 0;
  887. //查找是否存在该中盒号
  888. for (int i = 0; i < LabelInf.RowCount; i++)
  889. {
  890. if (OutBoxNum.Text == LabelInf.Rows[i].Cells["pib_outboxcode2"].Value.ToString())
  891. {
  892. //找到了输入的中盒号停止循环
  893. FindMidLabel = true;
  894. OutBoxLabelRowIndex = i;
  895. break;
  896. }
  897. }
  898. //找到了指定的盒号
  899. if (FindMidLabel)
  900. OutBoxCodePrint(OutBoxLabelRowIndex);
  901. else
  902. MessageBox.Show("该出入库单未找到该外箱号!", "提示");
  903. }
  904. catch (Exception) { }
  905. }
  906. Outboxcode.Clear();
  907. }
  908. private void MidBoxCodePrint(int[] rowindex)
  909. {
  910. if (EnablePrint)
  911. {
  912. string pib_outboxcode1 = "";
  913. for (int i = 0; i < rowindex.Length; i++)
  914. {
  915. if (i != rowindex.Length - 1)
  916. pib_outboxcode1 += "'" + LabelInf.Rows[rowindex[i]].Cells["pib_outboxcode1"].Value.ToString() + "'" + ",";
  917. else
  918. pib_outboxcode1 += "'" + LabelInf.Rows[rowindex[i]].Cells["pib_outboxcode1"].Value.ToString() + "'";
  919. }
  920. //名称相等的时候,取SQL进行值的查询
  921. DataTable dt;
  922. if (MidLabelAutoPrint.Checked)
  923. {
  924. dt = (DataTable)dh.ExecuteSql("select * from prodiomidinfo_view where 出货单号='" + pi_inoutno.Text + "' and 中盒号 in(" + pib_outboxcode1 + ")", "select");
  925. }
  926. else
  927. {
  928. dt = (DataTable)dh.ExecuteSql("select * from prodiomidinfo_view where 出货单号='" + pi_inoutno.Text + "' and 中盒号 in(" + pib_outboxcode1 + ") and 中盒标识='外'", "select");
  929. }
  930. if (dt.Rows.Count > 0)
  931. {
  932. if (!MidLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  933. MidReport.Load(MidLabelCombox.SelectedValue.ToString());
  934. for (int j = 0; j < MidReport.Parameters.Count; j++)
  935. {
  936. MidReport.SetParameterValue(MidReport.Parameters[j].Name, "");
  937. for (int i = 0; i < Attach.Rows.Count; i++)
  938. {
  939. if (Attach.Rows[i][0].ToString() == MidReport.Parameters[j].Name)
  940. {
  941. MidReport.SetParameterValue(MidReport.Parameters[j].Name, Attach.Rows[i][1].ToString());
  942. }
  943. }
  944. }
  945. MidReport.RegisterData(dt, "prodiomidinfo_view");
  946. MidReport.GetDataSource("prodiomidinfo_view").Enabled = true;
  947. MidReport.PrintSettings.ShowDialog = false;
  948. MidReport.PrintSettings.Printer = MidLabelPrinter.Text;
  949. MidReport.Print();
  950. }
  951. Properties.Settings.Default.MPrinter = MidLabelPrinter.Text;
  952. Properties.Settings.Default.Save();
  953. }
  954. }
  955. /// <summary>
  956. /// 执行打印外箱号
  957. /// </summary>
  958. private void OutBoxCodePrint(int rowindex)
  959. {
  960. if (EnablePrint)
  961. {
  962. if (!OutBoxCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  963. OutReport.Load(OutBoxCombox.SelectedValue.ToString());
  964. for (int j = 0; j < OutReport.Parameters.Count; j++)
  965. {
  966. OutReport.SetParameterValue(OutReport.Parameters[j].Name, "");
  967. for (int i = 0; i < Attach.Rows.Count; i++)
  968. {
  969. if (Attach.Rows[i][0].ToString() == OutReport.Parameters[j].Name)
  970. {
  971. OutReport.SetParameterValue(OutReport.Parameters[j].Name, Attach.Rows[i][1].ToString());
  972. }
  973. }
  974. }
  975. string pib_outboxcode2 = LabelInf.Rows[rowindex].Cells["pib_outboxcode2"].Value.ToString();
  976. DataTable dt = (DataTable)dh.ExecuteSql("select * from prodiooutinfo_view where 出货单号='" + pi_inoutno.Text + "' and 外箱号='" + pib_outboxcode2 + "'", "select");
  977. OutReport.RegisterData(dt, "prodiooutinfo_view");
  978. OutReport.GetDataSource("prodiooutinfo_view").Enabled = true;
  979. OutReport.PrintSettings.ShowDialog = false;
  980. OutReport.PrintSettings.Printer = OutBoxPrinter.Text;
  981. OutReport.Print();
  982. Properties.Settings.Default.OPrinter = OutBoxPrinter.Text;
  983. Properties.Settings.Default.Save();
  984. }
  985. }
  986. private void CleanDetail_Click(object sender, EventArgs e)
  987. {
  988. ArrayList<string> DeleteID = new ArrayList<string>();
  989. for (int i = 0; i < LabelInf.RowCount; i++)
  990. {
  991. if (LabelInf.Rows[i].Cells["Choose"].FormattedValue.ToString().ToLower() == "true")
  992. DeleteID.Add(LabelInf.Rows[i].Cells["pib_id1"].Value.ToString());
  993. }
  994. //勾选了删除的明细之后
  995. if (DeleteID.ToArray().Length > 0)
  996. {
  997. string close = MessageBox.Show(this.ParentForm, "删除后不可恢复,是否确认删除", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  998. if (close.ToString() == "Yes")
  999. {
  1000. dh.BatchInsert("delete from prodiobarcode where pib_id=:pib_id", new string[] { "pib_id" }, DeleteID.ToArray());
  1001. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "删除明细", "删除明细成功");
  1002. MessageBox.Show("删除成功", "提示");
  1003. Input.Clear();
  1004. LoadPrcodeData();
  1005. LoadGridData(sender, e);
  1006. }
  1007. }
  1008. else
  1009. MessageBox.Show("尚未勾选需要删除的明细", "提示");
  1010. }
  1011. private void OutBoxLabelPrint_Click(object sender, EventArgs e)
  1012. {
  1013. if (OutBoxCombox.Text != "")
  1014. {
  1015. Pack_Click(sender, e);
  1016. thread = new Thread(OutBoxPrint);
  1017. stw = new SetLoadingWindow(thread, "正在打印外箱");
  1018. BaseUtil.SetFormCenter(stw);
  1019. stw.ShowDialog();
  1020. Input.Focus();
  1021. }
  1022. else
  1023. MessageBox.Show("未维护外箱标签", "提示");
  1024. }
  1025. private void LoadGridData()
  1026. {
  1027. LoadGridData(new object(), new EventArgs());
  1028. }
  1029. /// <summary>
  1030. /// 自定义函数 加载明细行的数据,多处使用添加进函数
  1031. /// </summary>
  1032. /// <param name="sender"></param>
  1033. /// <param name="e"></param>
  1034. private void LoadGridData(object sender, EventArgs e)
  1035. {
  1036. AllChecked = false;
  1037. sql.Clear();
  1038. sql.Append("select pd_custprodcode,pd_custprodspec,pib_custmidboxcode,pd_pocode,pjd_orispeccode,pib_madein,pib_custbarcode,pib_custoutboxcode,pib_id,pib_datecode1,pib_pdid,pib_piid,");
  1039. sql.Append("pib_pdno,pib_prodcode,pib_brand,pr_vendprodcode,pib_lotno,pib_datecode,week_to_date(pib_datecode) datecode1,pib_qty,pr_spec,");
  1040. sql.Append("pr_zxbzs,pr_unit,pib_barcode,pib_outboxcode1,pib_outboxcode2,nvl(pib_ifprint,0)pib_ifprint from prodiobarcode left join ");
  1041. sql.Append("prodiodetail on pib_piid=pd_piid and pd_pdno=pib_pdno and pd_prodcode=pib_prodcode left join product on pr_code=pib_prodcode ");
  1042. sql.Append("left join sale on sa_code=pib_ordercode left join PRODJOINVENDDETAIL on pjd_brand =pd_brand and pjd_prodcode=pd_prodcode where pib_piid='" + PI_ID + "' ");
  1043. sql.Append(" order by to_number(pib_outboxcode2),pib_id,pd_prodcode");
  1044. LabelInfDataTable = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  1045. if (OutBoxNum.Text != "新增")
  1046. {
  1047. BaseUtil.FillDgvWithDataTable(LabelInf, BaseUtil.filterDataTable(LabelInfDataTable, " pib_outboxcode2='" + OutBoxNum.Text + "'"));
  1048. }
  1049. else
  1050. {
  1051. BaseUtil.FillDgvWithDataTable(LabelInf, LabelInfDataTable);
  1052. }
  1053. //有数据的话默认取第一条的品牌去取采集策略
  1054. if (LabelInf.Rows.Count > 0)
  1055. LabelInf.FirstDisplayedScrollingRowIndex = LabelInf.Rows.Count - 1;
  1056. double CollectNum = 0;
  1057. double OutNum = 0;
  1058. for (int i = 0; i < GridPrcode.Rows.Count; i++)
  1059. {
  1060. string CurrentPrCode = GridPrcode.Rows[i].Cells["pd_prodcode"].Value.ToString();
  1061. string CurrentPDNO = GridPrcode.Rows[i].Cells["pd_pdno"].Value.ToString();
  1062. string CurrentOutQTY = GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString();
  1063. string collectqty = (LabelInfDataTable.Compute("sum(pib_qty)", "pib_prodcode='" + CurrentPrCode + "' and pib_pdno='" + CurrentPDNO + "'").ToString());
  1064. CollectNum += double.Parse(collectqty == "" ? "0" : collectqty);
  1065. OutNum += double.Parse(CurrentOutQTY);
  1066. GridPrcode.Rows[i].Cells["CollectedNum"].Value = collectqty;
  1067. GridPrcode.Rows[i].Cells["UnCollectedNum"].Value = Convert.ToDouble(double.Parse(GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString()) - double.Parse(collectqty == "" ? "0" : collectqty)).ToString("0.000");
  1068. }
  1069. ProcessCount.Text = CollectNum + "/" + OutNum;
  1070. }
  1071. private void Refresh_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
  1072. {
  1073. KeyEventArgs e2 = new KeyEventArgs(Keys.Enter);
  1074. pi_inoutno_KeyDown(sender, e2);
  1075. }
  1076. private void LogingOut_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
  1077. {
  1078. string close = MessageBox.Show(this.ParentForm, "是否注销", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  1079. if (close.ToString() == "Yes")
  1080. {
  1081. Login login = new Login();
  1082. //注销的时候需要将拼接的连接字符串置空
  1083. DataHelper.DBConnectionString = null;
  1084. logout = true;
  1085. this.Hide();
  1086. login.ShowDialog();
  1087. this.Close();
  1088. }
  1089. }
  1090. private void LabelInf_DataError(object sender, DataGridViewDataErrorEventArgs e) { }
  1091. /// <summary>
  1092. /// 切换打开的单盘文件
  1093. /// </summary>
  1094. /// <param name="sender"></param>
  1095. /// <param name="e"></param>
  1096. private void SingleLabelCombox_SelectedIndexChanged(object sender, EventArgs e)
  1097. {
  1098. try
  1099. {
  1100. if (ComBoxClickChangeLabelDoc)
  1101. {
  1102. if (!SingleLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  1103. SingleReport.Load(SingleLabelCombox.SelectedValue.ToString());
  1104. }
  1105. }
  1106. catch (Exception) { }
  1107. }
  1108. /// <summary>
  1109. /// 切换打开的中盒文件
  1110. /// </summary>
  1111. /// <param name="sender"></param>
  1112. /// <param name="e"></param>
  1113. private void MidLabelCombox_SelectedIndexChanged(object sender, EventArgs e)
  1114. {
  1115. try
  1116. {
  1117. if (ComBoxClickChangeLabelDoc)
  1118. {
  1119. if (!MidLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  1120. MidReport.Load(MidLabelCombox.SelectedValue.ToString());
  1121. }
  1122. }
  1123. catch (Exception) { }
  1124. }
  1125. /// <summary>
  1126. /// 切换打开的外箱文件
  1127. /// </summary>
  1128. /// <param name="sender"></param>
  1129. /// <param name="e"></param>
  1130. private void OutBoxCombox_SelectedIndexChanged(object sender, EventArgs e)
  1131. {
  1132. try
  1133. {
  1134. if (ComBoxClickChangeLabelDoc)
  1135. {
  1136. if (!OutBoxCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  1137. OutReport.Load(OutBoxCombox.SelectedValue.ToString());
  1138. }
  1139. }
  1140. catch (Exception) { }
  1141. }
  1142. private void ChooseAll_Click(object sender, EventArgs e)
  1143. {
  1144. if (AllChecked)
  1145. {
  1146. foreach (DataGridViewRow dr in LabelInf.Rows)
  1147. dr.Cells[0].Value = false;
  1148. AllChecked = false;
  1149. }
  1150. else
  1151. {
  1152. foreach (DataGridViewRow dr in LabelInf.Rows)
  1153. dr.Cells[0].Value = true;
  1154. AllChecked = true;
  1155. }
  1156. }
  1157. private void ExportData_Click(object sender, EventArgs e)
  1158. {
  1159. ExportFileDialog.Description = "选择导出的路径";
  1160. DialogResult result = ExportFileDialog.ShowDialog();
  1161. if (result == DialogResult.OK)
  1162. {
  1163. ExcelHandler eh = new ExcelHandler();
  1164. DataTable dt = LabelInfDataTable.Copy();
  1165. for (int i = dt.Columns.Count - 1; i >= 0; i--)
  1166. {
  1167. for (int j = 0; j < LabelInf.Columns.Count; j++)
  1168. {
  1169. //去除ID列
  1170. if (dt.Columns[i].ColumnName.ToLower().Contains("id") || dt.Columns[i].ColumnName.ToLower() == "pib_barcode" || dt.Columns[i].ColumnName.ToLower() == "pib_pdno" || dt.Columns[i].ColumnName.ToLower() == "pib_ifprint" || dt.Columns[i].ColumnName.ToLower() == "pib_datecode1" || dt.Columns[i].ColumnName.ToLower() == "pr_vendprodcode")
  1171. {
  1172. dt.Columns.RemoveAt(i);
  1173. break;
  1174. }
  1175. switch (dt.Columns[i].ColumnName.ToLower())
  1176. {
  1177. case "pib_lotno":
  1178. dt.Columns[i].ColumnName = "批次号";
  1179. break;
  1180. case "pib_datecode":
  1181. dt.Columns[i].ColumnName = "生产年周";
  1182. break;
  1183. case "pib_custbarcode":
  1184. dt.Columns[i].ColumnName = "最小产品包装条码";
  1185. break;
  1186. case "datecode1":
  1187. dt.Columns[i].ColumnName = "生产日期";
  1188. break;
  1189. default:
  1190. break;
  1191. }
  1192. if (dt.Columns[i].ColumnName.ToLower() == LabelInf.Columns[j].DataPropertyName.ToLower())
  1193. {
  1194. dt.Columns[i].ColumnName = LabelInf.Columns[j].HeaderText;
  1195. break;
  1196. }
  1197. }
  1198. }
  1199. eh.ExportExcel(dt, ExportFileDialog.SelectedPath, pi_date.Text + "-" + pi_inoutno.Text);
  1200. string close = MessageBox.Show(this.ParentForm, "导出成功,是否打开文件", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  1201. if (close.ToString() == "Yes")
  1202. Process.Start(ExportFileDialog.SelectedPath + "\\" + pi_date.Text + "-" + pi_inoutno.Text + ".xls");
  1203. }
  1204. }
  1205. private void AttachInfo_Click(object sender, EventArgs e)
  1206. {
  1207. if (pi_cardcode.Text != "")
  1208. {
  1209. 附件内容打印 att = new 附件内容打印(pi_cardcode.Text);
  1210. att.ShowDialog();
  1211. }
  1212. else MessageBox.Show("请先获取出库单信息", "提示");
  1213. }
  1214. private void MidBoxCapacity_Leave(object sender, EventArgs e)
  1215. {
  1216. NumericUpDown nup = (NumericUpDown)sender;
  1217. switch (nup.Name)
  1218. {
  1219. case "MidBoxCapacity":
  1220. Properties.Settings.Default.MidBoxCapacity = nup.Value;
  1221. Properties.Settings.Default.Save();
  1222. break;
  1223. case "OutboxCapacity":
  1224. Properties.Settings.Default.OutboxCapacity = nup.Value;
  1225. Properties.Settings.Default.Save();
  1226. break;
  1227. default:
  1228. break;
  1229. }
  1230. }
  1231. private void RefreshDBConnect_Tick(object sender, EventArgs e)
  1232. {
  1233. dh.ExecuteSql("select sysdate from dual", "select");
  1234. }
  1235. private void LoadPrcodeData()
  1236. {
  1237. GridPrcode.DataSource = (DataTable)dh.ExecuteSql("select pd_pdno,pd_custprodcode,pd_whcode,pd_prodcode,'0' CollectedNum,'0' UnCollectedNum,pd_outqty,pr_unit,pd_brand,pjd_zxbzs_user,pjd_id from prodiodetail left join prodinout on pi_id=pd_piid left join PRODJOINVENDDETAIL on pjd_brand =pd_brand and pjd_prodcode=pd_prodcode left join product on pd_prodcode=pr_code where pi_id='" + PI_ID + "' order by pd_pdno", "select");
  1238. List<int> RemoveIndex = new List<int>();
  1239. double CollectNum = 0;
  1240. double OutNum = 0;
  1241. if (Combindetail.Checked)
  1242. {
  1243. int CurrentIndex = 0;
  1244. for (int i = 0; i < GridPrcode.Rows.Count; i++)
  1245. {
  1246. string CurrentPrCode = GridPrcode.Rows[i].Cells["pd_prodcode"].Value.ToString();
  1247. string CurrentPDNO = GridPrcode.Rows[i].Cells["pd_pdno"].Value.ToString();
  1248. string CurrentOutQTY = GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString();
  1249. string collectqty = (LabelInfDataTable.Compute("sum(pib_qty)", "pib_prodcode='" + CurrentPrCode + "' and pib_pdno='" + CurrentPDNO + "'").ToString());
  1250. CollectNum += double.Parse(collectqty == "" ? "0" : collectqty);
  1251. OutNum += double.Parse(CurrentOutQTY);
  1252. GridPrcode.Rows[i].Cells["CollectedNum"].Value = collectqty == "" ? "0" : collectqty;
  1253. GridPrcode.Rows[i].Cells["UnCollectedNum"].Value = Convert.ToDouble(double.Parse(GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString()) - double.Parse(collectqty == "" ? "0" : collectqty)).ToString("0.000");
  1254. }
  1255. for (int i = 0; i < GridPrcode.Rows.Count; i++)
  1256. {
  1257. if (i + 1 < GridPrcode.Rows.Count)
  1258. {
  1259. string BProdCode = GridPrcode.Rows[i].Cells["pd_prodcode"].Value.ToString();
  1260. string BCustProdCode = GridPrcode.Rows[i].Cells["pd_custprodcode1"].Value.ToString();
  1261. string BWhCode = GridPrcode.Rows[i].Cells["pd_whcode"].Value.ToString();
  1262. string BPrUnit = GridPrcode.Rows[i].Cells["pr_unit"].Value.ToString();
  1263. string BPrBrand = GridPrcode.Rows[i].Cells["pd_brand"].Value.ToString();
  1264. string FProdCode = GridPrcode.Rows[i + 1].Cells["pd_prodcode"].Value.ToString();
  1265. string FCustProdCode = GridPrcode.Rows[i + 1].Cells["pd_custprodcode1"].Value.ToString();
  1266. string FPrUnit = GridPrcode.Rows[i + 1].Cells["pr_unit"].Value.ToString();
  1267. string FrBrand = GridPrcode.Rows[i + 1].Cells["pd_brand"].Value.ToString();
  1268. string FWhCode = GridPrcode.Rows[i + 1].Cells["pd_whcode"].Value.ToString();
  1269. if (BProdCode == FProdCode && BPrBrand == FrBrand && BCustProdCode == FCustProdCode)
  1270. {
  1271. GridPrcode.Rows[CurrentIndex].Cells["pd_outqty"].Value = double.Parse(GridPrcode.Rows[CurrentIndex].Cells["pd_outqty"].Value.ToString()) + double.Parse(GridPrcode.Rows[i + 1].Cells["pd_outqty"].Value.ToString());
  1272. GridPrcode.Rows[CurrentIndex].Cells["CollectedNum"].Value = double.Parse(GridPrcode.Rows[CurrentIndex].Cells["CollectedNum"].Value.ToString()) + double.Parse(GridPrcode.Rows[i + 1].Cells["CollectedNum"].Value.ToString());
  1273. GridPrcode.Rows[CurrentIndex].Cells["UnCollectedNum"].Value = (double.Parse(GridPrcode.Rows[CurrentIndex].Cells["UnCollectedNum"].Value.ToString()) + double.Parse(GridPrcode.Rows[i + 1].Cells["UnCollectedNum"].Value.ToString())).ToString("0.000");
  1274. RemoveIndex.Add(i + 1);
  1275. }
  1276. else
  1277. {
  1278. CurrentIndex = i + 1;
  1279. }
  1280. }
  1281. }
  1282. foreach (int item in RemoveIndex.OrderByDescending(x => x))
  1283. {
  1284. GridPrcode.Rows.RemoveAt(item);
  1285. }
  1286. }
  1287. else
  1288. {
  1289. for (int i = 0; i < GridPrcode.Rows.Count; i++)
  1290. {
  1291. string CurrentPrCode = GridPrcode.Rows[i].Cells["pd_prodcode"].Value.ToString();
  1292. string CurrentPDNO = GridPrcode.Rows[i].Cells["pd_pdno"].Value.ToString();
  1293. string CurrentOutQTY = GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString();
  1294. string collectqty = (LabelInfDataTable.Compute("sum(pib_qty)", "pib_prodcode='" + CurrentPrCode + "' and pib_pdno='" + CurrentPDNO + "'").ToString());
  1295. CollectNum += double.Parse(collectqty == "" ? "0" : collectqty);
  1296. OutNum += double.Parse(CurrentOutQTY);
  1297. GridPrcode.Rows[i].Cells["CollectedNum"].Value = collectqty == "" ? "0" : collectqty;
  1298. GridPrcode.Rows[i].Cells["UnCollectedNum"].Value = Convert.ToDouble(double.Parse(GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString()) - double.Parse(collectqty == "" ? "0" : collectqty)).ToString("0.000");
  1299. }
  1300. }
  1301. ProcessCount.Text = CollectNum + "/" + OutNum;
  1302. if (GridPrcode.Rows.Count > 0)
  1303. {
  1304. CurrentPrCode = GridPrcode.Rows[0].Cells["pd_prodcode"].Value.ToString();
  1305. CurrentZXBZ = GridPrcode.Rows[0].Cells["pjd_zxbzs_user"].Value.ToString();
  1306. CurrentUnit = GridPrcode.Rows[0].Cells["pr_unit"].Value.ToString();
  1307. CurrentPDNO = GridPrcode.Rows[0].Cells["pd_pdno"].Value.ToString();
  1308. CurrentPrCount = GridPrcode.Rows[0].Cells["pd_outqty"].Value.ToString();
  1309. CurrentBrand = GridPrcode.Rows[0].Cells["pd_brand"].Value.ToString();
  1310. GridPrcode.Rows[0].Selected = true;
  1311. GridPrcode.FirstDisplayedScrollingRowIndex = 0;
  1312. }
  1313. }
  1314. private void OutBoxNum_Click(object sender, EventArgs e)
  1315. {
  1316. string OutBox = OutBoxNum.Text;
  1317. OutBoxNum.Items.Clear();
  1318. DataTable dt = (DataTable)dh.ExecuteSql("select distinct pib_outboxcode2 from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "' order by to_number(pib_outboxcode2)", "select");
  1319. ItemObject io = new ItemObject("新增", "新增");
  1320. OutBoxNum.Items.Add(io);
  1321. for (int i = 0; i < dt.Rows.Count; i++)
  1322. {
  1323. string pib_outboxcode2 = dt.Rows[i]["pib_outboxcode2"].ToString();
  1324. io = new ItemObject(pib_outboxcode2, pib_outboxcode2);
  1325. OutBoxNum.Items.Add(io);
  1326. }
  1327. if (OutBoxNum.Text == "新增" || OutBoxNum.Text == "")
  1328. OutBoxNum.SelectedIndex = OutBoxNum.Items.Count - 1;
  1329. if (OutBox != "新增" && OutBox != "")
  1330. OutBoxNum.Text = OutBox;
  1331. }
  1332. /// <summary>
  1333. /// 获取条码规则
  1334. /// </summary>
  1335. /// <param name="Type"></param>
  1336. /// <param name="Prefix"></param>
  1337. /// <param name="Suffix"></param>
  1338. /// <param name="MaxNum"></param>
  1339. /// <param name="SerialNumLength"></param>
  1340. /// <param name="Radix"></param>
  1341. private void GetBarCodeRule(out string Prefix, out string Suffix, out int MaxNum, out int SerialNumLength, out int Radix)
  1342. {
  1343. //获取编码规则
  1344. Prefix = "";
  1345. Suffix = "";
  1346. MaxNum = 0;
  1347. SerialNumLength = 0;
  1348. Radix = 0;
  1349. DataTable Nr = (DataTable)dh.ExecuteSql("select nrd_detno,nrd_name,nrd_type,nrd_radix,nrd_sql,nrd_length from NoRuleDetail left join norule on nrd_nrid=nr_id where nr_custcode='" + pi_cardcode.Text + "' order by nrd_detno", "select");
  1350. //如果没有则取公共规则
  1351. if (Nr.Rows.Count == 0)
  1352. Nr = (DataTable)dh.ExecuteSql("select nrd_detno,nrd_name,nrd_radix,nrd_type,nrd_sql,nrd_length from NoRuleDetail left join norule on nrd_nrid=nr_id where nr_custcode is null and nr_isdefault <> 0 order by nrd_detno", "select");
  1353. //用于过滤参数的正则表达式
  1354. Regex match = new Regex("{\\w+}");
  1355. //用于存放每一项的明细的数据
  1356. string[] NrData = new string[Nr.Rows.Count];
  1357. //流水长度
  1358. Dictionary<int, string> NrDic = new Dictionary<int, string>();
  1359. Prefix = "";
  1360. for (int m = 0; m < Nr.Rows.Count; m++)
  1361. {
  1362. switch (Nr.Rows[m]["nrd_type"].ToString())
  1363. {
  1364. //常量直接进行拼接
  1365. case "常量":
  1366. Prefix += Nr.Rows[m]["nrd_sql"].ToString();
  1367. Suffix += Nr.Rows[m]["nrd_sql"].ToString();
  1368. break;
  1369. case "SQL":
  1370. string SQL = Nr.Rows[m]["nrd_sql"].ToString();
  1371. DataTable Temp;
  1372. //如果不包含参数替换
  1373. if (SQL.IndexOf("{") == 0)
  1374. {
  1375. Temp = (DataTable)dh.ExecuteSql(SQL, "select");
  1376. }
  1377. else
  1378. {
  1379. //替换参数后重新执行SQL
  1380. foreach (Match mch in match.Matches(SQL))
  1381. {
  1382. SQL = SQL.Replace(mch.Value.Trim(), "'" + pi_inoutno.Text + "'");
  1383. }
  1384. Temp = (DataTable)dh.ExecuteSql(SQL, "select");
  1385. }
  1386. if (Temp.Rows.Count > 0)
  1387. {
  1388. Prefix += Temp.Rows[0][0].ToString();
  1389. Suffix += Temp.Rows[0][0].ToString();
  1390. }
  1391. break;
  1392. //流水需要通过MaxNumber去取
  1393. case "流水":
  1394. string maxnum = dh.getFieldDataByCondition("RuleMaxNum", "rmn_maxnumber", "rmn_nrcode='" + pi_cardcode.Text + "' and rmn_prefix='" + Prefix + "'").ToString();
  1395. //设置当前流水
  1396. if (maxnum == "")
  1397. {
  1398. dh.ExecuteSql("insert into RuleMaxNum(rmn_id,rmn_nrcode,rmn_prefix,rmn_maxnumber) values(RuleMaxNum_seq.nextval,'" + pi_cardcode.Text + "','" + Prefix + "','1')", "insert");
  1399. MaxNum = 1;
  1400. }
  1401. else
  1402. {
  1403. MaxNum = int.Parse(maxnum);
  1404. }
  1405. SerialNumLength = int.Parse(Nr.Rows[m]["nrd_length"].ToString());
  1406. Radix = int.Parse(Nr.Rows[m]["nrd_radix"].ToString());
  1407. Suffix = "";
  1408. break;
  1409. default:
  1410. break;
  1411. }
  1412. }
  1413. }
  1414. private void GridPrcode_CellEndEdit(object sender, DataGridViewCellEventArgs e)
  1415. {
  1416. string Value = GridPrcode.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString();
  1417. string ID = GridPrcode.Rows[e.RowIndex].Cells["pjd_id"].Value.ToString();
  1418. dh.UpdateByCondition("PRODJOINVENDDETAIL", "pjd_zxbzs_user='" + Value + "'", "pjd_id='" + ID + "'");
  1419. //删除对应物料的明细
  1420. CurrentPrCode = GridPrcode.Rows[e.RowIndex].Cells["pd_prodcode"].Value.ToString();
  1421. CurrentZXBZ = GridPrcode.Rows[e.RowIndex].Cells["pjd_zxbzs_user"].Value.ToString();
  1422. CurrentUnit = GridPrcode.Rows[e.RowIndex].Cells["pr_unit"].Value.ToString();
  1423. CurrentPDNO = GridPrcode.Rows[e.RowIndex].Cells["pd_pdno"].Value.ToString();
  1424. CurrentPrCount = GridPrcode.Rows[e.RowIndex].Cells["pd_outqty"].Value.ToString();
  1425. CurrentBrand = GridPrcode.Rows[e.RowIndex].Cells["pd_brand"].Value.ToString();
  1426. GridPrcode.Rows[e.RowIndex].Selected = true;
  1427. GridPrcode.FirstDisplayedScrollingRowIndex = e.RowIndex;
  1428. //dh.ExecuteSql("delete from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "' and pib_pdno='" + CurrentPDNO + "' and pib_prodcode='" + CurrentPrCode + "'", "delete");
  1429. LoadGridData(sender, new EventArgs());
  1430. }
  1431. private void GridPrcode_SelectionChanged(object sender, EventArgs e)
  1432. {
  1433. if (GridPrcode.SelectedRows.Count > 0)
  1434. {
  1435. DataGridViewSelectedRowCollection dsc = GridPrcode.SelectedRows;
  1436. CurrentPrCode = GridPrcode.Rows[dsc[0].Index].Cells["pd_prodcode"].Value.ToString();
  1437. CurrentZXBZ = GridPrcode.Rows[dsc[0].Index].Cells["pjd_zxbzs_user"].Value.ToString();
  1438. CurrentUnit = GridPrcode.Rows[dsc[0].Index].Cells["pr_unit"].Value.ToString();
  1439. CurrentPDNO = GridPrcode.Rows[dsc[0].Index].Cells["pd_pdno"].Value.ToString();
  1440. CurrentPrCount = GridPrcode.Rows[dsc[0].Index].Cells["pd_outqty"].Value.ToString();
  1441. CurrentBrand = GridPrcode.Rows[dsc[0].Index].Cells["pd_brand"].Value.ToString();
  1442. GridPrcode.Rows[dsc[0].Index].Selected = true;
  1443. if (dsc[0].Index - 1 > 0)
  1444. GridPrcode.FirstDisplayedScrollingRowIndex = dsc[0].Index - 1;
  1445. else
  1446. GridPrcode.FirstDisplayedScrollingRowIndex = dsc[0].Index;
  1447. }
  1448. }
  1449. private void GridPrcode_DataError(object sender, DataGridViewDataErrorEventArgs e) { }
  1450. private void GridPrcode_CellClick(object sender, DataGridViewCellEventArgs e)
  1451. {
  1452. if (e.RowIndex >= 0)
  1453. {
  1454. GridPrcode.Rows[e.RowIndex].Selected = true;
  1455. if (e.RowIndex - 1 > 0)
  1456. GridPrcode.FirstDisplayedScrollingRowIndex = e.RowIndex - 1;
  1457. else
  1458. GridPrcode.FirstDisplayedScrollingRowIndex = e.RowIndex;
  1459. }
  1460. }
  1461. private void DCCheck_Leave(object sender, EventArgs e)
  1462. {
  1463. try
  1464. {
  1465. Properties.Settings.Default.DCCheck = int.Parse(DCCheck.Text);
  1466. Properties.Settings.Default.Save();
  1467. }
  1468. catch (Exception)
  1469. {
  1470. MessageBox.Show("DC校验时间必须是整数");
  1471. }
  1472. }
  1473. /// <summary>
  1474. /// 校验DateCode
  1475. /// </summary>
  1476. /// <param name="DateCode"></param>
  1477. private bool CheckDateCode(string DateCode)
  1478. {
  1479. //根据DateCode计算的日期
  1480. string Year = DateCode.Substring(0, 2);
  1481. System.DateTime dt = new System.DateTime(int.Parse("20" + Year), 01, 01);
  1482. string Week = DateCode.Substring(2, 2);
  1483. System.DateTime dt1 = dt.AddDays(int.Parse(Week) * 7);
  1484. //减去DC校验后的日期
  1485. System.DateTime now = System.DateTime.Now;
  1486. System.DateTime now1 = now.AddDays(-int.Parse(DCCheck.Text));
  1487. //物料的DateCode大于限制日期即可
  1488. if (dt1 > now1)
  1489. {
  1490. return true;
  1491. }
  1492. return false;
  1493. }
  1494. private void PrintFooter_Click(object sender, EventArgs e)
  1495. {
  1496. DataTable dt = (DataTable)dh.ExecuteSql("select pib_outboxcode2,max(pib_id) pib_id from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "' group by pib_outboxcode2 order by to_number(pib_outboxcode2)", "select");
  1497. string SQL = "select pib_outboxcode2||'/'||(select max(to_number(pib_outboxcode2)) from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "') from prodiobarcode where pib_id=";
  1498. for (int i = 0; i < dt.Rows.Count; i++)
  1499. {
  1500. DataTable dt1 = (DataTable)dh.ExecuteSql(SQL + dt.Rows[i]["pib_id"].ToString(), "select");
  1501. FootReport.SetParameterValue("唛头", dt1.Rows[0][0].ToString());
  1502. FootReport.PrintSettings.ShowDialog = false;
  1503. FootReport.PrintSettings.Printer = SingleLabelPrinter.Text;
  1504. FootReport.Print();
  1505. }
  1506. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "打印唛头", "成功");
  1507. }
  1508. private void Input_KeyUp(object sender, KeyEventArgs e)
  1509. {
  1510. if (e.KeyCode == Keys.Enter)
  1511. {
  1512. Input.SelectAll();
  1513. }
  1514. }
  1515. private void GridPrcode_CellPainting(object sender, DataGridViewCellPaintingEventArgs e)
  1516. {
  1517. bool mouseOver = e.CellBounds.Contains(this.PointToClient(Cursor.Position));
  1518. if (e.ColumnIndex > 0 && e.RowIndex >= 0)
  1519. {
  1520. if (GridPrcode.Columns[e.ColumnIndex].Name == "pd_outqty")
  1521. {
  1522. SolidBrush solidBrush = new SolidBrush(Color.FromArgb(51, 153, 255));
  1523. e.Graphics.FillRectangle(mouseOver ? solidBrush : Brushes.LightSeaGreen, e.CellBounds);
  1524. Rectangle border = e.CellBounds;
  1525. border.Width -= 1;
  1526. e.Graphics.DrawRectangle(Pens.White, border);
  1527. e.PaintContent(e.CellBounds);
  1528. e.Handled = true;
  1529. }
  1530. if (GridPrcode.Columns[e.ColumnIndex].Name == "UnCollectedNum")
  1531. {
  1532. SolidBrush solidBrush = new SolidBrush(Color.FromArgb(51, 153, 255));
  1533. if (GridPrcode.Rows[e.RowIndex].Cells["UnCollectedNum"].Value.ToString() == "0.000")
  1534. e.Graphics.FillRectangle(mouseOver ? solidBrush : Brushes.LightSeaGreen, e.CellBounds);
  1535. else
  1536. e.Graphics.FillRectangle(mouseOver ? solidBrush : Brushes.Red, e.CellBounds);
  1537. Rectangle border = e.CellBounds;
  1538. border.Width -= 1;
  1539. e.Graphics.DrawRectangle(Pens.White, border);
  1540. e.PaintContent(e.CellBounds);
  1541. e.Handled = true;
  1542. }
  1543. }
  1544. }
  1545. private void GridPrcode_CellMouseUp(object sender, DataGridViewCellMouseEventArgs e)
  1546. {
  1547. if (e.Button == MouseButtons.Right)
  1548. {
  1549. if (e.RowIndex >= 0 && e.ColumnIndex > 0)
  1550. {
  1551. string Conetent = GridPrcode.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString();
  1552. Clipboard.SetText(Conetent);
  1553. MessageBox.Show("已复制内容" + Conetent);
  1554. }
  1555. }
  1556. }
  1557. private void OutBoxNum_SelectedIndexChanged(object sender, EventArgs e)
  1558. {
  1559. LoadGridData(sender, e);
  1560. }
  1561. private void Pack_Click(object sender, EventArgs e)
  1562. {
  1563. if (LabelInf.Rows.Count > 0)
  1564. {
  1565. GetBarCodeRule(out Prefix, out Suffix, out MaxNum, out NumLength, out Radix);
  1566. List<string> OutBoxCode = new List<string>();
  1567. List<string> PIBID = new List<string>();
  1568. for (int i = 0; i < LabelInf.Rows.Count; i++)
  1569. {
  1570. if (LabelInf.Rows[i].Cells["pib_custoutboxcode"].Value.ToString() == "")
  1571. {
  1572. PIBID.Add(LabelInf.Rows[i].Cells["pib_id1"].Value.ToString());
  1573. string serialcode = BaseUtil.DToAny(MaxNum, Radix);
  1574. for (int k = serialcode.ToString().Length; k < NumLength; k++)
  1575. {
  1576. serialcode = "0" + serialcode;
  1577. }
  1578. if (i + 1 < LabelInf.Rows.Count)
  1579. {
  1580. string FPrcode = LabelInf.Rows[i].Cells["pib_prodcode"].Value.ToString();
  1581. string BPrcode = LabelInf.Rows[i + 1].Cells["pib_prodcode"].Value.ToString();
  1582. if (FPrcode != BPrcode)
  1583. {
  1584. MaxNum = MaxNum + 1;
  1585. }
  1586. }
  1587. OutBoxCode.Add(Prefix + serialcode + Suffix);
  1588. }
  1589. }
  1590. dh.BatchInsert("update prodiobarcode set pib_custoutboxcode=:pib_custoutboxcode where pib_id=:pib_id and pib_custoutboxcode is null", new string[] { "pib_custoutboxcode", "pib_outboxcode2" }, OutBoxCode.ToArray(), PIBID.ToArray());
  1591. MaxNum = MaxNum + 1;
  1592. dh.UpdateByCondition("RULEMAXNUM", "rmn_maxnumber='" + MaxNum + "'", "rmn_nrcode='" + pi_cardcode.Text + "' and rmn_prefix='" + Prefix + "'");
  1593. LoadGridData(sender, e);
  1594. //DataTable dt = (DataTable)dh.ExecuteSql("select distinct pib_outboxcode2 from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "' order by to_number(pib_outboxcode2)", "select");
  1595. //string pibcustoutboxcode = dh.getFieldDataByCondition("prodiobarcode", "pib_custoutboxcode", "pib_inoutno='" + pi_inoutno.Text + "' and pib_outboxcode2='" + LabelInf.Rows[LabelInf.Rows.Count - 1].Cells["pib_outboxcode2"].Value.ToString() + "' and pib_custoutboxcode is not null").ToString();
  1596. //GetBarCodeRule(out Prefix, out Suffix, out MaxNum, out NumLength, out Radix);
  1597. //if (Radix > 0)
  1598. //{
  1599. // //生成外箱条码
  1600. // for (int i = 0; i < dt.Rows.Count; i++)
  1601. // {
  1602. // List<string> OutBoxCode = new List<string>();
  1603. // List<string> PIBOUTBOXCODE2 = new List<string>();
  1604. // string serialcode = BaseUtil.DToAny(MaxNum, Radix);
  1605. // for (int k = serialcode.ToString().Length; k < NumLength; k++)
  1606. // {
  1607. // serialcode = "0" + serialcode;
  1608. // }
  1609. // if (pibcustoutboxcode == "")
  1610. // {
  1611. // OutBoxCode.Add(Prefix + serialcode + Suffix);
  1612. // MaxNum = MaxNum + 1;
  1613. // }
  1614. // else
  1615. // {
  1616. // OutBoxCode.Add(pibcustoutboxcode);
  1617. // }
  1618. // PIBOUTBOXCODE2.Add(dt.Rows[i]["pib_outboxcode2"].ToString());
  1619. // dh.BatchInsert("update prodiobarcode set pib_custoutboxcode=:pib_custoutboxcode where pib_outboxcode2=:pib_outboxcode2 and pib_custoutboxcode is null", new string[] { "pib_custoutboxcode", "pib_outboxcode2" }, OutBoxCode.ToArray(), PIBOUTBOXCODE2.ToArray());
  1620. // }
  1621. // dh.UpdateByCondition("RULEMAXNUM", "rmn_maxnumber='" + MaxNum + "'", "rmn_nrcode='" + pi_cardcode.Text + "' and rmn_prefix='" + Prefix + "'");
  1622. //}
  1623. }
  1624. }
  1625. private void PackMidBox_Click(object sender, EventArgs e)
  1626. {
  1627. DataTable dt = (DataTable)dh.ExecuteSql("select distinct pib_outboxcode2 from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "' order by pib_outboxcode2", "select");
  1628. GetBarCodeRule(out Prefix, out Suffix, out MaxNum, out NumLength, out Radix);
  1629. if (Radix > 0)
  1630. {
  1631. //生成中盒条码
  1632. int pib_outboxcode1 = int.Parse(dh.getFieldDataByCondition("prodiobarcode", "max(to_number(nvl(pib_outboxcode1,0)))", "pib_inoutno='" + pi_inoutno.Text + "'").ToString());
  1633. MaxNum = MaxNum - 1;
  1634. for (int i = 0; i < dt.Rows.Count; i++)
  1635. {
  1636. List<string> MidBoxCode = new List<string>();
  1637. List<string> PIBID = new List<string>();
  1638. List<string> PIBOUTBOXCODE1 = new List<string>();
  1639. DataTable dt1 = (DataTable)dh.ExecuteSql("select pib_id,pib_prodcode from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "' and pib_outboxcode2='" + dt.Rows[i]["pib_outboxcode2"].ToString() + "' and pib_outboxcode1 is null order by to_number(pib_id)", "select");
  1640. //如果不是10的整数倍则为尾盒
  1641. int tencount = 0;
  1642. for (int j = 0; j < dt1.Rows.Count; j++)
  1643. {
  1644. if (tencount % MidboxCapacity.Value == 0 || (dt1.Rows[j]["pib_prodcode"].ToString() != dt1.Rows[j - 1]["pib_prodcode"].ToString()))
  1645. {
  1646. pib_outboxcode1 = pib_outboxcode1 + 1;
  1647. MaxNum = MaxNum + 1;
  1648. tencount = 0;
  1649. }
  1650. tencount = tencount + 1;
  1651. string serialcode = BaseUtil.DToAny(MaxNum, Radix);
  1652. for (int k = serialcode.ToString().Length; k < NumLength; k++)
  1653. {
  1654. serialcode = "0" + serialcode;
  1655. }
  1656. MidBoxCode.Add(Prefix + serialcode + Suffix);
  1657. PIBID.Add(dt1.Rows[j]["pib_id"].ToString());
  1658. PIBOUTBOXCODE1.Add(pib_outboxcode1.ToString());
  1659. }
  1660. dh.BatchInsert("update prodiobarcode set pib_custmidboxcode=:pib_custmidboxcode,pib_outboxcode1=:pib_outboxcode1 where pib_id=:pib_id and pib_custmidboxcode is null", new string[] { "pib_custmidboxcode", "pib_outboxcode1", "pib_id" }, MidBoxCode.ToArray(), PIBOUTBOXCODE1.ToArray(), PIBID.ToArray());
  1661. }
  1662. MaxNum = MaxNum + 1;
  1663. dh.UpdateByCondition("RULEMAXNUM", "rmn_maxnumber='" + MaxNum + "'", "rmn_nrcode='" + pi_cardcode.Text + "' and rmn_prefix='" + Prefix + "'");
  1664. }
  1665. LoadGridData(sender, e);
  1666. }
  1667. private void PrintStatus_Click(object sender, EventArgs e)
  1668. {
  1669. EnablePrint = !EnablePrint;
  1670. if (EnablePrint)
  1671. {
  1672. SetPrintStatus_label.ForeColor = Color.Green;
  1673. SetPrintStatus_label.Text = "可打印";
  1674. }
  1675. else
  1676. {
  1677. SetPrintStatus_label.ForeColor = Color.Red;
  1678. SetPrintStatus_label.Text = "暂停打印";
  1679. }
  1680. Input.Focus();
  1681. }
  1682. private void CustomerLabel_Click(object sender, EventArgs e)
  1683. {
  1684. sql.Clear();
  1685. sql.Append("update prodiobarcode set pib_custbarcode=case when instr(pib_custbarcode,'SL')=0 ");
  1686. sql.Append("then ('SL'||pib_custbarcode)else pib_custbarcode end, pib_custoutboxcode=case when instr");
  1687. sql.Append("(pib_custoutboxcode,'SC')=0 then ('SC'||pib_custoutboxcode)else pib_custoutboxcode end where pib_inoutno='" + pi_inoutno.Text + "'");
  1688. dh.ExecuteSql(sql.ToString(), "select");
  1689. LoadGridData(sender, e);
  1690. CustomerLabel.Enabled = false;
  1691. }
  1692. private void Combindetail_CheckedChanged(object sender, EventArgs e)
  1693. {
  1694. LoadPrcodeData();
  1695. }
  1696. string SelectProdcode = "";
  1697. string SelectMidBoxCode = "";
  1698. int SelectRowIndex = -1;
  1699. private void LabelInf_CellClick(object sender, DataGridViewCellEventArgs e)
  1700. {
  1701. LabelInf.Rows[e.RowIndex].Selected = true;
  1702. SelectRowIndex = e.RowIndex;
  1703. }
  1704. }
  1705. }