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/MsOpSeaeRunBill/MsOpSeaeRunBillModel.js

32 lines
1.2 KiB
JavaScript

2 years ago
Ext.define('MsOpSeaeRunBillModel', {
extend: 'Ext.data.Model',
idProperty: 'GID',
fields: [
{ name: 'GID', type: 'string' },
{ name: 'CUSTOMERNAME', type: 'string' },
{ name: 'CARRIER', type: 'string' },
{ name: 'FORWARDER', type: 'string' },
{ name: 'CHIEF', type: 'string' },
{ name: 'ADDR', type: 'string' },
{ name: 'TEL', type: 'string' },
{ name: 'REASON', type: 'string' },
{ name: 'USERID', type: 'string' },
{ name: 'USERNAME', type: 'string' },
{ name: 'RUNTIME', type: 'string' },
{ name: 'STATUS', type: 'string' },
{ name: 'CREATETIME', type: 'string' },
{ name: 'CREATEUSER', type: 'string' },
{ name: 'ACCEPTTIME', type: 'string' },
{ name: 'TRANSFERUSER', type: 'string' },
{ name: 'TRANSFERTIME', type: 'string' },
{ name: 'COMPLETETIME', type: 'string' },
{ name: 'REMARK', type: 'string' },
{ name: 'CREATEUSERNAME', type: 'string' },
{ name: 'BillNO', type: 'string' },
{ name: 'SFDJ', type: 'boolean' },
{ name: 'TimeSpan', type: 'string' }
]
});