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/MsOpLetterYardModel.js

39 lines
1.6 KiB
JavaScript

Ext.define('MsOpLetterYard', {
extend: 'Ext.data.Model',
idProperty: 'LE_ID',
fields: [
{ name: 'LE_ID', type: 'string' },
{ name: 'MBLNO', type: 'string' },
{ name: 'PORTDISCHARGE', type: 'string' },
{ name: 'DESTINATION', type: 'string' },
{ name: 'VESSELVOYNO', type: 'string' },
{ name: 'ETD', type: 'string' },
{ name: 'PKC', type: 'string' },
{ name: 'CNTR', type: 'string' },
{ name: 'DESCRIPTION', type: 'string' },
{ name: 'YARD', type: 'string' },
{ name: 'Address', type: 'string' },
{ name: 'Tel', type: 'string' },
{ name: 'YARD2', type: 'string' },
{ name: 'Address2', type: 'string' },
{ name: 'Tel2', type: 'string' },
{ name: 'DRQ', type: 'string' },
{ name: 'CLOSINGDATE', type: 'string' },
{ name: 'CLOSEDOCDATE', type: 'string' },
{ name: 'ExportCustoms', type: 'string' },
{ name: 'CustomsCode', type: 'string' },
{ name: 'DeclarationCode', type: 'string' },
{ name: 'DOC', type: 'string' },
{ name: 'CHIEF', type: 'string' },
{ name: 'CHIEF2', type: 'string' },
{ name: 'DOCTEL', type: 'string' },
{ name: 'DOCFAX', type: 'string' },
{ name: 'DOCEMAIL', type: 'string' },
{ name: 'REMARK', type: 'string' },
{ name: 'CLOSEVGMDATE', type: 'string' }
]
});