/// <summary> /// 查询客户信息 /// </summary> void CheckCustomerInfo() { dgvCustomerInfo.DataSource = m_sell.GetCustomerInfo( Convert.ToInt32(dgvStockInfo.CurrentRow.Cells["产品ID"].Value), dgvStockInfo.CurrentRow.Cells["产品编码"].Value.ToString()); }