@@ -155,7 +155,8 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
text : "含税金额",
dataIndex : "pd_total",
width : 120.0,
- xtype : "numbercolumn"
+ xtype : "numbercolumn",
+ summaryType: 'sum'
}, {
text : "税率",
dataIndex : "pd_taxrate",
@@ -165,13 +165,14 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
items : null
},
{
- text : "金额",
+ text : "含税金额",
xtype : "numbercolumn",
editor : {
xtype : "numberfield"