Browse Source

numbercolumn

zhuth 7 years ago
parent
commit
008a24f71d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/saas-web/app/view/stock/otherOut/QueryPanelController.js

+ 4 - 0
frontend/saas-web/app/view/stock/otherOut/QueryPanelController.js

@@ -56,11 +56,13 @@ Ext.define('saas.view.stock.otherOut.QueryPanelController', {
                             "text": "税率",
                             "dataIndex": "ve_taxrate",
                             "width": 100,
+                            xtype: 'numbercolumn',
                             align: 'end'
                         }, {
                             "text": "承付天数",
                             "dataIndex": "ve_promisedays",
                             "width": 100,
+                            xtype: 'numbercolumn',
                             align: 'end'
                         }, {
                             "text": "纳税人识别号",
@@ -145,6 +147,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanelController', {
                             "text": "总库存数",
                             "dataIndex": "po_onhand",
                             "width": 100,
+                            xtype: 'numbercolumn',
                             align: 'end'
                         },{
                             "text": "类型",
@@ -166,6 +169,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanelController', {
                             "text": "最小包装",
                             "dataIndex": "pr_zxbzs",
                             "width": 100,
+                            xtype: 'numbercolumn',
                             align: 'end'
                         },{
                             "text": "L/T",