日期:2014-05-18 浏览次数:21870 次
                    this.dgvPOLine[1, currentcellrow].Value = GoodsInfo_DR["Goods_Name"].ToString();
                    this.dgvPOLine[2, currentcellrow].Value = GoodsInfo_DR["Goods_Param"].ToString();
                    this.dgvPOLine.CurrentCell = this.dgvPOLine[4, currentcellrow];
                main.dgvPOLine[0, currentcellrow].Value = Query_Goods_DR["Goods_Barcode"].ToString();
                main.dgvPOLine[1, currentcellrow].Value = Query_Goods_DR["Goods_Name"].ToString();
                main.dgvPOLine[2, currentcellrow].Value = Query_Goods_DR["Goods_Param"].ToString();
                main.dgvPOLine.CurrentCell = main.dgvPOLine[4, currentcellrow];
                this.Close();
main.dgvPOLine.EndEdit();