瀏覽代碼

numbercolumn

zhuth 7 年之前
父節點
當前提交
008a24f71d
共有 1 個文件被更改,包括 4 次插入0 次删除
  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",