//查询分单函数 private string GetQueryInSubbillNo() { string strSubbillNO = ""; string strOutput = ""; foreach (DataGridViewRow dgvRow in dgvRecieveProducts.Rows) { strSubbillNO += "'" + dgvRow.Cells["dgvSubbillNO"].Value.ToString() + "',"; } if (d Read More
posted @ 2013-07-08 11:15 quanxie Views(280) Comments(0) Diggs(0)