TurnProdAbnormal.js 407 B

123456789101112131415
  1. /**
  2. * 转物料品质异常联络单
  3. */
  4. Ext.define('erp.view.core.button.TurnProdAbnormal',{
  5. extend: 'Ext.Button',
  6. alias: 'widget.erpTurnProdAbnormalButton',
  7. iconCls: 'x-button-icon-delete',
  8. cls: 'x-btn-gray',
  9. id: 'erpTurnProdAbnormalButton',
  10. text: $I18N.common.button.erpTurnProdAbnormalButton,
  11. initComponent : function(){
  12. this.callParent(arguments);
  13. },
  14. width: 180
  15. });