Browse Source

销售出货单明细税率可修改

rainco 7 years ago
parent
commit
72989aa8a5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frontend/saas-web/app/view/sale/saleOut/FormPanel.js

+ 3 - 0
frontend/saas-web/app/view/sale/saleOut/FormPanel.js

@@ -166,6 +166,9 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
                 dataIndex : "pd_taxrate", 
                 width : 120.0, 
                 xtype : "numbercolumn", 
+                editor : {
+                    xtype : "numberfield"
+                },
                 items : null
             },
             {