TurnT8DReport.js 372 B

123456789101112131415
  1. /**
  2. * 转8D报告
  3. */
  4. Ext.define('erp.view.core.button.TurnT8DReport',{
  5. extend: 'Ext.Button',
  6. alias: 'widget.erpTurnT8DReportButton',
  7. iconCls: 'x-button-icon-delete',
  8. cls: 'x-btn-gray',
  9. id: 'erpTurnT8DReportButton',
  10. text: $I18N.common.button.erpTurnT8DReportButton,
  11. initComponent : function(){
  12. this.callParent(arguments);
  13. },
  14. width: 90
  15. });