/** * 制造单暂停 */ Ext.define('erp.view.core.button.MakeStop',{ extend: 'Ext.Button', alias: 'widget.erpMakeStopButton', text: $I18N.common.button.erpMakeStopButton, tooltip: '暂停', iconCls: 'x-button-icon-save', cls: 'x-btn-gray', id: 'erpMakeStopButton', initComponent : function(){ this.callParent(arguments); }, width: 60 });