Browse Source

numbercolumn

zhuth 7 years ago
parent
commit
008a24f71d

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

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