UpdatePurcVendor.js 400 B

12345678910111213141516
  1. /**
  2. * 询价单修改终端供应商信息
  3. */
  4. Ext.define('erp.view.core.button.UpdatePurcVendor',{
  5. extend: 'Ext.Button',
  6. alias: 'widget.erpUpdatePurcVendorButton',
  7. iconCls: 'x-button-icon-submit',
  8. cls: 'x-btn-gray',
  9. text: $I18N.common.button.erpUpdatePurcVendorButton,
  10. id:'updatePurcVendorbutton',
  11. style: {
  12. marginLeft: '10px'
  13. },
  14. width: 120
  15. });