Browse Source

销售订单含税合计

guq 7 years ago
parent
commit
901a029f87
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/saas-web/app/view/sale/sale/FormPanel.js

+ 2 - 1
frontend/saas-web/app/view/sale/sale/FormPanel.js

@@ -153,7 +153,8 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                 text : "含税金额", 
                 dataIndex : "sd_total", 
                 width : 120.0, 
-                xtype : "numbercolumn"
+                xtype : "numbercolumn",
+                summaryType: 'sum'
             }, 
             {
                 text : "未税金额",