123456789101112131415161718 |
- Ext.define('make.view.make.makePick.FormPanelModel', {
- extend: 'saas.view.core.form.FormPanelModel',
- alias: 'viewmodel.make-makepick-formpanel',
- data: {
- showPrintBtn: true,
- showShareBtn: true
- },
- /*formulas:{
- turnHidden:{
- bind:'{pu_statuscode}',
- get:function(value){
- return value!='AUDITED';
- }
- }
- }*/
- });
|