|
|
@@ -120,13 +120,10 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
return Ext.util.Format.number(v, '0');
|
|
|
}
|
|
|
}, {
|
|
|
- text: '应收余额(元)',
|
|
|
- xtype: 'numbercolumn',
|
|
|
- dataIndex: 'cu_leftamount',
|
|
|
- width: 120,
|
|
|
- renderer : function(v, m, r) {
|
|
|
- return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
- }
|
|
|
+ text: '币别',
|
|
|
+ dataIndex: 'cu_currency',
|
|
|
+ align: 'center',
|
|
|
+ width: 65
|
|
|
}, {
|
|
|
text : "业务员",
|
|
|
dataIndex : "cu_sellername",
|