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 System.Globalization;
  14. using FastReport;
  15. using System.Linq;
  16. namespace UAS_LabelMachine
  17. {
  18. public partial class UAS_出货标签打印 : Form
  19. {
  20. //自适应屏幕
  21. AutoSizeFormClass asc = new AutoSizeFormClass();
  22. DataHelper dh;
  23. DataTable dt;
  24. StringBuilder sql = new StringBuilder();
  25. /// <summary>
  26. /// 单盘打印文件
  27. /// </summary>
  28. Report SingleReport = new Report();
  29. /// <summary>
  30. /// 中盒打印文件
  31. /// </summary>
  32. Report MidReport = new Report();
  33. /// <summary>
  34. /// 外箱打印文件
  35. /// </summary>
  36. Report OutReport = new Report();
  37. /// <summary>
  38. /// 唛头文件打印
  39. /// </summary>
  40. Report FootReport = new Report();
  41. /// <summary>
  42. /// Loading窗口
  43. /// </summary>
  44. SetLoadingWindow stw;
  45. /// <summary>
  46. /// 弹窗线程
  47. /// </summary>
  48. Thread thread;
  49. /// <summary>
  50. /// 当前品牌
  51. /// </summary>
  52. string PI_ID;
  53. bool logout = false;
  54. //主表数据源
  55. DataTable LabelInfDataTable;
  56. /// <summary>
  57. /// 存放单盘的ID
  58. /// </summary>
  59. List<string> SingleID = new List<string>();
  60. /// <summary>
  61. /// 是否全选
  62. /// </summary>
  63. bool AllChecked = false;
  64. /// <summary>
  65. /// 是否通过选择Combox来改变打开的文件
  66. /// </summary>
  67. bool ComBoxClickChangeLabelDoc = false;
  68. //当前采集的物料编号
  69. string CurrentPrCode = "";
  70. //当前采集的最小包装
  71. string CurrentZXBZ = "";
  72. //当前采集的单位
  73. string CurrentUnit = "";
  74. //当前采集的总数
  75. string CurrentPrCount = "";
  76. //当前明细序号
  77. string CurrentPDNO = "";
  78. //当前的物料品牌
  79. string CurrentBrand = "";
  80. string Prefix = "";
  81. string Suffix = "";
  82. int MaxNum = 0;
  83. int NumLength = 0;
  84. int Radix = 0;
  85. private bool EnablePrint = true;
  86. string[] PIBID;
  87. DataTable Attach;
  88. public UAS_出货标签打印(string Master)
  89. {
  90. InitializeComponent();
  91. Text = Text + "-" + Master;
  92. }
  93. protected override void WndProc(ref Message m)
  94. {
  95. //拦截双击标题栏、移动窗体的系统消息
  96. if (m.Msg != 0xA3)
  97. {
  98. base.WndProc(ref m);
  99. }
  100. }
  101. private void 贴标机条码打印_Load(object sender, EventArgs e)
  102. {
  103. //用计时器重置数据库链接
  104. LogManager.DoLog("程序启动,登陆人员【" + User.UserName + "】");
  105. dh = SystemInf.dh;
  106. CheckForIllegalCrossThreadCalls = false;
  107. pi_inoutno.Focus();
  108. Point pt = new Point();
  109. //禁止所有列的排序
  110. foreach (DataGridViewColumn dgv in LabelInf.Columns)
  111. {
  112. dgv.SortMode = DataGridViewColumnSortMode.NotSortable;
  113. }
  114. int ScreenWidth = Screen.GetWorkingArea(pt).Width;
  115. //设置获取当前屏幕大小自动全屏但是保留任务栏
  116. Rectangle ScreenArea = Screen.GetWorkingArea(this);
  117. Top = 0;
  118. Left = 0;
  119. Width = ScreenArea.Width;
  120. Height = ScreenArea.Height;
  121. OutboxCapacity.Value = Properties.Settings.Default.OutboxCapacity;
  122. MidboxCapacity.Value = Properties.Settings.Default.MidBoxCapacity;
  123. if (MidboxCapacity.Value == 0)
  124. {
  125. MidboxCapacity.Value = 10;
  126. }
  127. DCCheck.Text = Properties.Settings.Default.DCCheck.ToString();
  128. OutBoxPrinter.Text = Properties.Settings.Default.OPrinter;
  129. MidLabelPrinter.Text = Properties.Settings.Default.MPrinter;
  130. SingleLabelPrinter.Text = Properties.Settings.Default.SPrinter;
  131. asc.controllInitializeSize(this);
  132. asc.controlAutoSize(this);
  133. RefreshDBConnect.Interval = 60000;
  134. RefreshDBConnect.Start();
  135. }
  136. //只执行一次窗体自适应
  137. bool AutoSized = false;
  138. private void 贴标机条码打印_SizeChanged(object sender, EventArgs e)
  139. {
  140. if (!AutoSized)
  141. {
  142. asc.controlAutoSize(this);
  143. AutoSized = true;
  144. }
  145. }
  146. private void LabelMaintain_Click(object sender, EventArgs e)
  147. {
  148. 客户标签维护 form = new 客户标签维护();
  149. BaseUtil.SetFormCenter(form);
  150. form.FormClosed += LabelFormClose;
  151. form.ShowDialog();
  152. }
  153. private void LabelFormClose(object sender, EventArgs e)
  154. {
  155. if (GetGridOnly.Checked)
  156. GetInOutInfAndLabelFile();
  157. else
  158. {
  159. GetGridOnly.Checked = true;
  160. GetInOutInfAndLabelFile();
  161. GetGridOnly.Checked = false;
  162. }
  163. }
  164. //输入框Enter事件
  165. private void Input_KeyDown(object sender, KeyEventArgs e)
  166. {
  167. if (e.KeyCode == Keys.Enter)
  168. {
  169. if (Input.Text == "")
  170. {
  171. MessageBox.Show("采集的数据不能为空");
  172. return;
  173. }
  174. CollectInputData();
  175. }
  176. }
  177. /// <summary>
  178. /// 采集数据
  179. /// </summary>
  180. private void CollectInputData()
  181. {
  182. if (Input.Text == "SC")
  183. {
  184. PrintStatus.PerformClick();
  185. Input.Text = "";
  186. return;
  187. }
  188. Input.Text = Input.Text.Replace("\n", "").Replace(" ", "").Replace("\t", "").Replace("\r", "");
  189. Dictionary<string, string> Data = new Dictionary<string, string>();
  190. string[] SplitData = Input.Text.Split('*');
  191. if (SplitData.Length < 5)
  192. {
  193. MessageBox.Show("数据格式错误,无法解析", "提示");
  194. Input.SelectAll();
  195. return;
  196. }
  197. for (int i = 0; i < SplitData.Length; i++)
  198. {
  199. switch (i.ToString())
  200. {
  201. case "0":
  202. Data.Add("PRCODE", SplitData[i]);
  203. break;
  204. case "1":
  205. Data.Add("QTY", SplitData[i]);
  206. break;
  207. case "2":
  208. Data.Add("DATECODE", SplitData[i]);
  209. break;
  210. case "3":
  211. Data.Add("BRAND", SplitData[i]);
  212. break;
  213. case "4":
  214. Data.Add("LOTNO", SplitData[i]);
  215. break;
  216. case "5":
  217. Data.Add("PO", SplitData[i]);
  218. break;
  219. case "6":
  220. Data.Add("SERIAL", SplitData[i]);
  221. break;
  222. default:
  223. break;
  224. }
  225. }
  226. //校验DateCode是否过期
  227. if (!CheckDateCode(Data["DATECODE"]))
  228. {
  229. MessageBox.Show("物料" + Data["PRCODE"] + "【DateCode】超出校验日期");
  230. Input.SelectAll();
  231. return;
  232. }
  233. if (Data["PRCODE"] != CurrentPrCode)
  234. {
  235. MessageBox.Show("当前采集【物料编号】不对应,请重新采集", "提示");
  236. Input.SelectAll();
  237. return;
  238. }
  239. if (Data["BRAND"] != CurrentBrand)
  240. {
  241. string close = MessageBox.Show(this.ParentForm, "当前采集【品牌】不对应,是否继续采集", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  242. if (close != "Yes")
  243. {
  244. Input.SelectAll();
  245. return;
  246. }
  247. }
  248. int CodeCount = 0;
  249. //如果单位是KPCS则需要除1000
  250. double CollectNum = 0;
  251. if (CurrentUnit == "KPCS")
  252. {
  253. //如果单位是KPCS则必须是1000的整数倍
  254. if (Convert.ToDouble((double.Parse(Data["QTY"]) / 1000).ToString("0.000")) / Convert.ToDouble(double.Parse(CurrentZXBZ).ToString("0.000")) % 1 != 0)
  255. {
  256. MessageBox.Show("物料" + Data["PRCODE"] + "采集数量无法按照最小包装数拆分", "提示");
  257. Input.SelectAll();
  258. return;
  259. }
  260. CodeCount = int.Parse((double.Parse(Data["QTY"]) / 1000 / double.Parse(CurrentZXBZ)).ToString());
  261. CollectNum = double.Parse(Data["QTY"]) / 1000;
  262. }
  263. else
  264. {
  265. if (double.Parse(Data["QTY"]) % double.Parse(CurrentZXBZ) != 0)
  266. {
  267. MessageBox.Show("采集【数量】无法按照最小包装数拆分", "提示");
  268. Input.SelectAll();
  269. return;
  270. }
  271. CodeCount = int.Parse((double.Parse(Data["QTY"]) / double.Parse(CurrentZXBZ)).ToString());
  272. CollectNum = double.Parse(Data["QTY"]);
  273. }
  274. string pib_barcode = Data.ContainsKey("SERIAL") ? Data["SERIAL"] : "";
  275. //获取ID
  276. PIBID = dh.GetSEQ("prodiobarcode_seq", CodeCount);
  277. string pib_outboxcode2 = "";
  278. if (OutBoxNum.Text == "新增")
  279. {
  280. string maxoutbox = dh.getFieldDataByCondition("prodiobarcode", "max(to_number(pib_outboxcode2))", "pib_inoutno='" + pi_inoutno.Text + "'").ToString();
  281. //如果没有则从开始插入
  282. if (maxoutbox == "")
  283. {
  284. pib_outboxcode2 = "1";
  285. }
  286. else
  287. {
  288. pib_outboxcode2 = (int.Parse(maxoutbox) + 1).ToString();
  289. }
  290. }
  291. else
  292. {
  293. pib_outboxcode2 = OutBoxNum.Text;
  294. }
  295. //计算当前采集数量
  296. string collectqty = (LabelInfDataTable.Compute("sum(pib_qty)", "pib_prodcode='" + CurrentPrCode + "' and pib_pdno='" + CurrentPDNO + "'").ToString());
  297. double CollectQty = (collectqty == "" ? 0 : double.Parse(collectqty));
  298. if (Convert.ToDouble((CollectQty + CollectNum).ToString("0.000")) > Convert.ToDouble(double.Parse(CurrentPrCount).ToString("0.000")))
  299. {
  300. MessageBox.Show("物料" + Data["PRCODE"] + "采集后数量为" + (CollectQty + CollectNum) + ",【超出】本行出货数量" + CurrentPrCount, "提示");
  301. Input.SelectAll();
  302. return;
  303. }
  304. List<string> CustBarCode = new List<string>();
  305. if (!(Radix > 0))
  306. {
  307. string close = MessageBox.Show(this.ParentForm, "未维护条码规则,是否继续生成", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  308. if (close.ToString() != "Yes")
  309. return;
  310. }
  311. for (int i = 0; i < CodeCount; i++)
  312. {
  313. if (Radix > 0)
  314. {
  315. string serialcode = BaseUtil.DToAny(MaxNum, Radix);
  316. for (int j = serialcode.ToString().Length; j < NumLength; j++)
  317. {
  318. serialcode = "0" + serialcode;
  319. }
  320. CustBarCode.Add(Prefix + serialcode + Suffix);
  321. MaxNum = MaxNum + 1;
  322. }
  323. else
  324. {
  325. CustBarCode.Add("");
  326. }
  327. }
  328. sql.Clear();
  329. sql.Append("insert into prodiobarcode(PIB_ID,PIB_PRODCODE,PIB_INDATE,PIB_INOUTNO,PIB_PIID,PIB_PDNO, PIB_PDID,PIB_PICLASS,");
  330. 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) ");
  331. sql.Append("select :PIB_ID,pd_prodcode,sysdate,pi_inoutno,pi_id,pd_pdno,pd_id,pi_class,");
  332. 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 + "' ");
  333. 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 + "'");
  334. dh.BatchInsert(sql.ToString(), new string[] { "PIB_ID", "PIB_CUSTBARCODE" }, PIBID, CustBarCode.ToArray());
  335. //更新流水号
  336. dh.UpdateByCondition("RULEMAXNUM", "rmn_maxnumber='" + (MaxNum) + "'", "rmn_nrcode='" + pi_cardcode.Text + "' and rmn_prefix='" + Prefix + "'");
  337. LoadGridData(new object(), new EventArgs());
  338. //加载完数据之后进行容量的判断
  339. int BoxNum = LabelInfDataTable.Select("pib_outboxcode2='" + OutBoxNum.Text + "'").Length;
  340. if (BoxNum > OutboxCapacity.Value)
  341. {
  342. MessageBox.Show("箱号【" + OutBoxNum.Text + "】超出容量,当前已采集" + BoxNum, "提示");
  343. }
  344. if (SingleLabelAutoPrint.Checked)
  345. {
  346. thread = new Thread(AutoPrintSingleLabel);
  347. stw = new SetLoadingWindow(thread, "正在打印单盘标签");
  348. BaseUtil.SetFormCenter(stw);
  349. stw.ShowDialog();
  350. }
  351. //采集后重新计数,自动跳到下一行
  352. collectqty = (LabelInfDataTable.Compute("sum(pib_qty)", "pib_prodcode='" + CurrentPrCode + "' and pib_pdno='" + CurrentPDNO + "'").ToString());
  353. CollectQty = (collectqty == "" ? 0 : double.Parse(collectqty));
  354. //采集达到了数量进行换行
  355. if (CollectQty == double.Parse(CurrentPrCount))
  356. {
  357. //for (int i = 0; i < GridPrcode.Rows.Count; i++)
  358. //{
  359. // string outqty = GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString();
  360. // string collectnum = GridPrcode.Rows[i].Cells["CollectedNum"].Value.ToString();
  361. // //采集之前的行,如后续行有物料编号相同的并且编号较大的跳到这样
  362. // if (GridPrcode.Rows[i].Cells["pd_prodcode"].Value.ToString() == CurrentPrCode && double.Parse(outqty) > double.Parse(collectnum == "" ? "0" : collectnum))
  363. // {
  364. // if (int.Parse(GridPrcode.Rows[i].Cells["pd_pdno"].Value.ToString()) > int.Parse(CurrentPDNO))
  365. // {
  366. // GridPrcode.Rows[i].Selected = true;
  367. // if (i - 1 > 0)
  368. // GridPrcode.FirstDisplayedScrollingRowIndex = i - 1;
  369. // else
  370. // GridPrcode.FirstDisplayedScrollingRowIndex = i;
  371. // Input.Clear();
  372. // OutBoxNum_Click(new object(), new EventArgs());
  373. // return;
  374. // }
  375. // }
  376. //}
  377. DataGridViewSelectedRowCollection selectrow = GridPrcode.SelectedRows;
  378. if (selectrow.Count > 0)
  379. {
  380. if (selectrow[0].Index + 1 < GridPrcode.Rows.Count)
  381. {
  382. string outqty = GridPrcode.Rows[selectrow[0].Index + 1].Cells["pd_outqty"].Value.ToString();
  383. string collectnum = GridPrcode.Rows[selectrow[0].Index + 1].Cells["CollectedNum"].Value.ToString();
  384. if (double.Parse(outqty) > double.Parse(collectnum == "" ? "0" : collectnum))
  385. {
  386. GridPrcode.Rows[selectrow[0].Index + 1].Selected = true;
  387. GridPrcode.FirstDisplayedScrollingRowIndex = selectrow[0].Index + 1;
  388. }
  389. }
  390. }
  391. }
  392. Input.Clear();
  393. OutBoxNum_Click(new object(), new EventArgs());
  394. }
  395. private void AutoPrintSingleLabel()
  396. {
  397. if (EnablePrint)
  398. {
  399. //用标签本身的变量作为最外层的循环条件去匹配;
  400. StringBuilder ParamLog = new StringBuilder();
  401. string pibid = "";
  402. for (int i = 0; i < PIBID.Length; i++)
  403. {
  404. if (i != PIBID.Length - 1)
  405. pibid += PIBID[i] + ",";
  406. else
  407. pibid += PIBID[i];
  408. }
  409. if (!SingleLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  410. SingleReport.Load(SingleLabelCombox.SelectedValue.ToString());
  411. for (int j = 0; j < SingleReport.Parameters.Count; j++)
  412. {
  413. SingleReport.SetParameterValue(SingleReport.Parameters[j].Name, "");
  414. for (int k = 0; k < Attach.Rows.Count; k++)
  415. {
  416. if (Attach.Rows[k][0].ToString() == SingleReport.Parameters[j].Name)
  417. {
  418. SingleReport.SetParameterValue(SingleReport.Parameters[j].Name, Attach.Rows[k][1].ToString());
  419. }
  420. }
  421. }
  422. DataTable dt = (DataTable)dh.ExecuteSql("select * from prodiosingleinfo_view where 主键ID in (" + pibid + ")", "select");
  423. SingleReport.RegisterData(dt, "prodiosingleinfo_view");
  424. SingleReport.GetDataSource("prodiosingleinfo_view").Enabled = true;
  425. SingleReport.PrintSettings.ShowDialog = false;
  426. SingleReport.PrintSettings.Printer = SingleLabelPrinter.Text;
  427. try
  428. {
  429. SingleReport.Print();
  430. }
  431. catch (Exception e)
  432. {
  433. MessageBox.Show(e.Message);
  434. return;
  435. }
  436. Properties.Settings.Default.SPrinter = SingleLabelPrinter.Text;
  437. Properties.Settings.Default.Save();
  438. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "自动打印箱标", "打印成功");
  439. }
  440. }
  441. //关闭窗口前提示用户确认
  442. private void 贴标机条码打印_FormClosing(object sender, FormClosingEventArgs e)
  443. {
  444. //如果不是注销的话
  445. if (!logout)
  446. {
  447. string close = MessageBox.Show(this.ParentForm, "是否关闭", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  448. if (close.ToString() != "Yes")
  449. e.Cancel = true;
  450. else
  451. {
  452. LogManager.DoLog("关闭程序");
  453. }
  454. }
  455. }
  456. /// <summary>
  457. /// 获取打印标签
  458. /// </summary>
  459. private void GetInOutInfAndLabelFile()
  460. {
  461. ComBoxClickChangeLabelDoc = false;
  462. sql.Clear();
  463. 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 ");
  464. sql.Append("left join customer on cu_code=cl_custcode left join label on la_code=CL_LABELCODE where ((pi_cardcode='" + pi_cardcode.Text + "' ");
  465. sql.Append("and pi_inoutno='" + pi_inoutno.Text + "') or( cl_custcode is null)) and cl_labeltype='单盘' order by cl_custcode,cl_date desc");
  466. dt = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  467. SingleLabelCombox.DisplayMember = "cl_labelname";
  468. SingleLabelCombox.ValueMember = "cl_labelurl";
  469. SingleLabelCombox.DataSource = dt;
  470. if (SingleLabelCombox.Text != "")
  471. {
  472. if (!SingleLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  473. SingleReport.Load(SingleLabelCombox.SelectedValue.ToString());
  474. }
  475. sql.Clear();
  476. 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 ");
  477. sql.Append("left join customer on cu_code=cl_custcode left join label on la_code=CL_LABELCODE where ((pi_cardcode='" + pi_cardcode.Text + "' ");
  478. sql.Append("and pi_inoutno='" + pi_inoutno.Text + "') or( cl_custcode is null)) and cl_labeltype='中盒' order by cl_custcode,cl_date desc");
  479. dt = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  480. MidLabelCombox.DisplayMember = "cl_labelname";
  481. MidLabelCombox.ValueMember = "cl_labelurl";
  482. MidLabelCombox.DataSource = dt;
  483. if (MidLabelCombox.Text != "")
  484. {
  485. if (!MidLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  486. MidReport.Load(MidLabelCombox.SelectedValue.ToString());
  487. }
  488. //缓存中盒参数
  489. sql.Clear();
  490. 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 ");
  491. sql.Append("left join customer on cu_code=cl_custcode left join label on la_code=CL_LABELCODE where ((pi_cardcode='" + pi_cardcode.Text + "' ");
  492. sql.Append("and pi_inoutno='" + pi_inoutno.Text + "') or( cl_custcode is null)) and cl_labeltype='外箱' order by cl_custcode,cl_date desc");
  493. dt = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  494. OutBoxCombox.DisplayMember = "cl_labelname";
  495. OutBoxCombox.ValueMember = "cl_labelurl";
  496. OutBoxCombox.DataSource = dt;
  497. if (OutBoxCombox.Text != "")
  498. {
  499. if (!OutBoxCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  500. OutReport.Load(OutBoxCombox.SelectedValue.ToString());
  501. }
  502. FootReport.Load(@"\\10.2.10.238\PRINTE\FASTREPORT\唛头.frx");
  503. //缓存外箱参数
  504. ComBoxClickChangeLabelDoc = true;
  505. }
  506. /// <summary>
  507. /// 出入库单录入框的回车事件
  508. /// </summary>
  509. /// <param name="sender"></param>
  510. /// <param name="e"></param>
  511. private void pi_inoutno_KeyDown(object sender, KeyEventArgs e)
  512. {
  513. if (e.KeyCode == Keys.Enter)
  514. {
  515. Combindetail.Checked = false;
  516. Input.Clear();
  517. sql.Clear();
  518. 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'");
  519. dt = (DataTable)dh.ExecuteSql(sql.ToString(), "select");
  520. if (dt.Rows.Count > 0)
  521. {
  522. pi_cardcode.Text = dt.Rows[0]["pi_cardcode"].ToString();
  523. pi_title.Text = dt.Rows[0]["pi_title"].ToString();
  524. if (pi_cardcode.Text != "ZGCC")
  525. {
  526. CustomerLabel.Enabled = false;
  527. }
  528. else
  529. {
  530. CustomerLabel.Enabled = true;
  531. }
  532. pi_date.Text = dt.Rows[0]["pi_date"].ToString();
  533. PI_ID = dt.Rows[0]["pi_id"].ToString();
  534. OutBoxNum_Click(new object(), new EventArgs());
  535. LoadPrcodeData();
  536. LoadGridData(sender, e);
  537. //获取条码规则
  538. GetBarCodeRule(out Prefix, out Suffix, out MaxNum, out NumLength, out Radix);
  539. SingleID.Clear();
  540. Input.Focus();
  541. ////从后往前找未采集的行
  542. for (int i = GridPrcode.Rows.Count - 1; i >= 0; i--)
  543. {
  544. string outqty = GridPrcode.Rows[i].Cells["pd_outqty"].Value.ToString();
  545. string collectnum = GridPrcode.Rows[i].Cells["CollectedNum"].Value.ToString();
  546. if (double.Parse(outqty) > double.Parse(collectnum == "" ? "0" : collectnum))
  547. {
  548. GridPrcode.Rows[i].Selected = true;
  549. if (i - 1 > 0)
  550. GridPrcode.FirstDisplayedScrollingRowIndex = i - 1;
  551. else
  552. GridPrcode.FirstDisplayedScrollingRowIndex = i;
  553. }
  554. }
  555. bi_inman.Text = dh.getFieldDataByCondition("barcodeio left join employee on bi_inman=em_code", "wm_concat(distinct em_name)", "bi_piid=" + PI_ID).ToString();
  556. pib_inman.Text = dh.getFieldDataByCondition("prodiobarcode left join employee on pib_inman=em_code", "wm_concat(distinct em_name)", "pib_piid=" + PI_ID).ToString();
  557. Attach = (DataTable)dh.ExecuteSql("select lap_param lp_name,lap_value lp_sql from LABELATTACHPARAMETER where lap_custcode='" + pi_cardcode.Text + "'", "select");
  558. thread = new Thread(GetInOutInfAndLabelFile);
  559. stw = new SetLoadingWindow(thread, "正在获取打印标签");
  560. BaseUtil.SetFormCenter(stw);
  561. stw.ShowDialog();
  562. LogManager.DoLog("输入单号【" + pi_inoutno.Text + "】");
  563. }
  564. else MessageBox.Show("当前出入库单号不存在或者未审核!", "提示");
  565. }
  566. }
  567. private void SingleBoxPrint()
  568. {
  569. if (EnablePrint)
  570. {
  571. if (LabelInf.Rows.Count > 0)
  572. {
  573. //每次打印清除之前缓存的行号和ID,后面会判断需要打印的数据重新加载
  574. SingleID.Clear();
  575. //获取全部的中盒号
  576. Dictionary<string, bool> outboxcode1 = new Dictionary<string, bool>();
  577. //判断所有盒号为该盒的是否勾选已采集
  578. outboxcode1.Add(LabelInf.Rows[0].Cells["pib_outboxcode1"].Value.ToString(), true);
  579. for (int i = 0; i < LabelInf.Rows.Count; i++)
  580. {
  581. if (!SingleID.Contains(LabelInf.Rows[i].Cells["pib_id1"].Value.ToString()))
  582. SingleID.Add(LabelInf.Rows[i].Cells["pib_id1"].Value.ToString());
  583. }
  584. if (SingleID.ToArray().Length == 0)
  585. {
  586. MessageBox.Show("选择的行未勾选采集或者已打印", "提示");
  587. return;
  588. }
  589. for (int i = 0; i < LabelInf.RowCount; i++)
  590. {
  591. if (i + 1 < LabelInf.RowCount)
  592. {
  593. //如果本行的中盒号和下一行不相等的话
  594. if (LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString() != LabelInf.Rows[i + 1].Cells["pib_outboxcode1"].Value.ToString())
  595. {
  596. if (!outboxcode1.ContainsKey(LabelInf.Rows[i + 1].Cells["pib_outboxcode1"].Value.ToString()))
  597. outboxcode1.Add(LabelInf.Rows[i + 1].Cells["pib_outboxcode1"].Value.ToString(), true);
  598. }
  599. }
  600. }
  601. string pibid = "";
  602. for (int i = 0; i < LabelInf.RowCount; i++)
  603. {
  604. //勾选了并且未打印
  605. if (LabelInf.Rows[i].Cells["Choose"].FormattedValue != null && LabelInf.Rows[i].Cells["Choose"].FormattedValue.ToString().ToLower() == "true")
  606. {
  607. pibid += LabelInf.Rows[i].Cells["pib_id1"].Value.ToString() + ",";
  608. LabelInf.Rows[i].Cells["pib_ifprint"].Value = true;
  609. }
  610. }
  611. if (pibid != "")
  612. {
  613. if (!SingleLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  614. SingleReport.Load(SingleLabelCombox.SelectedValue.ToString());
  615. for (int j = 0; j < SingleReport.Parameters.Count; j++)
  616. {
  617. SingleReport.SetParameterValue(SingleReport.Parameters[j].Name, "");
  618. for (int k = 0; k < Attach.Rows.Count; k++)
  619. {
  620. if (Attach.Rows[k][0].ToString() == SingleReport.Parameters[j].Name)
  621. {
  622. SingleReport.SetParameterValue(SingleReport.Parameters[j].Name, Attach.Rows[k][1].ToString());
  623. }
  624. }
  625. }
  626. DataTable dt = (DataTable)dh.ExecuteSql("select * from prodiosingleinfo_view where 主键ID in (" + pibid.Substring(0, pibid.Length - 1) + ")", "select");
  627. SingleReport.RegisterData(dt, "prodiosingleinfo_view");
  628. SingleReport.GetDataSource("prodiosingleinfo_view").Enabled = true;
  629. //保存参数打印
  630. SingleReport.PrintSettings.ShowDialog = false;
  631. SingleReport.PrintSettings.Printer = SingleLabelPrinter.Text;
  632. try
  633. {
  634. SingleReport.Print();
  635. }
  636. catch (Exception e)
  637. {
  638. MessageBox.Show(e.Message);
  639. return;
  640. }
  641. Properties.Settings.Default.SPrinter = SingleLabelPrinter.Text;
  642. Properties.Settings.Default.Save();
  643. }
  644. else
  645. {
  646. MessageBox.Show("未勾选打印明细!", "提示");
  647. }
  648. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "手动打印箱标", "打印成功");
  649. dh.BatchInsert("update prodiobarcode set pib_printdate=sysdate where pib_id=:pib_id", new string[] { "pib_id" }, SingleID.ToArray());
  650. outboxcode1.Clear();
  651. }
  652. else
  653. {
  654. MessageBox.Show("此模板尚未维护参数或不存在打印明细", "提示");
  655. return;
  656. }
  657. }
  658. }
  659. private void SingleLabelPrint_Click(object sender, EventArgs e)
  660. {
  661. if (SingleLabelCombox.Text != "")
  662. {
  663. if (SingleBoxBegin.Text != "" || SingleBoxEnd.Text != "")
  664. {
  665. try
  666. {
  667. int begin = int.Parse(SingleBoxBegin.Text == "" ? "1" : SingleBoxBegin.Text);
  668. int end = int.Parse(SingleBoxEnd.Text == "" ? LabelInf.Rows.Count.ToString() : SingleBoxEnd.Text);
  669. if (begin > 0 && end <= LabelInf.Rows.Count && begin <= end)
  670. {
  671. for (int i = begin - 1; i < end; i++)
  672. {
  673. LabelInf.Rows[i].Cells["Choose"].Value = true;
  674. LabelInf.Rows[i].Cells["pib_ifprint"].Value = false;
  675. }
  676. }
  677. else
  678. {
  679. MessageBox.Show("单盘打印范围错误", "提示");
  680. return;
  681. }
  682. }
  683. catch (Exception)
  684. {
  685. MessageBox.Show("单盘打印范围错误", "提示");
  686. return;
  687. }
  688. }
  689. thread = new Thread(SingleBoxPrint);
  690. stw = new SetLoadingWindow(thread, "正在打印单盘");
  691. BaseUtil.SetFormCenter(stw);
  692. stw.ShowDialog();
  693. Input.Focus();
  694. }
  695. else
  696. {
  697. MessageBox.Show("未维护单盘标签", "提示");
  698. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "手动打印箱标", "打印失败,未维护标签");
  699. }
  700. }
  701. private void MidBoxLabelPrint()
  702. {
  703. //未输入内容打印全部中盒
  704. if (MidLabelNum.Text == "")
  705. {
  706. int begin = 0;
  707. int end = 0;
  708. if (MidBoxBegin.Text != "" || MidBoxEnd.Text != "")
  709. {
  710. try
  711. {
  712. begin = int.Parse(MidBoxBegin.Text == "" ? "1" : MidBoxBegin.Text);
  713. end = int.Parse(MidBoxEnd.Text == "" ? LabelInf.Rows[LabelInf.Rows.Count - 1].Cells["pib_outboxcode1"].Value.ToString() : MidBoxEnd.Text);
  714. int minmidbox = int.Parse(LabelInf.Rows[0].Cells["pib_outboxcode1"].Value.ToString());
  715. int maxmidbox = int.Parse(LabelInf.Rows[LabelInf.Rows.Count - 1].Cells["pib_outboxcode1"].Value.ToString());
  716. if (begin >= minmidbox && end <= maxmidbox && begin <= end)
  717. {
  718. //设置中盒打印范围的行号
  719. for (int i = 0; i < LabelInf.Rows.Count; i++)
  720. {
  721. if (int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()) == begin)
  722. {
  723. begin = i;
  724. }
  725. if (int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()) == end)
  726. {
  727. end = i;
  728. }
  729. }
  730. }
  731. else
  732. {
  733. MessageBox.Show("中盒打印范围错误", "提示");
  734. return;
  735. }
  736. }
  737. catch (Exception)
  738. {
  739. MessageBox.Show("中盒打印范围错误", "提示");
  740. return;
  741. }
  742. }
  743. List<int> MidOutBoxCode = new List<int>();
  744. List<int> MidOutBoxCodeIndex = new List<int>();
  745. for (int i = (begin == 0 ? 0 : begin); i <= (end == 0 ? LabelInf.Rows.Count - 1 : end); i++)
  746. {
  747. try
  748. {
  749. if (!MidOutBoxCode.Contains(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString())))
  750. {
  751. MidOutBoxCode.Add(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()));
  752. MidOutBoxCodeIndex.Add(i);
  753. }
  754. }
  755. catch (Exception)
  756. {
  757. MessageBox.Show("请先封箱!");
  758. return;
  759. }
  760. }
  761. //如果有选中行
  762. if (SelectRowIndex >= 0)
  763. {
  764. MidOutBoxCode.Clear();
  765. MidOutBoxCodeIndex.Clear();
  766. SelectProdcode = LabelInf.Rows[SelectRowIndex].Cells["pib_prodcode"].Value.ToString();
  767. SelectMidBoxCode = LabelInf.Rows[SelectRowIndex].Cells["pib_outboxcode1"].Value.ToString();
  768. for (int i = SelectRowIndex; i > 0; i--)
  769. {
  770. if (LabelInf.Rows[i].Cells["pib_prodcode"].Value.ToString() == SelectProdcode)
  771. {
  772. if (!MidOutBoxCode.Contains(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString())))
  773. {
  774. MidOutBoxCode.Add(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()));
  775. MidOutBoxCodeIndex.Add(i);
  776. }
  777. }
  778. else
  779. {
  780. break;
  781. }
  782. }
  783. for (int i = SelectRowIndex; i < LabelInf.Rows.Count - 1; i++)
  784. {
  785. if (LabelInf.Rows[i].Cells["pib_prodcode"].Value.ToString() == SelectProdcode)
  786. {
  787. if (!MidOutBoxCode.Contains(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString())))
  788. {
  789. MidOutBoxCode.Add(int.Parse(LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString()));
  790. MidOutBoxCodeIndex.Add(i);
  791. }
  792. }
  793. else
  794. {
  795. break;
  796. }
  797. }
  798. }
  799. try
  800. {
  801. MidBoxCodePrint(MidOutBoxCodeIndex.ToArray());
  802. }
  803. catch (Exception e)
  804. {
  805. MessageBox.Show(e.Message);
  806. return;
  807. }
  808. return;
  809. }
  810. bool FindMidLabel = false;
  811. if (MidLabelCombox.SelectedValue != null)
  812. {
  813. //中盒号所在的行
  814. int MidLabelRowIndex = 0;
  815. //缓存中盒数据
  816. for (int i = 0; i < LabelInf.RowCount; i++)
  817. {
  818. if (MidLabelNum.Text == LabelInf.Rows[i].Cells["pib_outboxcode1"].Value.ToString())
  819. {
  820. //找到了输入的中盒号停止循环
  821. FindMidLabel = true;
  822. MidLabelRowIndex = i;
  823. }
  824. }
  825. int[] rowindx = new int[] { MidLabelRowIndex };
  826. //找到了指定的盒号
  827. if (FindMidLabel)
  828. MidBoxCodePrint(rowindx);
  829. else
  830. MessageBox.Show("该出入库单未找到该中盒号!", "提示");
  831. }
  832. else
  833. MessageBox.Show("未维护中盒模板", "提示");
  834. }
  835. private void MidLabelPrint_Click(object sender, EventArgs e)
  836. {
  837. if (MidLabelCombox.Text != "")
  838. {
  839. PackMidBox_Click(sender, e);
  840. thread = new Thread(MidBoxLabelPrint);
  841. stw = new SetLoadingWindow(thread, "正在打印中盒");
  842. BaseUtil.SetFormCenter(stw);
  843. stw.ShowDialog();
  844. }
  845. else
  846. MessageBox.Show("未维护中盒标签", "提示");
  847. }
  848. private void OutBoxPrint()
  849. {
  850. List<string> Outboxcode = new List<string>();
  851. //如果未勾选箱号则对勾选的数据的箱号进行整合
  852. if (OutBoxNum.Text == "" || OutBoxNum.Text == "新增")
  853. {
  854. for (int i = 0; i < LabelInf.RowCount; i++)
  855. {
  856. string outboxcode2 = LabelInf.Rows[i].Cells["pib_outboxcode2"].Value.ToString();
  857. //富为使用包装单的逻辑
  858. //如果不包含该箱号则进行添加
  859. if (!Outboxcode.Contains(outboxcode2))
  860. Outboxcode.Add(outboxcode2);
  861. }
  862. //按获取到的箱号列表进行打印
  863. if (Outboxcode.ToArray().Length > 0)
  864. {
  865. for (int i = 0; i < Outboxcode.ToArray().Length; i++)
  866. {
  867. for (int h = 0; h < LabelInf.RowCount; h++)
  868. {
  869. if (LabelInf.Rows[h].Cells["pib_outboxcode2"].Value.ToString() == Outboxcode.ToArray()[i])
  870. {
  871. OutBoxCodePrint(h);
  872. break;
  873. }
  874. }
  875. }
  876. }
  877. else
  878. {
  879. MessageBox.Show("请勾选需要打印的外箱", "提示");
  880. }
  881. }
  882. else
  883. {
  884. bool FindMidLabel = false;
  885. try
  886. {
  887. int OutBoxLabelRowIndex = 0;
  888. //查找是否存在该中盒号
  889. for (int i = 0; i < LabelInf.RowCount; i++)
  890. {
  891. if (OutBoxNum.Text == LabelInf.Rows[i].Cells["pib_outboxcode2"].Value.ToString())
  892. {
  893. //找到了输入的中盒号停止循环
  894. FindMidLabel = true;
  895. OutBoxLabelRowIndex = i;
  896. break;
  897. }
  898. }
  899. //找到了指定的盒号
  900. if (FindMidLabel)
  901. OutBoxCodePrint(OutBoxLabelRowIndex);
  902. else
  903. MessageBox.Show("该出入库单未找到该外箱号!", "提示");
  904. }
  905. catch (Exception) { }
  906. }
  907. Outboxcode.Clear();
  908. }
  909. private void MidBoxCodePrint(int[] rowindex)
  910. {
  911. if (EnablePrint)
  912. {
  913. string pib_outboxcode1 = "";
  914. for (int i = 0; i < rowindex.Length; i++)
  915. {
  916. if (i != rowindex.Length - 1)
  917. pib_outboxcode1 += "'" + LabelInf.Rows[rowindex[i]].Cells["pib_outboxcode1"].Value.ToString() + "'" + ",";
  918. else
  919. pib_outboxcode1 += "'" + LabelInf.Rows[rowindex[i]].Cells["pib_outboxcode1"].Value.ToString() + "'";
  920. }
  921. //名称相等的时候,取SQL进行值的查询
  922. DataTable dt;
  923. if (MidLabelAutoPrint.Checked)
  924. {
  925. dt = (DataTable)dh.ExecuteSql("select * from prodiomidinfo_view where 出货单号='" + pi_inoutno.Text + "' and 中盒号 in(" + pib_outboxcode1 + ")", "select");
  926. }
  927. else
  928. {
  929. dt = (DataTable)dh.ExecuteSql("select * from prodiomidinfo_view where 出货单号='" + pi_inoutno.Text + "' and 中盒号 in(" + pib_outboxcode1 + ") and 中盒标识='外'", "select");
  930. }
  931. if (dt.Rows.Count > 0)
  932. {
  933. if (!MidLabelCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  934. MidReport.Load(MidLabelCombox.SelectedValue.ToString());
  935. for (int j = 0; j < MidReport.Parameters.Count; j++)
  936. {
  937. MidReport.SetParameterValue(MidReport.Parameters[j].Name, "");
  938. for (int i = 0; i < Attach.Rows.Count; i++)
  939. {
  940. if (Attach.Rows[i][0].ToString() == MidReport.Parameters[j].Name)
  941. {
  942. MidReport.SetParameterValue(MidReport.Parameters[j].Name, Attach.Rows[i][1].ToString());
  943. }
  944. }
  945. }
  946. MidReport.RegisterData(dt, "prodiomidinfo_view");
  947. MidReport.GetDataSource("prodiomidinfo_view").Enabled = true;
  948. MidReport.PrintSettings.ShowDialog = false;
  949. MidReport.PrintSettings.Printer = MidLabelPrinter.Text;
  950. MidReport.Print();
  951. }
  952. Properties.Settings.Default.MPrinter = MidLabelPrinter.Text;
  953. Properties.Settings.Default.Save();
  954. }
  955. }
  956. /// <summary>
  957. /// 执行打印外箱号
  958. /// </summary>
  959. private void OutBoxCodePrint(int rowindex)
  960. {
  961. if (EnablePrint)
  962. {
  963. if (!OutBoxCombox.SelectedValue.ToString().Contains("System.Data.DataRowView"))
  964. OutReport.Load(OutBoxCombox.SelectedValue.ToString());
  965. for (int j = 0; j < OutReport.Parameters.Count; j++)
  966. {
  967. OutReport.SetParameterValue(OutReport.Parameters[j].Name, "");
  968. for (int i = 0; i < Attach.Rows.Count; i++)
  969. {
  970. if (Attach.Rows[i][0].ToString() == OutReport.Parameters[j].Name)
  971. {
  972. OutReport.SetParameterValue(OutReport.Parameters[j].Name, Attach.Rows[i][1].ToString());
  973. }
  974. }
  975. }
  976. string pib_outboxcode2 = LabelInf.Rows[rowindex].Cells["pib_outboxcode2"].Value.ToString();
  977. DataTable dt = (DataTable)dh.ExecuteSql("select * from prodiooutinfo_view where 出货单号='" + pi_inoutno.Text + "' and 外箱号='" + pib_outboxcode2 + "'", "select");
  978. OutReport.RegisterData(dt, "prodiooutinfo_view");
  979. OutReport.GetDataSource("prodiooutinfo_view").Enabled = true;
  980. OutReport.PrintSettings.ShowDialog = false;
  981. OutReport.PrintSettings.Printer = OutBoxPrinter.Text;
  982. OutReport.Print();
  983. Properties.Settings.Default.OPrinter = OutBoxPrinter.Text;
  984. Properties.Settings.Default.Save();
  985. }
  986. }
  987. private void CleanDetail_Click(object sender, EventArgs e)
  988. {
  989. ArrayList<string> DeleteID = new ArrayList<string>();
  990. for (int i = 0; i < LabelInf.RowCount; i++)
  991. {
  992. if (LabelInf.Rows[i].Cells["Choose"].FormattedValue.ToString().ToLower() == "true")
  993. DeleteID.Add(LabelInf.Rows[i].Cells["pib_id1"].Value.ToString());
  994. }
  995. //勾选了删除的明细之后
  996. if (DeleteID.ToArray().Length > 0)
  997. {
  998. string close = MessageBox.Show(this.ParentForm, "删除后不可恢复,是否确认删除", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
  999. if (close.ToString() == "Yes")
  1000. {
  1001. dh.BatchInsert("delete from prodiobarcode where pib_id=:pib_id", new string[] { "pib_id" }, DeleteID.ToArray());
  1002. LogManager.DoCommandLog(pi_inoutno.Text, User.UserCode, "删除明细", "删除明细成功");
  1003. MessageBox.Show("删除成功", "提示");
  1004. Input.Clear();
  1005. LoadPrcodeData();
  1006. LoadGridData(sender, e);
  1007. }
  1008. }
  1009. else
  1010. MessageBox.Show("尚未勾选需要删除的明细", "提示");
  1011. }
  1012. private void OutBoxLabelPrint_Click(object sender, EventArgs e)
  1013. {
  1014. if (OutBoxCombox.Text != "")
  1015. {
  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. }