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