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.
83 lines
2.9 KiB
JavaScript
83 lines
2.9 KiB
JavaScript
Ext.define('MsChHexiao', {
|
|
extend: 'Ext.data.Model',
|
|
idProperty: 'GID',
|
|
fields: [
|
|
{ name: 'GID', type: 'string' },
|
|
{ name: 'BILLNO', type: 'string' },
|
|
{ name: 'BILLDATE', type: 'string' },
|
|
{ name: 'CUSTOMERNAME', type: 'string' },
|
|
{ name: 'CREATEUSER', type: 'string' },
|
|
{ name: 'CREATEUSERREF', type: 'string' },
|
|
{ name: 'CREATETIME', type: 'string' },
|
|
{ name: 'AUDITUSER', type: 'string' },
|
|
{ name: 'AUDITUSERREF', type: 'string' },
|
|
{ name: 'AUDITTIME', type: 'string' },
|
|
{ name: 'BILLSTATUS', type: 'string' },
|
|
{ name: 'BILLSTATUSREF', type: 'string' },
|
|
{ name: 'COMPANYID', type: 'string' },
|
|
{ name: 'VOUNO', type: 'string' },
|
|
{ name: 'EXPVOUNO', type: 'string' },
|
|
{ name: 'STLRMBDR', type: 'number' },
|
|
{ name: 'STLUSDDR', type: 'number' },
|
|
{ name: 'STLOTDR', type: 'number' },
|
|
{ name: 'STLRMBCR', type: 'number' },
|
|
{ name: 'STLUSDCR', type: 'number' },
|
|
{ name: 'STLOTCR', type: 'number' },
|
|
{ name: 'REMARK', type: 'string' }
|
|
|
|
]
|
|
});
|
|
|
|
Ext.define('MsCodeCurrencyList', {
|
|
extend: 'Ext.data.Model',
|
|
idProperty: 'CURR',
|
|
fields: [
|
|
{ name: 'CURR', type: 'string' },
|
|
{ name: 'FCYEXRATE', type: 'string' }
|
|
]
|
|
});
|
|
|
|
|
|
Ext.define('MsInfoClientBankModel', {
|
|
extend: 'Ext.data.Model',
|
|
idProperty: 'GID',
|
|
fields: [
|
|
{ name: 'GID', type: 'string' },
|
|
{ name: 'LINKID', type: 'string' },
|
|
{ name: 'ACCOUNTNAME', type: 'string' },
|
|
{ name: 'CODENAME', type: 'string' },
|
|
{ name: 'CURRENCY', type: 'string' },
|
|
{ name: 'ACCOUNTNAMEREF', type: 'string' },
|
|
{ name: 'BANKNAME', type: 'string' },
|
|
{ name: 'ACCOUNT', type: 'string' },
|
|
{ name: 'REMARK', type: 'string' },
|
|
{ name: 'FINANCESOFTCODE', type: 'string' },
|
|
{ name: 'CREATEUSER', type: 'string' },
|
|
{ name: 'CREATETIME', type: 'string' },
|
|
{ name: 'CWGLACCID', type: 'string' },
|
|
{ name: 'BANKNAME_ACCOUNT', type: 'string' }
|
|
]
|
|
});
|
|
|
|
Ext.define('MsInfoClientBankModel', {
|
|
extend: 'Ext.data.Model',
|
|
idProperty: 'GID',
|
|
fields: [
|
|
{ name: 'GID', type: 'string' },
|
|
{ name: 'LINKID', type: 'string' },
|
|
{ name: 'ACCOUNTNAME', type: 'string' },
|
|
{ name: 'CODENAME', type: 'string' },
|
|
{ name: 'CURRENCY', type: 'string' },
|
|
{ name: 'ACCOUNTNAMEREF', type: 'string' },
|
|
{ name: 'BANKNAME', type: 'string' },
|
|
{ name: 'ACCOUNT', type: 'string' },
|
|
{ name: 'REMARK', type: 'string' },
|
|
{ name: 'FINANCESOFTCODE', type: 'string' },
|
|
{ name: 'CREATEUSER', type: 'string' },
|
|
{ name: 'CREATETIME', type: 'string' },
|
|
{ name: 'CWGLACCID', type: 'string' },
|
|
{ name: 'BANKNAME_ACCOUNT', type: 'string' }
|
|
]
|
|
});
|
|
|