|
@@ -11,7 +11,7 @@ Ext.define('school.view.interaction.score.Detail', {
|
|
|
|
|
|
|
|
// _readUrl: 'http://10.1.80.36:9520/api/school/score/read',
|
|
// _readUrl: 'http://10.1.80.36:9520/api/school/score/read',
|
|
|
_readUrl: '/api/school/score/read',
|
|
_readUrl: '/api/school/score/read',
|
|
|
- // _saveUrl: 'http://10.1.80.47:9520/api/school/score/save',
|
|
|
|
|
|
|
+ // _saveUrl: 'http://10.1.80.36:9520/api/school/score/save',
|
|
|
_saveUrl: '/api/school/score/save',
|
|
_saveUrl: '/api/school/score/save',
|
|
|
// _deleteUrl: 'http://10.1.80.47:9520/api/school/score/delete',
|
|
// _deleteUrl: 'http://10.1.80.47:9520/api/school/score/delete',
|
|
|
_deleteUrl: '/api/school/score/delete',
|
|
_deleteUrl: '/api/school/score/delete',
|
|
@@ -163,6 +163,42 @@ Ext.define('school.view.interaction.score.Detail', {
|
|
|
xtype: 'numberfield',
|
|
xtype: 'numberfield',
|
|
|
minValue: 0
|
|
minValue: 0
|
|
|
}
|
|
}
|
|
|
|
|
+ }, {
|
|
|
|
|
+ text: '满分',
|
|
|
|
|
+ dataIndex: 'sd_total',
|
|
|
|
|
+ allowBlank: false,
|
|
|
|
|
+ editor: {
|
|
|
|
|
+ xtype: 'numberfield',
|
|
|
|
|
+ minValue: 0
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
|
|
+ text: '年级平均分',
|
|
|
|
|
+ dataIndex: 'sd_grade_average',
|
|
|
|
|
+ editor: {
|
|
|
|
|
+ xtype: 'numberfield',
|
|
|
|
|
+ minValue: 0
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
|
|
+ text: '年级排名',
|
|
|
|
|
+ dataIndex: 'sd_grade_rank',
|
|
|
|
|
+ editor: {
|
|
|
|
|
+ xtype: 'numberfield',
|
|
|
|
|
+ minValue: 0
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
|
|
+ text: '班级平均分',
|
|
|
|
|
+ dataIndex: 'sd_class_average',
|
|
|
|
|
+ editor: {
|
|
|
|
|
+ xtype: 'numberfield',
|
|
|
|
|
+ minValue: 0
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
|
|
+ text: '班级排名',
|
|
|
|
|
+ dataIndex: 'sd_class_rank',
|
|
|
|
|
+ editor: {
|
|
|
|
|
+ xtype: 'numberfield',
|
|
|
|
|
+ minValue: 0
|
|
|
|
|
+ }
|
|
|
}, {
|
|
}, {
|
|
|
text: '备注',
|
|
text: '备注',
|
|
|
dataIndex: 'sd_remark',
|
|
dataIndex: 'sd_remark',
|