zhuth 7 years ago
parent
commit
1586d8a100
1 changed files with 14 additions and 7 deletions
  1. 14 7
      frontend/saas-web/app/view/stock/otherOut/FormPanelController.js

+ 14 - 7
frontend/saas-web/app/view/stock/otherOut/FormPanelController.js

@@ -60,12 +60,14 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
                             "text": "税率",
                             "dataIndex": "ve_taxrate",
                             "width": 100,
-                            align:'right'
+                            xtype: 'numbercolumn',
+                            align:'end'
                         }, {
                             "text": "承付天数",
                             "dataIndex": "ve_promisedays",
                             "width": 100,
-                            align:'right'
+                            xtype: 'numbercolumn',
+                            align:'end'
                         }, {
                             "text": "纳税人识别号",
                             "dataIndex": "ve_bankaccount",
@@ -139,17 +141,20 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
                             "text": "税率",
                             "dataIndex": "cu_taxrate",
                             "width": 100,
-                            align:'right'
+                            xtype: 'numbercolumn',
+                            align:'end'
                         },{
                             "text": "承付天数",
                             "dataIndex": "cu_promisedays",
                             "width": 100,
-                            align:'right'
+                            xtype: 'numbercolumn',
+                            align:'end'
                         },{
                             "text": "额度",
                             "dataIndex": "cu_credit",
                             "width": 100,
-                            align:'right'
+                            xtype: 'numbercolumn',
+                            align:'end'
                         }]
                     }) ;   
 
@@ -235,7 +240,8 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
                             "text": "总库存数",
                             "dataIndex": "po_onhand",
                             "width": 100,
-                            align:'right'
+                            xtype: 'numbercolumn',
+                            align:'end'
                         },{
                             "text": "类型",
                             "dataIndex": "pr_kind",
@@ -256,7 +262,8 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
                             "text": "最小包装",
                             "dataIndex": "pr_zxbzs",
                             "width": 100,
-                            align:'right'
+                            xtype: 'numbercolumn',
+                            align:'end'
                         },{
                             "text": "L/T",
                             "dataIndex": "pr_leadtime",