Esempio n. 1
0
 /// <summary>
 /// 查询出厂检验记录
 /// </summary>
 void CheckDeliveryInspection()
 {
     dgvRoutineTest.DataSource = m_sell.GetDeliveryInspectionInfo(
         dgvStockInfo.CurrentRow.Cells["产品编码"].Value.ToString(),
         Convert.ToInt32(dgvStockInfo.CurrentRow.Cells["产品ID"].Value));
 }