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