BomUseMatch.js 285 B

1234567891011
  1. Ext.define('erp.view.core.button.BomUseMatch', {
  2. extend : 'Ext.Button',
  3. alias : 'widget.erpBomUseMatchButton',
  4. cls : 'x-btn-gray',
  5. id : 'BomUseMatch',
  6. text : $I18N.common.button.erpBomUseMatchButton,
  7. width : 100,
  8. initComponent : function() {
  9. this.callParent(arguments);
  10. }
  11. });