|
|
|
@ -20,19 +20,26 @@ Ext.define('DsTruckMng.ux.VoyRefModel', {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
//客户资料参照Model(95004-vMsTruckClient)
|
|
|
|
|
Ext.define('DsTruckMng.ux.CustomRefModel', {
|
|
|
|
|
Ext.define('DsShipping.ux.CustomRefModel', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'GId', type: 'string' },
|
|
|
|
|
{ name: 'CustCode', type: 'string' },
|
|
|
|
|
{ name: 'CustName', type: 'string' },
|
|
|
|
|
{ name: 'CodeAndName', type: 'string' },
|
|
|
|
|
{ name: 'CodeAndFull', type: 'string' },
|
|
|
|
|
{ name: 'UNITPRICE', type: 'string' },
|
|
|
|
|
//{ name: 'DESCRIPTION', type: 'string' },
|
|
|
|
|
{ name: 'KFCodename', type: 'string' },
|
|
|
|
|
{ name: 'ISSTOP', type: 'string' }
|
|
|
|
|
]
|
|
|
|
|
{ name: 'GId', type: 'string' },
|
|
|
|
|
{ name: 'CustCode', type: 'string' },
|
|
|
|
|
{ name: 'CustName', type: 'string' },
|
|
|
|
|
{ name: 'CodeAndName', type: 'string' },
|
|
|
|
|
{ name: 'CodeAndFull', type: 'string' },
|
|
|
|
|
{ name: 'DESCRIPTION', type: 'string' },
|
|
|
|
|
{ name: 'SALE', type: 'string' },
|
|
|
|
|
{ name: 'OP', type: 'string' },
|
|
|
|
|
{ name: 'DOC', type: 'string' },
|
|
|
|
|
{ name: 'CUSTSERVICE', type: 'string' },
|
|
|
|
|
{ name: 'SALECORPID', type: 'string' },
|
|
|
|
|
{ name: 'BSSOURCE', type: 'string' },
|
|
|
|
|
{ name: 'CONTRACTNO', type: 'string' },
|
|
|
|
|
{ name: 'FEEFRT', type: 'string' },
|
|
|
|
|
{ name: 'EMAIL', type: 'string' },
|
|
|
|
|
{ name: 'TEL', type: 'string' }
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
Ext.define('DsTruckMng.ux.CustomContactRefModel', {
|
|
|
|
|