|
|
|
|
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' }
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|