- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
data = Ext.JSON.decode(resp.responseText);
Ext.getCmp('id').setValue(id);
Ext.getCmp('address').setValue(data.address);
Ext.getCmp('dateImp').setValue(data.dateImp);
Ext.getCmp('numberCompl').setValue(data.numberCompl);
Ext.getCmp('dateReg').setValue(data.dateReg);
Ext.getCmp('numberOut').setValue(data.numberOut);
Ext.getCmp('dateOut').setValue(data.dateOut);
Ext.getCmp('inResolution').setValue(data.inResolution);
Ext.getCmp('inFio').setValue(data.inFio);
Ext.getCmp('shortText').setValue(data.shortText);
Ext.getCmp('dateControl').setValue(data.dateControl);
Ext.getCmp('dateClose').setValue(data.dateClose);
Ext.getCmp('dateChange').setValue(data.dateChange);
// Ext.getCmp('department').setValue(data.department);
// Ext.getCmp('userview').setValue(data.userName);
Ext.getCmp('useredit').setRawValue(data.user);
Ext.getCmp('statusCompl').setRawValue(data.statusCompl);
Ext.getCmp('description').setValue(data.description);
if (data.canAdmin) {
Ext.getCmp('useredit').show();
// Ext.getCmp('userview').hide();
Ext.getCmp('removeButton').show();
Ext.getCmp('copyComp').show();
} else {
Ext.getCmp('useredit').hide();
// Ext.getCmp('userview').show();
Ext.getCmp('removeButton').hide();
Ext.getCmp('copyComp').hide();
}
if (data.canEdit) {
Ext.getCmp('save').hide();
}
}
guest8 09.04.2019 12:43 # −999
inseminator 25.08.2021 21:02 # 0