定位页签有问题
金蝶云社区-qing_xu
qing_xu
0人赞赏了该文章 749次浏览 未经作者许可,禁止转载编辑于2017年07月12日 13:51:22

#TabSelected 单据新增时定位页签
#by green 2017-7-12

def OnInitialize(e):
if e.Paramter.Status==OperationStatus.ADDNEW:
this.View.GetControl("F_PAEZ_Tab1").SelectedTabItemKey="F_PAEZ_Tab1_P2"
this.View.UpdateView("F_PAEZ_Tab1")

请大神看看这段代码有什么问题?为什么我定位的不是F_PAEZ_Tab1_P2这个页签,还是最后一个页签?