if dwo.name='pm' then
if this.GetItemstring(CurrentRow - 1,"pm") = data then
this.SetItem(CurrentRow, "price", this.GetItemNumber(CurrentRow - 1, "price"))
end if
end if
新增一函数,处理回车换列。
if this.GetItemNumber(CurrentRow,"pm") = this.GetItemNumber(CurrentRow - 1,"pm") then
this.SetItem(CurrentRow, "price", this.GetItemNumber(CurrentRow - 1, "price"))
end if