You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB
JavaScript

Ext.define('MsCtn', {
extend: 'Ext.data.Model',
idProperty: 'cntrid',
fields: [
{ name: 'cntrid', type: 'number' },
{ name: 'cntrno', type: 'string' },
{ name: 'cntrowner', type: 'string' },
{ name: 'cntype', type: 'string' },
{ name: 'cnsource', type: 'string' },
{ name: 'buytime', type: 'string' },
{ name: 'rent_begintime', type: 'string' },
{ name: 'rent_endtime', type: 'string' },
{ name: 'position', type: 'string' },
{ name: 'status', type: 'number' },
{ name: 'statusref', type: 'string' },
{ name: 'positioncname', type: 'string' },
{ name: 'positionname', type: 'string' },
{ name: 'vessel', type: 'string' },
{ name: 'voyage', type: 'string' },
{ name: 'dueday', type: 'string' },
{ name: 'beginpostion', type: 'string' },
{ name: 'beginpostionref', type: 'string' },
{ name: 'REMARK', type: 'string' },
{ name: 'selltime',type:'string'}
]
});