|
|
@@ -104,6 +104,11 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
text : "类型",
|
|
|
dataIndex : "cu_type",
|
|
|
width : 100.0
|
|
|
+ }, {
|
|
|
+ text: '币别',
|
|
|
+ dataIndex: 'cu_currency',
|
|
|
+ align: 'center',
|
|
|
+ width: 65
|
|
|
}, {
|
|
|
text : "税率(%)",
|
|
|
dataIndex : "cu_taxrate",
|
|
|
@@ -119,11 +124,6 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
renderer : function(v, m, r) {
|
|
|
return Ext.util.Format.number(v, '0');
|
|
|
}
|
|
|
- }, {
|
|
|
- text: '币别',
|
|
|
- dataIndex: 'cu_currency',
|
|
|
- align: 'center',
|
|
|
- width: 65
|
|
|
}, {
|
|
|
text : "业务员",
|
|
|
dataIndex : "cu_sellername",
|