111,116
社区成员




//添加各项
ListViewItem[] p = new ListViewItem[1];
p[0] = new ListViewItem(new string[] { GoodsNo, GoodsName, GoodsMode, Prickle, InStorageCount, InStoragePrice, SubMoney, Remark, Id });
this.lvSRerurnInfo.Items.AddRange(p);
this.lvSRerurnInfo.Columns[8].Width = 0;
for (int i = 0; i < this.lvSRerurnInfo.Items.Count; i++)
{
......................
}