cmpWorkFlowBillBaseEx.js 366 B

12345678
  1. shr.defineClass("shr.customer.gtiit.CmpWorkFlowBillBaseEx", shr.compensation.CmpWorkFlowBillBase, {
  2. detailHandler: "com.kingdee.shr.compensation.web.handler.integrate.CmpWorkFlowPersonalDetailHandlerEx",
  3. initalizeDOM: function() {
  4. var _self = this;
  5. shr.customer.gtiit.CmpWorkFlowBillBaseEx.superClass.initalizeDOM.call(_self);
  6. }
  7. });