|
|
@@ -214,7 +214,8 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
|
|
|
text : "含税金额",
|
|
|
dataIndex : "pd_total",
|
|
|
width : 120.0,
|
|
|
- xtype : "numbercolumn"
|
|
|
+ xtype : "numbercolumn",
|
|
|
+ summaryType: 'sum'
|
|
|
}, {
|
|
|
text : "税率",
|
|
|
dataIndex : "pd_taxrate",
|
|
|
@@ -227,7 +228,8 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
|
|
|
{
|
|
|
text : "未税金额",
|
|
|
dataIndex : "pd_nettotal",
|
|
|
- xtype : "numbercolumn"
|
|
|
+ xtype : "numbercolumn",
|
|
|
+ summaryType: 'sum'
|
|
|
},
|
|
|
{
|
|
|
text : "采购单明细id",
|