|
@@ -76,14 +76,10 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
"dataIndex": "ve_promisedays",
|
|
"dataIndex": "ve_promisedays",
|
|
|
"width": 100,
|
|
"width": 100,
|
|
|
xtype: 'numbercolumn',
|
|
xtype: 'numbercolumn',
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- align: 'end'
|
|
|
|
|
-=======
|
|
|
|
|
align:'end',
|
|
align:'end',
|
|
|
renderer : function(v) {
|
|
renderer : function(v) {
|
|
|
return Ext.util.Format.number(v, '0');
|
|
return Ext.util.Format.number(v, '0');
|
|
|
}
|
|
}
|
|
|
->>>>>>> origin/dev
|
|
|
|
|
}, {
|
|
}, {
|
|
|
"text": "纳税人识别号",
|
|
"text": "纳税人识别号",
|
|
|
"dataIndex": "ve_bankaccount",
|
|
"dataIndex": "ve_bankaccount",
|