| | |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Security.Cryptography; |
| | | using System.Text; |
| | | using System.Windows.Forms; |
| | | using DevExpress.DataAccess.DataFederation; |
| | |
| | | }; |
| | | this.txt_depotsCode.KeyFile = "depotCode"; |
| | | this.txt_suppNo.KeyFile = "suppNo"; |
| | | //选择需要入库的明细 |
| | | btnSelect.Click += (s, e) => |
| | | { |
| | | var frm = new SelectCgMx(); |
| | | if (string.IsNullOrEmpty(this.txt_suppNo.GetId())) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("请先选择供应商,才能选择来料明细!"); |
| | | return; |
| | | } |
| | | var frm = new SelectCgMx(this.txt_suppNo.GetCode()); |
| | | frm.UpdateParent += (ss, ee) => |
| | | { |
| | | var lst = new List<string>(); |
| | |
| | | frm.ShowDialog(); |
| | | }; |
| | | } |
| | | |
| | | private void ToolBarMenu1_btnFjianYanClick1(object sender, EventArgs e) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 反检验 |
| | | /// </summary> |