UAS_出货标签管理.cs 83 KB

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