|
|
@@ -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",
|