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/MsCodeCtnSet/MsCodeCtnSetModel.js

17 lines
590 B
JavaScript

Ext.define('MsCodeCtnSet', {
extend: 'Ext.data.Model',
idProperty: 'CTNID',
fields: [
{ name: 'CTNID', type: 'string' },
{ name: 'CTNSIZE', type: 'string' },
{ name: 'CTNTYPE', type: 'string' },
{ name: 'CTN', type: 'string' },
{ name: 'EDICODE', type: 'string' },
{ name: 'CTNWEIGHT', type: 'float' },
{ name: 'EEXPLAIN', type: 'string' },
{ name: 'CEXPLAIN', type: 'string' },
{ name: 'AFRCODE', type: 'string' },
{ name: 'TEU', type: 'float' },
{ name:'DLIKGS',type:'float'}
]
});