1234567891011 |
- Ext.define('erp.view.core.button.AddMakeSNRule', {
- extend: 'Ext.Button',
- alias: 'widget.erpAddMakeSNRuleButton',
- iconCls: 'x-button-icon-add',
- cls: 'x-btn-gray',
- text: $I18N.common.button.erpAddMakeSNRuleButton,
- width: 100,
- initComponent : function(){
- this.callParent(arguments);
- }
- })
|