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