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