|
@@ -154,14 +154,7 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
var format = '0,000.' + xr.join();
|
|
var format = '0,000.' + xr.join();
|
|
|
return Ext.util.Format.number(v, format);
|
|
return Ext.util.Format.number(v, format);
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- text : "开户银行",
|
|
|
|
|
- dataIndex : "cu_bankaccount"
|
|
|
|
|
- },{
|
|
|
|
|
- text : "银行账户",
|
|
|
|
|
- dataIndex : "cu_bankcode"
|
|
|
|
|
- },{
|
|
|
|
|
|
|
+ }, {
|
|
|
text : "客户状态",
|
|
text : "客户状态",
|
|
|
dataIndex : "cu_status",
|
|
dataIndex : "cu_status",
|
|
|
},
|
|
},
|