|
|
@@ -75,7 +75,8 @@ Ext.define('saas.view.document.bom.FormController', {
|
|
|
"text": "总库存数",
|
|
|
"dataIndex": "po_onhand",
|
|
|
"width": 100,
|
|
|
- align:'right'
|
|
|
+ xtype: 'numbercolumn',
|
|
|
+ align:'end'
|
|
|
},{
|
|
|
"text": "类型",
|
|
|
"dataIndex": "pr_kind",
|
|
|
@@ -96,7 +97,7 @@ Ext.define('saas.view.document.bom.FormController', {
|
|
|
"text": "最小包装",
|
|
|
"dataIndex": "pr_zxbzs",
|
|
|
"width": 100,
|
|
|
- align:'right'
|
|
|
+ align:'end'
|
|
|
},{
|
|
|
"text": "L/T",
|
|
|
"dataIndex": "pr_leadtime",
|
|
|
@@ -169,7 +170,8 @@ Ext.define('saas.view.document.bom.FormController', {
|
|
|
"text": "最新采购单价",
|
|
|
"dataIndex": "pr_purcprice",
|
|
|
"width": 0,
|
|
|
- align:'right'
|
|
|
+ xtype: 'numbercolumn',
|
|
|
+ align:'end'
|
|
|
},{
|
|
|
"text": "仓库id",
|
|
|
"dataIndex": "pr_whid",
|
|
|
@@ -186,7 +188,8 @@ Ext.define('saas.view.document.bom.FormController', {
|
|
|
"text": "总库存数",
|
|
|
"dataIndex": "po_onhand",
|
|
|
"width": 100,
|
|
|
- align:'right'
|
|
|
+ xtype: 'numbercolumn',
|
|
|
+ align:'end'
|
|
|
},{
|
|
|
"text": "类型",
|
|
|
"dataIndex": "pr_kind",
|
|
|
@@ -207,7 +210,7 @@ Ext.define('saas.view.document.bom.FormController', {
|
|
|
"text": "最小包装",
|
|
|
"dataIndex": "pr_zxbzs",
|
|
|
"width": 100,
|
|
|
- align:'right'
|
|
|
+ align:'end'
|
|
|
},{
|
|
|
"text": "L/T",
|
|
|
"dataIndex": "pr_leadtime",
|
|
|
@@ -277,6 +280,7 @@ Ext.define('saas.view.document.bom.FormController', {
|
|
|
"text": "最新采购单价",
|
|
|
"dataIndex": "pr_purcprice",
|
|
|
"width": 0,
|
|
|
+ xtype: 'numbercolumn',
|
|
|
},{
|
|
|
"text": "仓库id",
|
|
|
"dataIndex": "pr_whid",
|
|
|
@@ -292,6 +296,7 @@ Ext.define('saas.view.document.bom.FormController', {
|
|
|
},{
|
|
|
"text": "总库存数",
|
|
|
"dataIndex": "po_onhand",
|
|
|
+ xtype: 'numbercolumn',
|
|
|
"width": 100,
|
|
|
},{
|
|
|
"text": "类型",
|
|
|
@@ -313,6 +318,7 @@ Ext.define('saas.view.document.bom.FormController', {
|
|
|
"text": "最小包装",
|
|
|
"dataIndex": "pr_zxbzs",
|
|
|
"width": 100,
|
|
|
+ xtype: 'numbercolumn',
|
|
|
},{
|
|
|
"text": "L/T",
|
|
|
"dataIndex": "pr_leadtime",
|