FormPanelModel.js 412 B

123456789101112131415161718
  1. Ext.define('make.view.make.makePick.FormPanelModel', {
  2. extend: 'saas.view.core.form.FormPanelModel',
  3. alias: 'viewmodel.make-makepick-formpanel',
  4. data: {
  5. showPrintBtn: true,
  6. showShareBtn: true
  7. },
  8. /*formulas:{
  9. turnHidden:{
  10. bind:'{pu_statuscode}',
  11. get:function(value){
  12. return value!='AUDITED';
  13. }
  14. }
  15. }*/
  16. });