菜单功能

保存/提交时修改数据

修改菜单功能

保存提交功能

保存操纵调用

提交时检查

保存操纵调用

条件

  FPrice  !=    F_XJPT_Price1  OR   FPriceWithTax  != F_XJPT_Price 

通过插件校验


def BeforeDoOperation(e):
    # 判断是否为提交操作
    if  type(e.Operation).__name__ != "Submit":
        return