Ext.define('MsChInvoicehexiao', { 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: 'INVOICECATEGORY', type: 'string' }, { name: 'INVOICECATEGORYREF', type: 'string' }, { 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: 'PAYBILLNO', type: 'string' }, { name: 'STLBILLNO', type: 'string' }, { name: 'SALECORPID', type: 'string' }, { name: 'SALECORP', type: 'string' }, { name: 'ISAPP', type: 'string' }, { name: 'REMARKS', type: 'string' }, { name: 'YuanBiJinE', type: 'string' } ] }); Ext.define('MsChBalapplication', { extend: 'Ext.data.Model', idProperty: 'GID', fields: [ { name: 'GID', type: 'string' }, { name: 'BILLNO', type: 'string' }, { name: 'BILLSTATUS', type: 'string' }, { name: 'BILLSTATUSREF', type: 'string' }, { name: 'CUSTOMERNAME', type: 'string' }, { name: 'PAYABLETIME', type: 'string' }, { name: 'CURR', type: 'string' }, { name: 'AMOUNTRMB', type: 'number' }, { name: 'AMOUNTUSD', type: 'number' }, { name: 'APPLYTIME', type: 'string' }, { name: 'ENTERTIME', type: 'string' }, { name: 'SETTLETIME', type: 'string' }, { name: 'AUDITTIME', type: 'string' }, { name: 'APPLICANT', type: 'string' }, { name: 'APPLICANTNAME', type: 'string' }, { name: 'AUDITUSER', type: 'string' }, { name: 'COMPANYID', type: 'string' }, { name: 'REMARK', type: 'string' } ] }); Ext.define('MsChPayapplication', { extend: 'Ext.data.Model', idProperty: 'GID', fields: [ { name: 'GID', type: 'string' }, { name: 'BILLNO', type: 'string' }, { name: 'BILLSTATUS', type: 'string' }, { name: 'BILLSTATUSREF', type: 'string' }, { name: 'CUSTOMERNAME', type: 'string' }, { name: 'CHEQUEPAYABLE', type: 'string' }, { name: 'SETTLETYPE', type: 'number' }, { name: 'SETTLETYPEREF', type: 'string' }, { name: 'PAYTYPE', type: 'string' }, { name: 'PAYABLETIME', type: 'string' }, { name: 'CURR', type: 'string' }, { name: 'AMOUNTRMB', type: 'number' }, { name: 'AMOUNTUSD', type: 'number' }, { name: 'RATE', type: 'number' }, { name: 'SETTLERMB', type: 'number' }, { name: 'SETTLEUSD', type: 'number' }, { name: 'SETTLERATE', type: 'number' }, { name: 'APPLYTIME', type: 'string' }, { name: 'ENTERTIME', type: 'string' }, { name: 'SETTLETIME', type: 'string' }, { name: 'AUDITTIME', type: 'string' }, { name: 'APPLICANT', type: 'string' }, { name: 'APPLICANTNAME', type: 'string' }, { name: 'SETTLEUSER', type: 'string' }, { name: 'AUDITUSER', type: 'string' }, { name: 'COMPANYID', type: 'string' }, { name: 'CHEQUENUMREMARK', type: 'string' }, { name: 'INVNO', type: 'string' }, { name: 'INVDATE', type: 'string' }, { name: 'REMARK', type: 'string' }, { name: 'CUSTACCOUNTGID', type: 'string' }, { name: 'CUSTBANKNAME', type: 'string' }, { name: 'CUSTACCOUNT', type: 'string' }, { name: 'ISINVOICE', type: 'string' }, { name: 'BS_CUSTOMERNAME', type: 'string' }, { name: 'PREAMOUNTRMB', type: 'number' }, { name: 'PREAMOUNTUSD', type: 'number' }, { name: 'BALAMOUNTRMB', type: 'number' }, { name: 'BALAMOUNTUSD', type: 'number' }, { name: 'IsAudit', type: 'number' } ] });