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/MsCwVouchersGlInvoiceHeXiao/MsCwVouchersGlInvoiceHeXiao...

35 lines
1.2 KiB
JavaScript

Ext.define('MsCwVouchersGlInvoiceHeXiaoModel', {
extend: 'Ext.data.Model',
idProperty: 'BILLNO',
fields: [
{ name: 'BILLNO', type: 'string' },
{ name: 'BILLSTATUS', type: 'string' },
{ name: 'CUSTOMERNAME', type: 'string' },
{ name: 'INVOICECUSTNAME', type: 'string' },
{ name: 'INVNO', type: 'string' },
{ name: 'OP', type: 'string' },
{ name: 'CURR', type: 'string' },
{ name: 'AMOUNT', type: 'number' },
{ name: 'INVAMOUNT', type: 'number' },
{ name: 'TAXRATE', type: 'number' },
{ name: 'TAX', type: 'number' },
{ name: 'OPDATE', type: 'string' },
{ name: 'INVDATE', type: 'string' },
{ name: 'TAXCODE', type: 'string' },
{ name: 'ADDRTEL', type: 'string' },
{ name: 'BANK', type: 'string' },
{ name: 'BALBILLNO', type: 'string' },
{ name: 'ISAPP', type: 'string' },
{ name: 'REMARKS', type: 'string' },
{ name: 'VOUNO', type: 'string' }
]
});
Ext.define('MsCodeCurrencyList', {
extend: 'Ext.data.Model',
idProperty: 'CURR',
fields: [
{ name: 'CURR', type: 'string' },
{ name: 'FCYEXRATE', type: 'string' }
]
});