/// <summary> /// 查询装车信息 /// </summary> void CheckLoadingInfo() { dgvTruckLoadingInfo.DataSource = m_sell.GetLoadingInfo( Convert.ToInt32(dgvStockInfo.CurrentRow.Cells["产品ID"].Value), dgvStockInfo.CurrentRow.Cells["产品编码"].Value.ToString()); }