NeedMakePrepared.js 305 B

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