| | |
| | | e.Graphics.DrawString(str, f, Brushes.Gray, r); |
| | | }; |
| | | //设置仓库选择 |
| | | this.txt_depotsId.KeyFile = "depotId"; |
| | | this.txt_depotsId.EditChanged += (s, e) => |
| | | { |
| | | txtDepotsId.Text = this.txt_depotsId.GetId(); |
| | | }; |
| | | //设置供应商选择 |
| | | this.txt_suppId.KeyFile = "id"; |
| | | this.txt_suppId.EditChanged += (s, e) => |
| | | { |
| | | txtSupplierId.Text = this.txt_suppId.GetId(); |
| | |
| | | _obj.list.Add(new MesInvItemArnDetail |
| | | { |
| | | Guid = _guid, |
| | | AboutGuid = Guid.Parse(row["aboutGuid"].ToString()), |
| | | AboutGuid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(row["aboutGuid"].ToString()), |
| | | ItemId = int.Parse(row["itemId"].ToString()), |
| | | Quantity = decimal.Parse(row["quantity"].ToString()) |
| | | }); |