Browse Source

销售出货单销售退货单,含税金额合计

rainco 7 years ago
parent
commit
e6c253fc70

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

@@ -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", 

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

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