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.
DS7/DSWeb/Areas/MvcShipping/Viewsjs/MsOpLetter/MsOpLetterChangeModel.js

20 lines
714 B
JavaScript

Ext.define('MsOpLetterChange', {
extend: 'Ext.data.Model',
idProperty: 'LE_ID',
fields: [
{ name: 'LE_ID', type: 'string' },
{ name: 'MBLNO', type: 'string' },
{ name: 'PORTDISCHARGE', type: 'string' },
{ name: 'VESSELVOYNO', type: 'string' },
{ name: 'ETD', type: 'string' },
{ name: 'PKC', type: 'string' },
{ name: 'CNTR', type: 'string' },
{ name: 'ProName', type: 'string' },
{ name: 'ProOld', type: 'string' },
{ name: 'ProNew', type: 'string' },
{ name: 'REMARK', type: 'string' }
]
});