|
|
@@ -174,11 +174,6 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
text: '客户名称',
|
|
|
dataIndex: 'sa_custname',
|
|
|
width: 200
|
|
|
- }, {
|
|
|
- text: '币别',
|
|
|
- dataIndex: "sa_currency",
|
|
|
- align:'center',
|
|
|
- width: 65
|
|
|
},{
|
|
|
text: '审核状态',
|
|
|
align: 'center',
|
|
|
@@ -244,6 +239,14 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
renderer : function(v, m, r) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
+ }, {
|
|
|
+ text: '税率(%)',
|
|
|
+ dataIndex: 'sd_taxrate',
|
|
|
+ xtype: 'numbercolumn',
|
|
|
+ width: 110,
|
|
|
+ renderer : function(v, m, r) {
|
|
|
+ return saas.util.BaseUtil.numberFormat(v, 0, true);
|
|
|
+ }
|
|
|
}, {
|
|
|
text: '税额(元)',
|
|
|
dataIndex: 'sd_taxamount',
|