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.
98 lines
3.9 KiB
JavaScript
98 lines
3.9 KiB
JavaScript
Ext.define('MsOpBillModel', {
|
|
extend: 'Ext.data.Model',
|
|
idProperty: 'AS_ID',
|
|
fields: [
|
|
{ name: 'AS_ID', type: 'string' },
|
|
{ name: 'BSNO', type: 'string' },
|
|
{ name: 'CUSTNO', type: 'string' },
|
|
{ name: 'ORDERCORP', type: 'string' },
|
|
{ name: 'ORDERCONTENT', type: 'string' },
|
|
{ name: 'TEMPLATE', type: 'string' },
|
|
{ name: 'BILLTYPE', type: 'string' },
|
|
{ name: 'INPUTBY', type: 'string' },
|
|
{ name: 'INPUTTIME', type: 'string' },
|
|
{ name: 'MODIFYTIME', type: 'string' },
|
|
{ name: 'CREATEDATE', type: 'string' },
|
|
{ name: 'MBLNO', type: 'string' },
|
|
{ name: 'HBLNO', type: 'string' },
|
|
{ name: 'VESSEL', type: 'string' },
|
|
{ name: 'VOYNO', type: 'string' },
|
|
{ name: 'ETD', type: 'string' },
|
|
{ name: 'CLOSINGDATE', type: 'string' },
|
|
{ name: 'ETA', type: 'string' },
|
|
{ name: 'PORTLOADID', type: 'string' },
|
|
{ name: 'PORTLOAD', type: 'string' },
|
|
{ name: 'PORTDISCHARGEID', type: 'string' },
|
|
{ name: 'PORTDISCHARGE', type: 'string' },
|
|
{ name: 'AIRLINES', type: 'string' },
|
|
{ name: 'IATANO', type: 'string' },
|
|
{ name: 'ACCOUNTCODE', type: 'string' },
|
|
{ name: 'ACCOUNTINFO', type: 'string' },
|
|
{ name: 'HANDINGINFO', type: 'string' },
|
|
{ name: 'CURR', type: 'string' },
|
|
{ name: 'SHIPPERID', type: 'string' },
|
|
{ name: 'CONSIGNEEID', type: 'string' },
|
|
{ name: 'NOTIFYPARTYID', type: 'string' },
|
|
{ name: 'SHIPPER', type: 'string' },
|
|
{ name: 'CONSIGNEE', type: 'string' },
|
|
{ name: 'NOTIFYPARTY', type: 'string' },
|
|
{ name: 'AGENTID', type: 'string' },
|
|
{ name: 'AGENT', type: 'string' },
|
|
{ name: 'MARKS', type: 'string' },
|
|
{ name: 'DESCRIPTION', type: 'string' },
|
|
{ name: 'PKGS', type: 'string' },
|
|
{ name: 'KINDPKGS', type: 'string' },
|
|
{ name: 'KGS', type: 'string' },
|
|
{ name: 'CBM', type: 'string' },
|
|
|
|
{ name: 'BLFRT', type: 'string' },
|
|
{ name: 'OTFRT', type: 'string' },
|
|
{ name: 'TRANSTATEMENT', type: 'string' },
|
|
{ name: 'CUSTOMSTATEMENT', type: 'string' },
|
|
{ name: 'INAMOUNT', type: 'string' },
|
|
|
|
{ name: 'CLASS', type: 'string' },
|
|
{ name: 'FEEKGS', type: 'string' },
|
|
{ name: 'PRICE', type: 'string' },
|
|
{ name: 'TTLFREIGHT', type: 'string' },
|
|
{ name: 'TOTALAMOUNT', type: 'string' },
|
|
|
|
{ name: 'OTFEE', type: 'string' },
|
|
{ name: 'PFREIGHT', type: 'string' },
|
|
{ name: 'CFREIGHT', type: 'string' },
|
|
{ name: 'PSTATEMENT', type: 'string' },
|
|
{ name: 'CSTATEMENT', type: 'string' },
|
|
{ name: 'PTAX', type: 'string' },
|
|
{ name: 'CTAX', type: 'string' },
|
|
{ name: 'POTFREIGHT', type: 'string' },
|
|
{ name: 'COTFREIGHT', type: 'string' },
|
|
{ name: 'PCARRIEROT', type: 'string' },
|
|
{ name: 'CCARRIEROT', type: 'string' },
|
|
{ name: 'PTOTAL', type: 'string' },
|
|
{ name: 'CTOTAL', type: 'string' },
|
|
|
|
{ name: 'GOODSNAME', type: 'string' },
|
|
{ name: 'ISSUEBY', type: 'string' },
|
|
{ name: 'ISSUEDATE', type: 'string' },
|
|
{ name: 'ISSUEPLACE', type: 'string' },
|
|
{ name: 'INPUTBY', type: 'string' },
|
|
{ name: 'OTFEE1', type: 'string' },
|
|
{ name: 'OTFEE2', type: 'string' },
|
|
{ name: 'OTFEE3', type: 'string' },
|
|
{ name: 'OTFEE4', type: 'string' },
|
|
{ name: 'OTFEE5', type: 'string' },
|
|
{ name: 'OTFEE6', type: 'string' },
|
|
{ name: 'OTFEE7', type: 'string' },
|
|
{ name: 'OTFEE8', type: 'string' },
|
|
{ name: 'OTFEE1AMOUNT', type: 'number' },
|
|
{ name: 'OTFEE2AMOUNT', type: 'number' },
|
|
{ name: 'OTFEE3AMOUNT', type: 'number' },
|
|
{ name: 'OTFEE4AMOUNT', type: 'number' },
|
|
{ name: 'OTFEE5AMOUNT', type: 'number' },
|
|
{ name: 'OTFEE6AMOUNT', type: 'number' },
|
|
{ name: 'OTFEE7AMOUNT', type: 'number' },
|
|
{ name: 'OTFEE8AMOUNT', type: 'number' }
|
|
]
|
|
});
|
|
|