| | |
| | | Report.FieldByName("åææ¹æ¬¡").AsString = txtHMateOutBatchNo.Text; |
| | | Report.FieldByName("模å
·è®¾å¤").AsString = txtHEquipMentID.Text; |
| | | Report.FieldByName("项ç®å·").AsString = txtHProjectNum.Text; |
| | | Report.FieldByName("å¾å·çæ¬").AsString = textHPicNumVer.Text; |
| | | Report.FieldByName("æ»è£
å¾å·").AsString = textHPicNumAssemble.Text; |
| | | Report.FieldByName("æè´¨").AsString = textHMaterTexture.Text; |
| | | Report.FieldByName("æåç¼å·").AsString = textHProductNum.Text; |
| | | Report.FieldByName("çæ¬").AsString = textHVerNum.Text; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | MessageBox.Show("æå°å¤±è´¥ï¼[项ç®å·],[æµè½¬å¡ç¼å·],[æµè½¬å¡æ°é],[产å代ç ],[产ååç§°],[计åå¼å·¥æ¥æ],[计åå®å·¥æ¥æ],[订åè·è¸ªå·],[åææ¹æ¬¡],[模å
·è®¾å¤]." + e.Message); |
| | | MessageBox.Show("æå°å¤±è´¥ï¼[项ç®å·],[æµè½¬å¡ç¼å·],[æµè½¬å¡æ°é],[产å代ç ],[产ååç§°],[计åå¼å·¥æ¥æ],[计åå®å·¥æ¥æ],[订åè·è¸ªå·],[åææ¹æ¬¡],[模å
·è®¾å¤],[å¾å·çæ¬],[æ»è£
å¾å·],[æè´¨],[æåç¼å·],[çæ¬]." + e.Message); |
| | | } |
| | | |
| | | } |