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/MsCodeAll/MsCodeAllMode.js

29 lines
788 B
JavaScript

Ext.define('Code_lanesmb', {
extend: 'Ext.data.Model',
idProperty: 'GID',
fields: [
{ name: 'GID', type: 'string' },
{ name: 'LANEID', type: 'string' },
{ name: 'LANE', type: 'string' },
{ name: 'LANEEN', type: 'string' },
{ name: 'OP', type: 'string' },
{ name: 'DOC', type: 'string' },
{ name: 'EDICODE', type: 'string' },
{ name: 'CUSTOMERNAME', type: 'string' }
]
});
Ext.define('code_lanes_port_mb', {
extend: 'Ext.data.Model',
idProperty: 'GID',
fields: [
{ name: 'GID', type: 'string' },
{ name: 'LANEID', type: 'string' },
{ name: 'PORTID', type: 'string' },
{ name: 'ORDERNO', type: 'number' },
{ name: 'PORTNAME', type:'string' }
]
});